[PATCH RFC 06/12] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing
2023-12-04 16:48 UTC (18+ messages)
[PATCH v5 0/5] userfaultfd move option
2023-12-04 16:35 UTC (11+ messages)
` [PATCH v5 5/5] selftests/mm: add UFFDIO_MOVE ioctl test
[PATCH] mm/thp: add CONFIG_TRANSPARENT_HUGEPAGE_NEVER option
2023-12-04 16:32 UTC
Performance drop due to alloc_workqueue() misuse and recent change
2023-12-04 16:03 UTC
[PATCH v3 00/15] Transparent Contiguous PTEs for User Mappings
2023-12-04 16:00 UTC (18+ 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 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] vfio: account iommu allocations
2023-12-04 15:46 UTC (2+ messages)
[RFC PATCH 0/2] Node migration between memory tiers
2023-12-04 15:43 UTC (2+ messages)
[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)
Issue with 8K folio size in __filemap_get_folio()
2023-12-04 15:09 UTC (4+ messages)
[PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
2023-12-04 14:41 UTC (6+ messages)
` [PATCH -RFC 1/2] mm: "
` [PATCH -RFC 2/2] ext4: "
[PATCH RFC 00/39] mm/rmap: interface overhaul
2023-12-04 14:21 UTC (40+ 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
"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 v3 00/25] Permission Overlay Extension
2023-12-04 11:03 UTC (2+ messages)
[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
[PATCH v2 0/2] KSM: support smart-scan feature
2023-12-04 10:45 UTC (6+ 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 2/7] mm: shrinker: Add a .to_text() method for shrinkers
2023-12-04 10:33 UTC (11+ messages)
[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 v8 00/10] Multi-size THP for anonymous memory
2023-12-04 10:20 UTC (11+ 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 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] "
[PATCH v8 0/6] workload-specific and memory pressure-driven zswap writeback
2023-12-04 8:30 UTC (6+ messages)
` [PATCH v8 1/6] list_lru: allows explicit memcg and NUMA node selection
[linux-next:master] [btrfs] 5a2b851e04: fsmark.files_per_sec 28.8% improvement
2023-12-04 8:16 UTC
[linux-next:master] [fork] 6e553c6bcb: will-it-scale.per_process_ops 94.7% improvement
2023-12-04 7:14 UTC (2+ messages)
[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 (12+ messages)
` [RFC PATCH v3 03/21] mm/zsmalloc: replace first_page to first_zsdesc in struct zspage
` [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 (9+ 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 (4+ 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
[PATCH v5 0/9] slub: Delay freezing of CPU partial slabs
2023-12-03 11:47 UTC (15+ messages)
` [PATCH v5 4/9] slub: Prepare __slab_free() for unfrozen partial slab out of node partial list
` [PATCH v5 6/9] slub: Delay freezing of partial slabs
` [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
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
[RFC PATCH v4 0/9] slub: Delay freezing of CPU partial slabs
2023-12-03 6:08 UTC (3+ messages)
` [RFC PATCH v4 5/9] slub: Introduce freeze_slab()
drivers/mtd/ubi/fastmap.c:1014:17: sparse: sparse: incorrect type in assignment (different base types)
2023-12-03 6:07 UTC
fs/proc/base.c:1980:25: sparse: sparse: cast to restricted fmode_t
2023-12-03 6:07 UTC
[PATCH v3 0/7] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
2023-12-03 2:57 UTC (4+ messages)
` [PATCH v3 3/7] mm, security: Fix missed security_task_movememory()
[PATCH v2 0/3] supplement of slab allocator removal
2023-12-03 0:15 UTC (4+ messages)
` [PATCH v2 1/3] Documentation: kernel-parameters: remove noaliencache
` [RFC PATCH v2 2/3] mm/slub: unify all sl[au]b parameters with "slab_$param"
` [PATCH v2 3/3] mm/slub: correct the default value of slub_min_objects in doc
[PATCH 0/3] supplyment of slab allocator removal
2023-12-02 21:30 UTC (9+ messages)
` [RFC PATCH 2/3] mm/slub: unify all sl[au]b parameters with "slab_$param"
` [PATCH 3/3] mm/slub: correct the default value of slub_min_objects in doc
[PATCH v2 0/6] MIPS: mm: Fix some memory-related issues
2023-12-02 11:14 UTC (3+ messages)
` [PATCH v2 1/6] mips: dmi: Fix early remap on MIPS32
` [PATCH v2 6/6] mips: Set dump-stack arch description
[PATCH 0/4] Code simplification and clean-up for hugetlb vmemmap
2023-12-02 9:47 UTC (6+ messages)
` [PATCH 1/4] mm: pagewalk: assert write mmap lock only for walking the user page tables
[mm-unstable v4 0/5] mm: memcg: subtree stats flushing and thresholds
2023-12-02 8:31 UTC (11+ messages)
` [mm-unstable v4 3/5] mm: memcg: make stats flushing threshold per-memcg
` [mm-unstable v4 4/5] mm: workingset: move the stats flush into workingset_test_recent()
` [mm-unstable v4 5/5] mm: memcg: restore subtree stats flushing
[PATCH] kmemleak: Avoid RCU stalls when freeing metadata for per-CPU pointers
2023-12-02 7:50 UTC (3+ messages)
[PATCH v7 0/6] workload-specific and memory pressure-driven zswap writeback
2023-12-02 4:44 UTC (2+ messages)
drivers/scsi/sym53c8xx_2/sym_hipd.c:5077:32: sparse: sparse: incorrect type in argument 2 (different base types)
2023-12-02 3:28 UTC
[RFC PATCH 0/5] selftests/damon: add Python modules for DAMON control and functionality tests
2023-12-02 0:08 UTC (6+ messages)
` [RFC PATCH 1/5] selftests/damon: add a DAMON interface wrapper python module
` [RFC PATCH 2/5] selftests/damon/_damon: implement sysfs-based kdamonds start function
` [RFC PATCH 3/5] selftests/damon/_damon: implement sysfs updat_schemes_tried_bytes command
` [RFC PATCH 4/5] selftests/damon: add a test for update_schemes_tried_regions sysfs command
` [RFC PATCH 5/5] selftests/damon: add a test for update_schemes_tried_regions hang bug
high kswapd CPU usage with symmetrical swap in/out pattern with multi-gen LRU
2023-12-01 23:52 UTC (18+ messages)
mm/kfence/core.c:329:34: sparse: sparse: cast to restricted __le64
2023-12-01 23:47 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox