linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-17 07:32:40 to 2019-09-07 12:40:47 UTC [more...]

[PATCH v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-07 12:40 UTC  (55+ messages)
` [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers
    ` [PATCH v12 01/12] lib: introduce copy_struct_{to, from}_user helpers
` [PATCH v12 02/12] clone3: switch to copy_struct_from_user()
` [PATCH v12 03/12] sched_setattr: switch to copy_struct_{to,from}_user()
` [PATCH v12 04/12] perf_event_open: switch to copy_struct_from_user()
` [PATCH v12 05/12] namei: obey trailing magic-link DAC permissions
` [PATCH v12 06/12] procfs: switch magic-link modes to be more sane
` [PATCH v12 07/12] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v12 08/12] namei: O_BENEATH-style path resolution flags
` [PATCH v12 09/12] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v12 10/12] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v12 11/12] open: openat2(2) syscall
` [PATCH v12 12/12] selftests: add openat2(2) selftests

[PATCH 0/1] mm/debug: Add tests for architecture exported page table helpers
 2019-09-06 19:03 UTC  (14+ messages)
` [PATCH 1/1] mm/pgtable/debug: Add test validating architecture "

generic ioremap (and lots of cleanups)
 2019-09-03  8:57 UTC  (47+ messages)
` [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 08/26] m68k: simplify ioremap_nocache
` [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 v2 0/9] check the node id consistently across different arches
 2019-09-03  8:31 UTC  (30+ messages)
` [PATCH v2 1/9] arm64: numa: check the node id consistently for arm64
` [PATCH v2 2/9] x86: numa: check the node id consistently for x86
              ` [PATCH] x86/mm: Fix cpumask_of_node() error condition
` [PATCH v2 3/9] alpha: numa: check the node id consistently for alpha
` [PATCH v2 4/9] powerpc: numa: check the node id consistently for powerpc
` [PATCH v2 5/9] s390: numa: check the node id consistently for s390
` [PATCH v2 6/9] sh: numa: check the node id consistently for sh
` [PATCH v2 7/9] sparc64: numa: check the node id consistently for sparc64
` [PATCH v2 8/9] mips: numa: check the node id consistently for mips ip27
` [PATCH v2 9/9] mips: numa: check the node id consistently for mips loongson64

[PATCH v3 0/7] backlight: gpio: simplify the driver
 2019-09-02 12:35 UTC  (9+ messages)

[RESEND PATCH v3 0/7] backlight: gpio: simplify the driver
 2019-09-02 12:34 UTC  (8+ messages)
` [RESEND PATCH v3 1/7] sh: ecovec24: add additional properties to the backlight device
` [RESEND PATCH v3 2/7] backlight: gpio: simplify the platform data handling
` [RESEND PATCH v3 3/7] sh: ecovec24: don't set unused fields in platform data
` [RESEND PATCH v3 4/7] backlight: gpio: remove unused fields from "
` [RESEND PATCH v3 5/7] backlight: gpio: remove dev from struct gpio_backlight
` [RESEND PATCH v3 6/7] backlight: gpio: remove def_value "
` [RESEND PATCH v3 7/7] backlight: gpio: use a helper variable for &pdev->dev

[PATCH] Revert "asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro"
 2019-08-30 19:46 UTC 

[PATCH AUTOSEL 4.4 11/15] ravb: Fix use-after-free ravb_tstamp_skb
 2019-08-29 18:17 UTC 

remove default fallbacks in dma_map_ops v3
 2019-08-29 15:38 UTC  (6+ messages)
` [PATCH 7/8] parisc: don't set ARCH_NO_COHERENT_DMA_MMAP

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

[PATCH 00/11] ftrace: add support for recording function parameters and return value
 2019-08-28 23:41 UTC  (18+ messages)
` [PATCH 01/11] ftrace: move recordmcount tools to scripts/ftrace
` [PATCH 02/11] ftrace: introduce new building tool funcprototype
` [PATCH 03/11] asm-generic: add generic dwarf definition
` [PATCH 04/11] ftrace/hash: add private data field
` [PATCH 05/11] ftrace: create memcache for hash entries
` [PATCH 06/11] ftrace: process function prototype data in vmlinux and modules
` [PATCH 07/11] ftrace: prepare arch specific interfaces for function prototype feature
` [PATCH 08/11] ftrace: introduce core part of function prototype recording
` [PATCH 09/11] x86_64: add function prototype recording support
` [PATCH 10/11] ftrace: add doc for new option record-funcproto
` [PATCH 11/11] MAINTAINERS: make scripts/ftrace/ maintained

[RFC V2 0/1] mm/debug: Add tests for architecture exported page table helpers
 2019-08-28  9:34 UTC  (9+ messages)

[PATCH RESEND 0/8] Fix mmap base in bottom-up mmap
 2019-08-28  4:53 UTC  (4+ messages)

(no subject)
 2019-08-24 14:14 UTC 

MY $25,000,000.00 INVESTMENT PROPOSAL WITH YOU AND IN YOUR COUNTRY
 2019-08-22 12:33 UTC 


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).