linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-15 22:23:59 to 2020-10-08 15:48:47 UTC [more...]

[PATCH 00/13] Clean up legacy clock tick users
 2020-10-08 15:46 UTC  (7+ messages)
` [PATCH 01/13] timekeeping: add CONFIG_LEGACY_TIMER_TICK
` [PATCH 02/13] ia64: convert to legacy_timer_tick
` [PATCH 03/13] ARM: rpc: use legacy_timer_tick
` [PATCH 04/13] parisc: "
` [PATCH 05/13] m68k: coldfire: use legacy_timer_tick()
` [PATCH 06/13] m68k: split heartbeat out of timer function

[PATCH v10 0/7] arm64: expose FAR_EL1 tag bits in siginfo
 2020-10-08  2:54 UTC  (25+ messages)
` [PATCH v10 1/7] parisc: start using signal-defs.h
` [PATCH v10 2/7] arch: move SA_* definitions to generic headers
` [PATCH v10 3/7] signal: clear non-uapi flag bits when passing/returning sa_flags
` [PATCH v10 4/7] signal: define the SA_UNSUPPORTED bit in sa_flags
` [PATCH v10 5/7] signal: deduplicate code dealing with common _sigfault fields
` [PATCH v10 6/7] signal: define the field siginfo.si_xflags
` [PATCH v10 7/7] arm64: expose FAR_EL1 tag bits in siginfo

Page tables on machines with >2GB RAM
 2020-10-04 12:22 UTC  (6+ messages)

[PATCH] parisc: Add ioread64_hi_lo() and iowrite64_hi_lo()
 2020-09-30 15:20 UTC 

v5.8.x stability on parisc
 2020-09-29 18:00 UTC  (4+ messages)

[PATCH 4.4 80/85] tty: vt, consw->con_scrolldelta cleanup
 2020-09-29 11:00 UTC 

[PATCH AUTOSEL 5.8 10/29] net: dec: de2104x: Increase receive ring size for Tulip
 2020-09-29  1:30 UTC 

[PATCH AUTOSEL 5.4 05/18] net: dec: de2104x: Increase receive ring size for Tulip
 2020-09-29  1:30 UTC 

[PATCH AUTOSEL 4.19 03/11] net: dec: de2104x: Increase receive ring size for Tulip
 2020-09-29  1:31 UTC 

[PATCH AUTOSEL 4.14 3/9] net: dec: de2104x: Increase receive ring size for Tulip
 2020-09-29  1:31 UTC 

[PATCH AUTOSEL 4.9 1/5] net: dec: de2104x: Increase receive ring size for Tulip
 2020-09-29  1:31 UTC 

[PATCH AUTOSEL 4.4 1/4] net: dec: de2104x: Increase receive ring size for Tulip
 2020-09-29  1:32 UTC 

a saner API for allocating DMA addressable pages v3
 2020-09-26 15:25 UTC  (34+ messages)
` [PATCH 01/18] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 02/18] mm: turn alloc_pages into an inline function
` [PATCH 03/18] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 04/18] drm/nouveau/gk20a: "
` [PATCH 05/18] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 06/18] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/18] 53c700: improve non-coherent DMA handling
` [PATCH 08/18] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 09/18] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/18] hal2: "
` [PATCH 11/18] lib82596: "
` [PATCH 12/18] sgiseeq: "
` [PATCH 13/18] 53c700: "
` [PATCH 14/18] dma-mapping: remove dma_cache_sync
` [PATCH 15/18] dma-mapping: add a new dma_alloc_pages API
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent

let import_iovec deal with compat_iovecs as well v4
 2020-09-25 15:23 UTC  (11+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

let import_iovec deal with compat_iovecs as well v3
 2020-09-23 21:30 UTC  (25+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

let import_iovec deal with compat_iovecs as well
 2020-09-23 13:22 UTC  (67+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
` [PATCH 2/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 3/9] fs: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 4/9] fs: handle the compat case in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

HPPA support for IGNITE-UX install discs
 2020-09-22  0:28 UTC  (2+ messages)

let import_iovec deal with compat_iovecs as well v2
 2020-09-21 16:27 UTC  (25+ messages)
` [PATCH 01/11] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()
` [PATCH 03/11] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c and mark it static
` [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
` [PATCH 06/11] iov_iter: handle the compat case in import_iovec
` [PATCH 07/11] fs: remove various compat readv/writev helpers
` [PATCH 08/11] fs: remove the compat readv/writev syscalls
` [PATCH 09/11] fs: remove compat_sys_vmsplice
` [PATCH 10/11] mm: remove compat_process_vm_{readv,writev}
` [PATCH 11/11] security/keys: remove compat_keyctl_instantiate_key_iov

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-17 19:40 UTC  (4+ messages)
` [oss-drivers] "

a saner API for allocating DMA addressable pages v2
 2020-09-15 14:10 UTC  (5+ messages)
` [PATCH 07/17] 53c700: improve non-coherent DMA handling

[PATCH net-next v2 0/3] First bunch of Tulip cleanups
 2020-09-15 22:47 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).