linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC 00/12] mm/gup: Unify hugetlb, part 2
 2023-11-23  9:53 UTC  (23+ messages)
` [PATCH RFC 01/12] mm/hugetlb: Export hugetlbfs_pagecache_present()
` [PATCH RFC 03/12] mm: Export HPAGE_PXD_* macros even if !THP
` [PATCH RFC 04/12] mm: Introduce vma_pgtable_walk_{begin|end}()
` [PATCH RFC 05/12] mm/gup: Fix follow_devmap_p[mu]d() to return even if NULL
` [PATCH RFC 06/12] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing
` [PATCH RFC 08/12] mm/gup: Handle hugetlb for no_page_table()
` [PATCH RFC 09/12] mm/gup: Handle huge pud for follow_pud_mask()
` [PATCH RFC 12/12] mm/gup: Merge hugetlb into generic mm code

[PATCH] kfence: Replace local_clock() with ktime_get_boot_fast_ns()
 2023-11-23  9:42 UTC  (6+ messages)

[PATCH 0/7] MIPS: mm: Fix some memory-related issues
 2023-11-23  9:32 UTC  (6+ messages)
` [PATCH 1/7] mips: dmi: Fix early remap on MIPS32
` [PATCH 7/7] mips: Set dump-stack arch description

[PATCH v2 0/7] implement "memmap on memory" feature on s390
 2023-11-23  9:23 UTC  (4+ messages)
` [PATCH v2 3/7] mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiers
` [PATCH v2 4/7] s390/mm: allocate vmemmap pages from self-contained memory range
` [PATCH v2 5/7] s390/sclp: remove unhandled memory notifier type

[RFC PATCH] mm: filemap: avoid unnecessary major faults in filemap_fault()
 2023-11-23  9:09 UTC  (9+ messages)

[PATCH] mm,oom_reaper: avoid run queue_oom_reaper if task is not oom
 2023-11-23  8:51 UTC  (3+ messages)

[PATCH v2 0/2] mm: memcg: improve vmscan tracepoints
 2023-11-23  8:45 UTC  (10+ messages)
` [PATCH v2 1/2] mm: memcg: print out cgroup name in the memcg tracepoints
  ` [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg

[PATCH v2 0/8] x86/coco: Mark CoCo VM pages not present when changing encrypted state
 2023-11-23  7:32 UTC  (5+ messages)
` [PATCH v2 3/8] x86/mm: Remove "static" from vmap_pages_range()

[PATCH v3 0/3] samples: introduce cgroup events listeners
 2023-11-23  7:19 UTC  (4+ messages)
` [PATCH v3 1/3] samples: introduce new samples subdir for cgroup
` [PATCH v3 2/3] samples/cgroup: introduce memcg memory.events listener
` [PATCH v3 3/3] mm: memcg: add reminder comment for the memcg v2 events

[RFC] mm: Multi-gen LRU: fix use of mm/page_idle/bitmap
 2023-11-23  6:58 UTC  (2+ messages)
` [RFC] mm: Multi-Gen LRU: fix use mm/page_idle/bitmap

[PATCH v5 0/5] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v5)
 2023-11-23  6:44 UTC  (6+ messages)
` [PATCH v5 1/5] udmabuf: Use vmf_insert_pfn and VM_PFNMAP for handling mmap
` [PATCH v5 2/5] udmabuf: Add back support for mapping hugetlb pages (v4)
` [PATCH v5 3/5] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v5)
` [PATCH v5 4/5] udmabuf: Pin the pages using pin_user_pages_fd() API (v3)
` [PATCH v5 5/5] selftests/dma-buf/udmabuf: Add tests to verify data after page migration

[PATCH 1/4] lib: move pci_iomap.c to drivers/pci/
 2023-11-23  6:42 UTC  (5+ messages)

[RFC PATCH v2 0/6] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2023-11-23  6:37 UTC  (6+ messages)
` [RFC PATCH v2 1/6] mm, doc: Add doc for MPOL_F_NUMA_BALANCING
` [RFC PATCH v2 2/6] mm: mempolicy: Revise comment regarding mempolicy mode flags
` [RFC PATCH v2 3/6] mm, security: Fix missed security_task_movememory() in mbind(2)

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

[PATCH mm] slub, kasan: improve interaction of KASAN and slub_debug poisoning
 2023-11-23  6:26 UTC  (6+ messages)

