[PATCH v2 0/10] KFuzzTest: a new kernel fuzzing framework
2025-09-19 15:04 UTC (12+ messages)
` [PATCH v2 01/10] mm/kasan: implement kasan_poison_range
` [PATCH v2 02/10] kfuzztest: add user-facing API and data structures
` [PATCH v2 03/10] kfuzztest: implement core module and input processing
` [PATCH v2 04/10] tools: add kfuzztest-bridge utility
` [PATCH v2 05/10] kfuzztest: add ReST documentation
` [PATCH v2 06/10] kfuzztest: add KFuzzTest sample fuzz targets
` [PATCH v2 07/10] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing
` [PATCH v2 08/10] drivers/auxdisplay: add a KFuzzTest for parse_xy()
` [PATCH v2 09/10] fs/binfmt_script: add KFuzzTest target for load_script
` [PATCH v2 10/10] MAINTAINERS: add maintainer information for KFuzzTest
[linux-next:master] [slab] db93cdd664: BUG:kernel_NULL_pointer_dereference,address
2025-09-19 15:01 UTC (8+ messages)
[PATCH v8 0/5] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-09-19 14:55 UTC (8+ messages)
[TECH TOPIC] Reaching consensus on CONFIG_HIGHMEM phaseout
2025-09-19 14:41 UTC (8+ messages)
[PATCH v2 1/4] mm: Introduce vm_uffd_ops API
2025-09-19 14:34 UTC (24+ messages)
[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
2025-09-19 14:09 UTC (14+ messages)
` [PATCH v3 05/35] checkpatch: Warn about capability_unsafe() without comment
` [syzbot ci] Re: Compiler-Based Capability- and Locking-Analysis
[v6 00/15] mm: support device-private THP
2025-09-19 13:26 UTC (8+ messages)
` [v6 01/15] mm/zone_device: support large zone device private folios
` [v6 02/15] mm/huge_memory: add device-private THP support to PMD operations
[PATCH v5 0/6] mm: split underused THPs
2025-09-19 13:24 UTC (14+ messages)
` [PATCH v5 2/6] mm: remap unused subpages to shared zeropage when splitting isolated thp
[RFC Patch 0/7] kernel: Introduce multikernel architecture support
2025-09-19 13:14 UTC (10+ messages)
` [RFC Patch 1/7] kexec: Introduce multikernel support via kexec
` [RFC Patch 2/7] x86: Introduce SMP INIT trampoline for multikernel CPU bootstrap
` [RFC Patch 3/7] x86: Introduce MULTIKERNEL_VECTOR for inter-kernel communication
` [RFC Patch 4/7] kernel: Introduce generic multikernel IPI communication framework
` [RFC Patch 5/7] x86: Introduce arch_cpu_physical_id() to obtain physical CPU ID
` [RFC Patch 6/7] kexec: Implement dynamic kimage tracking
` [RFC Patch 7/7] kexec: Add /proc/multikernel interface for "
` [syzbot ci] Re: kernel: Introduce multikernel architecture support
[PATCH V2 0/8] Add selftests for mshare
2025-09-19 13:06 UTC (8+ messages)
` [PATCH V2 1/8] mshare: Add selftests
` [PATCH V2 2/8] mshare: selftests: Adding config fragments
` [PATCH V2 4/8] mshare: selftests: Add test case shared memory
` [PATCH V2 5/8] mshare: selftests: Add test case ioctl unmap
` [PATCH V2 6/8] mshare: selftests: Add some helper functions for configuring and retrieving cgroup
` [PATCH V2 7/8] mshare: selftests: Add test case to demostrate the swapping of mshare memory
` [PATCH V2 8/8] mshare: selftests: Add test case to demostrate that mshare partly supports THP
[RFC v1 0/4] Make KHO Stateless
2025-09-19 12:56 UTC (10+ messages)
` [RFC v1 1/4] kho: Introduce KHO page table data structures
` [RFC v1 2/4] kho: Adopt KHO page tables and remove serialization
[PATCHv2 0/5] mm: Improve mlock tracking for large folios
2025-09-19 12:40 UTC (6+ messages)
` [PATCHv2 1/5] mm/page_vma_mapped: Track if the page is mapped across page table boundary
` [PATCHv2 2/5] mm/rmap: Fix a mlock race condition in folio_referenced_one()
` [PATCHv2 3/5] mm/rmap: mlock large folios in try_to_unmap_one()
` [PATCHv2 4/5] mm/fault: Try to map the entire file folio in finish_fault()
` [PATCHv2 5/5] mm/rmap: Improve mlock tracking for large folios
[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
2025-09-19 12:11 UTC (29+ messages)
` [PATCH 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH 02/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH 03/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH 04/27 5.10.y] minmax: add in_range() macro
` [PATCH 05/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH 06/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 07/27 5.10.y] minmax: fix header inclusions
` [PATCH 08/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH 09/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 10/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH 11/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH 12/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 13/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 14/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 15/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 16/27 5.10.y] lib: zstd: drop local MIN/MAX macros in favor of generic ones
` [PATCH 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH 22/27 5.10.y] minmax.h: update some comments
` [PATCH 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
[PATCH v7 13/16] mm: memory: support clearing page ranges
2025-09-19 11:33 UTC (2+ messages)
[v5 05/15] mm/migrate_device: handle partially mapped folios during collection
2025-09-19 11:33 UTC (3+ messages)
[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
2025-09-19 11:05 UTC (4+ messages)
` [PATCH v5 04/19] x86: Add arch specific kasan functions
[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-09-19 10:39 UTC (10+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver
[PATCH v5] mm: Fix possible deadlock in kmemleak
2025-09-19 10:37 UTC (2+ messages)
[PATCH 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
2025-09-19 9:59 UTC (11+ messages)
` [PATCH 1/2] mm: always call rmap_walk() on locked folios
` [PATCH 2/2] mm/userfaultfd: don't lock anon_vma when performing UFFDIO_MOVE
[PATCH] kho: only fill kimage if KHO is finalized
2025-09-19 9:44 UTC (2+ messages)
[PATCH] hugetlb: increase number of reserving hugepages via cmdline
2025-09-19 9:23 UTC
[RFC PATCH 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
2025-09-19 9:03 UTC (6+ messages)
` [RFC PATCH 2/2] arm64, tlbflush: don't "
[PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
2025-09-19 8:59 UTC (13+ messages)
[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
2025-09-19 8:44 UTC (4+ messages)
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
2025-09-19 8:30 UTC (2+ messages)
[PATCH mm-new v2 0/2] mm/khugepaged: optimize collapse candidate detection
2025-09-19 8:26 UTC (13+ messages)
` [PATCH mm-new v2 1/2] mm: make is_guard_pte_marker() available for hugepage collapse
` [PATCH mm-new v2 2/2] mm/khugepaged: abort collapse scan on guard PTEs
[PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
2025-09-19 8:25 UTC (2+ messages)
[PATCH v2 0/2] some cleanups for pageout()
2025-09-19 8:00 UTC (7+ messages)
` [PATCH v2 1/2] mm: vmscan: remove folio_test_private() check in pageout()
[Patch v2 0/2] mm_slot: fix the usage of mm_slot_entry
2025-09-19 7:44 UTC (7+ messages)
` [Patch v2 1/2] mm/ksm: get mm_slot by mm_slot_entry() when slot is !NULL
` [Patch v2 2/2] mm/khugepaged: remove definition of struct khugepaged_mm_slot
[PATCH] mm/show_mem: update printk/pr_info messages and replace legacy printk(KERN_CONT ...) with pr_cont()
2025-09-19 6:46 UTC (2+ messages)
[PATCH v5 0/8] Fix stale IOTLB entries for kernel address space
2025-09-19 5:40 UTC (9+ messages)
` [PATCH v5 1/8] mm: Add a ptdesc flag to mark kernel page tables
` [PATCH v5 2/8] mm: Actually mark kernel page table pages
` [PATCH v5 3/8] x86/mm: Use 'ptdesc' when freeing PMD pages
` [PATCH v5 4/8] mm: Introduce pure page table freeing function
` [PATCH v5 5/8] x86/mm: Use pagetable_free()
` [PATCH v5 6/8] mm: Introduce deferred freeing for kernel page tables
` [PATCH v5 7/8] mm: Hook up Kconfig options for async page table freeing
` [PATCH v5 8/8] iommu/sva: Invalidate stale IOTLB entries for kernel address space
[PATCH v2 11/16] mm: update mem char driver to use mmap_prepare
2025-09-19 5:13 UTC (3+ messages)
[PATCH v2 16/16] kcov: update kcov to use mmap_prepare
2025-09-19 5:10 UTC (3+ messages)
[PATCH v2 0/8] mm: hugetlb: allocate frozen gigantic folio
2025-09-19 5:00 UTC (6+ messages)
` [PATCH v2 1/8] mm: page_alloc: optimize pfn_range_valid_contig()
[PATCH 1/1] fixup: alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
2025-09-19 4:20 UTC (4+ messages)
[PATCH 0/4] reparent the THP split queue
2025-09-19 3:46 UTC (5+ messages)
` [PATCH 1/4] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH 2/4] mm: thp: introduce folio_split_queue_lock and its variants
` [PATCH 3/4] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
` [PATCH 4/4] mm: thp: reparent the split queue during memcg offline
[PATCHv2] mm/khugepaged: Do not fail collapse_pte_mapped_thp() on SCAN_PMD_NULL
2025-09-19 3:14 UTC (2+ messages)
[PATCH 0/2] mm: Improve mlock tracking for large folios
2025-09-19 2:52 UTC (7+ messages)
` [PATCH 1/2] mm/fault: Try to map the entire file folio in finish_fault()
` [PATCH 2/2] mm/rmap: Improve mlock tracking for large folios
[PATCH] memcg: skip cgroup_file_notify if spinning is not allowed
2025-09-19 2:49 UTC (2+ messages)
[akpm-mm:mm-everything 254/254] kernel/kexec_handover.c:970:50: error: passing argument 1 of 'kho_restore_page' makes integer from pointer without a cast
2025-09-19 2:37 UTC
[PATCH] ACPI: APEI: GHES: Don't offline huge pages just because BIOS asked
2025-09-19 1:53 UTC (14+ messages)
` [PATCH v2] "
` PATCH v3 "
[v5 01/15] mm/zone_device: support large zone device private folios
2025-09-19 1:49 UTC (2+ messages)
[PATCH v3 0/7] KSTATE: [de]serialization framework for KHO
2025-09-18 23:14 UTC (5+ messages)
` [PATCH v3 6/7] mm/memblock: Use KSTATE instead of kho to preserve preserved_mem_table
[RFC PATCH 00/12] CMA balancing
2025-09-18 22:12 UTC (4+ messages)
[PATCH v4 00/15] mm, swap: introduce swap table as swap cache (phase I)
2025-09-18 21:35 UTC (14+ messages)
` [PATCH v4 01/15] docs/mm: add document for swap table
[PATCH v2 0/7] vma count: fixes, test and improvements
2025-09-18 20:59 UTC (10+ messages)
[PATCH RESEND] maple: fix incorrect rewinding in mas_empty_area_rev
2025-09-18 20:20 UTC
[RFC][PATCH v3 00/16] Introduce kmemdump
2025-09-18 18:43 UTC (15+ messages)
` [RFC][PATCH v3 09/16] genirq/irqdesc: Have nr_irqs as non-static
[PATCH] mm/memory_hotplug: fix typo 'esecially' -> 'especially'
2025-09-18 17:45 UTC
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