[PATCH 0/3] selftests: cachestat: fix build and run on older kernels
2023-08-16 17:14 UTC (10+ messages)
` [PATCH 1/3] selftests: cachestat: properly link in librt
` [PATCH 2/3] selftests: cachestat: use proper syscall number macro
` [PATCH 3/3] selftests: cachestat: test for cachestat availability
maple tree change made it possible for VMA iteration to see same VMA twice due to late vma_merge() failure
2023-08-16 17:12 UTC (4+ messages)
[PATCH] mm: memcg: provide accurate stats for userspace reads
2023-08-16 17:11 UTC (20+ messages)
[PATCH] block: Remove special-casing of compound pages
2023-08-16 17:03 UTC (2+ messages)
` Fix rare user data corruption when using THP
[syzbot] [mm?] kernel BUG in do_page_mkwrite
2023-08-16 16:56 UTC
[PATCH RFC v3] mm: Proper document tail pages fields for folio
2023-08-16 16:53 UTC (3+ messages)
[PATCH] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
2023-08-16 16:52 UTC (8+ messages)
` [EXTERNAL] "
[linux-next:master 530/10518] kernel/bpf/map_iter.c:201:17: warning: no previous declaration for 'bpf_map_sum_elem_count'
2023-08-16 16:35 UTC
[PATCH v2] proc/ksm: add ksm stats to /proc/pid/smaps
2023-08-16 16:22 UTC (5+ messages)
[PATCH v2 00/13] Remove _folio_dtor and _folio_order
2023-08-16 15:21 UTC (15+ messages)
` [PATCH v2 01/13] io_uring: Stop calling free_compound_page()
` [PATCH v2 02/13] mm: Call free_huge_page() directly
` [PATCH v2 03/13] mm: Convert free_huge_page() to free_huge_folio()
` [PATCH v2 04/13] mm: Convert free_transhuge_folio() to folio_undo_large_rmappable()
` [PATCH v2 05/13] mm; Convert prep_transhuge_page() to folio_prep_large_rmappable()
` [PATCH v2 06/13] mm: Remove free_compound_page() and the compound_page_dtors array
` [PATCH v2 07/13] mm: Remove HUGETLB_PAGE_DTOR
` [PATCH v2 08/13] mm: Add large_rmappable page flag
` [PATCH v2 09/13] mm: Rearrange page flags
` [PATCH v2 10/13] mm: Free up a word in the first tail page
` [PATCH v2 11/13] mm: Remove folio_test_transhuge()
` [PATCH v2 12/13] mm: Add tail private fields to struct folio
` [PATCH v2 13/13] mm: Convert split_huge_pages_pid() to use a folio
[PATCH v2 0/3] don't use mapcount() to check large folio sharing
2023-08-16 15:11 UTC (8+ messages)
` [PATCH v2 3/3] madvise:madvise_free_pte_range(): don't use mapcount() against large folio for sharing check
[PATCH 0/5] use refcount+RCU method to implement lockless slab shrink (part 1)
2023-08-16 15:01 UTC (11+ messages)
` [PATCH 1/5] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH 2/5] mm: vmscan: move shrinker-related code into a separate file
` [PATCH 3/5] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH 4/5] drm/ttm: introduce pool_shrink_rwsem
` [PATCH 5/5] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
error: A dwo section may not contain relocations
2023-08-16 14:39 UTC (5+ messages)
[linux-next:master 470/10518] net/bpf/test_run.c:558:15: warning: no previous declaration for 'bpf_fentry_test_sinfo'
2023-08-16 14:29 UTC
[PATCH v3 0/2] iov_iter: Convert the iterator macros into inline funcs
2023-08-16 14:19 UTC (6+ messages)
` [PATCH v3 1/2] iov_iter: Convert iterate*() to "
` [PATCH v3 2/2] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
2023-08-16 13:41 UTC (11+ messages)
` [PATCH 04/11] maple_tree: Introduce interfaces __mt_dup() and mt_dup()
` [PATCH 06/11] maple_tree: Introduce mas_replace_entry() to directly replace an entry
[RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
2023-08-16 13:39 UTC (29+ messages)
` [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration
[PATCH 0/9] Remove _folio_dtor and _folio_order
2023-08-16 12:34 UTC (27+ messages)
` [PATCH 1/9] io_uring: Stop calling free_compound_page()
` [PATCH 3/9] mm: Call free_transhuge_folio() directly from destroy_large_folio()
` [PATCH 7/9] mm: Add deferred_list page flag
` [PATCH 8/9] mm: Rearrange page flags
` [PATCH 9/9] mm: Free up a word in the first tail page
[PATCH v5 0/5] variable-order, large folios for anonymous memory
2023-08-16 11:57 UTC (6+ messages)
` [PATCH v5 3/5] mm: LARGE_ANON_FOLIO for improved performance
[PATCH v32 0/6] Implement IOCTL to get and optionally clear info about PTEs
2023-08-16 11:30 UTC (6+ messages)
` [PATCH v32 1/6] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v32 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v32 4/6] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v32 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v32 6/6] selftests: mm: add pagemap ioctl tests
[PATCH v31 0/6] Implement IOCTL to get and optionally clear info about PTEs
2023-08-16 11:29 UTC (8+ messages)
` [PATCH v31 1/6] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v31 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v31 4/6] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v31 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v31 6/6] selftests: mm: add pagemap ioctl tests
[RFC PATCH v2] iov_iter: Convert iterate*() to inline funcs
2023-08-16 11:19 UTC (6+ messages)
[PATCH v30 0/6] Implement IOCTL to get and optionally clear info about PTEs
2023-08-16 10:28 UTC (9+ messages)
` [PATCH v30 1/6] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v30 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v30 4/6] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v30 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v30 6/6] selftests: mm: add pagemap ioctl tests
[PATCH v2] mm/secretmem: use a folio in secretmem_fault()
2023-08-16 9:17 UTC (2+ messages)
[PATCH 0/2] mm: oom: terminate the oom_evaluate_task() loop early
2023-08-16 8:57 UTC (7+ messages)
` [PATCH 1/2] mm: oom: remove unnecessary goto in oom_evaluate_task()
` [PATCH 2/2] mm: oom: terminate the oom_evaluate_task() loop early
[PATCH -V2 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
2023-08-16 8:00 UTC (5+ messages)
` [PATCH -V2 1/4] memory tiering: add abstract distance calculation algorithms management
` [PATCH -V2 2/4] acpi, hmat: refactor hmat_register_target_initiators()
` [PATCH -V2 3/4] acpi, hmat: calculate abstract distance with HMAT
` [PATCH -V2 4/4] dax, kmem: calculate abstract distance with general interface
Page batch allocation latency measurement and max batch scale discussion
2023-08-16 7:44 UTC
[PATCH] mm: fix draining remote pageset
2023-08-16 7:08 UTC (5+ messages)
[RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
2023-08-16 6:43 UTC (12+ messages)
[PATCH v2 0/5] memfd: cleanups for vm.memfd_noexec
2023-08-16 5:44 UTC (5+ messages)
` [PATCH v2 4/5] memfd: replace ratcheting feature from vm.memfd_noexec with hierarchy
[5.10/5.15 LTS] Question on mlock race between ksm and cow
2023-08-16 3:52 UTC (2+ messages)
[PATCH RESEND v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
2023-08-16 3:06 UTC (5+ messages)
[RFC 0/2] Reduce TLB flushes under some specific conditions
2023-08-16 2:40 UTC (6+ messages)
` [RFC 2/2] mm: Defer TLB flush by keeping both src and dst folios at migration
[linux-next:master] BUILD REGRESSION 98297fc6ecafc0c7eabc5d869279fb27609fcdc1
2023-08-16 1:15 UTC
[PATCH 0/4] mm: migrate: more folio conversion
2023-08-16 0:50 UTC (21+ messages)
` [PATCH 1/4] mm: migrate: use a folio in add_page_for_migration()
[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-15 23:54 UTC (10+ messages)
` [PATCH v4 09/36] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v4 17/36] arm64/mm: Handle GCS data aborts
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
[PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
2023-08-15 23:24 UTC (12+ messages)
[PATCH v3] mm: zswap: multiple zpools support
2023-08-15 22:59 UTC (8+ messages)
[PATCH] mm: userfaultfd: remove stale comment about core dump locking
2023-08-15 21:22 UTC
[PATCH] mm: Wire up tail page poisoning over ->mappings
2023-08-15 21:06 UTC
[PATCH RFC v2 0/3] mm: Properly document tail pages for a folio
2023-08-15 21:03 UTC (8+ messages)
[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-08-15 20:03 UTC (3+ messages)
[linux-next:master 5608/8441] i2c-hid-core.c:undefined reference to `drm_panel_remove_follower'
2023-08-15 20:03 UTC (2+ messages)
[linux-next:master 8956/10161] drivers/watchdog/xilinx_wwdt.c:74: undefined reference to `__udivdi3'
2023-08-15 19:43 UTC
[mm] VMA merging behavior wrt anon_vma has been slightly broken since Linux 3.0 (in a non-dangerous way)
2023-08-15 19:43 UTC
[PATCH v5] mm/filemap: change ->index to PAGE_SIZE for hugetlb pages
2023-08-15 19:19 UTC
[PATCH 0/3] mm,thp: fix sloppy text output
2023-08-15 17:52 UTC (8+ messages)
` [PATCH 1/3] mm,thp: no space after colon in Mem-Info fields
` [PATCH 2/3] mm,thp: fix nodeN/meminfo output alignment
` [PATCH 3/3] mm,thp: fix smaps THPeligible "
[PATCH 1/2] mm/page_alloc: remove track of active PCP lists range in bulk free
2023-08-15 17:46 UTC (4+ messages)
` [PATCH 2/2] mm/page_alloc: remove unnecessary parameter batch of nr_pcp_free
[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-08-15 16:00 UTC (3+ messages)
` [PATCH RFC v9 42/51] KVM: SVM: Support SEV-SNP AP Creation NAE event
[PATCH net] net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cache
2023-08-15 15:53 UTC (2+ messages)
[PATCH 2/6] mm/page_owner: show modules allocating pages when oom occurred
2023-08-15 15:48 UTC (3+ messages)
[PATCH v3 00/13] mm: free retracted page table by RCU
2023-08-15 15:41 UTC (6+ messages)
` [PATCH v3 10/13] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
` [BUG] "
[PATCH v3 0/2] mm/kmemleak: use object_cache instead of kmemleak_initialized
2023-08-15 14:41 UTC (3+ messages)
` [PATCH v3 1/2] mm/kmemleak: use object_cache instead of kmemleak_initialized to check in set_track_prepare()
` [PATCH v3 2/2] Rename kmemleak_initialized to kmemleak_late_initialized
[PATCH v27 0/8] crash: Kernel handling of CPU and memory hot un/plug
2023-08-15 14:40 UTC (4+ messages)
` [PATCH v27 2/8] crash: add generic infrastructure for crash hotplug support
[linux-next:master 6241/10161] drivers/video/fbdev/g364fb.c:115:9: error: 'FB_DEFAULT_IOMEM_HELPERS' undeclared here (not in a function); did you mean 'FB_DEFAULT_IOMEM_OPS'?
2023-08-15 14:34 UTC
[PATCH v3 00/15] Reduce preallocations for maple tree
2023-08-15 14:19 UTC (7+ messages)
` [PATCH v3 15/15] mm/mmap: Change vma iteration order in do_vmi_align_munmap()
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