messages from 2026-07-07 19:06:43 to 2026-07-10 11:41:20 UTC [more...]
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-10 11:40 UTC (91+ messages)
` [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
` [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
` [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 05/18] powerpc/syscall: "
` [patch 06/18] riscv/syscall: "
` [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
` [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
` [patch 09/18] entry: Remove syscall_enter_from_user_mode()
` [patch 10/18] entry: Use syscall number instead of rereading it
` [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
` [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
` [patch 14/18] entry: Make return type of syscall_trace_enter() bool
` [patch 15/18] x86/entry: Make syscall functions static
` [patch 16/18] x86/entry: Get rid of the sys_ni_syscall() indirection
` [patch 17/18] x86/entry: Simplify the syscall number logic
` [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
[PATCH v5 0/8] futex: Use runtime constants for futex_hash computation
2026-07-10 8:17 UTC (12+ messages)
` [PATCH v5 2/8] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching
` [PATCH v5 3/8] arm64/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v5 5/8] riscv/runtime-const: "
` [PATCH v5 7/8] asm-generic/runtime-const: Add dummy runtime_const_mask_32()
` [PATCH v5 8/8] futex: Use runtime constants for __futex_hash() hot path
[peterz-queue:locking/core] [futex] 58141fa298: Oops:general_protection_fault,probably_for_non-canonical_address#:#[##]SMP
2026-07-10 8:06 UTC (2+ messages)
[PATCH v2 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
2026-07-10 7:34 UTC (27+ messages)
` [PATCH v2 1/4] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [PATCH v2 2/4] Drivers: hv: Add logical device ID registry for vPCI devices
` [PATCH v2 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v2 4/4] iommu/hyperv: Add page-selective IOTLB flush support
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-07-10 5:53 UTC (4+ messages)
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
[PATCH v3 00/26] Introduce meminspect
2026-07-10 4:09 UTC (46+ messages)
` [PATCH v3 01/26] kernel: "
` [PATCH v3 02/26] init/version: Annotate static information into meminspect
` [PATCH v3 03/26] mm/percpu: "
` [PATCH v3 04/26] cpu: "
` [PATCH v3 05/26] genirq/irqdesc: "
` [PATCH v3 06/26] timers: "
` [PATCH v3 07/26] timekeeping: Register tk_data "
` [PATCH v3 08/26] kernel/fork: Annotate static information "
` [PATCH v3 09/26] mm/page_alloc: "
` [PATCH v3 10/26] mm/show_mem: "
` [PATCH v3 11/26] mm/swapfile: "
` [PATCH v3 12/26] kernel/vmcore_info: Register dynamic "
` [PATCH v3 13/26] kernel/configs: "
` [PATCH v3 14/26] mm/init-mm: Annotate static "
` [PATCH v3 15/26] panic: "
` [PATCH v3 16/26] kallsyms: "
` [PATCH v3 17/26] mm/mm_init: "
` [PATCH v3 18/26] sched/core: Annotate runqueues "
` [PATCH v3 19/26] mm/numa: Register node data information "
` [PATCH v3 20/26] mm/sparse: Register "
` [PATCH v3 21/26] printk: "
` [PATCH v3 22/26] remoteproc: qcom: Move minidump data structures into its own header
` [PATCH v3 23/26] soc: qcom: Add minidump backend driver
` [PATCH v3 24/26] soc: qcom: smem: Add minidump platform device
` [PATCH v3 25/26] dt-bindings: reserved-memory: Add Google Kinfo Pixel reserved memory
` [PATCH v3 26/26] meminspect: Add debug kinfo compatible driver
[PATCH v10 0/2] Add AMD I3C master controller driver and bindings
2026-07-09 19:24 UTC (4+ messages)
` [PATCH v10 1/2] dt-bindings: i3c: Add AMD I3C master controller support
` [PATCH v10 2/2] i3c: master: Add driver for AMD AXI I3C master controller
[PATCH 0/7] vDSO: Replace CONFIG_GENERIC_GETTIMEOFDAY ifdeffery with IS_ENABLED()
2026-07-09 11:32 UTC (8+ messages)
` [PATCH 1/7] kbuild: support generated asm-headers in subdirectories
` [PATCH 2/7] vDSO: Make clockmode constants available without CONFIG_GENERIC_GETTIMEOFDAY
` [PATCH 3/7] MIPS: csrc-r4k: Replace CONFIG_GENERIC_GETTIMEOFDAY ifdeffery with IS_ENABLED()
` [PATCH 4/7] clocksource/drivers/mips-gic-timer: "
` [PATCH 5/7] clocksource/drivers/arm_arch_timer: "
` [PATCH 6/7] clocksource/drivers/timer-riscv: "
` [PATCH 7/7] LoongArch: "
[PATCH v6 0/8] mm: optimize zone-device memmap initialization
2026-07-09 11:25 UTC (9+ messages)
` [PATCH v6 1/8] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v6 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v6 3/8] mm: add a set_page_section_from_pfn() helper
` [PATCH v6 4/8] mm: add a template-based fast path for zone-device page init
` [PATCH v6 5/8] mm: extend the template fast path to zone-device compound tails
` [PATCH v6 6/8] string: introduce memcpy_nt() helpers
` [PATCH v6 7/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v6 8/8] mm: use memcpy_nt() in zone-device template copies
[PATCH v6 00/24] fix dynamic-debug classmaps API for DRM
2026-07-08 2:18 UTC (25+ messages)
` [PATCH v6 01/24] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v6 02/24] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v6 03/24] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v6 04/24] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v6 05/24] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v6 06/24] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v6 07/24] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v6 08/24] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v6 09/24] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v6 10/24] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v6 11/24] dyndbg: bump num-tokens in a query-cmd from 9 to 15
` [PATCH v6 12/24] dyndbg: reduce verbose/debug clutter
` [PATCH v6 13/24] lib/parser: add match_wildcard_hyphen() for agnostic matching
` [PATCH v6 14/24] dyndbg: use KBUILD_MODFILE for unique builtin module names
` [PATCH v6 15/24] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v6 16/24] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v6 17/24] dyndbg: replace classmap list with an array-slice
` [PATCH v6 18/24] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v6 19/24] dyndbg: pin class param storage to u32
` [PATCH v6 20/24] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v6 21/24] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v6 22/24] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v6 23/24] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v6 24/24] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
[PATCH v4] module: Extend module_blacklist parameter to built-in modules
2026-07-08 2:00 UTC
[PATCH v3] module: Extend module_blacklist parameter to built-in modules
2026-07-07 19:38 UTC (2+ messages)
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