linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-15 17:45:06 to 2019-08-17 07:32:53 UTC [more...]

generic ioremap (and lots of cleanups)
 2019-08-17  7:32 UTC  (27+ messages)
` [PATCH 01/26] mtd/maps/pxa2xx: use ioremap_cache insted of ioremap_cached
` [PATCH 02/26] arm, unicore32: remove ioremap_cached
` [PATCH 03/26] m68k, microblaze: remove ioremap_fullcache
` [PATCH 04/26] mips: remove ioremap_cachable
` [PATCH 05/26] openrisc: map as uncached in ioremap
` [PATCH 06/26] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 07/26] hexagon: clean up ioremap
` [PATCH 08/26] m68k: simplify ioremap_nocache
` [PATCH 09/26] alpha: remove the unused __ioremap wrapper
` [PATCH 10/26] nios2: remove __ioremap
` [PATCH 11/26] parisc: "
` [PATCH 12/26] x86: clean up ioremap
` [PATCH 13/26] xtensa: "
` [PATCH 14/26] asm-generic: don't provide __ioremap
` [PATCH 15/26] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 16/26] asm-generic: don't provide ioremap for CONFIG_MMU
` [PATCH 17/26] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [PATCH 18/26] m68k: rename __iounmap and mark it static
` [PATCH 19/26] arm64: remove __iounmap
` [PATCH 20/26] hexagon: "
` [PATCH 21/26] nios2: "
` [PATCH 22/26] sh: "
` [PATCH 23/26] lib: provide a simple generic ioremap implementation
` [PATCH 24/26] riscv: use the generic ioremap code
` [PATCH 25/26] csky: use generic ioremap
` [PATCH 26/26] nds32: "

[PATCH] arch/alpha: Remove dead code
 2019-08-03 19:50 UTC  (3+ messages)

[PATCH v2] alpha: Replace strncmp with str_has_prefix
 2019-07-30  3:02 UTC 

[PATCH] alpha: Replace strncmp with str_has_prefix
 2019-07-30  2:51 UTC  (2+ messages)

[PATCH v11 0/8] namei: openat2(2) path resolution restrictions
 2019-07-28  1:02 UTC  (9+ messages)
` [PATCH v11 1/8] namei: obey trailing magic-link DAC permissions
` [PATCH v11 2/8] procfs: switch magic-link modes to be more sane
` [PATCH v11 3/8] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v11 4/8] namei: O_BENEATH-style path resolution flags
` [PATCH v11 5/8] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v11 6/8] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v11 7/8] open: openat2(2) syscall
` [PATCH v11 8/8] selftests: add openat2(2) selftests

[PATCH 3/5] arch: wire-up pidfd_wait()
 2019-07-24 14:46 UTC 

[PATCH v10 0/9] namei: openat2(2) path resolution restrictions
 2019-07-20  0:09 UTC  (12+ messages)
` [PATCH v10 1/9] namei: obey trailing magic-link DAC permissions
` [PATCH v10 2/9] procfs: switch magic-link modes to be more sane
` [PATCH v10 3/9] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v10 4/9] namei: O_BENEATH-style path resolution flags
` [PATCH v10 5/9] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v10 6/9] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v10 7/9] open: openat2(2) syscall
` [PATCH v10 8/9] kselftest: save-and-restore errno to allow for %m formatting
` [PATCH v10 9/9] selftests: add openat2(2) selftests

[PATCH 1/2] arch: mark syscall number 435 reserved for clone3
 2019-07-19 12:20 UTC  (11+ messages)

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-19 10:29 UTC  (45+ messages)
` [PATCH v9 01/10] namei: obey trailing magic-link DAC permissions
` [PATCH v9 02/10] procfs: switch magic-link modes to be more sane
` [PATCH v9 03/10] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v9 04/10] namei: split out nd->dfd handling to dirfd_path_init
` [PATCH v9 05/10] namei: O_BENEATH-style path resolution flags
` [PATCH v9 06/10] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v9 07/10] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v9 08/10] open: openat2(2) syscall
` [PATCH v9 09/10] kselftest: save-and-restore errno to allow for %m formatting
` [PATCH v9 10/10] selftests: add openat2(2) selftests

Add a new fchmodat4() syscall, v2
 2019-07-17 12:39 UTC  (11+ messages)
` [PATCH v2 1/4] Non-functional cleanup of a "__user * filename"
` [PATCH v2 2/4] Add fchmodat4(), a new syscall
` [PATCH v2 3/4] arch: Register fchmodat4, usually as syscall 434
` [PATCH v2 4/4] tools: Add fchmodat4

[PATCH v3 1/2] pid: add pidfd_open()
 2019-06-27 13:57 UTC  (5+ messages)
` [PATCH v3 2/2] tests: add pidfd_open() tests

[PATCH] Drop unused isa_page_to_bus
 2019-06-14 13:04 UTC  (2+ messages)

[PATCH 4/5] kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG
 2019-05-28 14:12 UTC  (2+ messages)

[PATCH] [RFC] Remove bdflush syscall stub
 2019-05-28 11:20 UTC  (5+ messages)

[PATCH v2 0/2] close_range()
 2019-05-28  9:57 UTC  (8+ messages)
` [PATCH v2 1/2] open: add close_range()
` [PATCH v2 2/2] tests: add close_range() tests

[PATCH v3 2/3] arch: wire-up close_range()
 2019-05-28  3:43 UTC  (2+ messages)

[PATCH v1 1/2] open: add close_range()
 2019-05-24 10:31 UTC  (15+ messages)
` [PATCH v1 2/2] tests: add close_range() tests

[PATCH 1/2] open: add close_range()
 2019-05-22  8:12 UTC  (15+ messages)
` [PATCH 2/2] tests: add close_range() tests

[PATCH v2 1/2] pid: add pidfd_open()
 2019-05-20 14:59 UTC  (6+ messages)
` [PATCH v2 2/2] tests: add pidfd_open() tests

[PATCH v1 1/2] pid: add pidfd_open()
 2019-05-18 10:04 UTC  (13+ messages)
` [PATCH v1 2/2] tests: add pidfd_open() tests

[PATCH 1/2] pid: add pidfd_open()
 2019-05-16 14:53 UTC  (6+ 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).