linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/7] mm: workingset reporting
 2024-08-13 16:56 UTC  (5+ messages)
` [PATCH v3 1/7] mm: aggregate working set information into histograms
` [PATCH v3 2/7] mm: use refresh interval to rate-limit workingset report aggregation
` [PATCH v3 3/7] mm: report workingset during memory pressure driven scanning
` [PATCH v3 4/7] mm: extend working set reporting to memcgs

[PATCH] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
 2024-08-13 16:37 UTC 

[linux-next:master] BUILD REGRESSION 033a4691702cdca3a613256b0623b8eeacb4985e
 2024-08-13 16:25 UTC 

[PATCH v3] mm: Override mTHP "enabled" defaults at kernel cmdline
 2024-08-13 16:13 UTC  (2+ messages)

[linux-next:master 3898/4224] arch/arm64/boot/dts/sprd/sp9860g-1h10.dtb: fuel-gauge@a00: 'battery-detect-gpios' is a required property
 2024-08-13 16:12 UTC 

[PATCH v5 0/7] mm/mprotect: Fix dax puds
 2024-08-13 16:06 UTC  (5+ messages)
` [PATCH v5 6/7] mm/x86: Add missing pud helpers
` [PATCH v5 7/7] mm/mprotect: fix dax pud handlings

[PATCH v3 1/2] alloc_tag: introduce clear_page_tag_ref() helper function
 2024-08-13 16:06 UTC  (5+ messages)
` [PATCH v3 2/2] alloc_tag: mark pages reserved during CMA activation as not tagged

[PATCH v5 0/4] Enable P2PDMA in Userspace RDMA
 2024-08-13 16:05 UTC  (6+ messages)
` [PATCH v5 3/4] mm/gup: allow FOLL_LONGTERM & FOLL_PCI_P2PDMA

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-13 15:36 UTC  (18+ messages)
` [PATCH v3 01/13] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v3 02/13] uprobes: protected uprobe lifetime with SRCU
` [PATCH v3 03/13] uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
` [PATCH v3 04/13] uprobes: travers uprobe's consumer list locklessly under SRCU protection
` [PATCH v3 05/13] perf/uprobe: split uprobe_unregister()
` [PATCH v3 06/13] rbtree: provide rb_find_rcu() / rb_find_add_rcu()
` [PATCH v3 07/13] uprobes: perform lockless SRCU-protected uprobes_tree lookup
` [PATCH v3 08/13] uprobes: switch to RCU Tasks Trace flavor for better performance
` [PATCH RFC v3 09/13] uprobes: SRCU-protect uretprobe lifetime (with timeout)
` [PATCH RFC v3 10/13] uprobes: implement SRCU-protected lifetime for single-stepped uprobe
` [PATCH RFC v3 11/13] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH RFC v3 12/13] mm: add SLAB_TYPESAFE_BY_RCU to files_cache
` [PATCH RFC v3 13/13] uprobes: add speculative lockless VMA to inode resolution

[PATCH v2 1/1] alloc_tag: mark pages reserved during CMA activation as not tagged
 2024-08-13 15:18 UTC  (4+ messages)

[linux-next:master 3920/4224] arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-cx.dtb: fsl-mc@80c000000: dpmacs:ethernet@7: 'sfp' does not match any of the regexes: 'pinctrl-[0-9]+'
 2024-08-13 15:10 UTC 

[PATCH 0/3] mm,TPP: Enable promotion of unmapped pagecache
 2024-08-13 15:04 UTC  (2+ messages)

[PATCH RFC] mm: skip gigantic pages in isolate_single_pageblock() when mem offline
 2024-08-13 14:59 UTC  (4+ messages)

[PATCH 0/2] userfaultfd: fix races around pmd_trans_huge() check
 2024-08-13 14:57 UTC  (8+ messages)
` [PATCH 1/2] userfaultfd: Fix pmd_trans_huge() recheck race
` [PATCH 2/2] userfaultfd: Don't BUG_ON() if khugepaged yanks our page table

New release for pahole
 2024-08-13 14:54 UTC 

[PATCH v8 0/2] allow KASAN to detect UAF in SLAB_TYPESAFE_BY_RCU slabs
 2024-08-13 14:35 UTC  (4+ messages)
` [PATCH v8 2/2] slub: Introduce CONFIG_SLUB_RCU_DEBUG

[PATCH v2 1/2] maple_tree: reset mas->index and mas->last on write retries
 2024-08-13 14:12 UTC  (4+ messages)
