linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 1/1] alloc_tag: avoid execmem_vmap() when !MMU
 2024-10-28 20:29 UTC 

[PATCH v2 0/8] fix error handling in mmap_region() and refactor
 2024-10-28 20:22 UTC  (10+ messages)
` [PATCH hotfix 6.12 v2 4/8] mm: resolve faulty mmap_region() error path behaviour

[PATCH RFC] mm: count zeromap read and set for swapout and swapin
 2024-10-28 20:00 UTC  (13+ messages)

[PATCH] [v2] alloc_tag: hide execmem_vmap() on !MMU
 2024-10-28 18:53 UTC  (2+ messages)

[RFC PATCH v1 00/13] zswap IAA compress batching
 2024-10-28 18:53 UTC  (4+ messages)
` [RFC PATCH v1 13/13] mm: vmscan, swap, zswap: Compress batching of folios in shrink_folio_list()

[PATCH] alloc_tag: hide execmem_vmap() on !MMU
 2024-10-28 18:51 UTC  (3+ messages)

[PATCH] iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP
 2024-10-28 18:50 UTC  (6+ messages)

[PATCH hotfix v2 1/2] mm/thp: fix deferred split queue not partially_mapped
 2024-10-28 18:39 UTC  (7+ messages)
` [PATCH hotfix v2 2/2] mm/thp: fix deferred split unqueue naming and locking

[syzbot] [net?] BUG: Bad page state in bpf_test_run_xdp_live
 2024-10-28 18:37 UTC  (2+ messages)

[PATCH] mm: delete the unused put_pages_list()
 2024-10-28 18:37 UTC  (4+ messages)

[PATCH hotfix 1/2] mm/thp: fix deferred split queue not partially_mapped
 2024-10-28 18:36 UTC  (7+ messages)

[PATCH mm-unstable v3] mm/page_alloc: keep track of free highatomic
 2024-10-28 18:33 UTC  (2+ messages)

[PATCH 00/18] Provide a new two step DMA mapping API
 2024-10-28 18:31 UTC  (17+ messages)
` [PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
` [PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
` [PATCH 07/18] dma-mapping: Implement link/unlink ranges API
` [PATCH 09/18] docs: core-api: document the IOVA-based API

[PATCH mm-unstable v2] mm/page_alloc: keep track of free highatomic
 2024-10-28 18:29 UTC  (14+ messages)

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-10-28 18:27 UTC  (5+ messages)
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio
` [RFC PATCH 3/7] blk-mq: add a dma mapping iterator
` [RFC PATCH 7/7] nvme-pci: convert to blk_rq_dma_map

[PATCH v4 0/5] implement lightweight guard pages
 2024-10-28 18:24 UTC  (7+ messages)
` [PATCH v4 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v4 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v4 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v4 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v4 5/5] selftests/mm: add self tests for guard page feature

[PATCH v1 0/3] Buddy allocator like folio split
 2024-10-28 18:09 UTC  (4+ messages)
` [PATCH v1 1/3] mm/huge_memory: buddy allocator like folio_split()
` [PATCH v1 2/3] mm/huge_memory: add folio_split() to debugfs testing interface
` [PATCH v1 3/3] mm/truncate: use folio_split() for truncate operation

[PATCH RFC 01/10] mm: page_frag: some minor refactoring before adding new API
 2024-10-28 17:53 UTC  (11+ messages)
` [PATCH RFC 02/10] net: rename skb_copy_to_page_nocache() helper
` [PATCH RFC 03/10] mm: page_frag: update documentation for page_frag
` [PATCH RFC 04/10] mm: page_frag: introduce page_frag_alloc_abort() related API
` [PATCH RFC 05/10] mm: page_frag: introduce refill prepare & commit API
` [PATCH RFC 06/10] mm: page_frag: introduce alloc_refill "
` [PATCH RFC 07/10] mm: page_frag: introduce probe related API
` [PATCH RFC 08/10] mm: page_frag: add testing for the newly added API
` [PATCH RFC 09/10] net: replace page_frag with page_frag_cache

[PATCH v3 0/3] memory,x86,acpi: hotplug memory alignment advisement
 2024-10-28 17:27 UTC  (5+ messages)
` [PATCH v3 1/3] memory: implement memory_block_advise/probe_max_size
` [PATCH v3 3/3] acpi,srat: give memory block size advice based on CFMWS alignment

[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
 2024-10-28 16:06 UTC  (4+ messages)
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process

[PATCH] vmscan,migrate: fix double-decrement on node stats when demoting pages
 2024-10-28 16:05 UTC  (5+ messages)

[PATCH v14 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-28 16:03 UTC  (4+ messages)
` [PATCH v14 03/14] EDAC: Add ECS control feature

[PATCH net-next v23 0/7] Replace page_frag with page_frag_cache (Part-1)
 2024-10-28 15:30 UTC  (9+ messages)
` [PATCH net-next v23 1/7] mm: page_frag: add a test module for page_frag
` [PATCH net-next v23 2/7] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v23 3/7] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v23 4/7] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v23 5/7] xtensa: remove the get_order() implementation
` [PATCH net-next v23 6/7] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v23 7/7] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()

[PATCH] mm/mlock: set the correct prev on failure
 2024-10-28 15:07 UTC  (3+ messages)

[PATCH] kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end
 2024-10-28 15:03 UTC  (2+ messages)

[PATCH hotfix 6.12 v2] mm/mlock: set the correct prev on failure
 2024-10-28 15:00 UTC  (4+ messages)

[PATCH v3 1/2] mm: use aligned address in clear_gigantic_page()
 2024-10-28 14:56 UTC  (2+ messages)
` [PATCH v3 2/2] mm: use aligned address in copy_user_gigantic_page()

[PATCH 0/7] kernel/cgroups: Add "dev" memory accounting cgroup
 2024-10-28 14:53 UTC  (7+ messages)
` [PATCH 1/7] kernel/cgroup: "

[PATCH v2 1/2] mm: use aligned address in clear_gigantic_page()
 2024-10-28 14:24 UTC  (14+ messages)
` [PATCH v2 2/2] mm: use aligned address in copy_user_gigantic_page()

[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
 2024-10-28 14:10 UTC  (8+ messages)

[PATCH v1 0/6] memcg-v1: fully deprecate charge moving
 2024-10-28 14:02 UTC  (13+ messages)
` [PATCH v1 1/6] memcg-v1: fully deprecate move_charge_at_immigrate
` [PATCH v1 2/6] memcg-v1: remove charge move code
` [PATCH v1 3/6] memcg-v1: no need for memcg locking for dirty tracking
` [PATCH v1 4/6] memcg-v1: no need for memcg locking for writeback tracking
` [PATCH v1 6/6] memcg-v1: remove memcg move locking code

[PATCH v8 0/9] tmpfs: Add case-insensitive support for tmpfs
 2024-10-28 13:58 UTC  (3+ messages)

darktable performance regression on AMD systems caused by "mm: align larger anonymous mappings on THP boundaries"
 2024-10-28 13:45 UTC  (4+ messages)
` [PATCH hotfix 6.12] mm, mmap: limit THP aligment of anonymous mappings to PMD-aligned sizes

[PATCH v2 0/6] Split list_lru lock into per-cgroup scope
 2024-10-28 13:22 UTC  (5+ messages)
` [PATCH v2 5/6] mm/list_lru: split the lock to "

[PATCH v3 0/5] implement lightweight guard pages
 2024-10-28 12:40 UTC  (6+ messages)
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism

[PATCH 0/3] mm: add more kernel parameters to control mTHP
 2024-10-28 12:22 UTC  (14+ messages)
` [PATCH 1/3] mm: fix the format of the kernel parameter ``thp_anon=``
` [PATCH 2/3] mm: shmem: control THP support through the kernel command line
` [PATCH 3/3] mm: shmem: override mTHP shmem default with a kernel parameter

[PATCH RFC] mm: mitigate large folios usage and swap thrashing for nearly full memcg
 2024-10-28 12:07 UTC  (2+ messages)

[PATCH] mm: shmem: convert to use folio_zero_range()
 2024-10-28 11:41 UTC  (12+ messages)

[RFC PATCH v3 0/4] Support large folios for tmpfs
 2024-10-28  9:48 UTC  (14+ messages)

[PATCH 0/6] futex: The remaining futex2 bits
 2024-10-28  9:46 UTC  (7+ messages)
` [PATCH 2/6] futex: Implement FUTEX2_NUMA

[rppt-memblock:for-next] [memblock] c404f7bfe1: kernel_BUG_at_include/linux/mm.h
 2024-10-28  8:49 UTC 

[PATCH v15 0/3] ACPI: APEI: handle synchronous errors in task work
 2024-10-28  8:11 UTC  (4+ messages)
` [PATCH v15 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v15 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v15 3/3] ACPI: APEI: handle synchronous exceptions in task work

[akpm-mm:mm-unstable 239/250] mm/workingset.c:598:38: error: implicit declaration of function 'folio_memcg_charged'; did you mean 'folio_memcg_check'?
 2024-10-28  7:49 UTC 

[PATCH] Hitshield : Something new eviction process for MGLRU
 2024-10-28  7:32 UTC  (3+ messages)

[linux-next:master] [alloc_tag] a9c60bb0d0: BUG:KASAN:vmalloc-out-of-bounds_in_load_module
 2024-10-28  7:05 UTC 

[PATCH v2] mm: mglru: provide a separate list for lazyfree anon folios
 2024-10-28  6:54 UTC  (6+ messages)

[PATCH v3] mm: shrinker: avoid memleak in alloc_shrinker_info
 2024-10-28  5:30 UTC  (2+ messages)

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-28  4:24 UTC  (8+ messages)
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages

[RFC] resource: Avoid unnecessary resource tree walking in __region_intersects()
 2024-10-28  2:49 UTC  (12+ messages)

[PATCH] mm: add per-order mTHP swpin counters
 2024-10-28  2:29 UTC  (2+ messages)

[PATCH v2 0/2] fuse: remove extra page copies in writeback
 2024-10-28  2:28 UTC  (18+ messages)
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree

[PATCH v4 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-28  1:51 UTC  (6+ messages)
` [PATCH v4 tip/perf/core 1/4] mm: Convert mm_lock_seq to a proper seqcount
` [PATCH v4 tip/perf/core 2/4] mm: Introduce mmap_lock_speculation_{begin|end}
` [PATCH v4 tip/perf/core 3/4] uprobes: simplify find_active_uprobe_rcu() VMA checks
` [PATCH v4 tip/perf/core 4/4] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH 1/2] mm: convert mm_lock_seq to a proper seqcount
 2024-10-28  1:24 UTC  (3+ messages)

[BUG] ZSwap leaks memory upon being disabled
 2024-10-27 22:13 UTC  (14+ messages)
                        ` phantom memory in a cgroup (was [BUG] ZSwap leaks memory upon being disabled)

Fwd: Two simple ideas for DAMON accuracy improvement
 2024-10-27 20:49 UTC 

[PATCH] mm: Drop INT_MAX limit from kvmalloc()
 2024-10-27 19:58 UTC  (11+ messages)

[PATCH v2] memcg: workingset: remove folio_memcg_rcu usage
 2024-10-27 17:33 UTC  (2+ messages)

Bug/inconsistency in hugepage permission checking between mmap and shmget
 2024-10-27 16:00 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