linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/4] mm/ksm: Add ksm advisor
 2023-12-04 23:49 UTC  (2+ messages)
` [PATCH v3 1/4] mm/ksm: add "

[mm-unstable v4 0/5] mm: memcg: subtree stats flushing and thresholds
 2023-12-04 23:46 UTC  (9+ messages)
` [mm-unstable v4 5/5] mm: memcg: restore subtree stats flushing

[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2023-12-04 23:33 UTC  (2+ messages)

[PATCH 0/4] Code simplification and clean-up for hugetlb vmemmap
 2023-12-04 23:27 UTC  (7+ messages)
` [PATCH 1/4] mm: pagewalk: assert write mmap lock only for walking the user page tables
` [PATCH 2/4] mm: hugetlb_vmemmap: use walk_page_range_novma() to simplify the code
` [PATCH 3/4] mm: hugetlb_vmemmap: move PageVmemmapSelfHosted() check to split_vmemmap_huge_pmd()

[PATCH v5 0/9] slub: Delay freezing of CPU partial slabs
 2023-12-04 21:41 UTC  (16+ messages)
` [PATCH v5 6/9] slub: Delay freezing of "
` [PATCH v5 7/9] slub: Optimize deactivate_slab()
` [PATCH v5 8/9] slub: Rename all *unfreeze_partials* functions to *put_partials*
` [PATCH v5 9/9] slub: Update frozen slabs documentations in the source

[PATCH] vfio: account iommu allocations
 2023-12-04 20:31 UTC  (3+ messages)

[PATCH] mm/thp: add CONFIG_TRANSPARENT_HUGEPAGE_NEVER option
 2023-12-04 20:15 UTC  (4+ messages)

[RFC PATCH 0/2] Node migration between memory tiers
 2023-12-04 19:56 UTC  (3+ messages)
  ` [EXT] "

[PATCH RFC 00/39] mm/rmap: interface overhaul
 2023-12-04 19:53 UTC  (42+ messages)
` [PATCH RFC 01/39] mm/rmap: rename hugepage_add* to hugetlb_add*
` [PATCH RFC 02/39] mm/rmap: introduce and use hugetlb_remove_rmap()
` [PATCH RFC 03/39] mm/rmap: introduce and use hugetlb_add_file_rmap()
` [PATCH RFC 04/39] mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()
` [PATCH RFC 05/39] mm/rmap: introduce and use hugetlb_try_share_anon_rmap()
` [PATCH RFC 06/39] mm/rmap: add hugetlb sanity checks
` [PATCH RFC 07/39] mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|ptes|pmd]()
` [PATCH RFC 08/39] mm/memory: page_add_file_rmap() -> folio_add_file_rmap_[pte|pmd]()
` [PATCH RFC 09/39] mm/huge_memory: page_add_file_rmap() -> folio_add_file_rmap_pmd()
` [PATCH RFC 10/39] mm/migrate: page_add_file_rmap() -> folio_add_file_rmap_pte()
` [PATCH RFC 11/39] mm/userfaultfd: "
` [PATCH RFC 12/39] mm/rmap: remove page_add_file_rmap()
` [PATCH RFC 13/39] mm/rmap: factor out adding folio mappings into __folio_add_rmap()
` [PATCH RFC 14/39] mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()
` [PATCH RFC 15/39] mm/huge_memory: batch rmap operations in __split_huge_pmd_locked()
` [PATCH RFC 16/39] mm/huge_memory: page_add_anon_rmap() -> folio_add_anon_rmap_pmd()
` [PATCH RFC 17/39] mm/migrate: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
` [PATCH RFC 18/39] mm/ksm: "
` [PATCH RFC 19/39] mm/swapfile: "
` [PATCH RFC 20/39] mm/memory: "
` [PATCH RFC 21/39] mm/rmap: remove page_add_anon_rmap()
` [PATCH RFC 22/39] mm/rmap: remove RMAP_COMPOUND
` [PATCH RFC 23/39] mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()
` [PATCH RFC 24/39] kernel/events/uprobes: page_remove_rmap() -> folio_remove_rmap_pte()
` [PATCH RFC 25/39] mm/huge_memory: page_remove_rmap() -> folio_remove_rmap_pmd()
` [PATCH RFC 26/39] mm/khugepaged: page_remove_rmap() -> folio_remove_rmap_pte()
` [PATCH RFC 27/39] mm/ksm: "
` [PATCH RFC 28/39] mm/memory: "
` [PATCH RFC 29/39] mm/migrate_device: "
` [PATCH RFC 30/39] mm/rmap: "
` [PATCH RFC 31/39] Documentation: stop referring to page_remove_rmap()
` [PATCH RFC 32/39] mm/rmap: remove page_remove_rmap()
` [PATCH RFC 33/39] mm/rmap: convert page_dup_file_rmap() to folio_dup_file_rmap_[pte|ptes|pmd]()
` [PATCH RFC 34/39] mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()
` [PATCH RFC 35/39] mm/huge_memory: page_try_dup_anon_rmap() -> folio_try_dup_anon_rmap_pmd()
` [PATCH RFC 36/39] mm/memory: page_try_dup_anon_rmap() -> folio_try_dup_anon_rmap_pte()
` [PATCH RFC 37/39] mm/rmap: remove page_try_dup_anon_rmap()
` [PATCH RFC 38/39] mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()
` [PATCH RFC 39/39] mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPED

[PATCH 0/4] SLUB: cleanup hook processing
 2023-12-04 19:34 UTC  (5+ messages)
` [PATCH 1/4] mm/slub: fix bulk alloc and free stats
` [PATCH 2/4] mm/slub: introduce __kmem_cache_free_bulk() without free hooks
` [PATCH 3/4] mm/slub: handle bulk and single object freeing separately
` [PATCH 4/4] mm/slub: free KFENCE objects in slab_free_hook()

[PATCH v8 00/10] Multi-size THP for anonymous memory
 2023-12-04 19:30 UTC  (12+ messages)
` [PATCH v8 01/10] mm: Allow deferred splitting of arbitrary anon large folios
` [PATCH v8 02/10] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
` [PATCH v8 03/10] mm: thp: Introduce multi-size THP sysfs interface
` [PATCH v8 04/10] mm: thp: Support allocation of anonymous multi-size THP
` [PATCH v8 05/10] selftests/mm/kugepaged: Restore thp settings at exit
` [PATCH v8 06/10] selftests/mm: Factor out thp settings management
` [PATCH v8 07/10] selftests/mm: Support multi-size THP interface in thp_settings
` [PATCH v8 08/10] selftests/mm/khugepaged: Enlighten for multi-size THP
` [PATCH v8 09/10] selftests/mm/cow: Generalize do_run_with_thp() helper
` [PATCH v8 10/10] selftests/mm/cow: Add tests for anonymous multi-size THP

[PATCH v3 0/2] KSM: support smart-scan feature
 2023-12-04 18:48 UTC  (3+ messages)
` [PATCH v3 1/2] mem: disable KSM smart scan for ksm tests
` [PATCH v3 2/2] add ksm test for smart-scan feature

[PATCH v3 00/25] Permission Overlay Extension
 2023-12-04 18:46 UTC  (8+ messages)
` [PATCH v3 01/25] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v3 02/25] arm64/sysreg: update CPACR_EL1 register
` [PATCH v3 03/25] arm64: cpufeature: add Permission Overlay Extension cpucap

[PATCH v5 0/5] userfaultfd move option
 2023-12-04 18:44 UTC  (11+ messages)
` [PATCH v5 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[PATCH v2 0/2] KSM: support smart-scan feature
 2023-12-04 18:42 UTC  (10+ messages)
` [PATCH v2 1/2] mem: disable KSM smart scan for ksm tests
` [PATCH v2 2/2] add ksm test for smart-scan feature

[PATCH] mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTI
 2023-12-04 18:32 UTC 

[PATCH 2/7] mm: shrinker: Add a .to_text() method for shrinkers
 2023-12-04 18:15 UTC  (12+ messages)

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-04 18:07 UTC  (2+ messages)

[PATCH v8 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-12-04 17:48 UTC  (7+ messages)
` [PATCH v8 1/6] list_lru: allows explicit memcg and NUMA node selection

[PATCH v3 00/15] Transparent Contiguous PTEs for User Mappings
 2023-12-04 17:27 UTC  (19+ messages)
` [PATCH v3 01/15] mm: Batch-copy PTE ranges during fork()
` [PATCH v3 02/15] mm: Batch-clear PTE ranges during zap_pte_range()
` [PATCH v3 03/15] arm64/mm: set_pte(): New layer to manage contig bit
` [PATCH v3 04/15] arm64/mm: set_ptes()/set_pte_at(): "
` [PATCH v3 05/15] arm64/mm: pte_clear(): "
` [PATCH v3 06/15] arm64/mm: ptep_get_and_clear(): "
` [PATCH v3 07/15] arm64/mm: ptep_test_and_clear_young(): "
` [PATCH v3 08/15] arm64/mm: ptep_clear_flush_young(): "
` [PATCH v3 09/15] arm64/mm: ptep_set_wrprotect(): "
` [PATCH v3 10/15] arm64/mm: ptep_set_access_flags(): "
` [PATCH v3 11/15] arm64/mm: ptep_get(): "
` [PATCH v3 12/15] arm64/mm: Split __flush_tlb_range() to elide trailing DSB
` [PATCH v3 13/15] arm64/mm: Wire up PTE_CONT for user mappings
` [PATCH v3 14/15] arm64/mm: Implement ptep_set_wrprotects() to optimize fork()
` [PATCH v3 15/15] arm64/mm: Implement clear_ptes() to optimize exit()

[PATCH 0/2] arm64: hugetlb: Fix page fault loop for sw-dirty/hw-clean contiguous PTEs
 2023-12-04 17:26 UTC  (3+ messages)
` [PATCH 1/2] arm64: hugetlb: Distinguish between hw and sw dirtiness in __cont_access_flags_changed
` [PATCH 2/2] arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify

Issue with 8K folio size in __filemap_get_folio()
 2023-12-04 17:22 UTC  (7+ messages)

[PATCH mm-unstable] mm/damon: document get_score_arg field of struct damos_quota
 2023-12-04 17:01 UTC 

[PATCH RFC 06/12] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing
 2023-12-04 16:48 UTC  (18+ messages)

[linux-next:master] [fork] 6e553c6bcb: will-it-scale.per_process_ops 94.7% improvement
 2023-12-04 16:48 UTC  (3+ messages)

[PATCH v2 0/4] mm: Implement ECC handling for pfn with no struct page
 2023-12-04 15:55 UTC  (7+ messages)
` [PATCH v2 3/4] mm: Change ghes code to allow poison of non-struct pfn

[PATCH] mm/rmap: Fix misplaced parenthesis of a likely()
 2023-12-04 15:28 UTC  (2+ messages)

[PATCH 0/1] Add swappiness argument to memory.reclaim
 2023-12-04 15:23 UTC  (6+ messages)

[PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
 2023-12-04 14:41 UTC  (4+ messages)

"copy_file_range03.c:52: TFAIL: diff_us = 0, copy_file_range might not update timestamp"
 2023-12-04 13:51 UTC 

[RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
 2023-12-04 13:50 UTC  (13+ messages)

[PATCH v1 0/4] Optimize mmap_exit for large folios
 2023-12-04 12:57 UTC  (10+ messages)
` [PATCH v1 4/4] mm/mmu_gather: Store and process pages in contig ranges

[PATCH v2 00/14] Transparent Contiguous PTEs for User Mappings
 2023-12-04 11:01 UTC  (25+ messages)
` [PATCH v2 01/14] mm: Batch-copy PTE ranges during fork()
` [PATCH v2 14/14] arm64/mm: Add ptep_get_and_clear_full() to optimize process teardown

[RFC PATCH 0/6] Supporting GMEM (generalized memory management) for external memory devices
 2023-12-04 10:21 UTC  (13+ messages)
` [RFC PATCH 2/6] mm/gmem: add arch-independent abstraction to track address mapping status

[PATCH v5 0/5] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v5)
 2023-12-04  9:05 UTC  (6+ messages)
` [PATCH v5 3/5] "

[linux-next:master] [btrfs] 5a2b851e04: fsmark.files_per_sec 28.8% improvement
 2023-12-04  8:16 UTC 

[PATCH 2/4] mm: multi-gen LRU: MGLRU unbalance reclaim
 2023-12-04  6:53 UTC  (2+ messages)

[PATCH] fix comparison of unsigned expression < 0
 2023-12-04  4:12 UTC  (4+ messages)

[RFC PATCH v3 00/21] mm/zsmalloc: Split zsdesc from struct page
 2023-12-04  3:45 UTC  (5+ messages)
` [RFC PATCH v3 04/21] mm/zsmalloc: add alternatives of frequently used helper functions
` [RFC PATCH v3 14/21] mm/zsmalloc: convert zs_page_{isolate,migrate,putback} to use zsdesc

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-04  3:01 UTC  (3+ messages)
` [PATCH v7 13/39] arm64/mm: Map pages for guarded control stack

[PATCH net-next v6 0/4] skbuff: Optimize SKB coalescing for page pool
 2023-12-04  2:40 UTC  (8+ messages)
` [PATCH net-next v6 1/4] page_pool: Rename pp_frag_count to pp_ref_count
` [PATCH net-next v6 3/4] skbuff: Add a function to check if a page belongs to page_pool

[PATCH 1/2] mm/damon/sysfs: Implement recording feature
 2023-12-03 19:37 UTC  (2+ messages)

[linux-next:master] [btrfs] 40b77b3e82: fio.write_iops -40.2% regression
 2023-12-03 13:35 UTC 

Patch "cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved" has been added to the 6.6-stable tree
 2023-12-03 13:02 UTC 

Patch "cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF moved" has been added to the 6.6-stable tree
 2023-12-03 13:02 UTC 

Patch "cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF moved" has been added to the 6.1-stable tree
 2023-12-03 13:01 UTC 

Patch "cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved" has been added to the 6.1-stable tree
 2023-12-03 13:01 UTC 

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-03 12:14 UTC  (4+ messages)
  ` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory

[PATCH v2] mm/mm_init.c: Extend init unavailable range doc info
 2023-12-03 11:58 UTC 

fs/proc/base.c:1980:25: sparse: sparse: cast to restricted fmode_t
 2023-12-03  6:32 UTC 

drivers/char/tpm/tpm_ibmvtpm.c:126:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-03  6:31 UTC 

fs/proc/base.c:1980:25: sparse: sparse: cast to restricted fmode_t
 2023-12-03  6:31 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