linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/2] mm: Add readahead support for IOCB_NOWAIT
 2024-08-14  5:24 UTC  (7+ messages)
` [PATCH 1/2] mm: Add memalloc_nowait_{save,restore}

[PATCH v2] x86/ioremap: Use is_ioremap_addr() in iounmap()
 2024-08-14  4:28 UTC  (2+ messages)

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

[PATCH RFC] mm: fix refcount check in mapping_evict_folio
 2024-08-14  4:23 UTC  (6+ messages)

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

[PATCH mm-unstable v2 0/3] mm/hugetlb: alloc/free gigantic folios
 2024-08-14  3:54 UTC  (4+ messages)
` [PATCH mm-unstable v2 1/3] mm/contig_alloc: support __GFP_COMP
` [PATCH mm-unstable v2 2/3] mm/cma: add cma_{alloc,free}_folio()
` [PATCH mm-unstable v2 3/3] mm/hugetlb: use __GFP_COMP for gigantic folios

[PATCH v3 0/6] mm: split underutilized THPs
 2024-08-14  3:30 UTC  (9+ 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 "

[RFC bpf-next v3 4/7] bpf: add helper functions of pinning and converting BPF_UPTR
 2024-08-14  3:30 UTC 

[PROBLEM] mm/vmstat.c:34:12: error: ‘vmstat_late_init_done’ defined but not used [-Werror=unused-variable]
 2024-08-14  3:09 UTC  (3+ messages)
` [RFC] "

[PATCH v6 0/9] Improve the copy of task comm
 2024-08-14  2:34 UTC  (5+ messages)
` [PATCH v6 7/9] tracing: Replace strncpy() with strscpy()

[PATCH v2 0/2] userfaultfd: fix races around pmd_trans_huge() check
 2024-08-14  2:25 UTC  (6+ messages)
` [PATCH v2 1/2] userfaultfd: Fix checks for huge PMDs
` [PATCH v2 2/2] userfaultfd: Don't BUG_ON() if khugepaged yanks our page table

[PATCH v4] mm: Override mTHP "enabled" defaults at kernel cmdline
 2024-08-14  2:02 UTC 

[PATCH RFC] mm: skip gigantic pages in isolate_single_pageblock() when mem offline
 2024-08-14  2:01 UTC  (5+ messages)

[PATCH] maple_tree: fix comment typo on ma_flag of allocation tree
 2024-08-14  1:29 UTC  (2+ messages)

[syzbot] [mm?] kernel BUG in filemap_unaccount_folio
 2024-08-14  0:32 UTC  (2+ messages)

x86/kaslr: Expose and use the end of the physical memory address space
 2024-08-14  0:26 UTC  (2+ messages)

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

[PATCH v3 0/7] mm: workingset reporting
 2024-08-13 23:45 UTC  (11+ 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 v3 5/7] mm: add kernel aging thread for workingset reporting
` [PATCH v3 6/7] selftest: test system-wide "
` [PATCH v3 7/7] Docs/admin-guide/mm/workingset_report: document sysfs and memcg interfaces

[PATCH] mm/vmstat: Defer the refresh_zone_stat_thresholds after all CPUs bringup
 2024-08-13 23:37 UTC  (6+ messages)

Re:Organizing DAMON GitHub repos (damo, damon-tests, and damoos)
 2024-08-13 23:21 UTC 

[PATCH v5 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-13 23:21 UTC  (11+ messages)
` [PATCH v5 bpf-next 01/10] lib/buildid: harden "
` [PATCH v5 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v5 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers

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

[PATCH] kasan: simplify and clarify Makefile
 2024-08-13 22:40 UTC 

[PATCH v2] memcg: use ratelimited stats flush in the reclaim
 2024-08-13 22:30 UTC  (3+ messages)

[PATCH] selftests: mm: Fix build errors on armhf
 2024-08-13 22:29 UTC  (2+ messages)

[PATCH mm-unstable v2] mm/hugetlb_vmemmap: batch HVO work when demoting
 2024-08-13 21:40 UTC  (3+ messages)

[linux-next:fs-next] BUILD SUCCESS 667ab57d2d131f55c8657ceaa08fc33481a1b0c3
 2024-08-13 21:40 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 0d4af706d40cae10a064a9cc44a7d8cab5c12489
 2024-08-13 21:27 UTC 

[PATCH net-next v19 05/13] page_pool: devmem support
 2024-08-13 21:13 UTC 

[PATCH mm-unstable v2 0/5] Improve mem_cgroup_iter()
 2024-08-13 20:47 UTC  (6+ messages)
` [PATCH mm-unstable v2 1/5] cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCU
` [PATCH mm-unstable v2 2/5] mm: don't hold css->refcnt during traversal
` [PATCH mm-unstable v2 3/5] mm: increment gen # before restarting traversal
` [PATCH mm-unstable v2 4/5] mm: restart if multiple traversals raced
` [PATCH mm-unstable v2 5/5] mm: clean up mem_cgroup_iter()

[linux-next:fs-current] BUILD SUCCESS ace28a2990db1ea89e138a19996fe3950b10a869
 2024-08-13 20:31 UTC 

[PATCH RFC] Avoid memory barrier in read_seqcount() through load acquire
 2024-08-13 20:23 UTC  (7+ messages)

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

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

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

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-13 18:15 UTC  (19+ 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

Hard and soft lockups with FIO and LTP runs on a large system
 2024-08-13 17:43 UTC  (8+ messages)

[PATCH 1/2] err.h: Add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() functions
 2024-08-13 17:25 UTC  (2+ messages)
` [PATCH 2/2] mm/kmemleak: Use IS_ERR_PCPU() for pointer in the percpu address space

[PATCH] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
 2024-08-13 17:16 UTC  (2+ messages)

[PATCH] mm: vmalloc: add optimization hint on page existence check
 2024-08-13 17:12 UTC 

[PATCH] hugetlbfs: add MTE support
 2024-08-13 17:08 UTC  (7+ messages)

[PATCH] Reenable NUMA policy support in the slab allocator
 2024-08-13 17:05 UTC  (2+ messages)

[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  (3+ messages)

[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 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 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  (4+ messages)
` [PATCH v5 22/26] rust: alloc: implement `Cmalloc` in module allocator_test

[PATCH v3 1/2] x86: Add basic support for the Congatec CGEB BIOS interface
 2024-08-13 12:26 UTC  (2+ 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)

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

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

[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

page:  |  | latest

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