linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 0/6] elf: Define note name macros
 2025-01-11  5:48 UTC  (2+ messages)
` [PATCH v4 1/6] "

[PATCH v9 00/17] reimplement per-vma lock as a refcount
 2025-01-11  4:52 UTC  (19+ messages)
` [PATCH v9 01/17] mm: introduce vma_start_read_locked{_nested} helpers
` [PATCH v9 02/17] mm: move per-vma lock into vm_area_struct
` [PATCH v9 03/17] mm: mark vma as detached until it's added into vma tree
` [PATCH v9 04/17] mm: introduce vma_iter_store_attached() to use with attached vmas
` [PATCH v9 05/17] mm: mark vmas detached upon exit
` [PATCH v9 06/17] types: move struct rcuwait into types.h
` [PATCH v9 07/17] mm: allow vma_start_read_locked/vma_start_read_locked_nested to fail
` [PATCH v9 08/17] mm: move mmap_init_lock() out of the header file
` [PATCH v9 09/17] mm: uninline the main body of vma_start_write()
` [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 13/17] mm/debug: print vm_refcnt state when dumping the vma
` [PATCH v9 14/17] mm: remove extra vma_numab_state_init() call
` [PATCH v9 15/17] mm: prepare lock_vma_under_rcu() for vma reuse possibility
` [PATCH v9 16/17] mm: make vma cache SLAB_TYPESAFE_BY_RCU
` [PATCH v9 17/17] docs/mm: document latest changes to vm_lock

[syzbot] [mm?] WARNING in __folio_rmap_sanity_checks (2)
 2025-01-11  4:29 UTC  (11+ messages)

[PATCH] mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma
 2025-01-11  3:54 UTC  (7+ messages)

[PATCH v2] mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma
 2025-01-11  3:45 UTC 

[PATCH v8 00/16] move per-vma lock into vm_area_struct
 2025-01-11  3:37 UTC  (33+ messages)
` [PATCH v8 10/16] refcount: introduce __refcount_{add|inc}_not_zero_limited
` [PATCH v8 11/16] mm: replace vm_lock and detached flag with a reference count
` [PATCH v8 15/16] mm: make vma cache SLAB_TYPESAFE_BY_RCU

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-11  3:35 UTC  (10+ messages)
` [PATCH v6 05/26] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v6 07/26] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages

[PATCH] mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled
 2025-01-11  2:10 UTC  (3+ messages)

[PATCH v2] mm/vmscan: Accumulate nr_demoted for accurate demotion statistics
 2025-01-11  1:52 UTC 

[PATCH] mm/hugetlb: prevent reuse of isolated free hugepages
 2025-01-11  1:45 UTC  (3+ messages)

[PATCH] mm/vmscan: extract calculated pressure balance as a function
 2025-01-11  1:42 UTC  (2+ messages)

[PATCH v9 mm-unstable 00/18] Add zpdesc memory descriptor for zswap.zpool
 2025-01-11  1:32 UTC  (5+ messages)
` [PATCH v9 mm-unstable 11/18] mm/zsmalloc: convert reset_page to reset_zpdesc

[PATCH] alpha: Fix personality flag propagation across an exec
 2025-01-11  1:17 UTC  (8+ messages)
          ` [PATCH] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support

[syzbot] [mm?] WARNING in __folio_rmap_sanity_checks (2)
 2025-01-11  1:00 UTC  (3+ messages)

[RFC PATCH] mm/madvise: remove redundant mmap_lock operations from process_madvise()
 2025-01-11  0:46 UTC 

[PATCH v5] ksm: add ksm involvement information for each process
 2025-01-11  0:45 UTC  (2+ messages)

[PATCH 1/2] selftests/mm: use selftests framework to print test result
 2025-01-10 23:50 UTC  (2+ messages)
` [PATCH 2/2] selftests/mm: add tests for splitting pmd THPs to all lower orders

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

