messages from 2026-05-18 05:21:08 to 2026-05-27 13:31:00 UTC [more...]
[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
2026-05-27 13:30 UTC (5+ messages)
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock
[syzbot] [mm?] [arch?] BUG: sleeping function called from invalid context in __tlb_batch_free_encoded_pages
2026-05-27 12:05 UTC (2+ messages)
[PATCH v3 0/8] mm: speed up ZONE_DEVICE memmap initialization
2026-05-27 3:36 UTC (9+ messages)
` [PATCH v3 1/8] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v3 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v3 3/8] mm: add a set_page_section_from_pfn() helper
` [PATCH v3 4/8] mm: add a template-based fast path for zone-device page init
` [PATCH v3 5/8] mm: extend the template fast path to zone-device compound tails
` [PATCH v3 6/8] string: introduce memcpy_streaming() helpers
` [PATCH v3 7/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v3 8/8] mm: use memcpy_streaming() in zone-device template copies
[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
2026-05-27 1:44 UTC (5+ messages)
` [PATCH 7.2 v10 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
[PATCH] locking/qspinlock: Clarify pending field layout
2026-05-27 0:52 UTC (2+ messages)
[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
2026-05-26 16:19 UTC (14+ messages)
` [PATCH v2 01/12] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v2 02/12] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v2 03/12] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v2 04/12] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v2 05/12] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v2 06/12] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v2 07/12] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v2 08/12] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH v2 09/12] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH v2 10/12] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 11/12] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 12/12] s390/preempt: "
[PATCH v5 00/14] module: Introduce hash-based integrity checking
2026-05-26 13:14 UTC (14+ messages)
` [PATCH v5 06/14] module: Switch load_info::len to size_t
` [PATCH v5 07/14] module: Make module authentication usable without MODULE_SIG
` [PATCH v5 09/14] module: Move signature type check out of mod_check_sig()
` [PATCH v5 10/14] module: Prepare for additional module authentication mechanisms
[PATCH] arm64: tlb: Flush walk cache when unsharing PMD tables
2026-05-26 13:01 UTC (11+ messages)
[PATCH 00/11] Convert moduleparams to seq_buf
2026-05-26 6:53 UTC (27+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` [PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic
[PATCH 1/1] x86/hyperv: Refactor hv_smp_prepare_cpus()
2026-05-25 11:42 UTC (3+ messages)
[PATCH v2 00/24] dynamic-debug cleanups refactors maintenance + alignment fix
2026-05-25 9:24 UTC (26+ messages)
` [PATCH v2 01/24] docs/dyndbg: update examples \012 to \n
` [PATCH v2 02/24] docs/dyndbg: explain flags parse 1st
` [PATCH v2 03/24] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v2 04/24] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v2 05/24] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v2 06/24] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v2 07/24] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v2 08/24] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v2 09/24] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v2 10/24] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v2 11/24] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v2 12/24] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v2 13/24] dyndbg: reduce verbose/debug clutter
` [PATCH v2 14/24] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v2 15/24] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v2 16/24] dyndbg: replace classmap list with an array-slice
` [PATCH v2 17/24] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v2 18/24] dyndbg: Upgrade class param storage to u64 for 64-bit classmaps
` [PATCH v2 19/24] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v2 20/24] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v2 21/24] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v2 22/24] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v2 23/24] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v2 24/24] dyndbg: improve section names
[PATCH v2 0/7] mm: speed up ZONE_DEVICE memmap initialization
2026-05-25 4:59 UTC (19+ messages)
` [PATCH v2 1/7] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v2 2/7] mm: add a set_page_section_from_pfn() helper
` [PATCH v2 3/7] mm: add a template-based fast path for zone-device page init
` [PATCH v2 4/7] mm: extend the template fast path to zone-device compound tails
` [PATCH v2 5/7] string: introduce memcpy_streaming() helpers
` [PATCH v2 6/7] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v2 7/7] mm: use memcpy_streaming() in zone-device template copies
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-05-23 15:04 UTC (5+ messages)
` DEPT (the dependency tracker) as AI review prompt? (was: DEPT v18)
` DEPT (the dependency tracker) as AI review prompt?
[PATCH 4/5] mm: enable map_anon_folio_pmd_nopf to handle unshare
2026-05-23 14:25 UTC (2+ messages)
[PATCH RFC v2 0/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
2026-05-22 22:11 UTC (3+ messages)
[PATCH v11 14/14] kunit: add tests for smp_cond_load_relaxed_timeout()
2026-05-22 5:10 UTC (6+ messages)
` [PATCH v11 1/2] kunit: add tests for smp_cond_load_*_timeout()
` [PATCH v11 2/2] kunit: add clock tests for smp_cond_load_relaxed_timeout()
cleanup the RAID6 P/Q library v2
2026-05-22 0:27 UTC (11+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
[PATCH V3 00/11] PCI passthru on Hyper-V (Part I)
2026-05-21 22:37 UTC (6+ messages)
` [PATCH V3 09/11] x86/hyperv: Implement Hyper-V virtual IOMMU
[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
2026-05-21 15:45 UTC (32+ messages)
` [PATCH v1 1/4] iommu: Move Hyper-V IOMMU driver to its own subdirectory
` [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v1 4/4] iommu/hyperv: Add page-selective IOTLB flush support
[PATCH] nios2: remove the architecture
2026-05-21 15:37 UTC (17+ messages)
[PATCH v2 00/25] Introduce meminspect
2026-05-21 12:20 UTC (5+ messages)
[PATCH 0/4] mm: speed up ZONE_DEVICE memmap initialization
2026-05-21 3:00 UTC (19+ messages)
` [PATCH 1/4] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH 2/4] mm: add a template-based fast path for zone-device page init
` [PATCH 4/4] mm: use arch store helpers in zone-device template copies
(no subject)
2026-05-19 22:20 UTC (4+ messages)
` [PATCH v2 1/5] arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSE
cleanup the RAID6 P/Q library v3
2026-05-19 8:24 UTC (12+ messages)
` [PATCH 10/18] raid6: rework registration of optimized algorithms
` [PATCH 11/18] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/18] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/18] raid6: update top of file comments
` [PATCH 14/18] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/18] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/18] raid6_kunit: cleanup dataptr handling
` [PATCH 17/18] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/18] raid6_kunit: randomize buffer alignment
[PATCH v4 0/8] futex: Use runtime constants for futex_hash computation
2026-05-19 7:33 UTC (3+ messages)
` [PATCH v4 5/8] riscv/runtime-const: Introduce runtime_const_mask_32()
[PATCH] Generate <asm/asm-offsets.h> and remove identical copies in all architectures
2026-05-19 1:18 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