linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH bpf-next v6 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-01-24 16:28 UTC  (12+ messages)
` [PATCH bpf-next v6 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v6 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v6 3/6] locking/local_lock: Introduce local_trylock_t and local_trylock_irqsave()
` [PATCH bpf-next v6 4/6] memcg: Use trylock to access memcg stock_lock
` [PATCH bpf-next v6 5/6] mm, bpf: Use memcg in try_alloc_pages()
` [PATCH bpf-next v6 6/6] bpf: Use try_alloc_pages() to allocate pages for bpf needs

next-20250121: kvm selftests: RIP: 0010:__kmalloc_node_noprof+0xff/0x490
 2025-01-24 16:13 UTC  (3+ messages)

[PATCH -v4 next 0/4] Some cleanup for memcg
 2025-01-24 15:59 UTC  (6+ messages)
` [PATCH -v4 next 1/4] memcg: use OFP_PEAK_UNSET instead of -1
` [PATCH -v4 next 2/4] memcg: call the free function when allocation of pn fails
` [PATCH -v4 next 3/4] memcg: factor out the replace_stock_objcg function
` [PATCH -v4 next 4/4] memcg: add CONFIG_MEMCG_V1 for 'local' functions

[PATCH] mm: memcontrol: move memsw charge callbacks to v1
 2025-01-24 15:54 UTC  (3+ messages)

[PATCH v3] Weighted interleave auto-tuning
 2025-01-24 15:53 UTC  (4+ messages)

[PATCH] mm/slab: simplify SLAB_* flag handling
 2025-01-24 15:41 UTC  (4+ messages)

[Question] Are "device exclusive non-swap entries" / "SVM atomics in Nouveau" still getting used in practice?
 2025-01-24 15:28 UTC  (6+ messages)

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-24 15:22 UTC  (12+ messages)
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH] mm/slab: Achieve better kmalloc caches randomization in kvmalloc
 2025-01-24 15:19 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] memory persistence over kexec
 2025-01-24 14:56 UTC  (4+ messages)

[RFC PATCH v1 0/9] KVM: Mapping of guest_memfd at the host and a software protected VM type
 2025-01-24 14:44 UTC  (29+ messages)
` [RFC PATCH v1 1/9] KVM: guest_memfd: Allow host to mmap guest_memfd() pages
` [RFC PATCH v1 2/9] KVM: guest_memfd: Add guest_memfd support to kvm_(read|/write)_guest_page()
` [RFC PATCH v1 3/9] KVM: guest_memfd: Add KVM capability to check if guest_memfd is host mappable

[PATCH RFC 0/4] slab, rcu: move and consolidate TINY_RCU kvfree_rcu() to SLAB
 2025-01-24 14:25 UTC  (13+ messages)
` [PATCH RFC 1/4] slab, rcu: move TINY_RCU variant of "
` [PATCH RFC 2/4] rcu: remove trace_rcu_kvfree_callback
` [PATCH RFC 3/4] rcu, slab: use a regular callback function for kvfree_rcu
` [PATCH RFC 4/4] slab: don't batch kvfree_rcu() with SLUB_TINY

[PATCH] kfence: skip __GFP_THISNODE allocations on NUMA systems
 2025-01-24 14:05 UTC  (2+ messages)

[PATCH v2 00/10] x86/module: rework ROX cache to avoid writable copy
 2025-01-24 13:34 UTC  (6+ messages)
` [PATCH v2 06/10] module: introduce MODULE_STATE_GONE

[PATCH 0/5] remove tlb_remove_page_ptdesc()
 2025-01-24 13:04 UTC  (10+ messages)
` [PATCH 1/5] mm: pgtable: make generic tlb_remove_table() use struct ptdesc
` [PATCH 2/5] mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
` [PATCH 3/5] riscv: pgtable: unconditionally "
` [PATCH 4/5] x86: pgtable: unconditionally use tlb_remove_table()
` [PATCH 5/5] mm: pgtable: remove tlb_remove_page_ptdesc()

[PATCH] s390/mm: Add missing ctor/dtor on page table upgrade
 2025-01-24 12:39 UTC  (9+ messages)

[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
 2025-01-24 12:29 UTC  (27+ messages)

[PATCH 4/7] kcov: introduce new kcov KCOV_TRACE_UNIQ_CMP mode
 2025-01-24 12:26 UTC  (3+ messages)

[PATCH v6 00/12] AMD broadcast TLB invalidation
 2025-01-24 11:41 UTC  (7+ messages)
` [PATCH v6 09/12] x86/mm: enable broadcast TLB invalidation for multi-threaded processes

[PATCH] mm/cma: add an API to enable/disable concurrent memory allocation for the CMA
 2025-01-24 11:21 UTC 

[PATCH] kernel/fork: Be more careful about dup_mmap() failures
 2025-01-24 11:15 UTC  (2+ messages)

[PATCH 0/7] zram: preemptible writes and occasionally preemptible reads
 2025-01-24 11:09 UTC  (6+ messages)
