linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
darktable performance regression on AMD systems caused by "mm: align larger anonymous mappings on THP boundaries"
 2024-10-24 16:17 UTC  (14+ messages)
` [PATCH hotfix 6.12] mm, mmap: limit THP aligment of anonymous mappings to PMD-aligned sizes

[PATCH 2/7] drm/drv: Add drmm cgroup registration for dev cgroups
 2024-10-24 15:42 UTC  (3+ messages)

[PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound
 2024-10-24 14:40 UTC  (4+ messages)

[RFC 0/4] mm: zswap: add support for zswapin of large folios
 2024-10-24 14:29 UTC  (17+ messages)

[PATCH 00/27] netfs: Read performance improvements and "single-blob" support
 2024-10-24 14:05 UTC  (28+ messages)
` [PATCH 01/27] netfs: Remove call to folio_index()
` [PATCH 02/27] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH 03/27] netfs: Remove unnecessary references to pages
` [PATCH 04/27] netfs: Use a folio_queue allocation and free functions
` [PATCH 05/27] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH 06/27] netfs: Abstract out a rolling folio buffer implementation
` [PATCH 07/27] netfs: Make netfs_advance_write() return size_t
` [PATCH 08/27] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH 09/27] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH 10/27] netfs: Drop the was_async "
` [PATCH 11/27] netfs: Don't use bh spinlock
` [PATCH 12/27] afs: Don't use mutex for I/O operation lock
` [PATCH 13/27] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH 14/27] afs: Fix directory format encoding struct
` [PATCH 15/27] netfs: Remove some extraneous directory invalidations
` [PATCH 16/27] cachefiles: Add some subrequest tracepoints
` [PATCH 17/27] cachefiles: Add auxiliary data trace
` [PATCH 18/27] afs: Add more tracepoints to do with tracking validity
` [PATCH 19/27] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH 20/27] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH 21/27] afs: Make afs_init_request() get a key if not given a file
` [PATCH 22/27] afs: Use netfslib for directories
` [PATCH 23/27] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH 24/27] afs: Eliminate afs_read
` [PATCH 25/27] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH 26/27] netfs: Change the read result collector to only use one work item
` [PATCH 27/27] afs: Make afs_mkdir() locally initialise a new directory's content

[PATCH 6.6 00/28] fix CVE-2024-46701
 2024-10-24 13:22 UTC  (29+ messages)
` [PATCH 6.6 01/28] maple_tree: add mt_free_one() and mt_attr() helpers
` [PATCH 6.6 02/28] maple_tree: introduce {mtree,mas}_lock_nested()
` [PATCH 6.6 03/28] maple_tree: introduce interfaces __mt_dup() and mtree_dup()
` [PATCH 6.6 04/28] maple_tree: skip other tests when BENCH is enabled
` [PATCH 6.6 05/28] maple_tree: preserve the tree attributes when destroying maple tree
` [PATCH 6.6 06/28] maple_tree: remove unnecessary default labels from switch statements
` [PATCH 6.6 07/28] maple_tree: make mas_erase() more robust
` [PATCH 6.6 08/28] maple_tree: move debug check to __mas_set_range()
` [PATCH 6.6 09/28] maple_tree: add end of node tracking to the maple state
` [PATCH 6.6 10/28] maple_tree: use cached node end in mas_next()
` [PATCH 6.6 11/28] maple_tree: use cached node end in mas_destroy()
` [PATCH 6.6 12/28] maple_tree: clean up inlines for some functions
` [PATCH 6.6 13/28] maple_tree: add test for mtree_dup()
` [PATCH 6.6 14/28] maple_tree: separate ma_state node from status
` [PATCH 6.6 15/28] maple_tree: remove mas_searchable()
` [PATCH 6.6 16/28] Revert "maple_tree: correct tree corruption on spanning store"
  ` [PATCH 6.6 17/28] maple_tree: use maple state end for write operations
  ` [PATCH 6.6 18/28] maple_tree: don't find node end in mtree_lookup_walk()
  ` [PATCH 6.6 19/28] maple_tree: mtree_range_walk() clean up
  ` [PATCH 6.6 20/28] lib/maple_tree.c: fix build error due to hotfix alteration
  ` [PATCH 6.6 21/28] maple_tree: avoid checking other gaps after getting the largest gap
  ` [PATCH 6.6 22/28] libfs: Re-arrange locking in offset_iterate_dir()
  ` [PATCH 6.6 23/28] libfs: Define a minimum directory offset
  ` [PATCH 6.6 24/28] libfs: Add simple_offset_empty()
  ` [PATCH 6.6 25/28] maple_tree: Add mtree_alloc_cyclic()
  ` [PATCH 6.6 26/28] libfs: Convert simple directory offsets to use a Maple Tree
  ` [PATCH 6.6 27/28] libfs: fix infinite directory reads for offset dir
  ` [PATCH 6.6 28/28] maple_tree: correct tree corruption on spanning store

[PATCH v1 0/7] synchronously scan and reclaim empty user PTE pages
 2024-10-24 13:21 UTC  (4+ messages)
` [PATCH v1 5/7] mm: pgtable: try to reclaim empty PTE page in madvise(MADV_DONTNEED)

