[PATCH v11 2/8] mm: rust: add vm_area_struct methods that require read access
2025-01-15 11:02 UTC (10+ messages)
[PATCH v4 00/13] mm, swap: rework of swap allocator locks
2025-01-15 10:51 UTC (3+ messages)
` [PATCH v4 12/13] mm, swap: use a global swap cluster for non-rotation devices
[PATCH v9 00/17] reimplement per-vma lock as a refcount
2025-01-15 10:50 UTC (25+ messages)
` [PATCH v9 10/17] refcount: introduce __refcount_{add|inc}_not_zero_limited
` [PATCH v9 11/17] mm: replace vm_lock and detached flag with a reference count
` [PATCH v9 12/17] mm: move lesser used vma_area_struct members into the last cacheline
` [PATCH v9 16/17] mm: make vma cache SLAB_TYPESAFE_BY_RCU
[PATCH] mm: separate move/undo parts from migrate_pages_batch()
2025-01-15 10:34 UTC (4+ messages)
` [PATCH v2] "
[PATCH v11 0/8] Rust support for mm_struct, vm_area_struct, and mmap
2025-01-15 10:24 UTC (18+ messages)
` [PATCH v11 1/8] mm: rust: add abstraction for struct mm_struct
` [PATCH v11 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
` [PATCH v11 8/8] task: rust: rework how current is accessed
[PATCH v18 04/19] EDAC: Add memory repair control feature
2025-01-15 10:07 UTC (12+ messages)
[PATCH] mm: compaction: use the actual allocation context to determine the watermarks for costly order during async memory compaction
2025-01-15 9:56 UTC (2+ messages)
[PATCH v5 0/2] riscv/ptrace: add new regset to access original a0 register
2025-01-15 9:56 UTC (6+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] riscv: selftests: Add a ptrace test to verify a0 and orig_a0 access
[LSF/MM/BPF TOPIC] Predictive readahead of dentries
2025-01-15 9:52 UTC (3+ messages)
` [Lsf-pc] "
[PATCH] mm/kfence: Use str_write_read() helper in get_access_type()
2025-01-15 9:47 UTC (2+ messages)
[PATCH V3] mm: compaction: skip memory compaction when there are not enough migratable pages
2025-01-15 9:17 UTC (5+ messages)
"kernel BUG in update_and_free_pages_bulk" in Linux Kernel v6.12-rc4
2025-01-15 9:09 UTC (4+ messages)
[PATCH v8 00/16] move per-vma lock into vm_area_struct
2025-01-15 8:59 UTC (5+ messages)
[syzbot] [fs?] [mm?] INFO: rcu detected stall in sys_readlink (5)
2025-01-15 8:39 UTC
[PATCH bpf-next v4 0/6] bpf, mm: Introduce try_alloc_pages()
2025-01-15 8:35 UTC (10+ messages)
` [PATCH bpf-next v4 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
[PATCH v5 00/17] Provide a new two step DMA mapping API
2025-01-15 8:33 UTC (10+ messages)
` [PATCH v5 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v5 07/17] dma-mapping: Implement link/unlink ranges API
[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-15 7:27 UTC (24+ messages)
` [PATCH v6 08/26] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v6 12/26] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v6 13/26] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v6 15/26] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v6 16/26] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v6 23/26] mm: Remove pXX_devmap callers
` [PATCH v6 24/26] mm: Remove devmap related functions and page table bits
` [PATCH v6 25/26] Revert "riscv: mm: Add support for ZONE_DEVICE"
[PATCH bpf-next v5 0/7] bpf, mm: Introduce try_alloc_pages()
2025-01-15 7:22 UTC (10+ messages)
` [PATCH bpf-next v5 1/7] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v5 2/7] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v5 3/7] locking/local_lock: Introduce local_trylock_irqsave()
` [PATCH bpf-next v5 4/7] memcg: Use trylock to access memcg stock_lock
` [PATCH bpf-next v5 5/7] mm, bpf: Use memcg in try_alloc_pages()
` [PATCH bpf-next v5 6/7] mm: Make failslab, kfence, kmemleak aware of trylock mode
` [PATCH bpf-next v5 7/7] bpf: Use try_alloc_pages() to allocate pages for bpf needs
[PATCH] zram: remove zcomp_stream_put() from write_incompressible_page()
2025-01-15 7:19 UTC
[RFC PATCH] mm/madvise: remove redundant mmap_lock operations from process_madvise()
2025-01-15 7:15 UTC (11+ messages)
[PATCH v3 0/4] mm: batched unmap lazyfree large folios during reclamation
2025-01-15 7:01 UTC (11+ messages)
` [PATCH v3 1/4] mm: Set folio swapbacked iff folios are dirty in try_to_unmap_one
` [PATCH v3 2/4] mm: Support tlbbatch flush for a range of PTEs
` [PATCH v3 3/4] mm: Support batched unmap for lazyfree large folios during reclamation
` [PATCH v3 4/4] mm: Avoid splitting pmd for lazyfree pmd-mapped THP in try_to_unmap
[PATCH v5 0/6] elf: Define note name macros
2025-01-15 5:48 UTC (7+ messages)
` [PATCH v5 1/6] "
` [PATCH v5 2/6] binfmt_elf: Use "
` [PATCH v5 3/6] powerpc: "
` [PATCH v5 4/6] crash: "
` [PATCH v5 5/6] s390/crash: "
` [PATCH v5 6/6] crash: Remove KEXEC_CORE_NOTE_NAME
[PATCH] selftests/mm/cow : Fix memory leak in child_vmsplice_memcmp_fn()
2025-01-15 5:45 UTC (3+ messages)
[PATCH 4/8] mm/swap: Use PG_dropbehind instead of PG_reclaim
2025-01-15 4:31 UTC (5+ messages)
[PATCH] mm/page_alloc: Remove the incorrect and misleading comment
2025-01-15 4:16 UTC
[PATCH v7 mm-unstable] mm: vmscan: retry folios written back while isolated for traditional LRU
2025-01-15 3:59 UTC (3+ messages)
[PATCH v2 0/2] mm/memfd: reserve hugetlb folios before allocation
2025-01-15 3:32 UTC (3+ messages)
` [PATCH v2 1/2] "
"kernel panic: Out of memory: system-wide panic_on_oom is enabled" in Linux Kernel v6.12-rc4
2025-01-15 2:20 UTC
[PATCH v5] arm64: mm: Populate vmemmap/linear at the page level for hotplugged sections
2025-01-15 2:13 UTC (2+ messages)
[PATCH 0/2] mm: memory_failure: unmap poisoned filio during migrate properly
2025-01-15 2:03 UTC (4+ messages)
` [PATCH 2/2] hwpoison, memory_hotplug: lock folio before unmap hwpoisoned folio
[PATCH v2] mm/vmscan: extract calculated pressure balance as a function
2025-01-15 1:58 UTC
[PATCH v5 -next 00/16] sysctl: move sysctls from vm_table into its own files
2025-01-15 1:53 UTC (3+ messages)
[LSF/MM/BPF TOPIC] Improving large folio writeback performance
2025-01-15 1:50 UTC (3+ messages)
[PATCH] kasan: hw_tags: Use str_on_off() helper in kasan_init_hw_tags()
2025-01-15 1:45 UTC (2+ messages)
[PATCH 0/9 RFC] cgroup: separate rstat trees
2025-01-15 1:39 UTC (5+ messages)
[PATCH] tools/mm: Introduce a tool to handle entries in allocinfo
2025-01-15 1:27 UTC (9+ messages)
` memory alloc profiling seems not work properly during bootup?
[PATCH 1/2] alloc_tag: avoid current->alloc_tag manipulations when profiling is disabled
2025-01-15 1:10 UTC (10+ messages)
` [PATCH 2/2] alloc_tag: skip pgalloc_tag_swap if "
[RFC PATCH v1 0/2] Add file seal to prevent future exec mappings
2025-01-14 23:56 UTC (13+ messages)
` [RFC PATCH v1 1/2] mm/memfd: Add support for F_SEAL_FUTURE_EXEC to memfd
[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
2025-01-14 23:13 UTC (10+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-01-14 21:48 UTC (28+ messages)
` [PATCH v4 10/30] riscv/paravirt: Mark pv_steal_clock static call as __ro_after_init
` [PATCH v4 13/30] arm/paravirt: "
` [PATCH v4 14/30] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v4 15/30] sched/clock: Mark sched_clock_running key "
` [PATCH v4 16/30] x86/speculation/mds: Mark mds_idle_clear key as allowed in .noinstr
` [PATCH v4 17/30] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v4 18/30] x86/kvm/vmx: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v4 19/30] stackleack: Mark stack_erasing_bypass key "
` [PATCH v4 20/30] objtool: Add noinstr validation for static branches/calls
` [PATCH v4 21/30] context_tracking: Explicitely use CT_STATE_KERNEL where it is missing
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 23/30] context_tracking: Turn CT_STATE_* into bits
` [PATCH v4 24/30] context-tracking: Introduce work deferral infrastructure
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 26/30] x86,tlb: Make __flush_tlb_global() noinstr-compliant
` [PATCH v4 27/30] x86/tlb: Make __flush_tlb_local() noinstr-compliant
` [PATCH v4 28/30] x86/tlb: Make __flush_tlb_all() noinstr
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
` [PATCH v4 30/30] context-tracking: Add a Kconfig to enable IPI deferral for NO_HZ_IDLE
[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
2025-01-14 21:40 UTC (26+ messages)
[PATCH] /dev/zero: make private mapping full anonymous mapping
2025-01-14 21:24 UTC (21+ messages)
untagged_addr_remote() in do_madvise()
2025-01-14 21:13 UTC (4+ messages)
[PATCH 1/5] squashfs: Use a folio throughout squashfs_read_folio()
2025-01-14 21:10 UTC (11+ messages)
` [PATCH 2/5] squashfs: Pass a folio to squashfs_readpage_fragment()
` [PATCH 3/5] squashfs: Convert squashfs_readpage_block() to take a folio
` [PATCH 4/5] squashfs; Convert squashfs_copy_cache() "
` [PATCH 5/5] squashfs: Convert squashfs_fill_page() "
[PATCH v4 0/2] riscv/ptrace: add new regset to access original a0 register
2025-01-14 20:31 UTC (6+ messages)
` [PATCH v4 2/2] riscv: selftests: Add a ptrace test to verify syscall parameter modification
[PATCH v3 00/12] AMD broadcast TLB invalidation
2025-01-14 19:50 UTC (4+ messages)
` [PATCH 05/12] x86/mm: add INVLPGB support code
[PATCH v2] memcg: allow exiting tasks to write back data to swap
2025-01-14 19:42 UTC (12+ messages)
[linux-next:master] BUILD REGRESSION dab2734f8e9ecba609d66d1dd087a392a7774c04
2025-01-14 19:17 UTC
[PATCH -v2 next 0/4] Some cleanup for memcg
2025-01-14 18:45 UTC (9+ messages)
` [PATCH -v2 next 1/4] memcg: use OFP_PEAK_UNSET instead of -1
` [PATCH -v2 next 2/4] memcg: call the free function when allocation of pn fails
` [PATCH -v2 next 3/4] memcg: factor out the replace_stock_objcg function
` [PATCH -v2 next 4/4] memcg: factor out stat(event)/stat_local(event_local) reading functions
[PATCH v3] memcg: fix soft lockup in the OOM process
2025-01-14 18:42 UTC (8+ messages)
[PATCH v2 4/7] mm/hugetlb: Clean up map/global resv accounting when allocate
2025-01-14 18:25 UTC (3+ messages)
[RFC PATCH v4 00/10] AMD broadcast TLB invalidation
2025-01-14 18:24 UTC (3+ messages)
` [PATCH v4 05/12] x86/mm: add INVLPGB support code
[PATCH v2 1/7] kernel/cgroup: Add "dmem" memory accounting cgroup
2025-01-14 18:01 UTC (4+ messages)
` [PATCH v2.1 1/1] "
[PATCH v2] mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma
2025-01-14 18:00 UTC (3+ messages)
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