Linux-sh Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-23 19:03:58 to 2024-08-27 02:44:05 UTC [more...]

[PATCH -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-08-27  2:43 UTC  (23+ 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 v4 24/26] arch_numa: switch over to numa_memblks
 2024-08-26 22:46 UTC 

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-08-26 17:29 UTC  (10+ messages)
` [PATCH v2 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v2 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v2 3/8] asm-generic: introduce text-patching.h
` [PATCH v2 4/8] module: prepare to handle ROX allocations for text
` [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] crash: Default to CRASH_DUMP=n when support for it is unlikely
 2024-08-26  6:03 UTC  (6+ messages)

[PATCH -next] sh: Remove obsoleted declarations for make_maskreg_irq and irq_mask_register
 2024-08-24 12:06 UTC 

[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
 2024-08-23 12:05 UTC  (11+ messages)
` [PATCH linux-next v3 05/14] crash: clean up kdump "

[PATCH v2 0/4] defconfig: drop RT_GROUP_SCHED=y
 2024-08-22 17:43 UTC  (5+ messages)
` [PATCH v2 1/4] riscv: "
` [PATCH v2 2/4] loongarch: "
` [PATCH v2 3/4] sh: defconfig: drop RT_GROUP_SCHED=y from sdk7786/urquell
` [PATCH v2 4/4] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plus

[PATCH cmpxchg 0/3] Provide emulation for one-byte cmpxchg()
 2024-08-21 18:10 UTC  (12+ messages)
` [PATCH cmpxchg 1/3] xtensa: Emulate one-byte cmpxchg
` [PATCH cmpxchg 2/3] ARC: "
` [PATCH cmpxchg 3/3] sh: "
` [PATCH v2 cmpxchg 0/3] Provide emulation for one-byte cmpxchg() for v6.12
  ` [PATCH v2 cmpxchg 3/3] sh: Emulate one-byte cmpxchg

[PATCH] sh: ecovec24: use static device properties to describe the touchscreen
 2024-08-21  2:02 UTC 

[PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
 2024-08-21  1:18 UTC  (11+ messages)

[PATCH v4] sh: Restructure setup code to reserve memory regions earlier
 2024-08-17  7:14 UTC  (8+ messages)

[PATCH v2 00/13] linux system call fixes
 2024-08-16 20:27 UTC  (3+ messages)
` [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range

[PATCH v4 00/26] mm: introduce numa_memblks
 2024-08-07 18:53 UTC  (30+ messages)
` [PATCH v4 01/26] mm: move kernel/numa.c to mm/
` [PATCH v4 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v4 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v4 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v4 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 07/26] arch, mm: move definition of node_data to generic code
` [PATCH v4 08/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v4 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v4 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v4 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v4 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v4 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v4 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v4 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v4 17/26] mm: introduce numa_memblks
` [PATCH v4 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v4 19/26] mm: introduce numa_emulation
` [PATCH v4 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v4 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v4 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v4 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks
` [PATCH v4 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v4 26/26] docs: move numa=fake description to kernel-parameters.txt

[PATCH v3 00/26] mm: introduce numa_memblks
 2024-08-06 13:28 UTC  (81+ messages)
` [PATCH v3 01/26] mm: move kernel/numa.c to mm/
` [PATCH v3 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v3 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v3 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v3 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 08/26] arch, mm: move definition of node_data to generic code
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA "
` [PATCH v3 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v3 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v3 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v3 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v3 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v3 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v3 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v3 17/26] mm: introduce numa_memblks
` [PATCH v3 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v3 19/26] mm: introduce numa_emulation
` [PATCH v3 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v3 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v3 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v3 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v3 24/26] arch_numa: switch over to numa_memblks
` [PATCH v3 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v3 26/26] docs: move numa=fake description to kernel-parameters.txt

Build regressions/improvements in v6.11-rc1
 2024-07-29 10:07 UTC  (3+ messages)

[PATCH v2 00/25] mm: introduce numa_memblks
 2024-07-26  9:40 UTC  (5+ messages)

[GIT PULL] sh updates for v6.11 (CORRECTION)
 2024-07-23 19:03 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 read-only IMAP folder(s) and NNTP newsgroup(s).