[PATCH v18 04/19] EDAC: Add memory repair control feature
 2025-01-10 22:49 UTC  (11+ messages)

[linux-next:master] BUILD REGRESSION 2b88851f583d3c4e40bcd40cfe1965241ec229dd
 2025-01-10 22:12 UTC 

[bpf-next v2 1/2] bpf: Add bpf_copy_from_user_task_str kfunc
 2025-01-10 22:01 UTC  (4+ messages)
` [bpf-next v2 2/2] selftests/bpf: Add tests for bpf_copy_from_user_task_str

[RFC 00/11] khugepaged: mTHP support
 2025-01-10 22:01 UTC  (16+ messages)
` [RFC 03/11] khugepaged: Don't allocate khugepaged mm_slot early
` [RFC 06/11] khugepaged: generalize alloc_charge_folio for mTHP support
` [RFC 08/11] khugepaged: introduce khugepaged_scan_bitmap "

[PATCH] mm/zswap: Remove zswap_pools_counter
 2025-01-10 21:53 UTC  (2+ messages)

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2025-01-10 21:15 UTC  (8+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[RFC PATCH 0/2] mm: filemap: add filemap_grab_folios
 2025-01-10 21:08 UTC  (6+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] KVM: guest_memfd: use filemap_grab_folios in write

[PATCH v3 00/12] AMD broadcast TLB invalidation
 2025-01-10 20:43 UTC  (22+ messages)
` [PATCH 04/12] x86/mm: get INVLPGB count max from CPUID
` [PATCH 06/12] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH 11/12] x86/mm: enable AMD translation cache extensions

Possible memory leak on nfsd
 2025-01-10 20:35 UTC  (2+ messages)

[PATCH v3] vmstat: disable vmstat_work on vmstat_cpu_down_prep()
 2025-01-10 20:14 UTC  (2+ messages)

[RFC PATCH 0/5] Accelerate page migration with batching and multi threads
 2025-01-10 19:51 UTC  (7+ messages)

[PATCH v1 0/6] mm/hugetlb: folio and migration cleanups
 2025-01-10 19:32 UTC  (15+ messages)
` [PATCH v1 1/6] mm/huge_memory: convert has_hwpoisoned into a pure folio flag
` [PATCH v1 2/6] mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()
` [PATCH v1 3/6] mm/migrate: don't call folio_putback_active_hugetlb() on dst hugetlb folio
` [PATCH v1 4/6] mm/hugetlb: rename folio_putback_active_hugetlb() to folio_putback_hugetlb()
` [PATCH v1 5/6] mm/hugetlb-cgroup: convert hugetlb_cgroup_css_offline() to work on folios
` [PATCH v1 6/6] mm/hugetlb: use folio->lru int demote_free_hugetlb_folios()

[RFC PATCH v2 00/11] AMD broadcast TLB invalidation
 2025-01-10 19:29 UTC  (4+ messages)

