linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH bpf-next v3 00/17] mm: BPF OOM
 2026-01-27  2:44 UTC  (11+ 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

[syzbot] [block?] possible deadlock in blkdev_read_iter
 2026-01-27  2:22 UTC  (4+ messages)

[PATCH v4] lib: xarray: free unused spare node in xas_create_range()
 2026-01-27  1:12 UTC  (5+ 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 v4 00/54] tree-in-dcache stuff
 2026-01-27  0:56 UTC  (2+ 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 v5 00/36] Compiler-Based Context- and Locking-Analysis
 2026-01-26 23:46 UTC  (7+ messages)
` [PATCH v5 15/36] srcu: Support Clang's context analysis

[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 v8 0/3] Optimize zone->contiguous update and issue fix
 2026-01-26 21:58 UTC  (5+ messages)
` [PATCH v8 1/3] mm/memory hotplug: Fix zone->contiguous always false when hotplug

[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  (28+ messages)
` [PATCH v4 02/10] mm/vma: document possible vma->vm_refcnt values and reference comment
` [PATCH v4 03/10] mm/vma: rename is_vma_write_only(), separate out shared refcount put
` [PATCH v4 06/10] mm/vma: clean up __vma_enter/exit_locked()
` [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 v11 8/8] mm: folio_zero_user: cache neighbouring pages
 2026-01-26 19:05 UTC  (3+ messages)
` [PATCH] mm: folio_zero_user: open code range computation in folio_zero_user()

BUG: kernel NULL pointer dereference, address: 0000000000000000
 2026-01-26 18:56 UTC  (9+ messages)

[PATCH v3 0/3] Migrate on fault for device pages
 2026-01-26 18:48 UTC  (6+ messages)
` [PATCH v3 1/3] mm: unified hmm fault and migrate device pagewalk paths
` [PATCH v3 2/3] mm: add new testcase for the migrate on fault case
` [PATCH v3 3/3] mm:/migrate_device.c: remove migrate_vma_collect_*() functions

[PATCH 0/2] mm: memfd_luo: preserve file seals
 2026-01-26 18:31 UTC  (6+ 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

[PATCH net-next 0/3] net/smc: buffer allocation and registration improvements
 2026-01-26 16:45 UTC  (9+ messages)
` [PATCH net-next 2/3] mm: vmalloc: export find_vm_area()

[PATCH 00/33 v7] cpuset/isolation: Honour kthreads preferred affinity
 2026-01-26 16:41 UTC  (20+ messages)
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 18/33] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 19/33] cpuset: Propagate cpuset isolation update to timers "
` [PATCH 20/33] timers/migration: Remove superfluous cpuset isolation test
` [PATCH 21/33] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 22/33] sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()
` [PATCH 23/33] PCI: Remove superfluous HK_TYPE_WQ check
` [PATCH 24/33] kthread: Refine naming of affinity related fields
` [PATCH 25/33] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 26/33] kthread: Include kthreadd to "
` [PATCH 27/33] kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
` [PATCH 28/33] sched: Switch the fallback task allowed cpumask to HK_TYPE_DOMAIN
` [PATCH 29/33] sched/arm64: Move fallback task "
` [PATCH 30/33] kthread: Honour kthreads preferred affinity after cpuset changes
` [PATCH 31/33] kthread: Comment on the purpose and placement of kthread_affine_node() call
` [PATCH 32/33] kthread: Document kthread_affine_preferred()
` [PATCH 33/33] doc: Add housekeeping documentation

[PATCH] of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel param
 2026-01-26 16:33 UTC  (5+ messages)

[PATCH v5 0/4] kho: history: track previous kernel version and kexec boot count
 2026-01-26 16:07 UTC  (5+ 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 v2 0/3] Replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2026-01-26 15:43 UTC  (4+ messages)
` [PATCH v2 3/3] mm: add WQ_PERCPU to alloc_workqueue users

[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
 2026-01-26 15:18 UTC  (12+ messages)
` [PATCH mm-unstable v14 03/16] introduce collapse_single_pmd to unify khugepaged and madvise_collapse

[PATCH V2] mm/slab: avoid allocating slabobj_ext array from its own slab
 2026-01-26 14:37 UTC  (4+ messages)

[PATCH] mm/slab: avoid allocating slabobj_ext array from its own slab
 2026-01-26 14:31 UTC  (9+ messages)

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-01-26 13:59 UTC  (10+ messages)
` [PATCH v4 06/22] slab: add sheaves to most caches
` [PATCH v4 07/22] slab: introduce percpu sheaves bootstrap
` [PATCH v4 10/22] slab: add optimized sheaf refill from partial list

[PATCH v4] kho: kexec-metadata: track previous kernel chain
 2026-01-26 13:47 UTC  (10+ messages)

[PATCH] kho: fix doc for kho_restore_pages()
 2026-01-26 12:48 UTC  (2+ messages)

[PATCH v2] selftests/mm: Have the harness run each test category separately
 2026-01-26 10:16 UTC  (2+ messages)

[PATCH RESEND v3 00/10] mm: add and use vma_assert_stabilised() helper
 2026-01-26 10:04 UTC  (14+ messages)
` [PATCH RESEND v3 03/10] mm/vma: rename is_vma_write_only(), separate out shared refcount put
` [PATCH RESEND v3 07/10] mm/vma: introduce helper struct + thread through exclusive lock fns

[RFC PATCH bpf-next v4 00/12] mm: memcontrol: Add BPF hooks for memory controller
 2026-01-26  9:30 UTC  (15+ messages)
` [RFC PATCH bpf-next v4 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v4 02/12] bpf: initial support for attaching struct ops to cgroups
` [RFC PATCH bpf-next v4 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v4 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v4 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v4 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v4 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v4 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v4 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v4 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v4 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v4 12/12] samples/bpf: Add memcg priority control example

[akpm-mm:mm-unstable /301] net/core/page_pool.c:713:71: sparse: sparse: incorrect type in argument 1 (different base types)
 2026-01-26  9:16 UTC  (3+ messages)

[PATCH v2 0/1] Identify the accurate NUMA ID of CFMW
 2026-01-26  9:06 UTC  (9+ messages)
` [PATCH v2 1/1] mm: numa_memblks: "

[PATCH 06/12] mm, swap: implement helpers for reserving data in the swap table
 2026-01-26  8:28 UTC  (3+ messages)

[PATCH v3 0/7] enable PT_RECLAIM on all 64-bit architectures
 2026-01-26  6:59 UTC  (4+ messages)
` [PATCH v3 7/7] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE

[RFC PATCH v2 0/5] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-01-26  6:52 UTC  (6+ messages)
` [RFC PATCH v2 v2 1/5] mm: swap: introduce swap tier infrastructure
` [RFC PATCH v2 v2 2/5] mm: swap: associate swap devices with tiers
` [RFC PATCH v2 v2 3/5] mm: memcontrol: add interface for swap tier selection
` [RFC PATCH v2 v2 4/5] mm, swap: change back to use each swap device's percpu cluster
` [RFC PATCH v2 v2 5/5] mm, swap: introduce percpu swap device cache to avoid fragmentation

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-26  5:08 UTC  (2+ messages)

[PATCH v7] mm/hugetlb: ignore hugepage kernel args if hugepages are unsupported
 2026-01-26  4:21 UTC  (2+ messages)

[PATCH 09/12] mm, swap: use the swap table to track the swap count
 2026-01-26  4:04 UTC  (3+ messages)

[PATCH 00/12] mm, swap: swap table phase III: remove swap_map
 2026-01-26  3:11 UTC  (3+ messages)
` [syzbot ci] "

[PATCH] arm64: mm: explicitly use kernel pte for ioremap_prot()
 2026-01-26  2:25 UTC  (3+ messages)

[PATCH mm-new v5 0/5] Improve khugepaged scan logic
 2026-01-26  2:18 UTC  (13+ messages)
` [PATCH mm-new v5 3/5] mm: add folio_test_lazyfree helper
` [PATCH mm-new v5 4/5] mm: khugepaged: skip lazy-free folios
` [PATCH mm-new v5 5/5] mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELY

[PATCH v4 0/3] mm: fix oom-killer not being invoked when demotion is enabled
 2026-01-26  2:01 UTC  (11+ messages)
` [PATCH v4 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier

[syzbot] [mm?] kernel BUG in hpage_collapse_scan_file (2)
 2026-01-26  1:54 UTC  (4+ messages)

[RFC PATCH bpf-next v3 00/12] mm: memcontrol: Add BPF hooks for memory controller
 2026-01-26  1:40 UTC  (4+ messages)
` [RFC PATCH bpf-next v3 09/12] selftests/bpf: Add tests for memcg_bpf_ops

[PATCH RESEND] fork: Replace simple_strtoul with kstrtoul in coredump_filter_setup
 2026-01-26  0:45 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox