linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[linux-next:master] BUILD REGRESSION e143016b56ecb0fcda5bb6026b0a25fe55274f56
 2023-09-13 22:33 UTC 

[PATCH] lsm: constify the 'mm' parameter in security_vm_enough_memory_mm()
 2023-09-13 22:02 UTC  (5+ messages)

[PATCH v1 0/1] Report perpage metadata information
 2023-09-13 21:53 UTC  (6+ messages)
` [PATCH v1 1/1] mm: report per-page "

grab_cache_page vs grab_cache_folio?
 2023-09-13 21:34 UTC 

[PATCH v3] mm: memcg: add THP swap out info for anonymous reclaim
 2023-09-13 21:33 UTC  (4+ messages)

[willy@infradead.org: Re: [syzbot] [mm?] BUG: Bad page map (7)]
 2023-09-13 21:28 UTC  (3+ messages)

[PATCH v3 0/5] Use nth_page() in place of direct struct page manipulation
 2023-09-13 21:12 UTC  (7+ messages)
` [PATCH v3 1/5] mm/cma: use "
` [PATCH v3 2/5] mm/hugetlb: "
` [PATCH v3 3/5] mm/memory_hotplug: use pfn math "
` [PATCH v3 4/5] fs: use nth_page() "
` [PATCH v3 5/5] mips: "

[PATCH v1 0/4] Smart scanning mode for KSM
 2023-09-13 21:07 UTC  (4+ messages)
` [PATCH v1 1/4] mm/ksm: add "smart" page scanning mode
` [PATCH v1 3/4] mm/ksm: document smart scan mode

[PATCH 0/2] riscv: Add remaining module relocations and tests
 2023-09-13 21:04 UTC  (3+ messages)
` [PATCH 1/2] riscv: Add remaining module relocations
` [PATCH 2/2] riscv: Add tests for riscv module loading

[linux-next:master 3370/4552] fs/bcachefs/alloc_background.c:626:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'}
 2023-09-13 21:00 UTC 

