linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 0/8] uprobes: RCU-protected hot path optimizations
 2024-08-29 18:37 UTC  (3+ messages)
` [PATCH v4 1/8] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v4 2/8] uprobes: protected uprobe lifetime with SRCU

[PATCH v6 00/26] Generic `Allocator` support for Rust
 2024-08-29 18:35 UTC  (7+ messages)
` [PATCH v6 01/26] rust: alloc: add `Allocator` trait
` [PATCH v6 04/26] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v6 10/26] rust: treewide: switch to our kernel `Box` type

[PATCH v2] memcg: add charging of already allocated slab objects
 2024-08-29 18:28 UTC  (11+ messages)

[PATCH v2 00/19] mm: Support huge pfnmaps
 2024-08-29 18:26 UTC  (12+ messages)
` [PATCH v2 06/19] mm/pagewalk: Check pfnmap for folio_walk_start()
` [PATCH v2 07/19] mm/fork: Accept huge pfnmap entries

[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
 2024-08-29 18:02 UTC  (13+ messages)
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom

[PATCH v5 00/30] Permission Overlay Extension
 2024-08-29 17:55 UTC  (3+ messages)
` [PATCH v5 16/30] arm64: handle PKEY/POE faults

[PATCH v3] memcg: add charging of already allocated slab objects
 2024-08-29 17:53 UTC 

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-29 17:42 UTC  (11+ messages)
` [PATCH v7 bpf-next 01/10] lib/buildid: harden "
` [PATCH v7 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction
` [PATCH v7 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH v7 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search
` [PATCH v7 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()
` [PATCH v7 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v7 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
` [PATCH v7 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v7 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH v7 bpf-next 10/10] selftests/bpf: add build ID tests

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-08-29 17:33 UTC  (13+ messages)
` [PATCH RFC v2 1/4] mm: Add MAP_BELOW_HINT
` [PATCH RFC v2 2/4] mm: Add hint and mmap_flags to struct vm_unmapped_area_info
` [PATCH RFC v2 3/4] mm: Support MAP_BELOW_HINT in vm_unmapped_area()
` [PATCH RFC v2 4/4] selftests/mm: Create MAP_BELOW_HINT test

[PATCH v5 0/3] mm: ZSWAP swap-out of mTHP folios
 2024-08-29 17:10 UTC  (9+ messages)

[RFC][PATCH 0/5] slab: Allocate and use per-call-site caches
 2024-08-29 17:03 UTC  (9+ messages)
` [PATCH 2/5] codetag: Run module_load hooks for builtin codetags
` [PATCH 3/5] codetag: Introduce codetag_early_walk()
` [PATCH 4/5] alloc_tag: Track fixed vs dynamic sized kmalloc calls
` [PATCH 5/5] slab: Allocate and use per-call-site caches

[PATCH v1 00/17] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2024-08-29 16:56 UTC  (18+ messages)
` [PATCH v1 01/17] mm: factor out large folio handling from folio_order() into folio_large_order()
` [PATCH v1 02/17] mm: factor out large folio handling from folio_nr_pages() into folio_large_nr_pages()
` [PATCH v1 03/17] mm/rmap: use folio_large_nr_pages() in add/remove functions
` [PATCH v1 04/17] mm: let _folio_nr_pages overlay memcg_data in first tail page
` [PATCH v1 05/17] mm/rmap: pass dst_vma to page_try_dup_anon_rmap() and page_dup_file_rmap()
` [PATCH v1 06/17] mm/rmap: pass vma to __folio_add_rmap()
` [PATCH v1 07/17] mm/rmap: abstract large mapcount operations for large folios (!hugetlb)
` [PATCH v1 08/17] mm/rmap: initial MM owner tracking "
` [PATCH v1 09/17] bit_spinlock: __always_inline (un)lock functions
` [PATCH v1 10/17] mm: COW reuse support for PTE-mapped THP with CONFIG_MM_ID
` [PATCH v1 11/17] mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in large folios
` [PATCH v1 12/17] mm: remove per-page mapcount dependency in folio_likely_mapped_shared() (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v1 13/17] fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v1 14/17] fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v1 15/17] fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v1 16/17] fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v1 17/17] mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT)