[linux-next:master] [kasan] 0e8b630f30: BUG_kmem_cache_node(Tainted:G_T):Poison_overwritten
 2023-11-23  6:19 UTC 

[PATCH net-next v2 1/3] page_pool: Rename pp_frag_count to pp_ref_count
 2023-11-23  6:18 UTC  (4+ messages)
` [PATCH net-next v2 2/3] page_pool: halve BIAS_MAX for fragment multiple user references
` [PATCH net-next v2 3/3] skbuff: Optimization of SKB coalescing for page pool

[PATCH v10] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-11-23  6:15 UTC  (10+ messages)

[linus:master] [mm, pcp] 6ccdcb6d3a: stress-ng.judy.ops_per_sec -4.7% regression
 2023-11-23  5:40 UTC  (2+ messages)

[PATCH v2 00/14] Transparent Contiguous PTEs for User Mappings
 2023-11-23  5:13 UTC  (5+ 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

[REGRESSION]: mmap performance regression starting with k-6.1
 2023-11-23  5:07 UTC  (5+ messages)

[linux-next:master 2254/2429] arch/parisc/include/asm/bug.h:70:17: error: invalid 'asm': operand number out of range
 2023-11-23  1:54 UTC 

[PATCH v2 0/4] mm: Implement ECC handling for pfn with no struct page
 2023-11-23  0:35 UTC  (5+ messages)
` [PATCH v2 1/4] mm: handle poisoning of pfn without struct pages
` [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 v2 4/4] vfio/nvgpu: register device memory for poison handling

[PATCH v2] Documentation: kernel-parameters: remove slab_max_order and noaliencache
 2023-11-23  0:33 UTC  (2+ messages)

[PATCH v2 0/4] eventfd: simplify signal helpers
 2023-11-23  0:24 UTC  (12+ messages)
` [PATCH v2 1/4] i915: make inject_virtual_interrupt() void
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()
` [PATCH v2 3/4] eventfd: simplify eventfd_signal_mask()
` [PATCH v2 4/4] eventfd: make eventfd_signal{_mask}() void

[PATCH v2 00/33] kmsan: Enable on s390
 2023-11-22 23:32 UTC  (3+ messages)
` [PATCH v2 01/33] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()

[PATCH 0/7] shrinker debugging improvements
 2023-11-22 23:25 UTC  (8+ messages)
` [PATCH 1/7] seq_buf: seq_buf_human_readable_u64()
` [PATCH 2/7] mm: shrinker: Add a .to_text() method for shrinkers
` [PATCH 3/7] mm: shrinker: Add new stats for .to_text()
` [PATCH 4/7] mm: Centralize & improve oom reporting in show_mem.c
` [PATCH 5/7] mm: shrinker: Add shrinker_to_text() to debugfs interface
` [PATCH 6/7] bcachefs: shrinker.to_text() methods
` [PATCH 7/7] bcachefs: add counters for failed shrinker reclaim

[PATCH v4 00/22] stackdepot: allow evicting stack traces
 2023-11-22 23:13 UTC  (5+ messages)
` [PATCH v4 21/22] kasan: use stack_depot_put for Generic mode
  ` [BISECTED] Boot hangs when SLUB_DEBUG_ON=y
    ` [REGRESSION] Boot hangs when SLUB_DEBUG_ON=y and KASAN_GENERIC=y

[RFC PATCH 00/11] mm/mempolicy: Make task->mempolicy externally modifiable via syscall and procfs
 2023-11-22 22:24 UTC  (10+ messages)
` [RFC PATCH 01/11] mm/mempolicy: refactor do_set_mempolicy for code re-use
` [RFC PATCH 04/11] mm/mempolicy: modify get_mempolicy call stack to take a task argument
` [RFC PATCH 07/11] mm/mempolicy: add task mempolicy syscall variants
` [RFC PATCH 08/11] mm/mempolicy: export replace_mempolicy for use by procfs
` [RFC PATCH 10/11] mm/mempolicy: mpol_parse_str should ignore trailing characters in nodelist
` [RFC PATCH 11/11] fs/proc: Add mempolicy attribute to allow read/write of task mempolicy

[RFC PATCH] mm/mbind: Introduce process_mbind() syscall for external memory binding
 2023-11-22 21:35 UTC 

[PATCH 00/24] Swapin path refactor for optimization and bugfix
 2023-11-22 20:57 UTC  (13+ messages)
` [PATCH 03/24] mm/swap: move no readahead swapin code to a stand alone helper
` [PATCH 04/24] mm/swap: avoid setting page lock bit and doing extra unlock check
` [PATCH 15/24] mm/swap: avoid an duplicated swap cache lookup for SYNCHRONOUS_IO device

[PATCH v2 00/21] remove the SLAB allocator
 2023-11-22 20:07 UTC  (3+ messages)
` [PATCH v2 09/21] mm/slab: remove mm/slab.c and slab_def.h

[PATCH v3] kasan: Improve free meta storage in Generic KASAN
 2023-11-22 18:46 UTC 

[linux-next:master 2099/2429] fs/bcachefs/btree_write_buffer.c:32:6: error: unknown token in expression
 2023-11-22 18:08 UTC 

[PATCH v2 0/4] mm/ksm: Add ksm advisor
 2023-11-22 17:43 UTC  (10+ messages)
` [PATCH v2 1/4] mm/ksm: add "
` [PATCH v2 2/4] mm/ksm: add sysfs knobs for advisor

[PATCH v3 3/8] riscv: Avoid TLB flush loops when affected by SiFive CIP-1200
 2023-11-22 17:34 UTC  (2+ messages)

[PATCH RFC 00/20] kasan: save mempool stack traces
 2023-11-22 17:20 UTC  (4+ messages)
` [PATCH RFC 14/20] mempool: introduce mempool_use_prealloc_only

[linus:master] [mm/ksm] 5e924ff54d: ltp.ksm01.fail
 2023-11-22 17:16 UTC  (4+ messages)

Question: memcg dirty throttle caused by low per-memcg dirty thresh
 2023-11-22 15:32 UTC  (5+ messages)

[PATCH] mm/page.c: move mem_init_print_info() to later place
 2023-11-22 15:08 UTC  (2+ messages)

[PATCH v5] zswap: memcontrol: implement zswap writeback disabling
 2023-11-22 15:01 UTC  (13+ messages)

[PATCH v1 0/4] Enable >0 order folio memory compaction
 2023-11-22 14:35 UTC  (4+ messages)
` [PATCH v1 3/4] mm/compaction: optimize >0 order folio compaction with free page split

[PATCH v5 0/9] slub: Delay freezing of CPU partial slabs
 2023-11-22 14:32 UTC  (11+ messages)
` [PATCH v5 6/9] slub: Delay freezing of "

high kswapd CPU usage with symmetrical swap in/out pattern with multi-gen LRU
 2023-11-22 14:18 UTC  (16+ messages)

[PATCH 00/41] Per-VMA locks
 2023-11-22 14:04 UTC  (6+ messages)
` [PATCH 12/41] mm: add per-VMA lock and helper functions to control it

[PATCH v2 0/4] sysctl: Remove sentinel elements from fs dir
 2023-11-22 14:00 UTC  (2+ messages)

[patch 0/2] mm: too_many_isolated can stall due to out of sync VM counters
 2023-11-22 13:56 UTC  (8+ messages)

[PATCH v3 3/5] mm: memcg: make stats flushing threshold per-memcg
 2023-11-22 13:54 UTC  (2+ messages)

[PATCH v3 5/5] mm: memcg: restore subtree stats flushing
 2023-11-22 13:42 UTC  (2+ messages)

[PATCH v2 00/10] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2023-11-22 12:40 UTC  (5+ messages)
` [PATCH v2 04/10] cxl/memscrub: Add CXL device patrol scrub control feature

[PATCH 0/8] implement "memmap on memory" feature on s390
 2023-11-22 11:44 UTC  (7+ messages)

[PATCH v2 06/10] memory: scrub: Add scrub driver supports configuring memory scrubbers in the system
 2023-11-22 10:42 UTC  (2+ messages)

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-11-22  9:42 UTC  (5+ messages)
` [PATCH v7 36/39] selftests/arm64: Add GCS signal tests
` [PATCH v7 37/39] kselftest/arm64: Add a GCS stress test
` [PATCH v7 38/39] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v7 39/39] kselftest/clone3: Enable GCS in the clone3 selftests

page:  |  | latest

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