linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[DISCUSSION] Unconditionally lock folios when calling rmap_walk()
 2025-09-08  4:56 UTC  (10+ messages)

[RFC PATCH 1/2] mm: always call rmap_walk() on locked folios
 2025-09-08  4:49 UTC  (2+ messages)
` [RFC PATCH 2/2] userfaultfd: remove anon-vma lock for moving folios in MOVE ioctl

[syzbot] [io-uring?] KASAN: null-ptr-deref Read in io_sqe_buffer_register
 2025-09-08  4:30 UTC 

[PATCH] mm/rmap: make num_children and num_active_vmas update in internally
 2025-09-08  4:29 UTC  (6+ messages)

[v5 00/15] mm: support device-private THP
 2025-09-08  4:14 UTC  (17+ messages)
` [v5 01/15] mm/zone_device: support large zone device private folios
` [v5 02/15] mm/huge_memory: add device-private THP support to PMD operations
` [v5 03/15] mm/rmap: extend rmap and migration support device-private entries
` [v5 04/15] mm/huge_memory: implement device-private THP splitting
` [v5 05/15] mm/migrate_device: handle partially mapped folios during collection
` [v5 06/15] mm/migrate_device: implement THP migration of zone device pages
` [v5 07/15] mm/memory/fault: add THP fault handling for zone device private pages
` [v5 08/15] lib/test_hmm: add zone device private THP test infrastructure
` [v5 09/15] mm/memremap: add driver callback support for folio splitting
` [v5 10/15] mm/migrate_device: add THP splitting during migration
` [v5 11/15] lib/test_hmm: add large page allocation failure testing
` [v5 12/15] selftests/mm/hmm-tests: new tests for zone device THP migration
` [v5 13/15] selftests/mm/hmm-tests: partial unmap, mremap and anon_write tests
` [v5 14/15] selftests/mm/hmm-tests: new throughput tests including THP
` [v5 15/15] gpu/drm/nouveau: enable THP support for GPU memory migration

[PATCH 1/1] mm: avoid processing mlocked THPs in deferred split shrinker
 2025-09-08  4:07 UTC 

[PATCH] mm/mempolicy: prevent the risk of division by 0
 2025-09-08  3:48 UTC  (3+ messages)

[PATCH v2 00/15] mm, swap: introduce swap table as swap cache (phase I)
 2025-09-08  3:41 UTC  (43+ messages)
