[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
2023-09-14 9:56 UTC (21+ 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 1/2] zswap: make shrinking memcg-aware
2023-09-14 9:34 UTC (2+ messages)
[PATCH v4 00/13] iov_iter: Convert the iterator macros into inline funcs
2023-09-14 9:06 UTC (17+ 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
[syzbot] [mm?] BUG: Bad page map (7)
2023-09-14 8:37 UTC (11+ messages)
ANON_LARGE_FOLIOS meeting follow-up & refined proposal
2023-09-14 8:16 UTC
[PATCH] kasan:fix access invalid shadow address when input is illegal
2023-09-14 8:08 UTC
[BUG] KCSAN: data-race in xas_clear_mark / xas_find_marked
2023-09-14 8:08 UTC (3+ messages)
[PATCH 0/2] memblock test: fix compilation errors
2023-09-14 7:56 UTC (3+ messages)
` [PATCH 1/2] memblock tests: fix warning: "__ALIGN_KERNEL" redefined
` [PATCH 2/2] memblock tests: fix warning ‘struct seq_file’ declared inside parameter list
[PATCH] init/main: Clear boot task idle flag
2023-09-14 7:13 UTC (10+ messages)
[RFC Patch 0/3] mm/slub: reduce contention for per-node list_lock for large systems
2023-09-14 7:05 UTC (4+ messages)
` [RFC Patch 3/3] mm/slub: setup maxim per-node partial according to cpu numbers
[RFC PATCH v4] mm/slub: Optimize slub memory usage
2023-09-14 6:38 UTC (7+ messages)
[PATCH] memblock tests: Fix compilation errors
2023-09-14 6:12 UTC (2+ messages)
[PATCH] mm: as the same logic with queue_pages_range
2023-09-14 5:53 UTC (2+ messages)
` [PATCH] mm: extpand queue_pages_range() to find and lock the vma range
[RFC PATCH net-next 0/3] sock: Be aware of memcg pressure on alloc
2023-09-14 5:47 UTC (3+ messages)
` [RFC PATCH net-next 1/3] sock: Code cleanup on __sk_mem_raise_allocated()
[PATCH v2 0/9] Mitigate a vmap lock contention v2
2023-09-14 3:38 UTC (11+ messages)
` [PATCH v2 7/9] mm: vmalloc: Support multiple nodes in vread_iter
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
2023-09-14 3:07 UTC (35+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 03/33] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v12 04/33] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 08/33] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [RFC PATCH v12 09/33] KVM: Drop .on_unlock() mmu_notifier hook
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 12/33] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v12 13/33] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 15/33] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v12 16/33] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [RFC PATCH v12 17/33] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v12 19/33] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v12 20/33] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v12 21/33] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v12 22/33] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v12 23/33] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 24/33] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v12 25/33] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v12 26/33] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v12 27/33] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v12 28/33] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v12 29/33] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v12 30/33] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v12 31/33] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v12 32/33] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v12 33/33] KVM: selftests: Test KVM exit behavior for private memory/access
[PATCH] maple_tree: use GFP_KERNEL on mas_node_count
2023-09-14 2:49 UTC (7+ messages)
[PATCH v3 0/5] Use nth_page() in place of direct struct page manipulation
2023-09-14 2:46 UTC (12+ 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 4/5] "
` [PATCH v3 5/5] mips: "
[v5 0/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
2023-09-14 2:45 UTC (6+ 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
[PATCH] mm/damon/core: use number of passed access sampling as a timer
2023-09-14 2:15 UTC
[linux-next:master 3807/4552] fs/bcachefs/snapshot.c:942:5: warning: no previous prototype for function 'bch2_snapshot_node_delete'
2023-09-13 23:39 UTC
[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 v1 0/4] Smart scanning mode for KSM
2023-09-13 21:07 UTC (3+ messages)
` [PATCH v1 1/4] mm/ksm: add "smart" page scanning 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
[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 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 (4+ messages)
` [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 RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
2023-09-13 15:29 UTC (10+ 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 (2+ messages)
[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 (5+ messages)
` [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 8/8] mm: migrate: remove isolated variable "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox