linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH mm-unstable v3 0/5] Improve mem_cgroup_iter()
 2024-08-30 10:04 UTC  (3+ messages)
` [PATCH mm-unstable v3 4/5] mm: restart if multiple traversals raced

[PATCH v5 0/6] mm: split underused THPs
 2024-08-30 10:03 UTC  (4+ messages)
` [PATCH v5 1/6] mm: free zapped tail pages when splitting isolated thp
` [PATCH v5 2/6] mm: remap unused subpages to shared zeropage "
` [PATCH v5 3/6] mm: selftest to verify zero-filled pages are mapped to zeropage

[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
 2024-08-30 10:01 UTC  (15+ messages)
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom

[PATCH RFC] riscv: use gp to save percpu offset
 2024-08-30 10:01 UTC  (3+ messages)
  ` [External] "

[PATCH RFC] mm: mmap: Change DEFAULT_MAX_MAP_COUNT to INT_MAX
 2024-08-30  9:56 UTC 

[PATCH] memory tier: fix deadlock warning while onlining pages
 2024-08-30  9:53 UTC  (3+ messages)

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-08-30  9:52 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 v6 0/3] mm: ZSWAP swap-out of mTHP folios
 2024-08-30  9:27 UTC  (12+ messages)
` [PATCH v6 1/3] mm: Define obj_cgroup_get() if CONFIG_MEMCG is not defined
` [PATCH v6 2/3] mm: zswap: zswap_store() extended to handle mTHP folios
` [PATCH v6 3/3] mm: swap: Count successful mTHP ZSWAP stores in sysfs mTHP zswpout stats

[PATCH v5 00/30] Permission Overlay Extension
 2024-08-30  9:25 UTC  (8+ messages)
` [PATCH v5 08/30] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v5 16/30] arm64: handle PKEY/POE faults

[PATCH] bcachefs: Switch to memalloc_flags_do() for vmalloc allocations
 2024-08-30  9:14 UTC  (10+ messages)

[PATCH v3] memcg: add charging of already allocated slab objects
 2024-08-30  9:07 UTC  (2+ messages)

[PATCH v2] maple_tree: cleanup interface descriptions
 2024-08-30  8:47 UTC  (4+ messages)

[PATCH 0/2] Do not shatter hugezeropage on wp-fault
 2024-08-30  8:41 UTC  (3+ messages)
` [PATCH 1/2] mm: Abstract THP allocation
` [PATCH 2/2] mm: Allocate THP on hugezeropage wp-fault

[PATCH] mm/memcontrol: add per-memcg pgpgin/pswpin counter
 2024-08-30  8:22 UTC 

[linux-next:master] [mm] f1295af16a: ltp.madvise11.fail
 2024-08-30  8:21 UTC  (3+ messages)

[syzbot] [cgroups?] [mm?] KCSAN: data-race in mem_cgroup_iter / mem_cgroup_iter
 2024-08-30  8:05 UTC 

[PATCH] mm, proc: collect percpu free pages into the free pages
 2024-08-30  7:53 UTC  (2+ messages)

[PATCH v3 0/4] mm: clarify nofail memory allocation
 2024-08-30  7:37 UTC  (15+ messages)

The percpu memory used by memcg cannot be cleared
 2024-08-30  7:13 UTC  (2+ messages)

The percpu memory used by memcg cannot be cleared
 2024-08-30  7:08 UTC  (2+ messages)

[PATCH v2 00/14] introduce pte_offset_map_{ro|rw}_nolock()
 2024-08-30  6:54 UTC  (14+ messages)
` [PATCH v2 01/14] mm: pgtable: "
` [PATCH v2 07/14] mm: khugepaged: collapse_pte_mapped_thp() use pte_offset_map_rw_nolock()
` [PATCH v2 08/14] mm: copy_pte_range() "

[PATCH -v2] Resource: fix region_intersects() for CXL memory
 2024-08-30  6:43 UTC  (4+ messages)

[PATCH v1] memcg: add charging of already allocated slab objects
 2024-08-30  6:09 UTC  (8+ messages)

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

[PATCH] mm,tmpfs: consider end of file write in shmem_is_huge
 2024-08-30  5:52 UTC  (2+ messages)

[PATCH] selftests/mm: Relax test to fail after 100 migration failures
 2024-08-30  5:16 UTC 

[PATCH v5 0/3] mm: ZSWAP swap-out of mTHP folios
 2024-08-30  4:52 UTC  (11+ messages)

[PATCH v8 00/21] Avoid MAP_FIXED gap exposure
 2024-08-30  4:01 UTC  (22+ messages)
` [PATCH v8 01/21] mm/vma: Correctly position vma_iterator in __split_vma()
` [PATCH v8 02/21] mm/vma: Introduce abort_munmap_vmas()
` [PATCH v8 03/21] mm/vma: Introduce vmi_complete_munmap_vmas()
` [PATCH v8 04/21] mm/vma: Extract the gathering of vmas from do_vmi_align_munmap()
` [PATCH v8 05/21] mm/vma: Introduce vma_munmap_struct for use in munmap operations
` [PATCH v8 06/21] mm/vma: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
` [PATCH v8 07/21] mm/vma: Extract validate_mm() from vma_complete()
` [PATCH v8 08/21] mm/vma: Inline munmap operation in mmap_region()
` [PATCH v8 09/21] mm/vma: Expand mmap_region() munmap call
` [PATCH v8 10/21] mm/vma: Support vma == NULL in init_vma_munmap()
` [PATCH v8 11/21] mm/mmap: Reposition vma iterator in mmap_region()
` [PATCH v8 12/21] mm/vma: Track start and end for munmap in vma_munmap_struct
` [PATCH v8 13/21] mm: Clean up unmap_region() argument list
` [PATCH v8 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v8 15/21] mm: Change failure of MAP_FIXED to restoring the gap on failure
` [PATCH v8 16/21] mm/mmap: Use PHYS_PFN in mmap_region()
` [PATCH v8 17/21] mm/mmap: Use vms accounted pages "
` [PATCH v8 18/21] ipc/shm, mm: Drop do_vma_munmap()
` [PATCH v8 19/21] mm: Move may_expand_vm() check in mmap_region()
` [PATCH v8 20/21] mm/vma: Drop incorrect comment from vms_gather_munmap_vmas()
` [PATCH v8 21/21] mm/vma.h: Optimise vma_munmap_struct

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-30  3:47 UTC  (16+ messages)
` [PATCH v6 02/11] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v6 03/11] KVM: arm64: "
` [PATCH v6 08/11] KVM: x86: Optimize kvm_{test_,}age_gfn a little bit

[PATCH v3 5/5] mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolation
 2024-08-30  1:23 UTC  (4+ messages)
` [PATCH v3 5-fix/5] mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolation fix

[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
 2024-08-30  1:10 UTC  (7+ messages)

[PATCH v4 0/8] uprobes: RCU-protected hot path optimizations
 2024-08-29 23:31 UTC  (11+ messages)
` [PATCH v4 1/8] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v4 2/8] uprobes: protected uprobe lifetime with SRCU
` [PATCH v4 3/8] uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
` [PATCH v4 4/8] uprobes: travers uprobe's consumer list locklessly under SRCU protection
` [PATCH v4 5/8] perf/uprobe: split uprobe_unregister()
` [PATCH v4 6/8] rbtree: provide rb_find_rcu() / rb_find_add_rcu()
` [PATCH v4 7/8] uprobes: perform lockless SRCU-protected uprobes_tree lookup
` [PATCH v4 8/8] uprobes: switch to RCU Tasks Trace flavor for better performance

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

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

