All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-15 19:16:06 to 2026-05-15 20:08:00 UTC [more...]

[PATCH bpf-next 2/3] tracing: Expose tracepoint BTF ids via tracefs
 2026-05-15 20:07 UTC  (3+ messages)

[PATCH v2 0/2] phy: rockchip: inno-hdmi: Change TMDS rate handling to configure() ops
 2026-05-15 19:55 UTC  (9+ messages)
` [PATCH v3 1/2] phy: rockchip: inno-hdmi: Add configure() and validate() ops
` [PATCH v3 2/2] phy: rockchip: inno-hdmi: Remove deprecated way to configure TMDS rate

[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
 2026-05-15 20:06 UTC  (53+ 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] drm/xe/late_bind: Release firmware on parse_lb_layout() failure
 2026-05-15 20:03 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH] define matchpathcon_filespec_add/add64
 2026-05-15 20:02 UTC  (2+ messages)

[PATCH v4 0/7] lsm: Replace security_sb_mount with granular mount hooks
 2026-05-15 20:01 UTC  (8+ messages)
` [PATCH v4 1/7] lsm: Add granular mount hooks to replace security_sb_mount
` [PATCH v4 2/7] apparmor: Remove redundant MS_MGC_MSK stripping in apparmor_sb_mount
` [PATCH v4 3/7] apparmor: Convert from sb_mount to granular mount hooks
` [PATCH v4 4/7] selinux: "
` [PATCH v4 5/7] landlock: "
` [PATCH v4 6/7] tomoyo: "
` [PATCH v4 7/7] lsm: Remove security_sb_mount and security_move_mount

[PATCH v11 00/22] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
 2026-05-15 20:00 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS 1546b4ea65764226eacfb337b141e7563b336a75
 2026-05-15 19:56 UTC 

[PATCH 1/1] dt-bindings: display: simple: add avic,tm097tdh02 panel
 2026-05-15 19:59 UTC 

[RFC PATCH 0/2] Optimize S2 page splitting
 2026-05-15 19:59 UTC  (3+ messages)
` [RFC PATCH 1/2] KVM: arm64: Introduce S2 walker SKIP return options
` [RFC PATCH 2/2] KVM: arm64: Improve splitting performance by using SKIP return values

[PATCH net-next v3 0/5] Expose more port stats to ethtool
 2026-05-15 19:59 UTC  (4+ messages)
` [PATCH net-next v3 5/5] ionic: Add .get_fec_stats ethtool handler

[REGRESSION] stable-rc/linux-6.1.y: (build) error: Bad exit status from /var/tmp/rpm-tmp.rl24IY (%install) in 
 2026-05-15 19:59 UTC 

VIS, a small Linux/x86_64 tool for CPU jitter, SMI evidence, and runtime placement reports
 2026-05-15 19:59 UTC  (2+ messages)

[PATCH v3 00/17] perf build: Reduce build time by nearly half
 2026-05-15 19:58 UTC  (23+ messages)
` [PATCH v4 00/14] "
  ` [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 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 v5 10/14] perf pmu-events: Split big_c_string storage into standalone compilation unit
    ` [PATCH v5 11/14] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
    ` [PATCH v5 12/14] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
    ` [PATCH v5 13/14] perf pmu-events: Convert recursive shell assignments and macros to Make built-ins
    ` [PATCH v5 14/14] perf build: Convert llvm-config shell queries to simply expanded variables

[Bug 221065] New: ideapad_acpi: unexpected charge_types spam on Yoga Pro 7 14ASP9
 2026-05-15 19:58 UTC  (2+ messages)
` [Bug 221065] "

[PATCHSET v8 6/6] libfuse: cache iomap mappings for even better file IO performance
 2026-05-15 19:58 UTC  (3+ messages)
` [PATCH 1/9] libfuse: enable iomap cache management for lowlevel fuse

[PATCH] shmem: support xattr gnu.* namespace for the Hurd
 2026-05-15 19:58 UTC 

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

[PATCH v6 0/4] hw/riscv: Server Platform Reference Board
 2026-05-15 19:54 UTC  (4+ messages)