` [PATCH v2 01/15] docs/mm: add document for swap table
` [PATCH v2 02/15] mm, swap: use unified helper for swap cache look up
` [PATCH v2 03/15] mm, swap: fix swap cahe index error when retrying reclaim
` [PATCH v2 04/15] mm, swap: check page poison flag after locking it
` [PATCH v2 05/15] mm, swap: always lock and check the swap cache folio before use
` [PATCH v2 06/15] mm, swap: rename and move some swap cluster definition and helpers
` [PATCH v2 07/15] mm, swap: tidy up swap device and cluster info helpers
` [PATCH v2 08/15] mm/shmem, swap: remove redundant error handling for replacing folio
` [PATCH v2 09/15] mm, swap: cleanup swap cache API and add kerneldoc
` [PATCH v2 10/15] mm, swap: wrap swap cache replacement with a helper
` [PATCH v2 11/15] mm, swap: use the swap table for the swap cache and switch API
` [PATCH v2 12/15] mm, swap: mark swap address space ro and add context debug check
` [PATCH v2 13/15] mm, swap: remove contention workaround for swap cache
` [PATCH v2 14/15] mm, swap: implement dynamic allocation of swap table
` [PATCH v2 15/15] mm, swap: use a single page for swap table when the size fits

[PATCH] mm/shmem: remove redundant entry_order variable in shmem_split_large_entry()
 2025-09-08  2:39 UTC  (2+ messages)

[PATCH v1] mm/huge_memory: fix shrinking of all-zero THPs with max_ptes_none default
 2025-09-08  2:16 UTC  (20+ messages)

[PATCH v2] memfd,selinux: call security_inode_init_security_anon
 2025-09-08  1:34 UTC 

[PATCH] tools/mm: Add madvise tool
 2025-09-08  1:09 UTC  (9+ messages)

[PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
 2025-09-07 17:51 UTC  (14+ messages)

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-09-07 14:25 UTC  (8+ messages)
  ` [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping

[PATCH] mm: memcontrol: fix memcg accounting during cpu hotplug
 2025-09-07 13:10 UTC  (2+ messages)

[syzbot] [block?] general protection fault in bio_iov_iter_get_pages
 2025-09-07  9:32 UTC  (3+ messages)

[PATCH v2 0/2] kho: add support for preserving vmalloc allocations
 2025-09-07  7:00 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdt
` [PATCH v3 0/2] kho: add support for preserving vmalloc allocations
` [PATCH v3 1/2] "
` [PATCH v3 2/2] lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdt

[PATCH v3 0/2] kho: add support for preserving vmalloc allocations
 2025-09-07  6:04 UTC 

[RFC 0/1] Try to add memory allocation info for cgroup oom kill
 2025-09-07  5:16 UTC  (7+ messages)

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-07  5:14 UTC  (9+ messages)
` [PATCH v2 19/37] mm/gup: remove record_subpages()

[PATCH] mm: centralize and fix max map count limit checking
 2025-09-07  4:24 UTC  (4+ messages)

[syzbot] [hfs?] INFO: task hung in deactivate_super (3)
 2025-09-07  2:03 UTC  (4+ messages)

[Hypervisor Live Update] Notes from August 25, 2025
 2025-09-07  1:08 UTC 

[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-09-06 22:24 UTC  (19+ messages)
` [PATCH v5 03/19] kasan: Fix inline mode for x86 tag-based mode
` [PATCH v5 04/19] x86: Add arch specific kasan functions
` [PATCH v5 05/19] kasan: arm64: x86: Make special tags arch specific
` [PATCH v5 11/19] x86: LAM initialization
` [PATCH v5 12/19] x86: Minimal SLAB alignment
` [PATCH v5 13/19] kasan: x86: Handle int3 for inline KASAN reports
` [PATCH v5 15/19] kasan: x86: Apply multishot to the inline report handler
` [PATCH v5 18/19] mm: Unpoison vms[area] addresses with a common tag
` [PATCH v5 19/19] x86: Make software tag-based kasan available

System is broken in KASAN sw_tags mode during bootup
 2025-09-06 17:23 UTC  (2+ messages)

[PATCH v9 2/5] mm: uffd_wp: Add pte_uffd_wp_available()
 2025-09-06 13:31 UTC  (2+ messages)

[PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-09-06 13:25 UTC  (10+ messages)

[PATCH v8 0/5] Add support for long task name
 2025-09-06 11:13 UTC  (5+ messages)
` [PATCH v8 4/5] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[PATCH v4 0/2] rust: zpool: add abstraction for zpool drivers
 2025-09-06  7:56 UTC  (7+ messages)
` [PATCH v4 2/2] "

[PATCH 0/3] mm: remove zpool
 2025-09-06  5:25 UTC  (21+ messages)
` [PATCH 1/3] mm: zswap: interact directly with zsmalloc
` [PATCH 2/3] mm: remove unused zpool layer
` [PATCH 3/3] mm: zpdesc: minor naming and comment corrections

[PATCH v2 1/2] mm/gup: Remove dead pgmap refcounting code
 2025-09-06  3:27 UTC  (3+ messages)

[syzbot] [mm?] INFO: rcu detected stall in hub_event (2)
 2025-09-06  3:05 UTC  (2+ messages)
` [syzbot] [kernfs?] "

[PATCH] mm/oom_kill: kill current in OOM when binding to cpu-less nodes
 2025-09-06  1:56 UTC  (9+ messages)

[PATCH bpf] bpf/helpers: Use __GFP_HIGH instead of GFP_ATOMIC in __bpf_async_init()
 2025-09-05 23:54 UTC  (2+ messages)

[PATCH v2 00/12] mm/iomap: add granular dirty and writeback accounting
 2025-09-05 23:30 UTC  (11+ messages)
` [PATCH v2 12/12] iomap: "

[PATCH] memcg: skip cgroup_file_notify if spinning is not allowed
 2025-09-05 22:44 UTC  (11+ messages)

[PATCH v2] percpu: fix race on alloc failed warning limit
 2025-09-05 22:42 UTC 

[PATCH] ACPI: APEI: GHES: Don't offline huge pages just because BIOS asked
 2025-09-05 20:36 UTC  (10+ messages)
  ` [PATCH v2] "
      ` PATCH v3 "

[PATCH bpf] bpf/helpers: Skip memcg accounting in __bpf_async_init()
 2025-09-05 20:32 UTC  (6+ messages)

[PATCH v2] mm/damon/sysfs: fix use-after-free in state_show()
 2025-09-05 20:12 UTC  (2+ messages)

[PATCH v5 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-09-05 19:44 UTC  (7+ messages)
` [PATCH v5 6/7] selftests: prctl: introduce tests for disabling THPs completely

[linux-next:master] BUILD REGRESSION be5d4872e528796df9d7425f2bd9b3893eb3a42c
 2025-09-05 19:10 UTC 

[PATCH v3] huge_memory: return -EINVAL in folio split functions when THP is disabled
 2025-09-05 19:07 UTC  (4+ messages)

[PATCH v10 00/13] khugepaged: mTHP support
 2025-09-05 18:05 UTC  (2+ messages)

[PATCH v3 0/7] Cleanup free_pages() misuse
 2025-09-05 18:02 UTC  (5+ messages)
` [PATCH v3 3/7] x86: Stop calling page_address() in free_pages()

[PATCH] mm: tag kernel stack pages
 2025-09-05 17:47 UTC  (5+ messages)

[PATCH v2] mm: show_mem: show number of zspages in show_free_areas
 2025-09-05 17:46 UTC  (4+ messages)

[PATCH v2 06/18] perf/hw_breakpoint: add arch-independent hw_breakpoint_modify_local()
 2025-09-05 17:31 UTC  (3+ messages)

[PATCH] mm/percpu: Add a simple double-free check for per-CPU memory
 2025-09-05 17:14 UTC  (3+ messages)

[PATCH v5 00/16] dma-mapping: migrate to physical address-based API
 2025-09-05 16:50 UTC  (4+ messages)
  ` [PATCH v5 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based

page:  |  | latest

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