messages from 2026-07-03 17:39:48 to 2026-07-06 00:04:08 UTC [more...]
[PATCH v21 0/2] ACPI: Add support for ACPI RAS2 feature table
2026-07-06 0:03 UTC (3+ messages)
` [PATCH v21 1/2] ACPI:RAS2: Add driver for the "
` [PATCH v21 2/2] ras: mem: Add ACPI RAS2 memory driver
[PATCH] mm: nommu: point to the write iterator upon split_vma
2026-07-05 22:27 UTC
[PATCH] mm: nommu: add sysctl_max_map_count() check for do_mmap()
2026-07-05 22:15 UTC (2+ messages)
[PATCH v7] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
2026-07-05 21:24 UTC (2+ messages)
[PATCH 0/6] mm: preparatory patches for PMD level swap entries
2026-07-05 21:10 UTC (3+ messages)
[PATCH v2] mm: memcg: reset zswap settings in css_reset
2026-07-05 21:02 UTC (2+ messages)
[RFC PATCH 00/16] mm/damon: introduce data attributes only monitoring
2026-07-05 20:57 UTC (17+ messages)
` [RFC PATCH 01/16] mm/damon/core: introduce damon_probe->weight
` [RFC PATCH 02/16] mm/damon/core: ask apply_probes() ops callback to set sampling address
` [RFC PATCH 03/16] mm/damon/paddr: set samples in apply_probes() if requested
` [RFC PATCH 04/16] mm/damon/core: ask apply_probe() to return max probe hits weighted sum
` [RFC PATCH 05/16] mm/damon/core: implement damon_probe_hits_wsum()
` [RFC PATCH 06/16] mm/damon/paddr: respect return_max_wsum
` [RFC PATCH 07/16] mm/damon/core: extend merge function to work with probe hits
` [RFC PATCH 08/16] mm/damon/core: disable access monitoring when probe weights are set
` [RFC PATCH 09/16] mm/damon/core: set samples in apply_probes() if "
` [RFC PATCH 10/16] mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
` [RFC PATCH 11/16] mm/damon/core: get merge threshold from probe hits when weights are set
` [RFC PATCH 12/16] mm/damon/core: implement damon_has_probe_weight()
` [RFC PATCH 13/16] mm/damon/sysfs: implement probe/weight file
` [RFC PATCH 14/16] Docs/mm/damon/design: document attrs-only monitoring
` [RFC PATCH 15/16] Docs/admin-guide/mm/damon/usage: document weight sysfs file
` [RFC PATCH 16/16] Docs/ABI/damon: document probe weight file
[PATCH v9 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
2026-07-05 20:48 UTC
[PATCH v4 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
2026-07-05 20:35 UTC (4+ messages)
` [PATCH v4 5/6] mm/vmalloc: map contiguous pages in batches for vmap() if possible
[PATCH 0/8] mm/damon: validate all parameters in the core
2026-07-05 19:43 UTC (12+ messages)
` [PATCH 1/8] mm/damon/core: safely validate src on damon_commit_ctx()
` [PATCH 2/8] mm/damon/core: do parameter testing commit on damon_start()
` [PATCH 3/8] mm/damon/sysfs: remove duplicated commit input validity check
` [PATCH 4/8] mm/damon/reclaim: remove duplicated min_region_sz power of 2 check
` [PATCH 5/8] mm/damon/lru_sort: remove duplicated min_region_sz power_of_2() check
` [PATCH 6/8] mm/damon: document region size validation in damon_set_regions()
` [PATCH 7/8] mm/damon/core: remove start, end check in damon_set_region_system_rams()
` [PATCH 8/8] mm/damon/sysfs: remove region size validation
[PATCH] userfaultfd: wait on source PMD during UFFDIO_MOVE
2026-07-05 19:24 UTC (3+ messages)
[PATCH v7 0/3] mm: clean up folio LRU and swap declarations
2026-07-05 19:21 UTC (5+ messages)
` [PATCH v7 1/3] mm/swap: colocate page-cluster sysctl with swap readahead
` [PATCH v7 2/3] mm: rename swap.c to folio.c
` [PATCH v7 3/3] mm: move reclaim-internal declarations out of swap.h
[PATCH v2] virtio_balloon: prime stats vq after virtio_device_ready()
2026-07-05 19:12 UTC
[PATCH v3] mm/hugetlb: Fix null nodemask in alloc_fresh_hugetlb_folio
2026-07-05 19:04 UTC (2+ messages)
[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
2026-07-05 18:50 UTC (7+ messages)
` [PATCH v6 1/5] mm/page_alloc: introduce __free_prepared_contig_range() with fpi_t
` [PATCH v6 2/5] mm/page_alloc: only free healthy pages in high-order has_hwpoisoned folio
` [PATCH v6 3/5] mm/memory-failure: set has_hwpoisoned flags on dissolved HugeTLB folio
` [PATCH v6 4/5] mm/memory-failure: skip take_page_off_buddy after dissolving HWPoison HugeTLB page
` [PATCH v6 5/5] selftests/mm: add hard memory failure anonymous HugeTLB test
[PATCH v3] mm: page_reporting: allow driver to set batch capacity
2026-07-05 18:06 UTC (10+ messages)
[PATCH v5 0/4] Only free healthy pages in high-order has_hwpoisoned folio
2026-07-05 17:58 UTC (19+ messages)
` [PATCH v5 1/4] mm/page_alloc: only "
` [PATCH v5 4/4] selftests/mm: add hard memory failure anonymous 1G HugeTLB page test
[RFC PATCH v1.1 00/11] mm/damon: refactor damon_{start,stop,commit}() for simple error handling
2026-07-05 16:01 UTC (12+ messages)
` [RFC PATCH v1.1 01/11] mm/damon/core: stop ctxs in damon_start() before returning an error
` [RFC PATCH v1.1 02/11] samples/damon/mtier: do not stop first context for damon_start() failure
` [RFC PATCH v1.1 03/11] mm/damon/core: make damon_stop() never fails
` [RFC PATCH v1.1 04/11] mm/damon/sysfs: ignore damon_stop() return value
` [RFC PATCH v1.1 05/11] mm/damon/reclaaim: "
` [RFC PATCH v1.1 06/11] mm/damon/lru_sort: "
` [RFC PATCH v1.1 07/11] mm/damon/core: change damon_stop() return type to void
` [RFC PATCH v1.1 08/11] samples/damon/mtier: stop all contexts with single damon_stop() call
` [RFC PATCH v1.1 09/11] mm/damon/core: wait ctx stop in damon_call() before reruning an error
` [RFC PATCH v1.1 10/11] samples/damon/wsse: do not stop ctx for damon_call() failure
` [RFC PATCH v1.1 11/11] samples/damon/prcl: do not stop DAMON "
[PATCH v20 0/2] ACPI: Add support for ACPI RAS2 feature table
2026-07-05 15:13 UTC (4+ messages)
` [PATCH v20 1/2] ACPI:RAS2: Add driver for the "
` [PATCH v20 2/2] ras: mem: Add ACPI RAS2 memory driver
[PATCH] mm/slub: fix lost local objects when bulk remote free batch fills
2026-07-05 13:37 UTC (3+ messages)
[PATCH] virtio_balloon: prime stats vq after virtio_device_ready()
2026-07-05 12:29 UTC
[PATCH] mm/secretmem: disable under HIGHMEM
2026-07-05 11:34 UTC (5+ messages)
[PATCH] mm: avoid shadowing global mem_map in sparse_init_one_section()
2026-07-05 9:17 UTC (2+ messages)
[PATCH v3 0/6] Fix incorrect access of hugetlb pte entries
2026-07-05 8:47 UTC (11+ messages)
` [PATCH v3 1/6] arm64: make huge_ptep_get handled unaligned addresses
` [PATCH v3 2/6] mm/rmap: use huge_ptep_get() in try_to_unmap_one()
` [PATCH v3 6/6] mm/mprotect: use huge_ptep_get() for hugetlb
[PATCH v11 0/3] KSM: performance optimizations for rmap_walk_ksm
2026-07-05 8:00 UTC (2+ messages)
[PATCH] userfaultfd: prevent registration of special VMAs
2026-07-05 7:51 UTC (12+ messages)
[PATCH v5 00/18] mm: Some cleanups for page allocator APIs
2026-07-05 7:30 UTC (3+ messages)
[PATCH v2] mm/hugetlb: Fix null nodemask in alloc_fresh_hugetlb_folio
2026-07-05 5:40 UTC (3+ messages)
[PATCH v3 00/11] mm: PMD-level swap entries for anonymous THPs
2026-07-05 1:43 UTC (11+ messages)
` [PATCH v3 05/11] mm: swap in PMD swap entries as whole THPs during swapoff
` [PATCH v3 06/11] mm: handle PMD swap entries in non-present PMD walkers
` [PATCH v3 07/11] mm: handle PMD swap entries in MADV_WILLNEED
` [PATCH v3 08/11] mm: handle PMD swap entries in UFFDIO_MOVE
` [PATCH v3 09/11] mm: handle PMD swap entry faults on swap-in
` [PATCH v3 10/11] mm: install PMD swap entries on swap-out
` [PATCH v3 11/11] selftests/mm: add PMD swap entry tests
[PATCH v2 0/5] Keep tail page private zero at free and folio split time
2026-07-05 3:00 UTC (2+ messages)
[PATCH RESEND v3] selftests: mincore: fix the readahead check on large base page sizes
2026-07-05 3:36 UTC (2+ messages)
[PATCH 0/6] mm: preparatory patches for PMD level swap entries
2026-07-05 1:31 UTC (3+ messages)
[PATCH 0/4] tracing: add ref_trace_final_put tracing
2026-07-05 1:20 UTC (5+ messages)
` [PATCH 1/4] tracing: add ref_trace_final_put tracepoint
` [PATCH 2/4] refcount: "
` [PATCH 3/4] percpu-refcount: add ref_trace_final_put trace
` [PATCH 4/4] kunit: add test for ref_trace_final_put
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-07-04 23:38 UTC (3+ messages)
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v5 0/7] seccomp: non-cooperative pinned-memfd argument redirect
2026-07-04 23:18 UTC (8+ messages)
` [PATCH v5 1/7] mm: add __do_mmap() and vm_mmap_remote()/vm_munmap_remote()
` [PATCH v5 2/7] seccomp: introduce SECCOMP_IOCTL_NOTIF_PIN_INSTALL
` [PATCH v5 3/7] seccomp: add __NR_seccomp_* aliases for rt_sigreturn and clone/fork
` [PATCH v5 4/7] seccomp: add kernel-installed pinned-memfd redirect
` [PATCH v5 5/7] seccomp: re-validate a redirected syscall against outer filters
` [PATCH v5 6/7] docs/seccomp: document pinned-memfd redirect ioctls
` [PATCH v5 7/7] selftests/seccomp: cover non-cooperative pinned-memfd install
[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
2026-07-04 21:14 UTC (6+ messages)
` [RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection
[RFC PATCH 00/11] mm/damon: refactor damon_{start,stop,commit}() for simple error handling
2026-07-04 18:11 UTC (12+ messages)
` [RFC PATCH 01/11] mm/damon/core: stop ctxs in damon_start() before returning an error
` [RFC PATCH 02/11] samples/damon/mtier: do not stop first context for damon_start() failure
` [RFC PATCH 03/11] mm/damon/core: make damon_stop() never fails
` [RFC PATCH 04/11] mm/damon/sysfs: ignore damon_stop() return value
` [RFC PATCH 05/11] mm/damon/reclaaim: "
` [RFC PATCH 06/11] mm/damon/lru_sort: "
` [RFC PATCH 07/11] mm/damon/core: change damon_stop() return type to void
` [RFC PATCH 08/11] samples/damon/mtier: stop all contexts with single damon_stop() call
` [RFC PATCH 09/11] mm/damon/core: stop ctx in damon_call() before reruning an error
` [RFC PATCH 10/11] samples/damon/wsse: do not stop ctx for damon_call() failure
` [RFC PATCH 11/11] samples/damon/prcl: do not stop DAMON "
[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-07-04 9:31 UTC (3+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test
[PATCH 0/3] kasan: common: cleanups and deduplication
2026-07-04 9:20 UTC (4+ messages)
` [PATCH 1/3] kasan: deduplicate quarantine reduction logic
` [PATCH 2/3] kasan: common: use ALIGN_DOWN macro for stack alignment
` [PATCH 3/3] kasan: common: replace magic number with KASAN_TAG_KERNEL
[PATCH v2 0/4] scsi: replace __get_free_pages() with kmalloc()
2026-07-04 6:13 UTC (5+ messages)
` [PATCH v2 1/4] scsi: target: file: use kmalloc() to allocate temporary protection buffer
` [PATCH v2 2/4] scsi: proc: use kmalloc() in proc writers
` [PATCH v2 3/4] scsi: ipr: use kmalloc() to allocate IPR dump buffer memory
` [PATCH v2 4/4] scsi: sym53c8xx_2: replace __get_free_pages() with kmalloc()
[PATCH 0/3] selftests/bpf: compare BPF and memory.stat memcg stat readers
2026-07-04 5:58 UTC (6+ messages)
` [PATCH 1/3] selftests/bpf: add memcg_stat_reader BPF-vs-memory.stat benchmark
` [PATCH 2/3] selftests/bpf: add memcg_stat_churn BPF-vs-memory.stat benchmark under churn
` [PATCH 3/3] selftests/bpf: add memcg_stat_churn_percpu BPF-vs-memory.stat benchmark under cross-CPU churn
[PATCH] mm/hugetlb: Fix null pointer dereference of nodemask in hugetlb_cma_alloc_frozen_folio
2026-07-04 4:06 UTC (6+ messages)
iomap_writepages WARN_ON_ONCE(PF_MEMALLOC)
2026-07-04 0:56 UTC
[Hypervisor Live Update] Notes from June 15 and June 29, 2026
2026-07-04 0:52 UTC
[PATCH stable] mm/khugepaged: write all dirty file folios when collapsing
2026-07-04 0:50 UTC (2+ messages)
[PATCH] mm/mseal: fix mseal documentation for 32-bit kernels
2026-07-04 0:39 UTC (2+ messages)
[PATCH v1 0/5] x86/cpu: Refactor identify_cpu()
2026-07-04 0:20 UTC (6+ messages)
` [PATCH v1 1/5] x86/cpu: Factor init_cpu_info() out of identify_cpu()
` [PATCH v1 2/5] x86/cpu: Inline generic_identify() into identify_cpu()
` [PATCH v1 3/5] x86/cpu: Introduce identify_cpu_32() helper
` [PATCH v1 4/5] x86/cpu: Set X86_BUG_ESPFIX in identify_cpu_32()
` [PATCH v1 5/5] x86/cpu: Don't reset boot CPU cpuinfo in identify_cpu()
[linux-next:master 3047/3809] ERROR: modpost: module random32_kunit uses symbol prandom_warmup from namespace EXPORTED_FOR_KUNIT_TESTING, but does not import it
2026-07-04 0:11 UTC
[rppt-memblock:numa_memblks-redundant-work] BUILD SUCCESS c12c889655533790d3f8cecbf2dca3456576e8bb
2026-07-03 21:36 UTC
[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
2026-07-03 21:32 UTC (10+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
[PATCH v8 0/3] riscv: fix PIO helpers and add optimized percpu ops
2026-07-03 21:02 UTC (3+ messages)
` [PATCH v8 3/3] riscv: store percpu offset into thread_info
[rppt-memblock:for-next] BUILD SUCCESS 717cd4552ae422269f844aa19ce0125462c9c0b0
2026-07-03 20:56 UTC
[rppt-memblock:kernelcore-mirror] BUILD SUCCESS ebcc3102b3ee144744e7e1531d9a4a10c3ae3be9
2026-07-03 20:43 UTC
DAMON Release Newsletter for v7.2-rc1
2026-07-03 20:06 UTC (2+ messages)
[PATCH v5 7/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths
2026-07-03 19:56 UTC
[akpm-mm:mm-new] BUILD SUCCESS e031e55776cf9193b4720a253e92539ca536d224
2026-07-03 19:24 UTC
[RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
2026-07-03 19:04 UTC (2+ messages)
[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
2026-07-03 18:29 UTC (3+ messages)
` [PATCH v3 06/11] mm/cma: Allow dynamically creating CMA areas
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