` [PATCH v6 2/4] target/riscv: Add server platform reference cpu

[PATCH] shmem: support xattr gnu.* namespace for the Hurd
 2026-05-15 19:54 UTC 

[PATCH bpf-next 1/3] bpf: Export btf_get_module_btf() and btf_relocate_id()
 2026-05-15 19:54 UTC  (3+ messages)

[PATCH] kbuild: deb-pkg: propagate hook script failures in builddeb
 2026-05-15 19:53 UTC  (4+ messages)

[PATCH v4 0/3] cdrom: gdrom: fix block I/O and capacity setting
 2026-05-15 19:51 UTC  (4+ messages)
` [PATCH v4 1/3] cdrom: gdrom: replace port I/O with MMIO accessors
` [PATCH v4 2/3] cdrom: gdrom: update gendisk capacity on open
` [PATCH v4 3/3] cdrom: gdrom: verify device access after disc swap

[PATCH] evaluate the second argument of ALLOC_GROW only once
 2026-05-15 19:50 UTC  (3+ messages)

[xilinx-xlnx:xlnx_rebase_v6.18_LTS 493/944] drivers/i3c/master/adi-i3c-master.c:138:9: error: too few arguments to function 'i3c_writel_fifo'
 2026-05-15 19:49 UTC 

[PATCH] ASoC: rt722-sdca: Add a control to support CAE firmware update
 2026-05-15 19:49 UTC  (2+ messages)

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

[PATCH v2] scsi: core: run queues for all non-SDEV_DEL devices from scsi_run_host_queues
 2026-05-15 19:49 UTC  (2+ messages)

[PATCH] scsi: core: wake eh reliably when using scsi_schedule_eh
 2026-05-15 19:49 UTC  (2+ messages)

[PATCH RFC] drm/lease: Fix warning on large user-controlled allocations
 2026-05-15 19:48 UTC  (2+ messages)
`  "

[PATCH bpf-next v5 0/4] bpf: add icmp_send kfunc
 2026-05-15 19:47 UTC  (5+ messages)
` [PATCH bpf-next v5 1/4] bpf: add bpf_icmp_send kfunc
` [PATCH bpf-next v5 2/4] selftests/bpf: add bpf_icmp_send kfunc tests
` [PATCH bpf-next v5 3/4] selftests/bpf: add bpf_icmp_send kfunc IPv6 tests
` [PATCH bpf-next v5 4/4] selftests/bpf: add bpf_icmp_send recursion test

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

[PATCH net-next v2] net: napi: Skip last poll when arming gro timer in busy poll
 2026-05-15 19:46 UTC 

[Linux Kernel 7.0.7] [hp_wmi] EC layout for board 8C9C unsupported
 2026-05-15 19:46 UTC  (2+ messages)

[PATCH v2 1/7] net/netvsc: retry VF hotplug indefinitely until PCI device disappears
 2026-05-15 19:45 UTC  (11+ messages)
  ` [EXTERNAL] "
` [PATCH v3 0/7] net/netvsc: fix VF hotplug and service reset handling
  ` [PATCH v3 1/7] net/netvsc: retry VF hotplug indefinitely until PCI device disappears
  ` [PATCH v3 2/7] net/netvsc: retry on SIOCGIFHWADDR failure during VF hotplug
  ` [PATCH v3 3/7] net/netvsc: retry full probe when IB device not ready during hotplug
  ` [PATCH v3 4/7] net/netvsc: add debug logging for VF hotplug retry
  ` [PATCH v3 5/7] net/netvsc: retry when no matching MAC found in net directory
  ` [PATCH v3 6/7] net/netvsc: forward per-queue stats from VF device
  ` [PATCH v3 7/7] net/netvsc: handle VF recovery events for service reset

[PATCH V7 00/11] Add Invensense ICM42607
 2026-05-15 19:44 UTC  (13+ messages)
` [PATCH V7 06/11] iio: imu: inv_icm42607: Add Buffer support for icm42607
` [PATCH V7 08/11] iio: imu: inv_icm42607: Add Accelerometer "
` [PATCH V7 09/11] iio: imu: inv_icm42607: Add Wake on Movement to icm42607
` [PATCH V7 10/11] iio: imu: inv_icm42607: Add Gyroscope "

[PATCH v13 00/28] CoreSight: Refactor power management for CoreSight path
 2026-05-15 19:44 UTC  (4+ messages)