[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
 2025-01-10 19:18 UTC  (4+ messages)
` [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation

[PATCH mm-unstable v1] mm/hugetlb_vmemmap: fix memory loads ordering
 2025-01-10 19:17 UTC  (6+ messages)

[PATCH 00/16] selftest/mm: Remove warnings found by adding compiler flags
 2025-01-10 19:00 UTC  (3+ messages)
` [PATCH 01/16] selftests/mm: remove argc and argv unused parameters

[PATCH 0/5] Docs/mm/damon: add tuning guide and misc updates
 2025-01-10 18:52 UTC  (6+ messages)
` [PATCH 1/5] Docs/mm/damon/design: add monitoring parameters tuning guide
` [PATCH 2/5] Docs/mm/damon: add an example monitoring intervals tuning
` [PATCH 3/5] Docs/admin-guide/mm/damon/usage: fix and add missing DAMOS filter sysfs files on files hierarchy
` [PATCH 4/5] Docs/admin-guide/mm/damon/start: update snapshot example
` [PATCH 5/5] mm/damon: explain "effective quota" on kernel-doc comment

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-10 18:40 UTC  (30+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
` [PATCH RFC v2 05/29] mm: asi: ASI support in interrupts/exceptions
` [PATCH RFC v2 06/29] mm: asi: Use separate PCIDs for restricted address spaces
` [PATCH RFC v2 07/29] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [PATCH RFC v2 08/29] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [PATCH RFC v2 09/29] mm: asi: ASI page table allocation functions
` [PATCH RFC v2 10/29] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [PATCH RFC v2 11/29] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [PATCH RFC v2 12/29] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [PATCH RFC v2 13/29] mm: Add __PAGEFLAG_FALSE
` [PATCH RFC v2 14/29] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH TEMP WORKAROUND RFC v2 15/29] mm: asi: Workaround missing partial-unmap support
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
` [PATCH RFC v2 17/29] mm: asi: Map vmalloc/vmap "
` [PATCH RFC v2 18/29] mm: asi: Map dynamic percpu memory "
` [PATCH RFC v2 19/29] mm: asi: Stabilize CR3 in switch_mm_irqs_off()
` [PATCH RFC v2 20/29] mm: asi: Make TLB flushing correct under ASI
` [PATCH RFC v2 21/29] KVM: x86: asi: Restricted address space for VM execution
` [PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
` [PATCH RFC v2 23/29] mm: asi: exit ASI before suspend-like operations
` [PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
` [PATCH RFC v2 26/29] x86: Create library for flushing L1D for L1TF
` [PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
` [PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
` [PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-10 18:28 UTC  (2+ messages)

[PATCH] treewide: const qualify ctl_tables where applicable
 2025-01-10 17:13 UTC  (2+ messages)

[PATCH v4 0/2] Cleanup for memfd_create()
 2025-01-10 16:59 UTC  (3+ messages)
` [PATCH v4 1/2] mm/memfd: Refactor and cleanup the logic in memfd_create()
` [PATCH v4 2/2] mm/memfd: Use strncpy_from_user() to read memfd name

[PATCH] binfmt_flat: Fix integer overflow bug on 32 bit systems
 2025-01-10 16:49 UTC  (4+ messages)

[PATCH v3 0/2] Cleanup for memfd_create()
 2025-01-10 16:43 UTC  (9+ messages)
` [PATCH v3 1/2] mm/memfd: Refactor and cleanup the logic in memfd_create()
` [PATCH v3 2/2] mm/memfd: Use strncpy_from_user() to read memfd name

[PATCH v7 00/17] move per-vma lock into vm_area_struct
 2025-01-10 16:29 UTC  (6+ messages)
` [PATCH v7 11/17] refcount: introduce __refcount_{add|inc}_not_zero_limited

[PATCH v11 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-01-10 16:09 UTC  (4+ messages)
` [PATCH v11 6/8] mm: rust: add VmAreaNew for f_ops->mmap()

[PATCH v2 0/3] selftests/mm: virtual_address_range: Reduce memory usage and avoid VVAR access
 2025-01-10 15:47 UTC  (8+ messages)
` [PATCH v2 1/3] selftests/mm: virtual_address_range: mmap() without PROT_WRITE
` [PATCH v2 2/3] selftests/mm: virtual_address_range: Unmap chunks after validation
` [PATCH v2 3/3] selftests/mm: virtual_address_range: Avoid reading VVAR mappings

[PATCH 1/2] mm/vmscan: Accumulate nr_demoted for accurate demotion statistics
 2025-01-10 15:24 UTC  (5+ messages)

[PATCH] mm/memfd: reserve hugetlb folios before allocation
 2025-01-10 15:22 UTC  (6+ messages)

[PATCH 0/1] mm/fake-numa: allow later numa node hotplug
 2025-01-10 14:59 UTC  (3+ 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