` [PATCH 1/7] zram: switch to non-atomic entry locking

[PATCH] mm/compaction: fix UBSAN shift-out-of-bounds warning
 2025-01-24 10:07 UTC  (6+ messages)

[syzbot] [v9fs?] BUG: stack guard page was hit in sys_openat
 2025-01-24 10:01 UTC  (3+ messages)

[PATCH net-next v23 0/7] Replace page_frag with page_frag_cache (Part-1)
 2025-01-24  9:52 UTC  (4+ messages)
` [PATCH net-next v23 3/7] mm: page_frag: use initial zero offset for page_frag_alloc_align()

[PATCH] mm,procfs: allow read-only remote mm access under CAP_PERFMON
 2025-01-24  9:45 UTC  (9+ messages)

[PATCH v1 0/2] mm: Clear uffd-wp PTE/PMD state on mremap()
 2025-01-24  9:28 UTC  (6+ messages)
` [PATCH v1 1/2] "

[PATCH v2] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
 2025-01-24  9:04 UTC  (9+ messages)

[LSF/MM/BPF TOPIC] Overhauling hot page detection and promotion based on PTE A bit scanning
 2025-01-24  9:02 UTC  (5+ messages)

[RFC PATCH] Introduce generalized data temperature estimation framework
 2025-01-24  8:19 UTC  (2+ messages)

[PATCH v3 next 0/5] Some cleanup for memcg
 2025-01-24  7:42 UTC  (8+ messages)
` [PATCH v3 next 4/5] memcg: factor out stat(event)/stat_local(event_local) reading functions

[RFC 00/11] khugepaged: mTHP support
 2025-01-24  7:38 UTC  (9+ messages)

[RFC PATCH v5 00/15] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-01-24  5:31 UTC  (5+ messages)
` [RFC PATCH v5 02/15] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH v5 04/15] KVM: guest_memfd: Track mappability within a struct kvm_gmem_private

[linux-next:master 8893/10150] include/linux/compiler_types.h:542:45: error: call to '__compiletime_assert_375' declared with attribute error: clamp() low limit source_min greater than high limit source_max
 2025-01-24  4:43 UTC 

[PATCH 1/2] mm: memcontrol: unshare v2-only charge API bits again
 2025-01-24  4:38 UTC  (2+ messages)
` [PATCH 2/2] mm: memcontrol: move stray ratelimit bits to v1

mm/mprotect.c:450:23: sparse: sparse: cast to non-scalar
 2025-01-24  4:21 UTC 

[PATCH] mm: page_isolation: avoid call folio_hstate() without hugetlb_lock
 2025-01-24  2:12 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] DAMON Requirements for Access-aware MM of Future
 2025-01-24  2:11 UTC  (2+ messages)

[linux-next:master 8826/10150] mm/zsmalloc.c:431:20: warning: function 'is_first_zpdesc' is not needed and will not be emitted
 2025-01-24  2:01 UTC  (3+ messages)

mm/gup.c:778:15: sparse: sparse: cast to non-scalar
 2025-01-24  2:01 UTC 

[PATCH 0/7] spanning write related cleanup
 2025-01-24  1:43 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 853d1f41ba73e78d22e7075d9a95670aab187eba
 2025-01-24  0:38 UTC 

[PATCH] MAINTAINERS: mailmap: Update Yosry Ahmed's email address
 2025-01-23 23:13 UTC 

[PATCH v4 1/1] exec: seal system mappings
 2025-01-23 22:38 UTC  (15+ messages)

[PATCH v3] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
 2025-01-23 22:26 UTC  (4+ messages)

kismet: WARNING: unmet direct dependencies detected for HUGETLBFS when selected by PPC_8xx
 2025-01-23 22:24 UTC 

[LSF/MM/BPF TOPIC] Generalized data temperature estimation framework
 2025-01-23 20:33 UTC 

page_ref tracepoints
 2025-01-23 19:55 UTC 

[PATCH] mm/oom_kill: fix trivial typo in comment
 2025-01-23 19:35 UTC 

[PATCH] mm: Optimize TLB flushes during page reclaim
 2025-01-23 19:16 UTC  (3+ messages)

[PATCH v7 4/4] userfaultfd: use per-vma locks in userfaultfd operations
 2025-01-23 18:45 UTC  (9+ messages)

[PATCH] mm: Optimize TLB flushes during page reclaim
 2025-01-23 18:17 UTC  (5+ messages)

[PATCH v2 0/4] Add managed SOFT RESERVE resource handling
 2025-01-23 16:01 UTC  (13+ messages)
` [PATCH v2 1/4] kernel/resource: Introduce managed SOFT RESERVED resources
` [PATCH v2 3/4] dax: Update hmem resource/device registration

[RFC v3 PATCH 0/5] Promotion of Unmapped Page Cache Folios
 2025-01-23 14:55 UTC  (5+ messages)

drivers/base/power/runtime.c:362: warning: Excess function parameter 'dev' description in '__rpm_callback'
 2025-01-23 11:20 UTC  (3+ messages)

[PATCH] mm/vma: next is already retrieved
 2025-01-23 11:18 UTC  (8+ messages)

[RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages
 2025-01-23 11:00 UTC  (3+ messages)

[RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages
 2025-01-23  9:50 UTC  (3+ messages)

[PATCH] mm/hugetlb: bring gigantic page allocation under hugepages_supported()
 2025-01-23  9:40 UTC  (4+ messages)

page:  |  | latest

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