messages from 2026-06-12 22:19:37 to 2026-06-13 00:21:01 UTC [more...]
[PATCH v7 00/20] KVM: selftests: Add eventfd+VFIO IRQ test
2026-06-13 0:20 UTC (21+ messages)
` [PATCH v7 01/20] KVM: selftests: Build and link selftests/vfio/lib into KVM selftests
` [PATCH v7 02/20] KVM: selftests: Add macros to read/write+sync to/from guest memory
` [PATCH v7 03/20] KVM: selftests: Rename guest_rng to kvm_rng
` [PATCH v7 04/20] KVM: selftests: Initialize the default/global pRNG during kvm_selftest_init()
` [PATCH v7 05/20] KVM: selftests: Seed libc's RNG before using it to generate a seed for KVM's pRNG
` [PATCH v7 06/20] KVM: selftests: Add helper to generate random u64 in range [min,max]
` [PATCH v7 07/20] KVM: selftests: Add an irqfd send+receive (and later IRQ bypass) test
` [PATCH v7 08/20] KVM: selftests: Add helper to get host IRQ from device MSI-X for IRQ bypass test
` [PATCH v7 09/20] KVM: selftests: Add VFIO device support to eventfd IRQ test
` [PATCH v7 10/20] KVM: selftests: Add a helper to set proc IRQ affinity for "
` [PATCH v7 11/20] KVM: selftests: Verify interrupts are received when IRQ affinity changes in "
` [PATCH v7 12/20] KVM: selftests: Add option to set empty routing between IRQs in eventfd "
` [PATCH v7 13/20] KVM: selftests: Make number of IRQs configurable in "
` [PATCH v7 14/20] KVM: selftests: Verify non-postable IRQ remapping "
` [PATCH v7 15/20] KVM: selftests: Add kvm_gettid() wrapper and convert users
` [PATCH v7 16/20] KVM: selftests: Add kvm_sched_getaffinity() "
` [PATCH v7 17/20] KVM: selftests: Add a utility to pin a task to a random CPU, given a CPU set
` [PATCH v7 18/20] KVM: selftests: Verify vCPU migration during IRQ delivery in IRQ test
` [PATCH v7 19/20] KVM: selftests: Make number of vCPUs configurable "
` [PATCH v7 20/20] KVM: selftests: Add xAPIC support in eventfd "
[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-06-13 0:20 UTC (13+ messages)
` [PATCH 01/15] x86/virt/tdx: Read global metadata for TDX Module Extensions
` [PATCH 02/15] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH 04/15] x86/virt/tdx: Enable the Extensions right after basic TDX Module init
` [RFC PATCH 06/15] x86/virt/tdx: Initialize Quoting extension during bringup
` [RFC PATCH 10/15] x86/tdx: Move and rename Quote request structure
` [RFC PATCH 12/15] KVM: TDX: Add in-kernel Quote generation
[PATCH bpf-next v3 2/7] bpf, sockmap: Fix wrong rsge offset in bpf_msg_push_data()
2026-06-13 0:17 UTC (2+ messages)
[RFC PATCH 0/2] kasan: hw_tags: Add option to tag only at allocation time
2026-06-13 0:16 UTC (2+ messages)
[RFC PATCH v3 0/3] seccomp: non-cooperative pinned-memfd argument redirect
2026-06-13 0:15 UTC (4+ messages)
` [RFC PATCH v3 1/3] mm: add __do_mmap() and vm_mmap_seal_remote()
` [RFC PATCH v3 2/3] seccomp: add kernel-installed pinned-memfd redirect
` [RFC PATCH v3 3/3] selftests/seccomp: cover non-cooperative pinned-memfd install
[PATCH bpf] bpf: Track spilled zero scalars for var-off stack reads
2026-06-13 0:13 UTC (3+ messages)
[PATCH bpf-next v3 1/7] bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()
2026-06-13 0:09 UTC (2+ messages)
[PATCH net v2 0/2] vsock/virtio: fix msg_iter desync on transmission failure
2026-06-13 0:09 UTC (3+ messages)
` [PATCH net v2 1/2] iov_iter: export iov_iter_restore
` [PATCH net v2 2/2] vsock/virtio: restore msg_iter on transmission failure
[PATCH] Docs/mm/damon/design: fix a typo in the Address Unit section
2026-06-13 0:08 UTC (2+ messages)
[PATCH] treewide: fix transposed "sign" typos and update spelling.txt
2026-06-13 0:07 UTC (2+ messages)
[PATCH 0/5] iio: adc: Add TI ADS126X ADC family support
2026-06-13 0:06 UTC (8+ messages)
` [PATCH 1/5] dt-bindings: iio: adc: Add TI ADS126x ADC family
` [PATCH 2/5] iio: adc: Add ti-ads1262 driver
` [PATCH 3/5] iio: adc: ti-ads1262: Add GPIO controller support
` [PATCH 4/5] iio: adc: ti-ads1262: Add calibration support
` [PATCH 5/5] iio: adc: Add ti-ads1263-adc2 driver
[PATCH v4 00/30] KVM: x86: x86.{c,h} spring cleaning
2026-06-13 0:03 UTC (31+ messages)
` [PATCH v4 01/30] KVM: x86: Extract REGS and SREGS runtime sync code to helpers
` [PATCH v4 02/30] KVM: x86: Move get_segment_base() to regs.h, as kvm_get_segment_base()
` [PATCH v4 03/30] KVM: x86: Rename __{g,s}et_sregs2() => kvm_x86_vcpu_ioctl_{g,s}et_sregs2()
` [PATCH v4 04/30] KVM: x86: Move the bulk of register specific code from x86.c to regs.c
` [PATCH v4 05/30] KVM: x86: Move local APIC specific helpers out of asm/kvm_host.h
` [PATCH v4 06/30] KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.h
` [PATCH v4 07/30] KVM: x86: Swap the include order between x86.h and mmu.h
` [PATCH v4 08/30] KVM: x86: Move tdp_enabled from kvm_host.h to mmu.h
` [PATCH v4 09/30] KVM: x86: Move eager_page_split to mmu.{c,h}
` [PATCH v4 10/30] KVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.h
` [PATCH v4 11/30] KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.h
` [PATCH v4 12/30] KVM: x86: Extract get/set MSR (list) ioctl logic to helpers
` [PATCH v4 13/30] KVM: x86: Expose several TSC helpers via x86.h for use by MSR code
` [PATCH v4 14/30] KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h}
` [PATCH v4 15/30] KVM: x86: Move register helper declarations from kvm_host.h => regs.h
` [PATCH v4 16/30] KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.h
` [PATCH v4 17/30] KVM: x86: Move MSR helper declarations from kvm_host.h => msrs.h
` [PATCH v4 18/30] KVM: x86: Move "struct kvm_x86_msr_filter" definition to msrs.c
` [PATCH v4 19/30] KVM: x86/pmu: Move "struct kvm_x86_pmu_event_filter" definition to pmu.c
` [PATCH v4 20/30] KVM: x86: Move MMU helper declarations from kvm_host.h => mmu.h
` [PATCH v4 21/30] KVM: x86: Move LLDT assembly wrappers into VMX
` [PATCH v4 22/30] KVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.c
` [PATCH v4 23/30] KVM: x86: Move __kvm_irq_line_state() from kvm_host.h => ioapic.h
` [PATCH v4 24/30] KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.h
` [PATCH v4 25/30] KVM: x86: Move kvm_pv_send_ipi() declaration from kvm_host.h => lapic.h
` [PATCH v4 26/30] KVM: x86: Don't treat interrupts as allowed just because a nested run is pending
` [PATCH v4 27/30] KVM: x86: Rework kvm_arch_interrupt_allowed() into kvm_is_interrupt_allowed()
` [PATCH v4 28/30] KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()
` [PATCH v4 29/30] KVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.c
` [PATCH v4 30/30] KVM: x86: Move a pile of stuff from kvm_host.h => x86.h
[PATCH net 0/5] rxrpc: Miscellaneous fixes
2026-06-13 0:00 UTC (4+ messages)
` [PATCH net 4/5] afs: Fix netns teardown to cancel the preallocation charger
[PATCH 6.18.y] KVM: VMX: Update SVI during runtime APICv activation
2026-06-12 23:58 UTC (2+ messages)
[PATCHv2] mm/huge_memory: do not add dropped split tail folios to LRU
2026-06-12 23:55 UTC (11+ messages)
[PATCH v1 0/4] This series adds support for the Qualcomm JPEG V4L2 mem2mem encoder
2026-06-12 23:52 UTC (7+ messages)
` [PATCH v1 2/4] arm64: dts: qcom: sm8550: Add JPEG encoder node
` [PATCH v1 1/4] dt-bindings: media: qcom: Add JPEG encoder binding
[PATCH net v3] tcp: clear sock_ops cb flags before force-closing a child socket
2026-06-12 23:50 UTC (2+ messages)
[PATCH] selftests/vfio: avoid VLAs
2026-06-12 23:45 UTC (2+ messages)
[PATCH 0/4] arm64: cross-CPU NMI via SDEI
2026-06-12 23:44 UTC (6+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 3/3] arm64: escalate smp_send_stop() to an SDEI NMI as a last resort
[PATCH v2] jfs: validate active AG before updating db_active
2026-06-12 23:41 UTC
[PATCH net-next] tcp: tighten the FIN exception in tcp_sequence()
2026-06-12 23:40 UTC (3+ messages)
[PATCH] net: hsr: simplify fill_last_seq_nrs()
2026-06-12 23:30 UTC (2+ messages)
[PATCH] gpu: nova-core: remove `#[allow(non_snake_case)]`
2026-06-12 23:28 UTC (2+ messages)
[PATCH v2] flow_dissector: fix uninit-value in __skb_flow_dissect() for ETH_ADDRS
2026-06-12 23:28 UTC (2+ messages)
[PATCH] alpha/PCI: Fix I/O port accessor argument order in pci_legacy_write()
2026-06-12 23:24 UTC
[PATCH 2/2] arm64: tlbflush: Reset active_cpu on ASID rollover
2026-06-12 23:21 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2 0/3] Fix three racy updates to MSR_K7_HWCR
2026-06-12 23:21 UTC (5+ messages)
` [PATCH v2 1/3] x86/CPU/AMD: Avoid racy updates to MSR_K7_HWCR in set_cpuid_faulting()
[PATCH net v2] bnxt: fix head underflow on XDP head-grow
2026-06-12 23:20 UTC (2+ messages)
[PATCH] cpufreq: powernow-k6: replace symbolic permissions with octal
2026-06-12 23:16 UTC
[PATCH] atm: fix skb leak in sigd_send() on a closing listen socket
2026-06-12 23:12 UTC (2+ messages)
[PATCH v2 0/7] ibmvfc: make ibmvfc support FPIN messages
2026-06-12 23:11 UTC (5+ messages)
` [PATCH v2 1/7] ibmvfc: add basic FPIN support
` [PATCH v2 3/7] ibmvfc: make ibmvfc login to fabric
[PATCH v2] atm: fix use-after-free in sigd_put_skb()
2026-06-12 23:10 UTC (2+ messages)
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-06-12 23:07 UTC (5+ messages)
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
[PATCH v2 0/8] KVM: x86/hyperv: Fix racy usage of vcpu->arch.hyperv
2026-06-12 23:06 UTC (9+ messages)
` [PATCH v2 1/8] KVM: x86/hyperv: Get target FIFO in hv_tlb_flush_enqueue(), not caller
` [PATCH v2 2/8] KVM: x86/hyperv: Check for NULL vCPU Hyper-V object in kvm_hv_get_tlb_flush_fifo()
` [PATCH v2 3/8] KVM: x86/hyperv: Ensure vCPU's Hyper-V object is initialized on cross-vCPU accesses
` [PATCH v2 4/8] KVM: Initialize a vCPU's index to '-1' while it's being created
` [PATCH v2 5/8] KVM: Move nVMX's lockdep logic for vcpu->mutex to a common helper
` [PATCH v2 6/8] KVM: x86: Treat a vCPU as unreachable if its index is invalid
` [PATCH v2 7/8] KVM: x86/hyperv: Assert vCPU's mutex is held in to_hv_vcpu()
` [PATCH v2 8/8] KVM: x86/hyperv: Use {READ,WRITE}_ONCE for cross-task synic->active accesses
[PATCH v3 0/8] KVM: x86: Fix emulated MOV DR{4,5} #GP bugs
2026-06-12 23:01 UTC (9+ messages)
` [PATCH v3 1/8] KVM: x86: Treat any non-zero return from set_dr() as a faulting condition
` [PATCH v3 2/8] KVM: x86: Prioritize DR7.GD #DB over #GP due to illegal DR6/7 value
` [PATCH v3 3/8] KVM: x86: Manually check DR4/5 write values to fix SVM intercept priority
` [PATCH v3 4/8] KVM: x86: Prioritize #UD on MOV DR over #GP due to non-zero CPL
` [PATCH v3 5/8] KVM: VMX: Prioritize DR7.GD=1 #DB over CPL>0 #GP on Intel
` [PATCH v3 6/8] KVM: x86: Use kvm_dr{6,7}_valid() to check DR{4,5,6,7} write values in emulator
` [PATCH v3 7/8] KVM: x86: WARN if MOV DR emulation hits a "too late" #GP
` [PATCH v3 8/8] KVM: x86: Read CR4.DE in emulator if and only if accessing DR4 or DR5
[PATCH v3] net: stmmac: xgmac2: disable RBUE in default RX interrupt mask
2026-06-12 23:00 UTC (2+ messages)
[PATCH RESEND 0/2] seccomp: Allow using `SECCOMP_MODE_STRICT` with `SECCOMP_MODE_FILTER`
2026-06-12 22:58 UTC (9+ messages)
` [PATCH RESEND 1/2] "
[PATCH v2] udf: validate extent partition references in udf_current_aext()
2026-06-12 22:58 UTC
[PATCH v2] perf trace: Fix noise and signed formatting of __probe_ip in bare dynamic probes
2026-06-12 22:56 UTC
[PATCH v6 00/11] ASoC: renesas: fsi: Fix system hang by adding SPU clock
2026-06-12 22:55 UTC (8+ messages)
` [PATCH v6 02/11] ARM: dts: renesas: r8a7740: Add clocks for FSI
[PATCH v2] KVM: Replace guest-triggerable BUG_ON() in ioeventfd datamatch with get_unaligned()
2026-06-12 22:52 UTC
[PATCH V9 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
2026-06-12 22:51 UTC (12+ messages)
` VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX
[PATCH] mailmap: add entry for Jesse Brandeburg
2026-06-12 22:47 UTC
[PATCH v4 00/31] Introduce SCMI Telemetry FS support
2026-06-12 22:38 UTC (32+ messages)
` [PATCH v4 01/31] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [PATCH v4 02/31] firmware: arm_scmi: Reduce the scope of protocols mutex
` [PATCH v4 03/31] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v4 04/31] firmware: arm_scmi: Allow protocols to register for notifications
` [PATCH v4 05/31] uapi: Add ARM SCMI definitions
` [PATCH v4 06/31] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol
` [PATCH v4 07/31] include: trace: Add Telemetry trace events
` [PATCH v4 08/31] firmware: arm_scmi: Add basic Telemetry support
` [PATCH v4 09/31] firmware: arm_scmi: Add support to parse SHMTIs areas
` [PATCH v4 10/31] firmware: arm_scmi: Add Telemetry configuration operations
` [PATCH v4 11/31] firmware: arm_scmi: Add Telemetry DataEvent read capabilities
` [PATCH v4 12/31] firmware: arm_scmi: Add support for Telemetry reset
` [PATCH v4 13/31] firmware: arm_scmi: Add Telemetry notification support
` [PATCH v4 14/31] firmware: arm_scmi: Add support for boot-on Telemetry
` [PATCH v4 15/31] firmware: arm_scmi: Add Telemetry generation counter
` [PATCH v4 16/31] firmware: arm_scmi: Add common per-protocol debugfs support
` [PATCH v4 17/31] firmware: arm_scmi: Add Telemetry debugfs SHMTI dump support
` [PATCH v4 18/31] firmware: arm_scmi: Add Telemetry debugfs ABI documentation
` [PATCH v4 19/31] firmware: arm_scmi: stlmfs: Add System Telemetry filesystem driver
` [PATCH v4 20/31] fs/stlmfs: Document ARM SCMI Telemetry filesystem
` [PATCH v4 21/31] firmware: arm_scmi: stlmfs: Add basic mount options
` [PATCH v4 22/31] fs/stlmfs: Document ARM SCMI Telemetry FS "
` [PATCH v4 23/31] firmware: arm_scmi: stlmfs: Add ioctls support
` [PATCH v4 24/31] fs/stlmfs: Document alternative ioctl based binary interface
` [PATCH v4 25/31] firmware: arm_scmi: stlmfs: Add by-components view
` [PATCH v4 26/31] fs/stlmfs: Document alternative topological view
` [PATCH v4 27/31] firmware: arm_scmi: stlmfs: Add generation file
` [PATCH v4 28/31] [RFC] docs: stlmfs: Document ARM SCMI Telemetry FS ABI
` [PATCH v4 29/31] firmware: arm_scmi: stlmfs: Add lazy population support
` [PATCH v4 30/31] fs/stlmfs: Document lazy mode and related mount option
` [PATCH v4 31/31] [RFC] tools/scmi: Add SCMI Telemetry testing tool
[PATCH net-next v7 0/2] net: dsa: mv88e6xxx: add support for credit based shaper
2026-06-12 22:36 UTC (3+ messages)
` [PATCH net-next v7 2/2] "
[PATCH] rtc: ds1343: replace symbolic permissions with octal
2026-06-12 22:35 UTC
[PATCH] drivers: net and video: remove legacy 16-bit and non-x86 hardware drivers
2026-06-12 22:31 UTC
[PATCHES v2 00/13] perf tools: Fix pre-existing bugs in symbols, dso, bpf, sched, c2c, hwmon, and cs-etm
2026-06-12 22:24 UTC (14+ messages)
` [PATCH 01/13] perf symbols: Fix bswap copy-paste error for 32-bit ELF p_filesz
` [PATCH 02/13] perf symbols: Validate p_filesz before use in filename__read_build_id()
` [PATCH 03/13] perf symbols: Break infinite loop on zero-filled notes in sysfs__read_build_id()
` [PATCH 04/13] perf dso: Fix heap overflow in dso__get_filename() on decompressed path
` [PATCH 05/13] perf dso: Set error code when open() fails on uncompressed fallback path
` [PATCH 06/13] perf tools: Use snprintf() for root_dir path construction
` [PATCH 07/13] perf hwmon: Fix fd check to accept fd 0 in hwmon_pmu__describe_items()
` [PATCH 08/13] perf sched: Replace (void*)1 sentinel with proper runtime allocation
` [PATCH 09/13] perf bpf: Validate func_info_rec_size and sub_id in synthesize_bpf_prog_name()
` [PATCH 10/13] perf bpf: Reject oversized BPF metadata events that truncate header.size
` [PATCH 11/13] perf bpf: Bounds-check array offsets in bpil_offs_to_addr()
` [PATCH 12/13] perf c2c: Free format list entries when releasing c2c hist entries
` [PATCH 13/13] perf cs-etm: Reject CPU IDs that would overflow signed comparison
[PATCH] gpio: pisosr: Read "ngpios" as u32
2026-06-12 22:23 UTC (2+ messages)
[PATCH v9 0/6] Add driver for EC found on Qualcomm reference devices
2026-06-12 22:22 UTC (3+ messages)
` [PATCH v9 1/6] dt-bindings: embedded-controller: Add Qualcomm reference device EC description
[PATCH] pinctrl: Match DT helper types
2026-06-12 22:22 UTC (2+ messages)
[GIT PULL] pin control fixes for v7.1
2026-06-12 22:21 UTC
[PATCH net v3 1/2] net/sched: act_pedit: require matching IPv4 L4 protocol
2026-06-12 22:20 UTC (2+ messages)
[PATCH] spi: spi-mem: Fix spi_controller_mem_ops kdoc
2026-06-12 13:10 UTC (2+ messages)
[PATCH] ASoC: hisilicon: Use guard() for spin locks
2026-06-12 13:20 UTC (2+ messages)
[PATCH v2] spi: xilinx: use FIFO occupancy register to determine buffer size
2026-06-12 13:21 UTC (2+ messages)
[PATCH 1/2] ASoC: SOF: Intel: select SND_SOC_SDW_UTILS=y from SND_SOC_SOF_HDA_GENERIC=y
2026-06-11 19:40 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