[PATCH v6 00/26] Generic `Allocator` support for Rust
 2024-08-29 22:25 UTC  (22+ 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 v6 11/26] rust: alloc: remove `BoxExt` extension
` [PATCH v6 16/26] rust: treewide: switch to the kernel `Vec` type
` [PATCH v6 20/26] rust: error: check for config `test` in `Error::name`
` [PATCH v6 21/26] rust: alloc: implement `contains` for `Flags`
` [PATCH v6 22/26] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH v6 23/26] rust: str: test: replace `alloc::format`

[PATCH RFC v2 0/5] mm: Introduce guest_memfd library
 2024-08-29 22:24 UTC  (6+ messages)
` [PATCH RFC v2 1/5] mm: Introduce guest_memfd
` [PATCH RFC v2 2/5] mm: guest_memfd: Allow folios to be accessible to host
` [PATCH RFC v2 3/5] kvm: Convert to use guest_memfd library
` [PATCH RFC v2 4/5] mm: guest_memfd: Add ability for userspace to mmap pages
` [PATCH RFC v2 5/5] mm: guest_memfd: Add option to remove inaccessible memory from direct map

[PATCH 0/2] get rid of PF_MEMALLOC_NORECLAIM
 2024-08-29 21:45 UTC  (7+ messages)
` [PATCH 2/2] mm: drop PF_MEMALLOC_NORECLAIM

[PATCH v2 0/4] Increase mseal test coverage
 2024-08-29 21:43 UTC  (5+ messages)
` [PATCH v2 1/4] selftests/mm: mseal_test, add vma size check
` [PATCH v2 2/4] selftests/mm: mseal_test add sealed madvise type
` [PATCH v2 3/4] selftests/mm: mseal_test add more tests for mmap
` [PATCH v2 4/4] selftests/mm: mseal_test add more tests for mremap

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

[PATCH v2 00/10] mm: remove vma_merge()
 2024-08-29 21:22 UTC  (4+ messages)
` [PATCH v2 06/10] mm: avoid using vma_merge() for new VMAs

[linux-next:master 6844/7693] arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced-m2-bkey-ekey-pcie.dtb: scm-conf@100000: compatible: ['syscon', 'simple-mfd'] is too short
 2024-08-29 21:08 UTC 

[linux-next:master] BUILD REGRESSION b18bbfc14a38b5234e09c2adcf713e38063a7e6e
 2024-08-29 21:05 UTC 

[linux-next:master 375/7693] drivers/gpu/drm/xe/xe_migrate.c:304:52: warning: result of comparison of constant 274877906944 with expression of type 'resource_size_t' (aka 'unsigned int') is always true
 2024-08-29 20:57 UTC 

[PATCH] fixup! mm/pagewalk: Check pfnmap for folio_walk_start()
 2024-08-29 20:22 UTC 

[PATCH v2 0/5] mm: convert to folio_isolate_movable()
 2024-08-29 20:19 UTC  (2+ messages)

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

linux-next20240827 onwards: KVM guest crash BUG: Bad page state in process ksmd
 2024-08-29 19:47 UTC  (3+ messages)

[PATCH 1/1] mm: vmalloc: Optimize vmap_lazy_nr arithmetic when purging each vmap_area
 2024-08-29 19:00 UTC  (2+ messages)

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

[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

[RFC][PATCH 0/5] slab: Allocate and use per-call-site caches
 2024-08-29 17:03 UTC  (3+ messages)
` [PATCH 5/5] "

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-08-29 17:00 UTC  (2+ messages)

[PATCH v1 00/17] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2024-08-29 16:56 UTC  (17+ messages)
` [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)

page:  |  | latest

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