messages from 2024-08-06 13:10:49 to 2024-09-03 03:31:03 UTC [more...]
[PATCH v2 -next 00/15] sysctl: move sysctls from vm_table into its own files
2024-09-03 3:29 UTC
[PATCH 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
2024-09-02 19:08 UTC (4+ 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 -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 RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
2024-08-31 1:45 UTC (20+ 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-08-30 7:24 UTC (14+ messages)
[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
2024-08-27 15:40 UTC (11+ 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 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
[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 (8+ messages)
` [PATCH cmpxchg 2/3] ARC: Emulate one-byte cmpxchg
` [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 (34+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).