[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
 2023-09-13 20:18 UTC  (17+ messages)
` [PATCH 1/6] mm: page_alloc: remove pcppage migratetype caching
` [PATCH 2/6] mm: page_alloc: fix up block types when merging compatible blocks
` [PATCH 3/6] mm: page_alloc: move free pages when converting block during isolation
` [PATCH 4/6] mm: page_alloc: fix move_freepages_block() range error
` [PATCH 5/6] mm: page_alloc: fix freelist movement during block conversion
` [PATCH 6/6] mm: page_alloc: consolidate free page accounting

[PATCH v4 00/13] iov_iter: Convert the iterator macros into inline funcs
 2023-09-13 19:43 UTC  (15+ messages)
` [PATCH v4 01/13] iov_iter: Add a benchmarking kunit test
` [PATCH v4 02/13] iov_iter: Renumber ITER_* constants
` [PATCH v4 03/13] iov_iter: Derive user-backedness from the iterator type
` [PATCH v4 04/13] iov_iter: Convert iterate*() to inline funcs
` [PATCH v4 05/13] iov: Move iterator functions to a header file
` [PATCH v4 06/13] iov_iter: Add a kernel-type iterator-only iteration function
` [PATCH v4 07/13] iov_iter: Make copy_from_iter() always handle MCE
` [PATCH v4 08/13] iov_iter: Remove the copy_mc flag and associated functions
` [PATCH v4 09/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v4 10/13] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v4 11/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v4 12/13] iov_iter, net: Move hash_and_copy_to_iter() to net/
` [PATCH v4 13/13] iov_iter: Create a fake device to allow iov_iter testing/benchmarking

[linux-next:master 3349/4552] fs/bcachefs/alloc_background.c:271:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int'
 2023-09-13 18:09 UTC 

[linus:master] [shmem] a2e459555c: aim9.disk_src.ops_per_sec -19.0% regression
 2023-09-13 17:45 UTC  (9+ messages)

[PATCH] init/main: Clear boot task idle flag
 2023-09-13 17:32 UTC  (9+ messages)

[PATCH v2 00/19] stackdepot: allow evicting stack traces
 2023-09-13 17:14 UTC  (20+ messages)
` [PATCH v2 01/19] lib/stackdepot: check disabled flag when fetching
` [PATCH v2 02/19] lib/stackdepot: simplify __stack_depot_save
` [PATCH v2 03/19] lib/stackdepot: drop valid bit from handles
` [PATCH v2 04/19] lib/stackdepot: add depot_fetch_stack helper
` [PATCH v2 05/19] lib/stackdepot: use fixed-sized slots for stack records
` [PATCH v2 06/19] lib/stackdepot: fix and clean-up atomic annotations
` [PATCH v2 07/19] lib/stackdepot: rework helpers for depot_alloc_stack
` [PATCH v2 08/19] lib/stackdepot: rename next_pool_required to new_pool_required
` [PATCH v2 09/19] lib/stackdepot: store next pool pointer in new_pool
` [PATCH v2 10/19] lib/stackdepot: store free stack records in a freelist
` [PATCH v2 11/19] lib/stackdepot: use read/write lock
` [PATCH v2 12/19] lib/stackdepot: use list_head for stack record links
` [PATCH v2 13/19] kmsan: use stack_depot_save instead of __stack_depot_save
` [PATCH v2 14/19] lib/stackdepot, kasan: add flags to __stack_depot_save and rename
` [PATCH v2 15/19] lib/stackdepot: add refcount for records
` [PATCH v2 16/19] lib/stackdepot: allow users to evict stack traces
` [PATCH v2 17/19] kasan: remove atomic accesses to stack ring entries
` [PATCH v2 18/19] kasan: check object_size in kasan_complete_mode_report_info
` [PATCH v2 19/19] kasan: use stack_depot_put for tag-based modes

[PATCH 00/15] stackdepot: allow evicting stack traces
 2023-09-13 17:10 UTC  (26+ messages)
` [PATCH 05/15] stackdepot: use fixed-sized slots for stack records
` [PATCH 11/15] stackdepot: use read/write lock
` [PATCH 12/15] stackdepot: add refcount for records
` [PATCH 13/15] stackdepot: add backwards links to hash table buckets
` [PATCH 15/15] kasan: use stack_depot_evict for tag-based modes

[PATCH v6 00/45] use refcount+RCU method to implement lockless slab shrink
 2023-09-13 17:03 UTC  (3+ messages)
` [PATCH v6 38/45] fs: super: dynamically allocate the s_shrink

[syzbot] [mm?] kernel BUG in vma_replace_policy
 2023-09-13 16:46 UTC  (7+ messages)

[PATCH 03/12] filemap: update ki_pos in generic_perform_write
 2023-09-13 16:33 UTC  (4+ messages)

[PATCH 0/3] memcg: more sophisticated stats flushing
 2023-09-13 16:26 UTC  (6+ messages)
` [PATCH 1/3] mm: memcg: change flush_next_time to flush_last_time
` [PATCH 2/3] mm: memcg: rename stats_flush_threshold to stats_updates_order
` [PATCH 3/3] mm: memcg: optimize stats flushing for latency and accuracy

[PATCH v2] mm: memcg: add THP swap out info for anonymous reclaim
 2023-09-13 15:52 UTC  (2+ messages)

[PATCH v2 0/9] Mitigate a vmap lock contention v2
 2023-09-13 15:42 UTC  (8+ messages)
` [PATCH v2 7/9] mm: vmalloc: Support multiple nodes in vread_iter

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-09-13 15:29 UTC  (11+ messages)

[linux-next:master 2726/4552] fs/bcachefs/bcachefs.h:181:21: warning: format '%zu' expects argument of type 'size_t', but argument 6 has type 'long unsigned int'
 2023-09-13 15:09 UTC 

[PATCH v1 0/6] Anon rmap cleanups
 2023-09-13 14:34 UTC  (9+ messages)
` [PATCH v1 1/6] mm/rmap: drop stale comment in page_add_anon_rmap and hugepage_add_anon_rmap()
` [PATCH v1 2/6] mm/rmap: move SetPageAnonExclusive out of __page_set_anon_rmap()
` [PATCH v1 3/6] mm/rmap: move folio_test_anon() check out of __folio_set_anon()
` [PATCH v1 4/6] mm/rmap: warn on new PTE-mapped folios in page_add_anon_rmap()
` [PATCH v1 5/6] mm/rmap: simplify PageAnonExclusive sanity checks when adding anon rmap
` [PATCH v1 6/6] mm/rmap: pass folio to hugepage_add_anon_rmap()

KASAN: null-ptr-deref Read in filemap_fault
 2023-09-13 14:26 UTC  (2+ messages)

BUG: soft lockup in smp_call_function
 2023-09-13 14:21 UTC  (2+ messages)
  ` drm/vkms: deadlock between dev->event_lock and timer

[linux-next:master 3525/4552] fs/bcachefs/movinggc.c:176:21: warning: comparison of distinct pointer types ('typeof (16UL) *' (aka 'unsigned long *') and 'typeof (buckets_in_flight->nr / 4) *' (aka 'unsigned int *'))
 2023-09-13 13:56 UTC 

[RFC PATCH 0/4] Convert perf ringbuffer to folios
 2023-09-13 13:32 UTC  (6+ messages)
` [RFC PATCH 1/4] perf: Convert perf_mmap_(alloc,free)_page "
` [RFC PATCH 2/4] mm: Add vmalloc_user_node()

[PATCH v2 1/2] maple_tree: Disable mas_wr_append() when other readers are possible
 2023-09-13 13:26 UTC  (14+ messages)

[PATCH] kthread: Rename user_mode_thread() to kmuser_thread()
 2023-09-13 12:39 UTC  (10+ messages)

[PATCH -rfc 3/3] mm: kasan: shadow: HACK: add cond_resched_lock() in kasan_depopulate_vmalloc_pte()
 2023-09-13 11:21 UTC  (3+ messages)

[v5 0/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
 2023-09-13 10:54 UTC  (5+ messages)
` [v5 1/4] mm: hugetlb_vmemmap: Use nid of the head page to reallocate it
` [v5 2/4] memblock: pass memblock_type to memblock_setclr_flag
` [v5 3/4] memblock: introduce MEMBLOCK_RSRV_NOINIT flag
` [v5 4/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO

[RFC PATCH 0/3] Helpers for debugging dying cgroups
 2023-09-13 10:35 UTC  (6+ messages)
` [RFC PATCH 1/3] cgroup: list all subsystem states in debugfs files

[linux-next:master 2179/4552] fs/bcachefs/btree_key_cache.c:701:21: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'long int'
 2023-09-13 10:28 UTC 

[PATCH v3 0/8] mm: migrate: more folio conversion and unification
 2023-09-13  9:51 UTC  (9+ messages)
` [PATCH v3 1/8] mm: migrate: remove PageTransHuge check in numamigrate_isolate_page()
` [PATCH v3 2/8] mm: migrate: remove THP mapcount "
` [PATCH v3 3/8] mm: migrate: convert numamigrate_isolate_page() to numamigrate_isolate_folio()
` [PATCH v3 4/8] mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()
` [PATCH v3 5/8] mm: migrate: use __folio_test_movable()
` [PATCH v3 6/8] mm: migrate: use a folio in add_page_for_migration()
` [PATCH v3 7/8] mm: migrate: remove PageHead() check for HugeTLB "
` [PATCH v3 8/8] mm: migrate: remove isolated variable "

[RFC PATCH v2 0/5] Refault distance checking for MGLRU
 2023-09-13  9:26 UTC  (8+ messages)
` [RFC PATCH v2 1/5] workingset: simplify and use a more intuitive model
` [RFC PATCH v2 2/5] workingset: update comment in workingset.c
` [RFC PATCH v2 3/5] workingset: simplify lru_gen_test_recent
` [RFC PATCH v2 4/5] lru_gen: convert avg_total and avg_refaulted to atomic
` [RFC PATCH v2 5/5] workingset, lru_gen: apply refault-distance based re-activation

[PATCH] mm: as the same logic with queue_pages_range
 2023-09-13  9:10 UTC  (3+ messages)
  ` [LTP] "

[PATCH 1/5] locking: Add rwsem_is_write_locked()
 2023-09-13  8:59 UTC  (17+ messages)

[PATCH] arch: arm: remove redundant clear_page when CONFIG_INIT_ON_ALLOC_DEFAULT_ON is on
 2023-09-13  8:53 UTC  (5+ messages)

[linux-next:master 3370/4552] fs/bcachefs/alloc_background.c:627:10: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
 2023-09-13  8:50 UTC 

[PATCH v4 0/4] riscv: tlb flush improvements
 2023-09-13  8:32 UTC  (5+ messages)
` [PATCH v4 4/4] riscv: Improve flush_tlb_kernel_range()

[linux-next:master 1798/4965] arch/powerpc/platforms/pseries/plpks_sed_ops.c:42:6: warning: no previous prototype for function 'plpks_init_var'
 2023-09-13  7:58 UTC 

[RFC PATCH V1 4/6] sched/numa: Increase tasks' access history
 2023-09-13  7:34 UTC  (3+ messages)

[PATCH v2 0/9] x86/clear_huge_page: multi-page clearing
 2023-09-13  6:43 UTC  (3+ messages)
` [PATCH v2 6/9] "

[RFC PATCH V1 0/6] sched/numa: Enhance disjoint VMA scanning
 2023-09-13  6:24 UTC  (3+ messages)

[RFC PATCH V1 2/6] sched/numa: Add disjoint vma unconditional scan logic
 2023-09-13  6:21 UTC  (2+ messages)

[linux-next:master 3897/4552] drivers/net/wireless/ath/ath11k/mac.c:7952:22: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-09-13  5:17 UTC 

[linux-next:master 3349/4552] fs/bcachefs/alloc_background.c:272:10: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int'
 2023-09-13  3:41 UTC 

[linux-next:master 1566/4552] fs/bcachefs/recovery.c:1047:1: warning: the frame size of 1036 bytes is larger than 1024 bytes
 2023-09-13  3:19 UTC 

[PATCH RESEND v2 0/2] mm/damon: add a tracepoint for damos apply target regions
 2023-09-13  2:20 UTC  (3+ messages)
` [PATCH RESEND v2 1/2] mm/damon/core: "
` [PATCH RESEND v2 2/2] Docs/admin-guide/mm/damon/usage: document damos_before_apply tracepoint

(no subject)
 2023-09-13  2:19 UTC  (4+ messages)
` [PATCH v2 1/2] mm/damon/core: add a tracepoint for damos apply target regions
` [PATCH v2 2/2] Docs/admin-guide/mm/damon/usage: document damos_before_apply tracepoint
` (no title)

Possible 6.5 regression: Huge values for "commited memory"
 2023-09-13  0:25 UTC 

[linux-next:master 3857/4552] htmldocs: ./include/net/cfg80211.h:5891: warning: expecting prototype for wiphy_delayed work_flush(). Prototype was for wiphy_delayed_work_flush() instead
 2023-09-13  0:08 UTC 

[PATCH v2 0/6] sched fixes
 2023-09-13  0:01 UTC  (3+ messages)

[linux-next:master 1126/4552] fs/bcachefs/fs-ioctl.h:25:23: warning: 'bch_flags_to_xflags' defined but not used
 2023-09-12 23:46 UTC 

[linux-next:master 2964/4552] fs/bcachefs/checksum.c:141:22: warning: comparison of distinct pointer types ('typeof (len) *' (aka 'unsigned int *') and 'typeof ((1UL << 12) - offset) *' (aka 'unsigned long *'))
 2023-09-12 23:25 UTC 

[linux-next:master 4291/4552] arch/powerpc/platforms/pseries/plpks_sed_ops.c:42:6: error: no previous prototype for function 'plpks_init_var'
 2023-09-12 23:14 UTC 

[linux-next:master 1499/4552] fs/bcachefs/reflink.c:298:1: warning: the frame size of 1124 bytes is larger than 1024 bytes
 2023-09-12 22:42 UTC 

[RFC PATCH 0/4] Enable >0 order folio memory compaction
 2023-09-12 20:31 UTC  (4+ messages)
` [RFC PATCH 3/4] mm/compaction: optimize >0 order folio compaction by sorting source pages

[PATCH v2 0/2] maple_tree: mas_wr_append() fix ups
 2023-09-12 20:01 UTC  (6+ messages)
` [PATCH v2 1/2] maple_tree: Disable mas_wr_append() when other readers are possible

[linux-next:master 2726/4552] fs/bcachefs/buckets_waiting_for_journal.c:137:30: warning: format specifies type 'size_t' (aka 'unsigned int') but the argument has type 'unsigned long'
 2023-09-12 19:43 UTC 

[linux-next:pending-fixes] BUILD SUCCESS f73758af4eb4e17b2a02b7c63f0bdc31e9e5db7c
 2023-09-12 19:14 UTC 

[RFC PATCH 1/1] dyndbg: WIP stuff _ddebug.{modname,filenam,function} into maple-tree
 2023-09-12 18:59 UTC 

[syzbot] [mm?] BUG: Bad page map (7)
 2023-09-12 18:01 UTC  (10+ messages)

[PATCH 1/1] mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()
 2023-09-12 17:58 UTC  (2+ messages)

page:  |  | latest

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