` [PATCH v2 2/2] maple_tree: add test to replicate low memory race conditions

[akpm-mm:mm-unstable 206/222] arch/x86/include/asm/pgtable.h:1420:10: error: invalid output size for constraint '+q'
 2024-08-13 12:39 UTC  (4+ messages)

[PATCH v5 00/26] Generic `Allocator` support for Rust
 2024-08-13 12:34 UTC  (29+ messages)
` [PATCH v5 01/26] rust: alloc: add `Allocator` trait
` [PATCH v5 02/26] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH v5 03/26] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH v5 04/26] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v5 05/26] rust: alloc: add module `allocator_test`
` [PATCH v5 06/26] rust: alloc: implement `Vmalloc` allocator
` [PATCH v5 07/26] rust: alloc: implement `KVmalloc` allocator
` [PATCH v5 08/26] rust: alloc: add __GFP_NOWARN to `Flags`
` [PATCH v5 09/26] rust: alloc: implement kernel `Box`
` [PATCH v5 10/26] rust: treewide: switch to our kernel `Box` type
` [PATCH v5 11/26] rust: alloc: remove `BoxExt` extension
` [PATCH v5 12/26] rust: alloc: add `Box` to prelude
` [PATCH v5 13/26] rust: alloc: implement kernel `Vec` type
` [PATCH v5 14/26] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v5 15/26] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v5 16/26] rust: treewide: switch to the kernel `Vec` type
` [PATCH v5 17/26] rust: alloc: remove `VecExt` extension
` [PATCH v5 18/26] rust: alloc: add `Vec` to prelude
` [PATCH v5 19/26] rust: error: use `core::alloc::LayoutError`
` [PATCH v5 20/26] rust: error: check for config `test` in `Error::name`
` [PATCH v5 21/26] rust: alloc: implement `contains` for `Flags`
` [PATCH v5 22/26] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH v5 23/26] rust: str: test: replace `alloc::format`
` [PATCH v5 24/26] rust: alloc: update module comment of alloc.rs
` [PATCH v5 25/26] kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
` [PATCH v5 26/26] MAINTAINERS: add entry for the Rust `alloc` module

[PATCH v3 0/2] Add support for Congatec CGEB BIOS interface
 2024-08-13 12:26 UTC  (6+ messages)
` [PATCH v3 1/2] x86: Add basic support for the "

[PATCH v3 0/6] mm: split underutilized THPs
 2024-08-13 12:02 UTC  (7+ messages)
` [PATCH v3 1/6] mm: free zapped tail pages when splitting isolated thp
` [PATCH v3 2/6] mm: remap unused subpages to shared zeropage "
` [PATCH v3 3/6] mm: selftest to verify zero-filled pages are mapped to zeropage
` [PATCH v3 4/6] mm: Introduce a pageflag for partially mapped folios
` [PATCH v3 5/6] mm: split underutilized THPs
` [PATCH v3 6/6] mm: add sysfs entry to disable splitting "

Hard and soft lockups with FIO and LTP runs on a large system
 2024-08-13 11:04 UTC  (7+ messages)

[PATCH v3] filemap: add trace events for get_pages, map_pages, and fault
 2024-08-13 10:03 UTC 

reply: [PATCHv5] mm: skip CMA pages when they are not available
 2024-08-13  9:58 UTC 

[PATCH V3] mm/swap: take folio refcount after testing the LRU flag
 2024-08-13  9:52 UTC 

[PATCHv5] mm: skip CMA pages when they are not available
 2024-08-13  9:49 UTC  (2+ messages)

[PATCH v6 00/21] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
 2024-08-13  8:46 UTC  (22+ messages)
` [PATCH v6 01/21] "
` [PATCH v6 02/21] mm/zsmalloc: use zpdesc in trylock_zspage()/lock_zspage()
` [PATCH v6 03/21] mm/zsmalloc: convert __zs_map_object/__zs_unmap_object to use zpdesc
` [PATCH v6 04/21] mm/zsmalloc: add and use pfn/zpdesc seeking funcs
` [PATCH v6 05/21] mm/zsmalloc: convert obj_malloc() to use zpdesc
` [PATCH v6 06/21] mm/zsmalloc: convert create_page_chain() and its users "
` [PATCH v6 07/21] mm/zsmalloc: convert obj_allocated() and related helpers "
` [PATCH v6 08/21] mm/zsmalloc: convert init_zspage() "
` [PATCH v6 09/21] mm/zsmalloc: convert obj_to_page() and zs_free() "
` [PATCH v6 10/21] mm/zsmalloc: add zpdesc_is_isolated()/zpdesc_zone() helper for zs_page_migrate()
` [PATCH v6 11/21] mm/zsmalloc: rename reset_page to reset_zpdesc and use zpdesc in it
` [PATCH v6 12/21] mm/zsmalloc: convert __free_zspage() to use zdsesc
` [PATCH v6 13/21] mm/zsmalloc: convert location_to_obj() to take zpdesc
` [PATCH v6 14/21] mm/zsmalloc: convert migrate_zspage() to use zpdesc
` [PATCH v6 15/21] mm/zsmalloc: convert get_zspage() to take zpdesc
` [PATCH v6 16/21] mm/zsmalloc: convert SetZsPageMovable and remove unused funcs
` [PATCH v6 17/21] mm/zsmalloc: convert get/set_first_obj_offset() to take zpdesc
` [PATCH v6 18/21] mm/zsmalloc: introduce __zpdesc_clear_movable
` [PATCH v6 19/21] mm/zsmalloc: introduce __zpdesc_clear/set_zsmalloc()
` [PATCH v6 20/21] mm/zsmalloc: introduce zpdesc_clear_first() helper
` [PATCH v6 21/21] mm/zsmalloc: update comments for page->zpdesc changes

[PATCH 0/2] Improve migration by backing off earlier
 2024-08-13  7:22 UTC  (10+ messages)
` [PATCH 1/2] mm: Retry migration earlier upon refcount mismatch

