[PATCH] of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel param
2026-01-27 15:08 UTC (6+ messages)
[PATCH v13 00/18] unwind_deferred: Implement sframe handling
2026-01-27 15:05 UTC (14+ messages)
` [PATCH v13 01/18] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v13 02/18] unwind_user/sframe: Store .sframe section data in per-mm maple tree
` [PATCH v13 05/18] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v13 06/18] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v13 08/18] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v13 09/18] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v13 10/18] unwind_user/sframe: Show file name in debug output
` [PATCH v13 11/18] unwind_user/sframe: Add .sframe validation option
` [PATCH v13 12/18] unwind_user: Enable archs that pass RA in a register
` [PATCH v13 14/18] unwind_user: Flexible CFA recovery rules
` [PATCH v13 15/18] unwind_user/sframe: Add support for SFrame V3 flexible FDEs
` [PATCH v13 16/18] unwind_user/sframe: Separate reading of FRE from reading of FRE data words
` [PATCH v13 17/18] unwind_user/sframe/x86: Enable sframe unwinding on x86
[PATCH 0/3] drm/gem-shmem: Track page accessed/dirty status
2026-01-27 14:53 UTC (8+ messages)
` [PATCH 1/3] drm/gem-shmem: Map pages in mmap fault handler
` [PATCH 2/3] drm/gem-shmem: Track folio accessed/dirty status in mmap
` [PATCH 3/3] drm/gem-shmem: Track folio accessed/dirty status in vmap
[PATCHv4 00/14] mm: Eliminate fake head pages from vmemmap optimization
2026-01-27 14:51 UTC (4+ messages)
` [PATCHv4 09/14] mm/hugetlb: Remove fake head pages
[PATCH v6 0/4] kho: history: track previous kernel version and kexec boot count
2026-01-27 14:43 UTC (6+ messages)
` [PATCH v6 1/4] kho: add size parameter to kho_add_subtree()
` [PATCH v6 2/4] kho: rename fdt parameter to blob in kho_add/remove_subtree()
` [PATCH v6 3/4] kho: kexec-metadata: track previous kernel chain
` [PATCH v6 4/4] kho: document kexec-metadata tracking feature
[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
2026-01-27 14:40 UTC (5+ messages)
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers
[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
2026-01-27 14:28 UTC (3+ messages)
` [PATCH v4 18/22] slab: refill sheaves from all nodes
[PATCH v2 0/3] Replace wq users and add WQ_PERCPU to alloc_workqueue() users
2026-01-27 13:55 UTC (9+ messages)
` [PATCH v2 1/3] mm: Replace use of system_unbound_wq with system_dfl_wq
` [PATCH v2 2/3] mm: Replace use of system_wq with system_percpu_wq
` [PATCH v2 3/3] mm: add WQ_PERCPU to alloc_workqueue users
[PATCH v7 1/2] mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
2026-01-27 13:41 UTC (4+ messages)
` [PATCH v7 2/2] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
[PATCH v5 0/4] kho: history: track previous kernel version and kexec boot count
2026-01-27 13:41 UTC (11+ messages)
` [PATCH v5 1/4] kho: add size parameter to kho_add_subtree()
` [PATCH v5 2/4] kho: rename fdt parameter to blob in kho_add/remove_subtree()
` [PATCH v5 3/4] kho: kexec-metadata: track previous kernel chain
` [PATCH v5 4/4] kho: document kexec-metadata tracking feature
[PATCH] hugetlb: increase hugepage reservations when using node-specific "hugepages=" cmdline
2026-01-27 13:35 UTC (2+ messages)
[PATCH net-next 0/3] net/smc: buffer allocation and registration improvements
2026-01-27 13:34 UTC (10+ messages)
` [PATCH net-next 2/3] mm: vmalloc: export find_vm_area()
[PATCH 00/33 v7] cpuset/isolation: Honour kthreads preferred affinity
2026-01-27 12:45 UTC (4+ messages)
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
[linux-next:master] BUILD SUCCESS WITH UNVERIFIED WARNING 615aad0f61e0c7a898184a394dc895c610100d4f
2026-01-27 12:24 UTC
[PATCH v4 0/8] enable PT_RECLAIM on more 64-bit architectures
2026-01-27 12:13 UTC (9+ messages)
` [PATCH v4 1/8] mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.h
` [PATCH v4 2/8] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH v4 3/8] LoongArch: "
` [PATCH v4 4/8] mips: "
` [PATCH v4 5/8] parisc: "
` [PATCH v4 6/8] um: "
` [PATCH v4 7/8] mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE config
` [PATCH v4 8/8] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE
[PATCH v3 0/7] enable PT_RECLAIM on all 64-bit architectures
2026-01-27 11:47 UTC (6+ messages)
` [PATCH v3 7/7] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE
[PATCH V1 0/2] Only allow SLAB_OBJ_EXT_IN_OBJ for unmergeable caches
2026-01-27 10:31 UTC (3+ messages)
` [PATCH V1 1/2] mm/slab: factor out slab_args_unmergeable()
` [PATCH V1 2/2] mm/slab: only allow SLAB_OBJ_EXT_IN_OBJ for unmergeable caches
[PATCH v11 8/8] mm: folio_zero_user: cache neighbouring pages
2026-01-27 10:29 UTC (4+ messages)
` [PATCH] mm: folio_zero_user: open code range computation in folio_zero_user()
[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
2026-01-27 10:21 UTC (11+ messages)
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 15/36] srcu: Support Clang's "
[linux-next:master] [tools/testing/vma] 28d7ff9930: ktools.vma.make.fail
2026-01-27 10:17 UTC (4+ messages)
[RFC PATCH bpf-next v5 00/12] mm: memcontrol: Add BPF hooks for memory controller
2026-01-27 10:08 UTC (18+ messages)
` [RFC PATCH bpf-next v5 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v5 02/12] bpf: initial support for attaching struct ops to cgroups
` [RFC PATCH bpf-next v5 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v5 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v5 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v5 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v5 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v5 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v5 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v5 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v5 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v5 12/12] samples/bpf: Add memcg priority control example
[PATCH] fork: clarify copy_mm() comment for kernel thread
2026-01-27 9:40 UTC (3+ messages)
[PATCH bpf-next v3 00/17] mm: BPF OOM
2026-01-27 9:38 UTC (26+ messages)
` [PATCH bpf-next v3 01/17] bpf: move bpf_struct_ops_link into bpf.h
` [PATCH bpf-next v3 02/17] bpf: allow attaching struct_ops to cgroups
` [PATCH bpf-next v3 03/17] libbpf: fix return value on memory allocation failure
` [PATCH bpf-next v3 04/17] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [PATCH bpf-next v3 05/17] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [PATCH bpf-next v3 06/17] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [PATCH bpf-next v3 07/17] mm: introduce BPF OOM struct ops
` [PATCH bpf-next v3 08/17] mm: introduce bpf_oom_kill_process() bpf kfunc
` [PATCH bpf-next v3 09/17] mm: introduce bpf_out_of_memory() BPF kfunc
` [PATCH bpf-next v3 10/17] mm: introduce bpf_task_is_oom_victim() kfunc
` [PATCH bpf-next v3 11/17] bpf: selftests: introduce read_cgroup_file() helper
` [PATCH bpf-next v3 12/17] bpf: selftests: BPF OOM struct ops test
` [PATCH bpf-next v3 13/17] sched: psi: add a trace point to psi_avgs_work()
` [PATCH bpf-next v3 14/17] sched: psi: add cgroup_id field to psi_group structure
` [PATCH bpf-next v3 15/17] bpf: allow calling bpf_out_of_memory() from a PSI tracepoint
[PATCH] kho: cleanup error handling in kho_populate()
2026-01-27 9:29 UTC (2+ messages)
[PATCH v2] arm64: mm: fix pass user prot to ioremap_prot in generic_access_phys
2026-01-27 9:01 UTC
[PATCH v4 00/54] tree-in-dcache stuff
2026-01-27 7:42 UTC (3+ messages)
[PATCH v8 0/3] Optimize zone->contiguous update and issue fix
2026-01-27 7:10 UTC (14+ messages)
` [PATCH v8 1/3] mm/memory hotplug: Fix zone->contiguous always false when hotplug
` [PATCH v8 2/3] mm/memory hotplug/unplug: Add online_memory_block_pages() and offline_memory_block_pages()
` [PATCH v8 3/3] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
BUG: kernel NULL pointer dereference, address: 0000000000000000
2026-01-27 7:01 UTC (10+ messages)
[PATCH v7] mm/page_alloc: boost watermarks on atomic allocation failure
2026-01-27 6:06 UTC (2+ messages)
[PATCH v4] lib: xarray: free unused spare node in xas_create_range()
2026-01-27 3:48 UTC (6+ messages)
[PATCH bpf-next v3 16/17] bpf: selftests: add config for psi
2026-01-27 2:46 UTC (2+ messages)
` [PATCH bpf-next v3 17/17] bpf: selftests: PSI struct ops test
[syzbot] [block?] possible deadlock in blkdev_read_iter
2026-01-27 2:22 UTC (4+ messages)
[syzbot] [mm?] INFO: rcu detected stall in schedule_tail (8)
2026-01-27 1:07 UTC
[PATCH] mm/cma: Replace snprintf with strscpy in cma_new_area
2026-01-27 1:05 UTC (4+ messages)
[PATCH 0/3] Convert x86/mm/pat to ptdescs
2026-01-27 0:51 UTC (4+ messages)
` [PATCH 1/3] x86/mm/pat: Convert pte code to use ptdescs
` [PATCH 2/3] x86/mm/pat: Convert pmd "
` [PATCH 3/3] x86/mm/pat: Convert split_large_page() "
[PATCH v3 00/13] Remove device private pages from physical address space
2026-01-27 0:29 UTC (3+ messages)
` [PATCH v3 13/13] mm: Remove device private pages from the "
[PATCH 0/2] liveupdate: fixes in error handling
2026-01-26 23:02 UTC (3+ messages)
` [PATCH 1/2] liveupdate: luo_file: do not clear serialized_data on unfreeze
` [PATCH 2/2] liveupdate: luo_file: remember retrieve() status
[PATCH v26 00/28] riscv control-flow integrity for usermode
2026-01-26 21:56 UTC (11+ messages)
` [PATCH v26 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v26 10/28] riscv/mm: Implement map_shadow_stack() syscall
[PATCH] maple_tree: update mas_next[_range] docs
2026-01-26 20:20 UTC (4+ messages)
[PATCH v4 00/10] mm: add and use vma_assert_stabilised() helper
2026-01-26 19:38 UTC (16+ messages)
` [PATCH v4 07/10] mm/vma: introduce helper struct + thread through exclusive lock fns
` [PATCH v4 08/10] mm/vma: improve and document __is_vma_write_locked()
` [PATCH v4 09/10] mm/vma: update vma_assert_locked() to use lockdep
[PATCH v5 0/2] Generalize vmemmap_populate_hugepages to sparc
2026-01-26 19:09 UTC (4+ messages)
` [PATCH v5 1/2] sparc: Use vmemmap_populate_hugepages for vmemmap_populate
[PATCH v3 1/3] mm: unified hmm fault and migrate device pagewalk paths
2026-01-26 18:48 UTC (3+ messages)
[PATCH 0/2] mm: memfd_luo: preserve file seals
2026-01-26 18:31 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH v16 0/3] Improve proc RSS accuracy and OOM killer latency
2026-01-26 17:47 UTC (12+ messages)
` [PATCH v16 1/3] lib: Introduce hierarchical per-cpu counters
` [PATCH v16 3/3] mm: Reduce latency of OOM killer task selection with 2-pass algorithm
[PATCH v16 0/2] ACPI: Add support for ACPI RAS2 feature table
2026-01-26 17:15 UTC (3+ messages)
` [PATCH v16 1/2] ACPI:RAS2: Add driver for the "
[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
2026-01-26 16:56 UTC (6+ messages)
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
2026-01-26 16:53 UTC (16+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v10 03/15] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v10 05/15] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v10 06/15] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v10 07/15] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v10 08/15] KVM: arm64: "
` [PATCH v10 09/15] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v10 10/15] KVM: selftests: load elf via bounce buffer
` [PATCH v10 11/15] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v10 12/15] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v10 13/15] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v10 14/15] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v10 15/15] KVM: selftests: Test guest execution from direct map removed gmem
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox