The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-05-15 17:29:24 to 2026-05-15 19:33:47 UTC [more...]

[PATCH v3 00/17] perf build: Reduce build time by nearly half
 2026-05-15 19:33 UTC  (27+ messages)
` [PATCH v4 00/14] "
  ` [PATCH v4 01/14] tools build: Fix feature checks to touch target files on success
  ` [PATCH v4 02/14] perf trace beauty: Make beauty generated C code standalone .o files
  ` [PATCH v4 03/14] perf build: Decouple pmu-events from prepare umbrella target
  ` [PATCH v4 04/14] perf build: Remove empty archheaders target
  ` [PATCH v4 05/14] perf build: Move BPF skeleton generation out of Makefile.perf
  ` [PATCH v4 06/14] perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
  ` [PATCH v4 07/14] perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase
  ` [PATCH v4 08/14] perf build: Move libsymbol dependency out of prepare step
  ` [PATCH v4 09/14] perf build: Remove redundant libbpf feature check for static builds
  ` [PATCH v4 10/14] perf pmu-events: Split big_c_string storage into standalone compilation unit
  ` [PATCH v4 11/14] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
  ` [PATCH v4 12/14] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
  ` [PATCH v4 13/14] perf pmu-events: Convert recursive shell assignments and macros to Make built-ins
  ` [PATCH v4 14/14] perf build: Convert llvm-config shell queries to simply expanded variables
  ` [PATCH v5 00/14] perf build: Reduce build time by nearly half
    ` [PATCH v5 01/14] tools build: Fix feature checks to touch target files on success
    ` [PATCH v5 02/14] perf trace beauty: Make beauty generated C code standalone .o files
    ` [PATCH v5 03/14] perf build: Decouple pmu-events from prepare umbrella target
    ` [PATCH v5 04/14] perf build: Remove empty archheaders target
    ` [PATCH v5 05/14] perf build: Move BPF skeleton generation out of Makefile.perf
    ` [PATCH v5 06/14] perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
    ` [PATCH v5 07/14] perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase
    ` [PATCH v5 08/14] perf build: Move libsymbol dependency out of prepare step
    ` [PATCH v5 09/14] perf build: Remove redundant libbpf feature check for static builds

[PATCH v2 0/2] ASoC: simple-card-utils: support system-clock-id DT property
 2026-05-15 19:32 UTC  (2+ messages)

[PATCH] smb: client: use data_len for SMB2 READ encrypted folioq copy
 2026-05-15 19:31 UTC 

[PATCH] Revert "nfc: nxp-nci: remove interrupt trigger type"
 2026-05-15 19:28 UTC  (2+ messages)

[PATCH v3 0/4] sched: Fix cluster scheduling in the presence of asymmetric capacity
 2026-05-15 19:26 UTC  (3+ messages)
` [PATCH v3 1/4] sched/fair: Check CPU capacity before comparing group types during load balance

[PATCH] err_ptr.h: introduce ERR_PTR_SAFE()
 2026-05-15 19:26 UTC  (3+ messages)

[PATCH] cxl/acpi: Defer probe when ACPI0016 PCI root bridge is not ready
 2026-05-15 19:24 UTC  (3+ messages)

[PATCH 6.6 000/474] 6.6.140-rc1 review
 2026-05-15 19:21 UTC  (2+ messages)

[PATCH net] net: lan743x: permit VLAN-tagged packets up to configured MTU
 2026-05-15 19:23 UTC 

[PATCH] checkpatch: Don't emit warnings for USB & PCI device DT compatible prefixes
 2026-05-15 19:23 UTC  (5+ messages)

[PATCH v5 0/7] perf libunwind multiple remote support
 2026-05-15 19:23 UTC  (3+ messages)
  ` [PATCH v5 4/7] perf unwind-libunwind: Make libunwind register reading cross platform

[PATCH v12 00/11] ADF41513/ADF41510 PLL frequency synthesizers
 2026-05-15 19:21 UTC  (5+ messages)
` [PATCH v12 02/11] lib: kstrtox: add kstrtoudec64() and kstrtodec64()

[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
 2026-05-15 19:19 UTC  (42+ messages)
` [PATCH v3 01/41] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH v3 02/41] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH v3 03/41] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v3 04/41] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v3 05/41] x86/tdx: Override PV calibration routines with CPUID-based calibration
` [PATCH v3 06/41] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v3 07/41] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v3 08/41] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v3 09/41] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v3 10/41] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v3 11/41] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v3 12/41] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v3 13/41] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v3 14/41] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v3 15/41] x86/xen/time: Nullify x86_platform's sched_clock save/restore hooks
` [PATCH v3 16/41] x86/vmware: Nullify save/restore hooks when using VMware's sched_clock
` [PATCH v3 17/41] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v3 18/41] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v3 19/41] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v3 20/41] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v3 21/41] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v3 22/41] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v3 23/41] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v3 24/41] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v3 25/41] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v3 26/41] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v3 27/41] x86/kvmclock: Enable kvmclock on APs during onlining if kvmclock isn't sched_clock
` [PATCH v3 28/41] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v3 29/41] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v3 30/41] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v3 31/41] x86/tsc: Pass KNOWN_FREQ and RELIABLE as params to registration
` [PATCH v3 32/41] x86/tsc: Rejects attempts to override TSC calibration with lesser routine
` [PATCH v3 33/41] x86/kvmclock: Mark TSC as reliable when it's constant and nonstop
` [PATCH v3 34/41] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v3 35/41] x86/kvmclock: Obtain TSC frequency from CPUID if present
` [PATCH v3 36/41] x86/kvmclock: Get local APIC bus frequency from PV CPUID Timing Info
` [PATCH v3 37/41] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v3 38/41] x86/paravirt: kvmclock: Setup kvmclock early iff it's sched_clock
` [PATCH v3 39/41] x86/paravirt: Move using_native_sched_clock() stub into timer.h
` [PATCH v3 40/41] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v3 41/41] x86/kvmclock: Get CPU base frequency from CPUID when it's available

[PATCH] ovl: keep err zero after successful ovl_cache_get()
 2026-05-15 19:17 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v2 0/3] x86: Fix a F00F bug warning and cleanup surrounding code
 2026-05-15 19:16 UTC  (7+ messages)
` [PATCH v2 1/3] x86/cpu/intel: Don't clear X86_BUG_F00F before setting it
` [PATCH v2 2/3] x86/cpu/intel: Simplify F00F bug notice using pr_notice_once()
` [PATCH v2 3/3] x86/cpufeature: Remove clear_cpu_bug()

[PATCH v3] riscv: cif: reduce shadow stack size limit from 4GB to 2GB
 2026-05-15 19:16 UTC  (6+ messages)

[PATCH v1] include: Remove unused header stubs from fast-headers effort
 2026-05-15 19:14 UTC 

[PATCH v2 0/2] watchdog: realtek-otto: add fallback compatible
 2026-05-15 19:14 UTC  (6+ messages)

[PATCH] kconfig: add kconfig-sym-check static checker
 2026-05-15 19:08 UTC  (3+ messages)

[PATCH 6.12 000/144] 6.12.90-rc1 review
 2026-05-15 19:07 UTC  (2+ messages)

[PATCH] rust: cred: add safe abstractions for capable() and ns_capable()
 2026-05-15 19:07 UTC 

[PATCH 00/13] rv: Convert rvgen to Lark
 2026-05-15 19:07 UTC  (5+ messages)
` [PATCH 02/13] verification/rvgen: Introduce a parse tree for automata using Lark
` [PATCH 03/13] verification/rvgen: Implement state and transition parser based on Lark

[PATCH net 2/2] dt-bindings: net: updated interrupt type to be active low, level triggered
 2026-05-15 19:06 UTC  (3+ messages)

[PATCH v1] include: Remove unused crypto-ux500.h
 2026-05-15 19:02 UTC 

[PATCH v9 00/23] Runtime TDX module update support
 2026-05-15 18:59 UTC  (7+ messages)
` [PATCH v9 10/23] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
` [PATCH v9 11/23] x86/virt/seamldr: Allocate and populate a module update request

[PATCH v3] nvme: core: reject invalid LBA data size from Identify Namespace
 2026-05-15 18:58 UTC 

[PATCH v1] include: Remove unused dma-iop32x.h
 2026-05-15 18:54 UTC 

[PATCH v2] sched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RT
 2026-05-15 18:56 UTC  (5+ messages)

[PATCH 0/3] af_unix: unix_stream_data_wait() fix and improvements
 2026-05-15 18:54 UTC  (4+ messages)
` [PATCH 1/3] af_unix: Fix UAF read of tail->len in unix_stream_data_wait()
` [PATCH 2/3] af_unix: Simplify unix_stream_data_wait()
` [PATCH 3/3] af_unix: prevent spurious reader wakeups by writer

[PATCH v2 0/8] x86/resctrl: Support for AMD Global (Slow) Memory Bandwidth Allocation
 2026-05-15 18:52 UTC  (3+ messages)

[PATCH v1] include: Remove unused jz4740-battery.h
 2026-05-15 18:50 UTC 

[PATCH v1] include: Remove unused ks8851_mll.h
 2026-05-15 18:45 UTC 

[GIT PULL] smb3 client fixes
 2026-05-15 18:44 UTC 

[PATCH] powercap: intel_rapl_tpmi: Handle PMU registration failure during probe
 2026-05-15 18:42 UTC 

[PATCH] memcg: cache obj_stock by memcg, not by objcg pointer
 2026-05-15 18:42 UTC  (2+ messages)

[PATCH v1] include: Remove unused jz4740-adc.h
 2026-05-15 18:42 UTC 

[PATCH 0/3] f2fs: support encrypted inline data
 2026-05-15 18:41 UTC  (2+ messages)

[PATCH] clocksource: rtl-otto: Change driver to use __raw reads and writes
 2026-05-15 18:39 UTC  (8+ messages)
    ` AW: "
        ` AW: "
            ` AW: "

[PATCH] wifi: mt76: mt7921: assert sniffer on chanctx change
 2026-05-15 18:39 UTC 

[PATCH] bpf: test_run: reduce kernel stack usage
 2026-05-15 18:38 UTC  (4+ messages)

[RFC v1 PATCH 0/11] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
 2026-05-15 18:35 UTC  (4+ messages)

[PATCH] sched/fair: Call update_util_est() after dequeue_entities()
 2026-05-15 18:35 UTC  (2+ messages)

[PATCH] ASoC: qcom: q6apm-dai: Allocate an extra page for PCM buffers
 2026-05-15 18:34 UTC  (2+ messages)

[PATCH v1] include: Remove unused cnt32_to_63.h
 2026-05-15 18:34 UTC 

[PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations
 2026-05-15 18:34 UTC 

[BUG] ACPI INT33D3 ambient light sensor not bound on Intel Lunar Lake (ThinkPad X1 Carbon Gen 13)
 2026-05-15 18:32 UTC  (3+ messages)

[PATCH v2] serial: max310x: fix compile errors if CONFIG_SPI_MASTER is disabled
 2026-05-15 18:30 UTC 

[PATCH v6 00/28] KVM: combined patchset for MBEC/GMET support
 2026-05-15 18:31 UTC  (5+ messages)

[PATCH 0/6] media: v4l2-isp: Add support for extensible statistics
 2026-05-15 18:29 UTC  (11+ messages)
` [PATCH 1/6] media: uapi: v4l2-isp: Add "
` [PATCH 2/6] media: Documentation: uapi: Update V4L2 ISP for extensible stats
` [PATCH 3/6] media: v4l2-isp: Rename v4l2_isp_params_buffer_size
` [PATCH 4/6] media: v4l2-isp: Add per-block validation callback
` [PATCH 6/6] media: v4l2-isp: Add helpers for stats buffer

[PATCH] bpf: fix btf_types_are_same for cross-BTF type comparison
 2026-05-15 18:27 UTC 

[PATCH] powercap: intel_rapl: Fix memory leak in rapl_add_package_cpuslocked()
 2026-05-15 18:26 UTC 

[PATCH v1] docs: sysctl/net: Remove ax25, netrom, rose entries
 2026-05-15 18:25 UTC  (2+ messages)

[PATCH RESEND bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
 2026-05-15 18:24 UTC  (6+ messages)

[PATCH V3 00/11] PCI passthru on Hyper-V (Part I)
 2026-05-15 18:23 UTC  (3+ messages)
` [PATCH V3 09/11] x86/hyperv: Implement Hyper-V virtual IOMMU

[PATCH v2 00/18] perf build: Reduce build time by nearly half
 2026-05-15 18:20 UTC  (5+ messages)
` [PATCH v3 00/17] "

[PATCH v3] sh: maple: fix empty port handling
 2026-05-15 18:11 UTC 

[PATCH 2/2] x86/kvm/vmx: Fix VMX vs hrtimer_rearm_deferred()
 2026-05-15 18:15 UTC  (2+ messages)

[PATCH v2] PCI: brcmstb: Assign pcie->gen from of_pci_get_max_link_speed()
 2026-05-15 18:14 UTC  (2+ messages)

[PATCH v11 00/22] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
 2026-05-15 18:12 UTC  (5+ messages)
` [PATCH v11 13/22] media: i2c: add Maxim GMSL2/3 serializer and deserializer framework
` [PATCH v11 16/22] media: i2c: maxim-serdes: add MAX96717 driver

[PATCH] treewide: replace /usr/bin/python3 shebangs with env python3
 2026-05-15 18:07 UTC 

[PATCH] [v2] iommu, debugobjects: avoid gcc-16.1 section mismatch warnings
 2026-05-15 18:06 UTC  (2+ messages)

[PATCH v2 0/5] devm conversion, wait time, locking cleanup
 2026-05-15 18:05 UTC  (8+ messages)
` [PATCH v2 4/5] iio: light: tcs3472: implement wait time and sampling frequency
` [PATCH v2 5/5] iio: light: tcs3472: move standalone return to default case

[PATCH] x86/cpu: Add Intel CPU model number for rugged Panther Lake
 2026-05-15 18:02 UTC 

[PATCH v4 1/1] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_(bpp|dt)()
 2026-05-15 18:01 UTC  (2+ messages)

[PATCH net-next] net: dsa: yt921x: Add ACL support
 2026-05-15 18:01 UTC  (2+ messages)

[PATCH] usb: legousbtower: remove changelog, tracked in git
 2026-05-15 18:01 UTC 

[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-05-15 18:00 UTC  (11+ messages)
` [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 net-next 00/12] net: enable TC956x support
 2026-05-15 17:59 UTC 

[git pull] IOMMU Fixes for Linux v7.1-rc3
 2026-05-15 17:57 UTC 

[PATCH v11 0/3] Add TPS68470 power supply support for ov13b10 sensor
 2026-05-15 17:45 UTC  (4+ messages)
` [PATCH v11 1/3] platform/x86: int3472: Rename daisy-chain GPIO props to generic
` [PATCH v11 2/3] platform/x86: int3472: Add TPS68470 board data for intel nvl
` [PATCH v11 3/3] media: ov13b10: Support multiple regulators

the stuttering regression in 7.0: should I have done something different?
 2026-05-15 17:51 UTC  (14+ messages)
          ` the stuttering regression in 7.0: should I have done something different

[PATCH] firmware: imx: scu-irq: accumulate wakeup sources via sysfs_emit_at()
 2026-05-15 17:50 UTC 

[PATCH] net/llc: fix UBSAN array-index-out-of-bounds in llc_conn_state_process
 2026-05-15 17:49 UTC 

[PATCH] firmware: arm_ffa: honor descriptor size in PARTITION_INFO_GET_REGS
 2026-05-15 17:44 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] HID: hid-lenovo-go: cancel cfg_setup work in hid_go_cfg_remove()
 2026-05-15 17:45 UTC 

[GIT PULL] arm64 fixes for 7.1-rc4
 2026-05-15 17:45 UTC 

[PATCH] platform/x86: ideapad-laptop: remap "Star with S" key to KEY_DASHBOARD
 2026-05-15 17:43 UTC  (2+ messages)

[PATCH v8 00/12] iio: ssp_sensors: driver fixes, refactor and cleanup
 2026-05-15 17:40 UTC  (13+ messages)
` [PATCH v8 01/12] iio: ssp_sensors: cancel delayed work_refresh on remove
` [PATCH v8 02/12] iio: ssp_sensors: factor out pending list add/remove helpers
` [PATCH v8 03/12] iio: ssp_sensors: refactor transfer logic into helper
` [PATCH v8 04/12] iio: ssp_sensors: factor out MCU enable/disable helpers
` [PATCH v8 05/12] iio: ssp_sensors: use local struct device
` [PATCH v8 06/12] iio: ssp_sensors: fix variable type and declaration order in probe()
` [PATCH v8 07/12] iio: ssp_sensors: Drop duplicated wdt timer and work cleanup
` [PATCH v8 08/12] iio: ssp_sensors: convert probe and teardown to devm-managed resources
` [PATCH v8 09/12] iio: ssp_sensors: use guard() to release mutexes
` [PATCH v8 10/12] iio: ssp_sensors: Use dev_err_probe()
` [PATCH v8 11/12] iio: ssp_sensors: return errors directly from ssp_irq_msg()
` [PATCH v8 12/12] iio: ssp_sensors: reuse embedded RX buffer for SPI transfers

[PATCH] PCI: qcom: Restrict PERST# parsing to PCI bridge nodes
 2026-05-15 17:41 UTC  (2+ messages)

[PATCH net] Bluetooth: ISO: drop ISO_END frames received without prior ISO_START
 2026-05-15 17:40 UTC  (2+ messages)

[PATCH v3] Faster Arm64 __arch_copy_from_user and __arch_copy_to_user
 2026-05-15 17:38 UTC 

ASoC q6asm race condition when stopping and preparing the stream
 2026-05-15 17:38 UTC 

[PATCH v2] nfc: nxp-nci: remove interrupt trigger type
 2026-05-15 17:37 UTC 

[GIT PULL] Ceph fixes for 7.1-rc4
 2026-05-15 17:36 UTC 

[PATCH v5 00/13] ima: Introduce staging mechanism
 2026-05-15 17:37 UTC  (4+ messages)

[PATCH v2 0/2] PCI: altera: Fix IRQ cleanup on probe failure
 2026-05-15 17:35 UTC 

[PATCH v2 1/2] dt-bindings: display: simple: Add AM-1280800W8TZQW-T00H
 2026-05-15 17:34 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 7.1-rc4
 2026-05-15 17:34 UTC 

[PATCH v2] HID: appleir: fix UAF on pending key_up_timer in remove()
 2026-05-15 17:32 UTC 

[PATCH v2 0/5] drm/rcar-du: Add support for DSI pipelines with DSC
 2026-05-15 17:32 UTC  (3+ messages)
` [PATCH v2 2/5] dt-bindings: display: bridge: Document Renesas R-Car V4H DSC bindings

[PATCH v5 2/2] perf pmu intel: Adjust cpumaks for sub-NUMA clusters on Emeraldrapids
 2026-05-15 17:29 UTC 

[PATCH v2 0/4] Introduce HONOR MagicBook Art 14 device tree
 2026-05-15 17:29 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add HONOR
` [PATCH v2 2/4] dt-bindings: arm: qcom: Add HONOR MagicBook Art 14
` [PATCH v2 3/4] arm64: dts: qcom: Add HONOR MagicBook Art 14 device tree
` [PATCH v2 4/4] firmware: qcom: scm: Allow QSEECOM on Honor Magicbook Art 14

[PATCH v1] efi/runtime-wrappers: Avoid crashing on early PRM code invocations
 2026-05-15 17:29 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox