[RFC PATCH v1 00/57] Boot-time page size selection for arm64
2024-10-18 12:56 UTC (10+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
` [RFC PATCH v1 19/57] crash: Remove PAGE_SIZE compile-time constant assumption
Next steps towards shrinking stuct page
2024-10-18 12:44 UTC (5+ messages)
[PATCH 0/1] memcg/hugetlb: Adding hugeTLB counters to memory controller
2024-10-18 12:31 UTC (3+ messages)
[PATCH v1 1/1] x86/percpu: Cast -1 to argument type when comparing in percpu_add_op()
2024-10-18 12:21 UTC (6+ messages)
[PATCH 1/3] ima: Remove inode lock
2024-10-18 11:56 UTC (10+ messages)
[PATCH v4] mm/slub: Avoid list corruption when removing a slab from the full list
2024-10-18 11:12 UTC (3+ messages)
[RFC PATCH v1 0/7] zswap IAA decompress batching
2024-10-18 11:04 UTC (10+ messages)
` [RFC PATCH v1 1/7] mm: zswap: Config variable to enable zswap loads with "
` [RFC PATCH v1 2/7] mm: swap: Add IAA batch decompression API swap_crypto_acomp_decompress_batch()
` [RFC PATCH v1 3/7] pagevec: struct folio_batch changes for decompress batching interface
` [RFC PATCH v1 4/7] mm: swap: swap_read_folio() can add a folio to a folio_batch if it is in zswap
` [RFC PATCH v1 5/7] mm: swap, zswap: zswap folio_batch processing with IAA decompression batching
` [RFC PATCH v1 6/7] mm: do_swap_page() calls swapin_readahead() zswap load batching interface
` [RFC PATCH v1 7/7] mm: For IAA batching, reduce SWAP_BATCH and modify swap slot cache thresholds
[PATCH net-next v22 01/14] mm: page_frag: add a test module for page_frag
2024-10-18 10:53 UTC (10+ messages)
` [PATCH net-next v22 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v22 03/14] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v22 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v22 06/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v22 07/14] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v22 08/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
` [PATCH net-next v22 10/14] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v22 11/14] mm: page_frag: add testing for the newly added prepare API
` [PATCH net-next v22 13/14] mm: page_frag: update documentation for page_frag
[PATCH] mm: Remove redundant condition for THP folio
2024-10-18 10:50 UTC (3+ messages)
[RFC 0/4] mm: zswap: add support for zswapin of large folios
2024-10-18 10:48 UTC (5+ messages)
` [RFC 1/4] mm/zswap: skip swapcache for swapping in zswap pages
` [RFC 2/4] mm/zswap: modify zswap_decompress to accept page instead of folio
` [RFC 3/4] mm/zswap: add support for large folio zswapin
` [RFC 4/4] mm/zswap: count successful large folio zswap loads
[PATCH] mm: Use str_on_off() helper function in report_meminit()
2024-10-18 10:31 UTC
[PATCH v3 0/3] mm/slub: Improve data handling of krealloc() when orig_size is enabled
2024-10-18 9:51 UTC (2+ messages)
[RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private
2024-10-18 9:34 UTC (20+ messages)
[PATCH v2 0/2] fuse: remove extra page copies in writeback
2024-10-18 9:24 UTC (14+ messages)
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree
[PATCH] mm: Remove unused has_isolate_pageblock
2024-10-18 9:24 UTC (2+ messages)
[PATCH v2] mm/kmemleak: fix errors/warnings for coding style
2024-10-18 9:22 UTC
(subset) [PATCH v3 00/16] timers: Cleanup delay/sleep related mess
2024-10-18 8:06 UTC (2+ messages)
[PATCH linux-mm v2] mm: make pcp_decay_high working better with NOHZ full
2024-10-18 7:57 UTC
[syzbot] [mm?] BUG: corrupted list in add_to_unbuddied
2024-10-18 7:56 UTC (6+ messages)
[RFC PATCH v1 00/13] zswap IAA compress batching
2024-10-18 7:55 UTC (15+ messages)
` [RFC PATCH v1 01/13] crypto: acomp - Add a poll() operation to acomp_alg and acomp_req
` [RFC PATCH v1 02/13] crypto: iaa - Add support for irq-less crypto async interface
` [RFC PATCH v1 03/13] crypto: testmgr - Add crypto testmgr acomp poll support
` [RFC PATCH v1 04/13] mm: zswap: zswap_compress()/decompress() can submit, then poll an acomp_req
` [RFC PATCH v1 05/13] crypto: iaa - Make async mode the default
` [RFC PATCH v1 06/13] crypto: iaa - Disable iaa_verify_compress by default
` [RFC PATCH v1 07/13] crypto: iaa - Change cpu-to-iaa mappings to evenly balance cores to IAAs
` [RFC PATCH v1 08/13] crypto: iaa - Distribute compress jobs to all IAA devices on a NUMA node
` [RFC PATCH v1 09/13] mm: zswap: Config variable to enable compress batching in zswap_store()
` [RFC PATCH v1 10/13] mm: zswap: Create multiple reqs/buffers in crypto_acomp_ctx if platform has IAA
` [RFC PATCH v1 11/13] mm: swap: Add IAA batch compression API swap_crypto_acomp_compress_batch()
` [RFC PATCH v1 12/13] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios
` [RFC PATCH v1 13/13] mm: vmscan, swap, zswap: Compress batching of folios in shrink_folio_list()
[PATCH] mm: shmem: avoid repeated flush dcache in shmem_writepage()
2024-10-18 7:47 UTC (7+ messages)
` [PATCH] mm: shmem: convert to use folio_zero_range()
[PATCH v2 0/2] mm/gup: stop leaking pinned pages in low memory conditions
2024-10-18 7:47 UTC (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mm/gup: memfd: "
[PATCH v1 0/4] GPU Direct RDMA (P2P DMA) for Device Private Pages
2024-10-18 7:26 UTC (4+ messages)
[PATCH 0/4] implement lightweight guard pages
2024-10-18 7:12 UTC (7+ messages)
` [PATCH 1/4] mm: pagewalk: add the ability to install PTEs
` [PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
` [PATCH 4/4] selftests/mm: add self tests for guard page feature
[RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap
2024-10-18 7:10 UTC (3+ messages)
[PATCH v3 05/11] KVM: guest_memfd: Add guest_memfd support to kvm_(read|/write)_guest_page()
2024-10-18 6:57 UTC (3+ messages)
[PATCH v4 0/4] introduce PIDFD_SELF* sentinels
2024-10-18 6:49 UTC (9+ messages)
` [PATCH v4 1/4] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v4 2/4] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v4 3/4] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v4 4/4] selftests: pidfd: add tests for PIDFD_SELF_*
[PATCH v5 0/3] vdso: Use only headers from the vdso/ namespace
2024-10-18 6:46 UTC (3+ messages)
` [PATCH v5 3/3] s390: Remove remaining _PAGE_* macros
[PATCH v3 0/5] Increase mseal test coverage
2024-10-18 6:37 UTC (13+ messages)
` [PATCH v3 4/5] selftests/mseal: add more tests for mmap
[RFC 2/2] khugepaged: use upgrade_read() to optimize collapse_huge_page
2024-10-18 6:37 UTC (2+ messages)
[PATCH v5] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
2024-10-18 6:36 UTC (2+ messages)
[PATCH v2 0/3] LoongArch: Fix vmalloc test issue
2024-10-18 6:32 UTC (9+ messages)
` [PATCH v2 1/3] LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel space
[PATCH] mm: make pcp decay work with onhz
2024-10-18 6:06 UTC (2+ messages)
[PATCH v2] mm: mglru: provide a separate list for lazyfree anon folios
2024-10-18 5:12 UTC (4+ messages)
[RFC 0/2] rwsem: introduce upgrade_read interface
2024-10-18 5:06 UTC (6+ messages)
` [RFC 1/2] "
[PATCH] mm/damon/vaddr: Fix issue in damon_va_evenly_split_region()
2024-10-18 3:53 UTC
[PATCH v2 0/2] Improve the tmpfs large folio read performance
2024-10-18 3:00 UTC (3+ messages)
` [PATCH v2 1/2] mm: shmem: update iocb->ki_pos directly to simplify tmpfs read logic
` [PATCH v2 2/2] mm: shmem: improve the tmpfs large folio read performance
[PATCH v1 0/7] synchronously scan and reclaim empty user PTE pages
2024-10-18 2:58 UTC (11+ messages)
` [PATCH v1 1/7] mm: khugepaged: retract_page_tables() use pte_offset_map_lock()
` [PATCH v1 2/7] mm: make zap_pte_range() handle full within-PMD range
` [PATCH v1 5/7] mm: pgtable: try to reclaim empty PTE page in madvise(MADV_DONTNEED)
[PATCH v3 0/5] refine storing NULL
2024-10-18 2:39 UTC (6+ messages)
` [PATCH v3 1/5] maple_tree: print empty for an empty tree on mt_dump()
` [PATCH v3 2/5] maple_tree: the return value of mas_root_expand() is not used
` [PATCH v3 3/5] maple_tree: not necessary to check index/last again
` [PATCH v3 4/5] maple_tree: refine mas_store_root() on storing NULL
` [PATCH v3 5/5] maple_tree: add a test checking storing null
[GIT PULL] hotfixes for 6.12-rc4
2024-10-18 2:00 UTC (2+ messages)
[PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
2024-10-18 1:48 UTC (3+ messages)
` [PATCH v4] tmpfs: don't enable large folios if not supported
[PATCH 0/2] Improve the tmpfs large folio read performance
2024-10-18 1:45 UTC (7+ messages)
` [PATCH 2/2] mm: shmem: improve "
[linus:master] [mm] cacded5e42: aim9.brk_test.ops_per_sec -5.0% regression
2024-10-18 0:34 UTC (11+ messages)
[PATCH v14 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
2024-10-18 0:08 UTC (9+ messages)
` [PATCH v14 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v14 3/3] ACPI: APEI: handle synchronous exceptions in task work
[PATCH 0/2] mm/mremap: Remove extra vma tree walk
2024-10-18 0:00 UTC (8+ messages)
` [PATCH 1/2] mm/mremap: Clean up vma_to_resize()
[PATCH v7 0/9] tmpfs: Add case-insensitive support for tmpfs
2024-10-17 23:13 UTC (11+ messages)
` [PATCH v7 1/9] libfs: Create the helper function generic_ci_validate_strict_name()
` [PATCH v7 2/9] ext4: Use generic_ci_validate_strict_name helper
` [PATCH v7 3/9] unicode: Export latest available UTF-8 version number
` [PATCH v7 4/9] unicode: Recreate utf8_parse_version()
` [PATCH v7 5/9] libfs: Export generic_ci_ dentry functions
` [PATCH v7 6/9] tmpfs: Add casefold lookup support
` [PATCH v7 7/9] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs
` [PATCH v7 8/9] tmpfs: Expose filesystem features via sysfs
` [PATCH v7 9/9] docs: tmpfs: Add casefold options
[PATCH v2 0/5] refine storing NULL
2024-10-17 22:24 UTC (7+ messages)
` [PATCH v2 4/5] maple_tree: refine mas_root_expand() on "
` [PATCH v2 5/5] maple_tree: add a test checking storing null
[PATCH] mm/gup: stop leaking pinned pages in low memory conditions
2024-10-17 22:03 UTC (6+ messages)
[PATCH v1 0/2] mseal: fixing madvise for file-backed mapping and PROT_NONE
2024-10-17 20:57 UTC (6+ messages)
` [PATCH v1 1/2] mseal: Two fixes for madvise(MADV_DONTNEED) when sealed
[RFC] exec: add a flag for "reasonable" execveat() comm
2024-10-17 20:38 UTC (8+ messages)
[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-10-17 20:12 UTC (7+ messages)
` [PATCH v3 tip/perf/core 2/4] mm: switch to 64-bit mm_lock_seq/vm_lock_seq on 64-bit architectures
[PATCH] munmap sealed memory cause memory to split (bug)
2024-10-17 20:12 UTC (6+ messages)
[PATCH v3 bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
2024-10-17 19:40 UTC (2+ messages)
[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
2024-10-17 19:40 UTC (13+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
[PATCH v2 bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
2024-10-17 18:23 UTC (6+ messages)
[PATCH 2/2] mm/mglru: reset page lru tier bits when activating
2024-10-17 18:21 UTC (4+ messages)
[PATCH v2] mm/mglru: reset page lru tier bits when activating
2024-10-17 18:18 UTC (2+ messages)
[PATCH RFC v2 0/2] arm64: Add infrastructure for use of AT_HWCAP3
2024-10-17 17:58 UTC (2+ messages)
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