linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC 06/12] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing
 2023-12-04 11:46 UTC  (15+ messages)

[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 v3 00/15] Transparent Contiguous PTEs for User Mappings
 2023-12-04 10:54 UTC  (16+ 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/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  (19+ messages)

[RFC PATCH 0/6] Supporting GMEM (generalized memory management) for external memory devices
 2023-12-04 10:21 UTC  (26+ 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] userfaultfd move option
 2023-12-04  9:27 UTC  (11+ messages)
` [PATCH v5 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[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

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

[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)

Issue with 8K folio size in __filemap_get_folio()
 2023-12-04  5:57 UTC  (3+ 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  (12+ 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 net-next v6 4/4] skbuff: Optimization of SKB coalescing for page pool

[PATCH 1/2] mm/damon/sysfs: Implement recording feature
 2023-12-03 19:37 UTC  (6+ 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_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 "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 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  (10+ messages)
` [PATCH v3 1/7] mm, doc: Add doc for MPOL_F_NUMA_BALANCING
` [PATCH v3 2/7] mm: mempolicy: Revise comment regarding mempolicy mode flags
` [PATCH v3 3/7] mm, security: Fix missed security_task_movememory()
` [PATCH v3 4/7] mm, security: Add lsm hook for memory policy adjustment
` [PATCH v3 5/7] security: selinux: Implement set_mempolicy hook
` [PATCH v3 6/7] selftests/bpf: Add selftests for set_mempolicy with a lsm prog
` [PATCH v3 7/7] NOT kernel/man2/mbind.2: Add mode flag MPOL_F_NUMA_BALANCING

[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 v2 0/4] mm: Implement ECC handling for pfn with no struct page
 2023-12-02 23:23 UTC  (5+ messages)
` [PATCH v2 2/4] mm: Add poison error check in fixup_user_fault() for mapped pfn
` [PATCH v2 3/4] mm: Change ghes code to allow poison of non-struct pfn

[PATCH 0/3] supplyment of slab allocator removal
 2023-12-02 21:30 UTC  (11+ messages)
` [PATCH 1/3] Documentation: kernel-parameters: remove noaliencache
` [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

[PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
 2023-12-02  9:14 UTC  (3+ messages)
` [PATCH -RFC 1/2] mm: "
` [PATCH -RFC 2/2] ext4: "

[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 

[linux-next:pending-fixes] BUILD SUCCESS ebf39ec4a6f7492899507840c2b78a4be29b7205
 2023-12-01 21:43 UTC 

[PATCH] mm/rmap: Fix misplaced parenthesis of a likely()
 2023-12-01 20:18 UTC  (4+ messages)

[PATCH v1] mem: disable KSM smart scan for ksm tests
 2023-12-01 20:11 UTC  (9+ messages)
` [LTP] "

[PATCH 1/7] mips: dmi: Fix early remap on MIPS32
 2023-12-01 18:26 UTC  (13+ messages)

[PATCH 0/1] Add swappiness argument to memory.reclaim
 2023-12-01 17:09 UTC  (6+ messages)

[PATCH v1] mm/readahead: Do not allow order-1 folio
 2023-12-01 16:32 UTC  (2+ messages)

[PATCH RFC 1/6] mm/page_alloc: modify page_frag_alloc_align() to accept align as an argument
 2023-12-01 12:02 UTC  (4+ messages)
` [PATCH RFC 2/6] page_frag: unify gfp bit for order 3 page allocation
` [PATCH RFC 3/6] mm/page_alloc: use initial zero offset for page_frag_alloc_align()
` [PATCH RFC 5/6] net: introduce page_frag_cache_drain()

[PATCH v2 00/21] remove the SLAB allocator
 2023-12-01 11:28 UTC  (3+ messages)
` [PATCH v2 06/21] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks

[linux-next:pending-fixes 239/291] mipsel-linux-ld: kernel/kexec_core.c:undefined reference to `machine_kexec'
 2023-12-01  8:34 UTC 

[PATCH] mm: ALLOC_HIGHATOMIC flag allocation issue
 2023-12-01  7:25 UTC 

[PATCH v9 1/2] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
 2023-12-01  7:03 UTC  (6+ messages)
` [PATCH v9 2/2] ACPI: APEI: handle synchronous exceptions in task work

page:  |  | latest

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