` [PATCH v13 04/28] coresight: Populate CPU ID into coresight_device
` [PATCH v13 23/28] coresight: Control path during CPU idle

[PATCH net] net: mana: Fix TOCTOU double-fetch of hwc_msg_id from DMA buffer
 2026-05-15 19:44 UTC  (2+ messages)

[PATCH v9 00/23] Runtime TDX module update support
 2026-05-15 19:43 UTC  (3+ messages)
` [PATCH v9 11/23] x86/virt/seamldr: Allocate and populate a module update request

[PATCH] drm/i915/dp: Require DPCD backlight control mode for VESA AUX backlight
 2026-05-15 19:42 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v4 0/3] Enable perf tracing for unprivileged users
 2026-05-15 19:40 UTC  (4+ messages)
` [PATCH v4 1/3] perf evsel: don't set PERF_SAMPLE_IP for unprivileged tracepoints
` [PATCH v4 2/3] perf: enable unprivileged syscall tracing with perf trace
` [PATCH v4 3/3] tracefs: make root directory world-traversable

[PATCHSET v8 5/6] fuse: add sample iomap fuse servers
 2026-05-15 19:41 UTC  (3+ messages)
` [PATCH 5/7] example/iomap_ow_ll: create a simple iomap out of place write server

[PATCH] treewide: replace /usr/bin/python3 shebangs with env python3
 2026-05-15 19:40 UTC  (3+ messages)

[PATCH] Disable -Wattribute-alias for clang-23 and newer
 2026-05-15 19:40 UTC  (3+ messages)

[PATCH net] dpll: zl3073x: fix memory leak on pin registration failure
 2026-05-15 19:39 UTC 

[PATCH v2 0/5] fs/resctrl: Fix four long-standing issues
 2026-05-15 19:39 UTC  (6+ messages)
` [PATCH v2 1/5] fs/resctrl: Move functions to avoid forward references in subsequent fixes
` [PATCH v2 2/5] fs/resctrl: Free mon_data structures on rdt_get_tree() failure
` [PATCH v2 3/5] fs/resctrl: Fix use-after-free during unmount
` [PATCH v2 4/5] fs/resctrl: Fix deadlock for errors during mount
` [PATCH v2 5/5] fs/resctrl: Fix issues with worker threads when CPUs are taken offline

[PATCH v2] x86/topology: Unify srat_detect_node among amd and hygon
 2026-05-15 19:39 UTC  (2+ messages)

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

[PATCH 00/13] rv: Convert rvgen to Lark
 2026-05-15 19:35 UTC  (3+ messages)
` [PATCH 06/13] verification/rvgen: Convert __fill_verify_guards_func() "

[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 iproute2-next 0/2] dpll: add pin operstate and fractional frequency offset to parent-device
 2026-05-15 19:30 UTC  (2+ messages)

[PATCH iproute2-next v2 0/4] Allow rdma dev netns to take a pid
 2026-05-15 19:30 UTC  (2+ messages)

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

[PATCH 0/2] hw/arm/aspeed: add anacapa-bmc machine
 2026-05-15 16:55 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] hw/arm/aspeed: anacapa: add FRU EEPROM data

[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)

[Buildroot] [PATCH] package/qemu: conditionally enable TCG interpreter
 2026-05-15 19:24 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 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 6.6 000/474] 6.6.140-rc1 review
 2026-05-15 19:21 UTC  (2+ messages)

[PATCH] libceph: Fix out-of-bounds writes with oversized monitor reply messages
 2026-05-15 19:22 UTC  (2+ messages)

[PATCH] iio: buffer: only set IRQF_ONESHOT when thread handler is provided
 2026-05-15 19:22 UTC  (7+ messages)

[Buildroot] [PATCH v3] package/qemu: bump to version 11.0.0
 2026-05-15 19:21 UTC  (3+ messages)

[PATCH v3 08/11] scsi: ufs: Use trace_call__##name() at guarded tracepoint call sites
 2026-05-15 19:21 UTC  (4+ messages)

[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] python/sepolicy: update for modern python builds
 2026-05-15 19:19 UTC 

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

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

[REQUEST FOR GUIDANCE] Dell Panther Lake IR camera (HIMX1092 / Synaptics SVP7500 06CB:0701) — port-2 streaming gated by bridge secure-handshake
 2026-05-15 19:15 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.