[PATCH] kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end
 2024-10-24 13:18 UTC  (2+ messages)

[PATCH v5 00/18] fanotify: add pre-content hooks
 2024-10-24 13:06 UTC  (3+ messages)
` [PATCH v5 03/18] fsnotify: generate pre-content permission event on open

[BUG] ZSwap leaks memory upon being disabled
 2024-10-24 13:02 UTC 

[RFC] resource: Avoid unnecessary resource tree walking in __region_intersects()
 2024-10-24 13:01 UTC  (8+ messages)

[PATCH 1/2] mm: always use base address when clear gigantic page
 2024-10-24 12:45 UTC 

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-10-24 12:10 UTC  (23+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
  ` [RFC PATCH v1 36/57] xen: Remove PAGE_SIZE compile-time constant assumption

[RFC PATCH 01/13] fs: binfmt_elf_efpic: add architecture hook elf_arch_finalize_exec
 2024-10-24 12:09 UTC  (2+ messages)
` [RFC PATCH 02/13] x86/um: nommu: elf loader for fdpic

[PATCH net-next v22 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-10-24 11:39 UTC  (2+ messages)

[RFC PATCH v3 0/4] Support large folios for tmpfs
 2024-10-24 10:52 UTC  (13+ messages)

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-10-24 10:52 UTC  (9+ messages)

[PATCH hotfix 1/2] mm/thp: fix deferred split queue not partially_mapped
 2024-10-24 10:20 UTC  (3+ messages)
` [PATCH hotfix 2/2] mm/thp: fix deferred split unqueue naming and locking

[PATCH] mm: shmem: convert to use folio_zero_range()
 2024-10-24 10:10 UTC  (3+ messages)

[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-24  9:56 UTC  (9+ messages)
` [PATCH v3 tip/perf/core 1/4] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH v3 tip/perf/core 4/4] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH] tools/mm: -Werror fixes in page-types/slabinfo
 2024-10-24  9:48 UTC  (3+ messages)

[PATCH v1: vfio: avoid unnecessary pin memory when dma map io address space 0/2]
 2024-10-24  9:34 UTC  (3+ messages)
` [PATCH v1: vfio: avoid unnecessary pin memory when dma map io address space 1/2] mm: introduce vma flag VM_PGOFF_IS_PFN
` [PATCH v1: vfio: avoid unnecessary pin memory when dma map io address space 2/2] vfio: avoid unnecessary pin memory when dma map io address space

[PATCH v2] mm/vma: the pgoff is correct if can_merge_right
 2024-10-24  9:33 UTC 

[PATCH] mm/vma: the pgoff is correct if can_merge_right
 2024-10-24  9:22 UTC  (5+ messages)

[RFC PATCH 0/3] memcg-v1: fully deprecate charge moving
 2024-10-24  9:16 UTC  (7+ messages)
` [RFC PATCH 1/3] memcg-v1: fully deprecate move_charge_at_immigrate
` [RFC PATCH 2/3] memcg-v1: remove charge move code
` [RFC PATCH 3/3] memcg-v1: remove memcg move locking code

[PATCH v2] mm: shrinker: avoid memleak in alloc_shrinker_info
 2024-10-24  9:08 UTC  (6+ messages)

[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-10-24  8:59 UTC  (4+ messages)

[PATCH 0/2] hung_task: add detect count for hung tasks
 2024-10-24  8:48 UTC  (5+ messages)

[PATCH] mm/page_alloc: fix NUMA stats update for cpu-less nodes
 2024-10-24  8:24 UTC  (8+ messages)

[PATCH mm-unstable v1] mm/page_alloc: try not to overestimate free highatomic
 2024-10-24  8:16 UTC  (9+ messages)

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-24  8:13 UTC  (4+ messages)
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text

[PATCH v3 0/5] implement lightweight guard pages
 2024-10-24  8:07 UTC  (9+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-24  7:52 UTC  (9+ messages)
` [PATCH 07/12] huge_memory: Allow mappings of PMD sized pages
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages

[PATCH v2 bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator
 2024-10-24  7:48 UTC  (2+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add a test for open coded kmem_cache iter

[PATCH bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator
 2024-10-24  7:44 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test for open coded kmem_cache iter

[PATCH 0/7] kernel/cgroups: Add "dev" memory accounting cgroup
 2024-10-24  7:20 UTC  (3+ messages)

[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
 2024-10-24  6:20 UTC  (4+ messages)

[PATCH v6 bpf-next 06/12] bpf: Add uptr support in the map_value of the task local storage
 2024-10-24  5:23 UTC  (2+ messages)

cluster_alloc_swap_entry() may change per-cpu cluster of another CPU randomly
 2024-10-24  3:54 UTC  (3+ messages)

[PATCH 00/13] mm, swap: rework of swap allocator locks
 2024-10-24  3:51 UTC  (5+ messages)

[PATCH v4 0/6] page allocation tag compression
 2024-10-24  3:48 UTC  (7+ messages)
` [PATCH v4 5/6] alloc_tag: introduce pgtag_ref_handle to abstract page tag references
` [PATCH v4 6/6] alloc_tag: support for page allocation tag compression

[PATCH 0/2] mm: multi-gen LRU: Have secondary MMUs participate in MM_WALK
 2024-10-24  3:27 UTC  (4+ messages)
` [PATCH 1/2] mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL stats

[PATCH -next] mm/ksm: Add missing IS_ERR_OR_NULL check for stable_tree_search()
 2024-10-24  3:23 UTC 

[PATCH v3 0/1] mm/migrate: Add migrate_device_pfns
 2024-10-24  2:22 UTC  (5+ messages)
` [PATCH v3 1/1] "

[PATCH v4 00/17] Introduce a store type enum for the Maple tree
 2024-10-24  1:20 UTC  (3+ messages)
` [PATCH v4 16/17] maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()

[PATCH] mm: Fix PSWPIN counter for large folios swap-in
 2024-10-24  1:16 UTC  (3+ messages)

[PATCH v5 bpf-next 06/12] bpf: Add uptr support in the map_value of the task local storage
 2024-10-24  0:44 UTC  (4+ messages)

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

[PATCH v4 1/2] virt: pvmemcontrol: control guest physical memory properties
 2024-10-23 22:57 UTC  (2+ messages)

[PATCH v1 1/1] x86/percpu: Cast -1 to argument type when comparing in percpu_add_op()
 2024-10-23 21:40 UTC  (9+ messages)

[PATCH v2 1/1] memcg/hugetlb: Adding hugeTLB counters to memcg
 2024-10-23 21:37 UTC 

[PATCH v2 0/8] fix error handling in mmap_region() and refactor
 2024-10-23 20:38 UTC  (9+ messages)
` [PATCH hotfix 6.12 v2 1/8] mm: avoid unsafe VMA hook invocation when error arises on mmap hook
` [PATCH hotfix 6.12 v2 2/8] mm: unconditionally close VMAs on error
` [PATCH hotfix 6.12 v2 3/8] mm: refactor map_deny_write_exec()
` [PATCH hotfix 6.12 v2 4/8] mm: resolve faulty mmap_region() error path behaviour
` [PATCH v2 5/8] tools: testing: add additional vma_internal.h stubs
` [PATCH v2 6/8] mm: isolate mmap internal logic to mm/vma.c
` [PATCH v2 7/8] mm: refactor __mmap_region()
` [PATCH v2 8/8] mm: defer second attempt at merge on mmap()

[RFC PATCH v1 00/13] zswap IAA compress batching
 2024-10-23 20:34 UTC  (10+ messages)
` [RFC PATCH v1 09/13] mm: zswap: Config variable to enable compress batching in zswap_store()

[PATCH] mm: avoid VM_BUG_ON when try to map an anon large folio to zero page
 2024-10-23 19:59 UTC  (2+ 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