[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
 2024-08-29 16:54 UTC  (6+ messages)

[PATCH v1 1/2] mseal: fix mmap(FIXED) error code
 2024-08-29 16:32 UTC  (14+ messages)
` [PATCH v1 2/2] selftests/mm: mseal_test add more tests

[PATCH v3 0/3] fs,mm: add kmem_cache_create_rcu()
 2024-08-29 15:58 UTC  (5+ messages)
` [PATCH v3 1/3] mm: remove unused root_cache argument

[regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
 2024-08-29 15:50 UTC  (9+ messages)

[PATCH v1] memcg: add charging of already allocated slab objects
 2024-08-29 15:49 UTC  (7+ messages)

order-0 page alloc failures during interrupt context on v6.6.43
 2024-08-29 15:48 UTC  (3+ messages)

[PATCH v2 00/14] introduce pte_offset_map_{ro|rw}_nolock()
 2024-08-29 15:36 UTC  (24+ messages)
` [PATCH v2 01/14] mm: pgtable: "
` [PATCH v2 02/14] arm: adjust_pte() use pte_offset_map_rw_nolock()
` [PATCH v2 03/14] powerpc: assert_pte_locked() use pte_offset_map_ro_nolock()
` [PATCH v2 04/14] mm: filemap: filemap_fault_recheck_pte_none() "
` [PATCH v2 05/14] mm: khugepaged: __collapse_huge_page_swapin() "
` [PATCH v2 06/14] mm: handle_pte_fault() use pte_offset_map_rw_nolock()
` [PATCH v2 07/14] mm: khugepaged: collapse_pte_mapped_thp() "
` [PATCH v2 08/14] mm: copy_pte_range() "

[PATCH v3 5/5] mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolation
 2024-08-29 15:19 UTC  (3+ messages)
` [PATCH v3 5-fix/5] mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolation fix

[PATCH] mm: page_alloc: simpify page del and expand
 2024-08-29 15:12 UTC  (2+ messages)

[RFC PATCH 0/2] Add disable_unmap_file arg to memory.reclaim
 2024-08-29 15:00 UTC  (8+ messages)
  ` [External] "

[PATCH v2 0/5] mm: convert to folio_isolate_movable()
 2024-08-29 14:54 UTC  (6+ messages)
` [PATCH v2 1/5] mm: compaction: get reference before non LRU movable folio isolation
` [PATCH v2 2/5] mm: migrate: add folio_isolate_movable()
` [PATCH v2 3/5] mm: migrate: convert to folio_isolate_movable()
` [PATCH v2 4/5] mm: compaction: "
` [PATCH v2 5/5] mm: migrate: remove isolate_movable_page()

[linux-next:master] [mm/migrate] b28dd7507f: ltp.move_pages04.fail
 2024-08-29 14:38 UTC  (11+ messages)
    ` [LTP] "

linux-next20240827 onwards: KVM guest crash BUG: Bad page state in process ksmd
 2024-08-29 14:36 UTC  (2+ messages)

[PATCH] bcachefs: Switch to memalloc_flags_do() for vmalloc allocations
 2024-08-29 14:27 UTC  (12+ messages)

[linux-next:master 6694/7693] mm/slab_common.c:373: warning: Excess function parameter 'freeptr_offset' description in 'kmem_cache_create_usercopy'
 2024-08-29 14:07 UTC 

[PATCH 0/2] get rid of PF_MEMALLOC_NORECLAIM
 2024-08-29 14:03 UTC  (10+ messages)
` [PATCH 1/2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
  ` [PATCH 1/2 v2] "

[linux-next:master 4949/7693] drivers/mailbox/omap-mailbox.c:383:34: warning: unused variable 'omap_mailbox_of_match'
 2024-08-29 13:46 UTC 

[PATCH v3 0/4] mm: clarify nofail memory allocation
 2024-08-29 13:20 UTC  (20+ messages)

[PATCH 1/1] mm: vmalloc: Optimize vmap_lazy_nr arithmetic when purging each vmap_area
 2024-08-29 13:06 UTC 

[PATCH v5 0/9] support large folio swap-out and swap-in for shmem
 2024-08-29 12:40 UTC  (6+ messages)
` [PATCH v5 4/9] mm: filemap: use xa_get_order() to get the swap entry order

BUG: general protection fault in mmap_region
 2024-08-29 11:41 UTC  (3+ messages)

BUG: WARNING in free_pgtables
 2024-08-29 11:30 UTC  (2+ messages)

[PATCH v4 12/16] mm: don't allow huge faults for files with pre content watches
 2024-08-29 11:07 UTC  (2+ messages)
  ` [PATCH v4 13/16] fsnotify: generate pre-content permission event on page fault

[PATCH v13 00/10] enable bs > ps in XFS
 2024-08-29 10:51 UTC  (3+ messages)
` [PATCH v13 04/10] mm: split a folio in minimum folio order chunks

[PATCH] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
 2024-08-29 10:25 UTC 

[RFC PATCH 1/2] mm: vmscan: modify the semantics of scan_control.may_unmap to UNMAP_ANON and UNMAP_FILE
 2024-08-29 10:20 UTC  (2+ messages)
` [RFC PATCH 2/2] mm: memcg: add disbale_unmap_file arg to memory.reclaim

[PATCH v5 00/21] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
 2024-08-29  9:42 UTC  (5+ messages)

[PATCH 3/5] tmpfs: Create casefold mount options
 2024-08-29  9:25 UTC  (2+ messages)

[PATCH v2] tools/mm: Use calloc and check the memory allocation failure
 2024-08-29  9:21 UTC 

[PATCH] mm: vmalloc: Refactor vm_area_alloc_pages() function
 2024-08-29  9:00 UTC  (5+ messages)

[PATCH] mm/mglru: wake up flushers when legacy cgroups run out of clean caches
 2024-08-29  8:52 UTC  (2+ messages)

[PATCH] mm/mglru: wake up flushers when legacy cgroups run out of clean caches
 2024-08-29  8:31 UTC 

[PATCH] mm/mglru: wake up flushers when legacy cgroups run out of clean caches
 2024-08-29  8:26 UTC 

[linux-next:master] [mm] f1295af16a: ltp.madvise11.fail
 2024-08-29  8:20 UTC  (2+ messages)

[PATCH] tools/mm: Use calloc and check the potential memory allocation failure
 2024-08-29  8:14 UTC  (5+ messages)
    `  "

[PATCH V2] mm, slub: avoid zeroing kmalloc redzone
 2024-08-29  7:49 UTC  (2+ messages)

[PATCH RESEND v3 0/2] Introduce tracepoint for hugetlbfs
 2024-08-29  6:41 UTC  (3+ messages)
` [PATCH RESEND v3 1/2] hugetlbfs: support tracepoint
` [PATCH RESEND v3 2/2] hugetlbfs: use tracepoints in hugetlbfs functions

[PATCH v8 0/8] Improve the copy of task comm
 2024-08-29  6:30 UTC  (11+ messages)
` [PATCH v8 1/8] Get rid of __get_task_comm()

[PATCH net-next v23 05/13] page_pool: devmem support
 2024-08-29  6:01 UTC 

BUG: general protection fault in get_mem_cgroup_from_objcg
 2024-08-29  5:20 UTC  (3+ messages)

[PATCH V1] mm, slub: avoid zeroing kmalloc redzone
 2024-08-29  5:16 UTC  (4+ messages)

[PATCH] tools/mm: rm thp_swap_allocator_test when make clean
 2024-08-29  4:20 UTC 

[PATCH v2] mm: add lazyfree folio to lru tail
 2024-08-29  3:55 UTC  (10+ messages)
            ` 回复: "
                ` 回复: "

[PATCH 0/6] mm, netfs, cifs: Miscellaneous fixes
 2024-08-29  2:47 UTC  (2+ messages)

[PATCH v7 2/2] mm: support large folios swap-in for sync io devices
 2024-08-29  2:38 UTC  (4+ messages)

[linux-next:master 5237/7353] drivers/gpu/drm/xe/xe_ggtt.c:714:3: error: variable 'total' is uninitialized when used here
 2024-08-29  2:01 UTC 

[PATCH 0/4] mm: convert to folio_isolate_movable()
 2024-08-29  1:34 UTC  (7+ messages)
` [PATCH 2/4] mm: compaction: "

[PATCH -next v3 0/3] Add str_true_false()/str_false_true() helper
 2024-08-29  1:12 UTC  (8+ messages)
` [PATCH -next v3 1/3] lib/string_choices: "

BUG: INFO: trying to register non-static key in free_pgtables
 2024-08-29  0:18 UTC 

[PATCH v4 0/4] mm: ZSWAP swap-out of mTHP folios
 2024-08-29  0:14 UTC  (13+ messages)

BUG: general protection fault in mtree_range_walk
 2024-08-29  0:05 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