linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-26 06:57:11 to 2024-09-10 12:55:01 UTC [more...]

[PATCH 6.1 000/192] 6.1.110-rc1 review
 2024-09-10 12:54 UTC 

[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
 2024-09-10 12:43 UTC  (20+ messages)
` [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
` [PATCH RFC v3 2/2] selftests/mm: Create ADDR_LIMIT_47BIT test

[PATCH v3 0/4] defconfig: drop RT_GROUP_SCHED=y
 2024-09-10 12:51 UTC  (5+ messages)
` [PATCH v3 1/4] riscv: "
` [PATCH v3 2/4] loongarch: "
` [PATCH v3 3/4] sh: defconfig: drop RT_GROUP_SCHED=y from sdk7786/urquell
` [PATCH v3 4/4] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plus

[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-09 14:49 UTC  (12+ messages)
` [PATCH v3 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v3 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v3 3/8] asm-generic: introduce text-patching.h
` [PATCH v3 4/8] module: prepare to handle ROX allocations for text
` [PATCH v3 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages
` [PATCH v3 8/8] x86/module: enable ROX caches for module text

[PATCH v2 0/4] defconfig: drop RT_GROUP_SCHED=y
 2024-09-09 13:14 UTC  (7+ messages)
` [PATCH v2 1/4] riscv: "

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-09-09  9:46 UTC  (25+ messages)
` [PATCH RFC v2 1/4] mm: Add MAP_BELOW_HINT
` [PATCH RFC v2 2/4] mm: Add hint and mmap_flags to struct vm_unmapped_area_info
` [PATCH RFC v2 3/4] mm: Support MAP_BELOW_HINT in vm_unmapped_area()
` [PATCH RFC v2 4/4] selftests/mm: Create MAP_BELOW_HINT test

[PATCH] crash: Default to CRASH_DUMP=n when support for it is unlikely
 2024-09-09  6:40 UTC  (14+ messages)

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-09-06  9:37 UTC  (8+ messages)
` [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v2 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v2 7/8] execmem: add support for cache of large ROX pages
` [PATCH v2 8/8] x86/module: enable ROX caches for module text

[PATCH v2 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-09-06  2:35 UTC  (20+ messages)
  ` [PATCH v2 -next 01/15] mm: vmstat: move sysctls to "
  ` [PATCH v2 -next 02/15] mm: filemap: move sysctl to its own file
  ` [PATCH v2 -next 03/15] mm: swap: "
  ` [PATCH v2 -next 04/15] mm: vmscan: move vmscan sysctls "
  ` [PATCH v2 -next 05/15] mm: util: move sysctls into it own files
  ` [PATCH v2 -next 06/15] mm: mmap: move sysctl into its own file
  ` [PATCH v2 -next 07/15] security: min_addr: "
  ` [PATCH v2 -next 08/15] mm: nommu: move sysctl to "
  ` [PATCH v2 -next 09/15] fs: fs-writeback: "
  ` [PATCH v2 -next 10/15] fs: drop_caches: "
  ` [PATCH v2 -next 11/15] sunrpc: use vfs_pressure_ratio() helper
  ` [PATCH v2 -next 12/15] fs: dcache: move the sysctl into its own file
  ` [PATCH v2 -next 13/15] x86: vdso: "
  ` [PATCH v2 -next 14/15] sh: "
  ` [PATCH v2 -next 15/15] sysctl: remove unneeded include

[PATCH 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
 2024-09-04 19:07 UTC  (18+ messages)
` [PATCH 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
` [PATCH 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
` [PATCH 3/3] mm: Care about shadow stack guard gap when getting an unmapped area

[PATCH v2 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
 2024-09-04 16:58 UTC  (4+ messages)
` [PATCH v2 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
` [PATCH v2 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
` [PATCH v2 3/3] mm: Care about shadow stack guard gap when getting an unmapped area

[PATCH 1/7] tracing: add ftrace_regs to function_graph_enter()
 2024-09-04  6:58 UTC 

[PATCH -next v3] sh: intc: replace simple_strtoul to kstrtoul
 2024-09-02 12:08 UTC  (2+ messages)

[PATCH -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-09-02 11:17 UTC  (27+ messages)
  ` [PATCH -next 01/15] mm: vmstat: move sysctls to "
  ` [PATCH -next 02/15] mm: filemap: move sysctl to its own file
  ` [PATCH -next 03/15] mm: swap: "
  ` [PATCH -next 04/15] mm: vmscan: move vmscan sysctls "
  ` [PATCH -next 05/15] mm: util: move sysctls into it own files
  ` [PATCH -next 06/15] mm: mmap: move sysctl into its own file
  ` [PATCH -next 07/15] security: min_addr: "
  ` [PATCH -next 08/15] mm: nommu: move sysctl to "
  ` [PATCH -next 09/15] fs: fs-writeback: "
  ` [PATCH -next 10/15] fs: drop_caches: "
  ` [PATCH -next 11/15] sunrpc: use vfs_pressure_ratio() helper
  ` [PATCH -next 12/15] fs: dcache: move the sysctl into its own file
  ` [PATCH -next 13/15] x86: vdso: "
  ` [PATCH -next 14/15] sh: "
  ` [PATCH -next 15/15] sysctl: remove unneeded include

[PATCH -next v2] sh: intc: replace simple_strtoul to kstrtoul
 2024-09-02  1:20 UTC  (3+ messages)

[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
 2024-08-31 16:30 UTC  (33+ messages)
` [PATCH 01/16] mm: Add MAP_BELOW_HINT
` [PATCH 02/16] riscv: mm: Do not restrict mmap address based on hint
` [PATCH 03/16] mm: Add flag and len param to arch_get_mmap_base()
` [PATCH 04/16] mm: Add generic MAP_BELOW_HINT
` [PATCH 05/16] riscv: mm: Support MAP_BELOW_HINT
` [PATCH 06/16] arm64: "
` [PATCH 07/16] powerpc: "
` [PATCH 08/16] x86: "
` [PATCH 09/16] loongarch: "
` [PATCH 10/16] arm: "
` [PATCH 11/16] mips: "
` [PATCH 12/16] parisc: "
` [PATCH 13/16] s390: "
` [PATCH 14/16] sh: "
` [PATCH 15/16] sparc: "
` [PATCH 16/16] selftests/mm: Create MAP_BELOW_HINT test

[PATCH -next] sh: intc: replace simple_strtoul to kstrtoul
 2024-08-31  2:03 UTC  (4+ messages)

[PATCH v4 24/26] arch_numa: switch over to numa_memblks
 2024-08-27  8:52 UTC 

[PATCH v4 24/26] arch_numa: switch over to numa_memblks
 2024-08-26 22:46 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).