[BUG] cgroupv2/blk: inconsistent I/O behavior in Cgroup v2 with set device wbps and wiops
 2024-08-13  7:19 UTC  (8+ messages)

[linus:master] [mm] c0bff412e6: stress-ng.clone.ops_per_sec -2.9% regression
 2024-08-13  7:14 UTC  (12+ messages)

[PATCH] mm: vmalloc: Ensure vmap_block is initialised before adding to queue
 2024-08-13  6:51 UTC  (4+ messages)

[PATCH 2/3] xfs: convert perag lookup to xarray
 2024-08-13  6:37 UTC 

[PATCH] mm,memcg: provide per-cgroup counters for NUMA balancing operations
 2024-08-13  5:09 UTC  (4+ messages)

[PATCH] binfmt_elf_fdpic: fix /proc/<pid>/auxv
 2024-08-13  4:53 UTC  (4+ messages)

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

[PATCH v2 1/2] mm: krealloc: consider spare memory for __GFP_ZERO
 2024-08-13  2:32 UTC  (4+ messages)
` [PATCH v2 2/2] mm: krealloc: clarify valid usage of __GFP_ZERO

[PATCH 0/2] mm: Add readahead support for IOCB_NOWAIT
 2024-08-13  2:09 UTC  (6+ messages)
` [PATCH 1/2] mm: Add memalloc_nowait_{save,restore}

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-12 23:44 UTC  (13+ messages)
` [PATCH 07/19] mm/fork: Accept huge pfnmap entries
` [PATCH 10/19] KVM: Use follow_pfnmap API

[PATCH v2 3/3] kasan: rust: Add KASAN smoke test via UAF
 2024-08-12 23:32 UTC  (2+ messages)

[PATCH v2] mm,memcg: provide per-cgroup counters for NUMA balancing operations
 2024-08-12 23:16 UTC  (2+ messages)

[PATCH mm-unstable v2] mm/hugetlb_vmemmap: batch HVO work when demoting
 2024-08-12 22:48 UTC 

[PATCH] mm, slub: print CPU id on slab OOM
 2024-08-12 22:45 UTC  (3+ messages)

[PATCH mm-unstable v1] mm/hugetlb_vmemmap: batch HVO work when demoting
 2024-08-12 22:42 UTC  (3+ messages)

[PATCHv2 1/8] mm: Fix endless reclaim on machines with unaccepted memory
 2024-08-12 22:12 UTC 

[PATCH v2] x86/ioremap: Use is_ioremap_addr() in iounmap()
 2024-08-12 21:13 UTC  (2+ messages)

[PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
 2024-08-12 20:41 UTC  (2+ messages)

[RFC PATCH v2 0/4] Enable strict percpu address space checks
 2024-08-12 20:36 UTC  (7+ messages)
` [RFC PATCH v2 2/4] percpu: Assorted fixes found by "
` [RFC PATCH v2 3/4] percpu: Repurpose __percpu tag as a named address space qualifier

[PATCH V2] mm/swap: take folio refcount after testing the LRU flag
 2024-08-12 20:12 UTC  (3+ messages)

[PATCH 1/1] alloc_tag: mark pages reserved during CMA activation as not tagged
 2024-08-12 19:26 UTC  (4+ messages)

[PATCH v2 2/6] mm/munmap: Replace can_modify_mm with can_modify_vma
 2024-08-12 19:25 UTC  (8+ messages)

OVERFLOW_KUNIT_TEST fails with BUG: KASAN: stack-out-of-bounds in string_nocheck+0x168/0x1c8 (kernel 6.11-rc2, PowerMac G4 DP)
 2024-08-12 18:54 UTC  (2+ messages)

[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-08-12 18:25 UTC  (4+ messages)

[PATCH] slab: Introduce kmalloc_obj() and family
 2024-08-12 18:22 UTC  (2+ messages)

[v2 v6.6-stable PATCH] mm: gup: stop abusing try_grab_folio
 2024-08-12 18:12 UTC  (2+ messages)
` [v2 v6.9-stable "

page:  |  | latest

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