messages from 2025-08-28 17:29:02 to 2025-08-29 14:35:05 UTC [more...]
[PATCH v1 00/36] mm: remove nth_page()
2025-08-29 14:34 UTC (94+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v1 23/36] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within "
` [PATCH v1 25/36] drm/i915/gem: "
` [PATCH v1 26/36] mspro_block: "
` [PATCH v1 27/36] memstick: "
` [PATCH v1 28/36] mmc: "
` [PATCH v1 29/36] scsi: scsi_lib: "
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 31/36] vfio/pci: "
` [PATCH v1 32/36] crypto: remove "
` [PATCH v1 34/36] kfence: drop nth_page() usage
` [PATCH v1 35/36] block: update comment of "struct bio_vec" regarding nth_page()
Bug: Performance regression in 1013af4f585f: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
2025-08-29 14:30 UTC
[PATCH] mm/gup: Drain batched mlock folio processing before attempting migration
2025-08-29 13:21 UTC (13+ messages)
[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
2025-08-29 13:16 UTC (12+ messages)
` [PATCH v4 15/16] block-dma: properly take MMIO path
[PATCH] tools/mm/slabinfo: fix buffer overflows in fread operations
2025-08-29 13:12 UTC (3+ messages)
[PATCH v3] mm: slub: avoid wake up kswapd in set_track_prepare
2025-08-29 13:08 UTC (8+ messages)
` "
[PATCH 00/14] Internalize www.kernel.org/doc cross-reference
2025-08-29 12:18 UTC (17+ messages)
` [PATCH 01/14] Documentation: hw-vuln: l1tf: Convert kernel docs external links
` [PATCH 02/14] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link
` [PATCH 03/14] Documentation: perf-security: Convert security credentials bibliography link
` [PATCH 04/14] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH 05/14] Documentation: blk-mq: Convert block layer docs external links
` [PATCH 06/14] Documentation: bpf: Convert external kernel docs link
` [PATCH 07/14] Documentation: kasan: Use internal link to kunit
` [PATCH 08/14] Documentation: gpu: "
` [PATCH 09/14] Documentation: filesystems: Fix stale reference to device-mapper docs
` [PATCH 10/14] Documentation: smb: smbdirect: Convert KSMBD docs link
` [PATCH 11/14] Documentation: net: Convert external kernel networking docs
` [PATCH 12/14] ASoC: doc: Internally link to Writing an ALSA Driver docs
` [PATCH 13/14] nitro_enclaves: Use internal cross-reference for kernel docs links
` [PATCH 14/14] Documentation: checkpatch: Convert kernel docs references
[PATCH v7 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-08-29 11:52 UTC (7+ messages)
` [PATCH v7 1/6] arm64: Enable permission change on arm64 kernel block mappings
` [PATCH v7 2/6] arm64: cpufeature: add AmpereOne to BBML2 allow list
` [PATCH v7 3/6] arm64: mm: support large block mapping when rodata=full
` [PATCH v7 4/6] arm64: mm: Optimize split_kernel_leaf_mapping()
` [PATCH v7 5/6] arm64: mm: split linear mapping if BBML2 unsupported on secondary CPUs
` [PATCH v7 6/6] arm64: mm: Optimize linear_map_split_to_ptes()
[PATCH 0/2] mm: task_stack: Stack handling cleanups
2025-08-29 11:44 UTC (3+ messages)
` [PATCH 1/2] fork: check charging success before zeroing stack
` [PATCH 2/2] task_stack.h: Clean-up stack_not_used() implementation
[PATCH] mm/page_alloc: Harmonize should_compact_retry() type
2025-08-29 11:20 UTC (5+ messages)
[PATCH 0/2] selftests/mm: uffd-stress fixes
2025-08-29 11:09 UTC (4+ messages)
` [PATCH 1/2] selftests/mm/uffd-stress: Make test operate on less hugetlb memory
[PATCH] memfd,selinux: call security_inode_init_security_anon
2025-08-29 10:56 UTC (5+ messages)
[PATCH 2/2] selftests: Replace relative includes with non-relative for kselftest.h and kselftest_harness.h
2025-08-29 10:53 UTC (4+ messages)
[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
2025-08-29 10:49 UTC (32+ messages)
` [PATCH v6 mm-new 01/10] mm: thp: add support for "
` [PATCH v6 mm-new 02/10] mm: thp: add a new kfunc bpf_mm_get_mem_cgroup()
` [PATCH v6 mm-new 03/10] mm: thp: add a new kfunc bpf_mm_get_task()
` [PATCH v6 mm-new 04/10] bpf: mark vma->vm_mm as trusted
[PATCH] mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocations
2025-08-29 10:30 UTC (7+ messages)
[PATCH v6 0/2] Do not delay OOM reaper when the victim is frozen
2025-08-29 10:00 UTC (5+ messages)
` [PATCH v6 1/2] mm/oom_kill: Do not delay oom "
` [PATCH v6 2/2] mm/oom_kill: The OOM reaper traverses the VMA maple tree in reverse order
[PATCH][v3] mm/hugetlb: Retry to allocate for early boot hugepage allocation
2025-08-29 9:52 UTC
[PATCH v1] mm: memory-tiering: Fix PGPROMOTE_CANDIDATE counting
2025-08-29 9:33 UTC (4+ messages)
[DISCUSSION] Unconditionally lock folios when calling rmap_walk()
2025-08-29 9:04 UTC (7+ messages)
[RFC 0/1] writeback: add sysfs to config the number of writeback contexts
2025-08-29 8:59 UTC (2+ messages)
[PATCH] tools/mm/slabinfo.c: fix access to null terminator in string
2025-08-29 8:47 UTC
[PATCH] mm/hmm: Populate PFNs from PMD swap entry
2025-08-29 8:05 UTC
[PATCH v7 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
2025-08-29 8:07 UTC (5+ messages)
[PATCH v5 0/2] rust: zpool: add abstraction for zpool drivers
2025-08-29 7:18 UTC (3+ messages)
` [PATCH v5 1/2] rust: alloc: add from_raw method to Flags
` [PATCH v5 2/2] rust: zpool: add abstraction for zpool drivers
[PATCH v5 0/2] Do not delay oom reaper when the victim is frozen
2025-08-29 7:14 UTC (10+ messages)
` [PATCH v5 2/2] mm/oom_kill: Have the OOM reaper and exit_mmap() traverse the maple tree in opposite order
[PATCH v6 00/10] SLUB percpu sheaves
2025-08-29 7:12 UTC (6+ messages)
` [PATCH v6 02/10] slab: add opt-in caching layer of "
[PATCH v2] mm/memory-failure: Fix redundant updates for already poisoned pages
2025-08-29 6:35 UTC (5+ messages)
[RFC 0/1] Try to add memory allocation info for cgroup oom kill
2025-08-29 6:35 UTC (7+ messages)
[PATCH v3 0/7] rust: Add Per-CPU Variable API
2025-08-29 5:20 UTC (10+ messages)
` [PATCH v3 1/7] rust: percpu: introduce a rust API for per-CPU variables
` [PATCH v3 2/7] rust: percpu: add a rust per-CPU variable sample
` [PATCH v3 3/7] rust: cpumask: Add a `Cpumask` iterator
` [PATCH v3 4/7] rust: cpumask: Add getters for globally defined cpumasks
` [PATCH v3 5/7] rust: percpu: Support non-zeroable types for DynamicPerCpu
` [PATCH v3 6/7] rust: percpu: Add pin-hole optimizations for numerics
` [PATCH v3 7/7] rust: percpu: cache per-CPU pointers in the dynamic case
[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-08-29 4:36 UTC (3+ messages)
` [PATCH v6 01/15] devres: provide devm_kmemdup_const()
[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
2025-08-29 3:42 UTC (24+ messages)
` [PATCH v11 19/24] crypto: iaa - IAA acomp_algs register the get_batch_size() interface
` [PATCH v11 22/24] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v11 23/24] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v11 24/24] mm: zswap: Batched zswap_compress() with compress batching of large folios
[PATCH] mm/page_alloc: find_large_buddy() from start_pfn aligned order
2025-08-29 3:02 UTC (2+ messages)
[PATCH v2 1/2] mpage: terminate read-ahead on read error
2025-08-29 2:36 UTC (2+ messages)
` [PATCH v2 2/2] mpage: convert do_mpage_readpage() to return void type
[PATCH v2 0/2] mm/slub: Fix debugfs stack trace sorting and simplify sort call
2025-08-29 2:14 UTC (5+ messages)
` [PATCH v2 1/2] mm/slub: Fix cmp_loc_by_count() to return 0 when counts are equal
` [PATCH v2 2/2] mm/slub: Replace sort_r() with sort() for debugfs stack trace sorting
[PATCH 0/2] mm/slub: Fix debugfs stack trace sorting and simplify sort call
2025-08-29 2:06 UTC (7+ messages)
` [PATCH 1/2] mm/slub: Fix cmp_loc_by_count() to return 0 when counts are equal
[PATCH v10 00/13] khugepaged: mTHP support
2025-08-29 1:55 UTC (15+ messages)
[PATCH v4 0/3] introduce kernel file mapped folios
2025-08-29 1:52 UTC (2+ messages)
[PATCH v2] huge_mm.h: disallow is_huge_zero_folio(NULL)
2025-08-29 1:25 UTC (3+ messages)
` [PATCH v3] "
[PATCH 0/8] Add selftests for mshare
2025-08-29 1:04 UTC (5+ messages)
` [PATCH 4/8] mshare: selftests: Add test case shared memory
` [PATCH 8/8] mshare: selftests: Add test case to demostrate that mshare doesn't support THP
[v3 00/11] mm: support device-private THP
2025-08-28 23:14 UTC (14+ messages)
` [v3 02/11] mm/thp: zone_device awareness in THP handling code
` [v3 03/11] mm/migrate_device: THP migration of zone device pages
[PATCH v3 00/30] Live Update Orchestrator
2025-08-28 23:00 UTC (6+ messages)
` [PATCH v3 29/30] luo: allow preserving memfd
[PATCH v1 0/2] mm/show_mem: Bug fix for print mem alloc info
2025-08-28 22:10 UTC (14+ messages)
` [PATCH v1 2/2] mm/show_mem: Add trylock while printing "
[PATCH v5 00/12] Direct Map Removal Support for guest_memfd
2025-08-28 21:00 UTC (3+ messages)
` [PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
[RFC 0/3] cgroups: Add support for pinned device memory
2025-08-28 20:58 UTC (3+ messages)
[PATCH v5 0/2] introduce kasan.write_only option in hw-tags
2025-08-28 20:14 UTC (5+ messages)
` [PATCH v5 1/2] kasan/hw-tags: introduce kasan.write_only option
` [PATCH v5 2/2] kasan: apply write-only mode in kasan kunit testcases
[PATCH 0/9] mm, swap: introduce swap table as swap cache (phase I)
2025-08-28 18:05 UTC (6+ messages)
` [PATCH 2/9] mm, swap: always lock and check the swap cache folio before use
[PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping
2025-08-28 17:46 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION 8cd53fb40a304576fa86ba985f3045d5c55b0ae3
2025-08-28 17:43 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).