All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-07 18:55:15 to 2026-04-07 19:28:45 UTC [more...]

[PATCH v8 00/13] whpx: i386: bug fixes, feature probing and CPUID
 2026-04-07 14:18 UTC  (9+ messages)
` [PATCH v8 01/13] target/i386: emulate: include name of unhandled instruction
` [PATCH v8 03/13] whpx: i386: wire up feature probing
` [PATCH v8 06/13] whpx: i386: reintroduce enlightenments for Windows 10
` [PATCH v8 07/13] whpx: i386: introduce proper cpuid support
` [PATCH v8 08/13] whpx: i386: kernel-irqchip=off fixes
` [PATCH v8 09/13] whpx: i386: use WHvX64RegisterCr8 only when kernel-irqchip=off
` [PATCH v8 10/13] whpx: i386: disable kernel-irqchip on Windows 10 when PIC enabled
` [PATCH v8 12/13] whpx: i386: disable enlightenments and LAPIC for isapc

[PATCH 0/5] target/riscv: A collection of bug fixes
 2026-04-07  9:38 UTC  (8+ messages)
` [PATCH 1/5] target/riscv: Generate access fault if sc comparison fails
` [PATCH 2/5] linux-user/strace: Add a wrapper for read and write
` [PATCH 3/5] target/riscv: Don't OR mip.SEIP when mvien is one
` [PATCH 4/5] hw/timer: ibex_timer: Update IRQs after writing CTRL
` [PATCH 5/5] target/riscv: Use ELEN for Fractional LMUL check

[PATCH v3] Allow building qemu tools on 32-bit hosts
 2026-04-07 15:35 UTC  (4+ messages)

[PATCH v3 0/5] monitor: add dynamic QMP monitor hotplug support
 2026-04-07 11:00 UTC  (5+ messages)
` [PATCH v3 3/5] qapi: add monitor-add, monitor-remove, query-monitors commands
` [PATCH v3 4/5] tests/qtest: add tests for dynamic monitor add/remove

[RFC v4 0/5] net/filter: Add AF_PACKET support for vhost-net
 2026-04-07  5:05 UTC  (5+ messages)
` [RFC v4 1/5] net/filter: allow filters on vhost netdevs
` [RFC v4 3/5] io/channel-socket: tolerate AF_PACKET getpeername
` [RFC v4 4/5] chardev/socket: add AF_PACKET inject path
` [RFC v4 5/5] chardev/socket: add AF_PACKET capture path

[PATCH v22 00/18] Support virtio-gpu DRM native context and MAP_FIXED API
 2026-04-07 17:24 UTC  (4+ messages)
` [PATCH v22 02/18] ui/sdl2: Don't disable scanout when display is refreshed

[PATCH v5 0/8] hw/nvme: add basic live migration support
 2026-04-07 19:02 UTC  (7+ messages)
` [PATCH v5 5/8] hw/nvme: add migration blockers for non-supported cases
` [PATCH v5 7/8] hw/nvme: add basic live migration support

[PATCH v9 00/13] whpx: i386: bug fixes, feature probing and CPUID
 2026-04-07 15:17 UTC  (12+ messages)
` [PATCH v9 01/13] target/i386: emulate: include name of unhandled instruction
` [PATCH v9 02/13] whpx: i386: x2apic emulation
` [PATCH v9 03/13] whpx: i386: wire up feature probing
` [PATCH v9 04/13] whpx: i386: disable TbFlushHypercalls for emulated LAPIC
` [PATCH v9 05/13] whpx: i386: enable x2apic by default for user-mode LAPIC
` [PATCH v9 08/13] whpx: i386: kernel-irqchip=off fixes
` [PATCH v9 09/13] whpx: i386: use WHvX64RegisterCr8 only when kernel-irqchip=off
` [PATCH v9 10/13] whpx: i386: disable kernel-irqchip on Windows 10 when PIC enabled
` [PATCH v9 11/13] whpx: i386: IO port fast path cleanup
` [PATCH v9 12/13] whpx: i386: disable enlightenments and LAPIC for isapc
` [PATCH v9 13/13] whpx: i386: interrupt priority support

[RFC PATCH 00/35] target/arm: fully model WFxT instructions for A-profile
 2026-04-07 10:35 UTC  (4+ messages)
` [RFC PATCH 27/35] target/arm: wrap event_register in a union

[PATCH RFC 00/12] migration/vfio: Fix a few issues on API misuse or statistic reports
 2026-04-07 17:40 UTC  (15+ messages)
` [PATCH RFC 07/12] migration: Introduce stopcopy_bytes in save_query_pending()
` [PATCH RFC 08/12] vfio/migration: Fix incorrect reporting for VFIO pending data
` [PATCH RFC 12/12] migration: Fix calculation of expected_downtime to take VFIO info

[BUG] [powerpc] KVM guest boot failure - hangs on startup after commit 98884e0c
 2026-04-07 13:45 UTC  (17+ messages)

[PATCH] doc: release cycle: fix 2026.04 stats link
 2026-04-07 19:28 UTC  (2+ messages)

[PATCH] drm/i915/dp: Don't use DP link min bpp for the FRL link bandwidth check
 2026-04-07 19:28 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PULL 0/6] Block layer patches
 2026-04-07 17:12 UTC  (9+ messages)
` [PULL 4/6] monitor: Fix deadlock in monitor_cleanup

[PATCH v9 00/20] target/arm: single-binary
 2026-04-07 19:23 UTC  (21+ messages)
` [PATCH v9 06/20] target/arm/tcg/translate-neon.c: make compilation unit common
` [PATCH v9 07/20] target/arm/tcg/translate-mve.c: "
` [PATCH v9 10/20] target/arm/tcg/gengvec.c: "
` [PATCH v9 13/20] target/arm/tcg/translate.c: extract aarch64_translate_code()
` [PATCH v9 14/20] tcg/translator: add parameter to translator_loop for current addr type
` [PATCH v9 15/20] target/arm/tcg/translate.c: replace TCGv with TCGv_va
` [PATCH v9 16/20] target/arm/tcg/translate-a64.c: use translator_ldl_end instead of arm_ldl_code
` [PATCH v9 18/20] target/arm/tcg/translate.c: replace translator_ldl_swap with translator_ldl_end
` [PATCH v9 19/20] target/arm/tcg/translate.c: remove target_ulong
` [PATCH v9 20/20] target/arm/tcg/translate.c: make compilation unit common

[GIT PULL] ata fix for 7.0-final
 2026-04-07 19:27 UTC  (2+ messages)

[GIT PULL] hotfixes against 7.0-rc7
 2026-04-07 19:26 UTC  (2+ messages)

[PATCH 0/3] tools/nolibc: add support for 32-bit parisc
 2026-04-07 19:27 UTC  (5+ messages)
` [PATCH 1/3] parisc: Makefile: use the regular compiler to build a native 32-bit vDSO

[GIT PULL] Hyper-V fixes for v7.0-rc8
 2026-04-07 19:26 UTC  (2+ messages)

[PATCH RFC v2 0/6] Add support for Adreno 810 GPU
 2026-04-07 19:26 UTC  (2+ messages)

[PATCH 0/2] migration/vmstate: Add VMState support to safely migrate GByteArray
 2026-04-07  7:38 UTC  (5+ messages)
` [PATCH 1/2] migration/vmstate: Add VMState support for GByteArray
` [PATCH 2/2] ui/vdagent: Use VMSTATE_GBYTEARRAY to safely migrate outbuf

[PATCH v3] migration/rdma: add x-rdma-chunk-size parameter
 2026-04-07  6:15 UTC  (9+ messages)

[Buildroot] [PATCH 0/4] make utils/generate-cyclonedx runnable with Buildroot host packages
 2026-04-07 19:25 UTC  (2+ messages)

[tip:perf/urgent] BUILD SUCCESS 16bcbe6738bea7b4aee0a29324ce12c21c4b0ea0
 2026-04-07 19:24 UTC 

[RFC] archive: behavior of --prefix with absolute or parent path components
 2026-04-07 19:24 UTC  (2+ messages)

[PATCH v2 0/5] hw/ufs: Add Write Booster Support on UFS
 2026-04-07 10:23 UTC  (3+ messages)
` [PATCH v2 4/5] hw/ufs: Add UFS Write Booster Support
` [PATCH v2 5/5] tests/qtest: Add UFS Write Booster QTest

[PULL 0/3] target-arm queue
 2026-04-07 17:54 UTC  (3+ messages)
` [PULL 2/3] target/arm: fix fault_s1ns for stage 2 faults
` [PULL 3/3] docs/system: remove extraneous sentence

[PATCH 00/11] Add MTU3 for RZ/T2H and RZ/N2H
 2026-04-07 19:24 UTC  (7+ messages)
` [PATCH 06/11] dt-bindings: timer: renesas,rz-mtu3: remove TCIU8 interrupt
` [PATCH 07/11] dt-bindings: timer: renesas,rz-mtu3: move required resets to conditional
` [PATCH 08/11] dt-bindings: timer: renesas,rz-mtu3: document RZ/{T2H,N2H}

[PATCH v8 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-04-07 19:24 UTC  (10+ messages)
` [PATCH v8 1/8] KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PAT
` [PATCH v8 2/8] KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating hPAT from guest mode
` [PATCH v8 3/8] KVM: x86: nSVM: Cache and validate vmcb12 g_pat
` [PATCH v8 4/8] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v8 6/8] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXIT
` [PATCH v8 7/8] KVM: Documentation: document KVM_{GET,SET}_NESTED_STATE for SVM
` [PATCH v8 8/8] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE

[PATCH bpf-next 1/4] bpf: Fix linked reg delta tracking when src_reg == dst_reg
 2026-04-07 19:24 UTC  (4+ messages)
` [PATCH bpf-next 2/4] bpf: Clear delta when clearing reg id for non-{add,sub} ops
` [PATCH bpf-next 3/4] selftests/bpf: Add tests for delta tracking when src_reg == dst_reg
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for stale delta leaking through id reassignment

[westeri-thunderbolt:next] BUILD SUCCESS 498c05821bb42f70e9bf6512c3dec4aa821815d0
 2026-04-07 19:23 UTC 

[linusw-pinctrl:ib-mux-pinctrl] BUILD REGRESSION 6ce042f025bd4c46f5d2fd37a048a516433b0b3d
 2026-04-07 19:23 UTC 

[PATCH 0/3] firmware_loader: Fix shutdown ordering and reference counting
 2026-04-07 19:24 UTC  (2+ messages)

[PATCH] USB: serial: iuu_phoenix: fix iuutool author name
 2026-04-07 19:23 UTC 

[PATCH v2 00/17] sched/paravirt: Introduce cpu_preferred_mask and steal-driven vCPU backoff
 2026-04-07 19:19 UTC  (18+ messages)
` [PATCH v2 01/17] sched/debug: Remove unused schedstats
` [PATCH v2 02/17] sched/docs: Document cpu_preferred_mask and Preferred CPU concept
` [PATCH v2 03/17] cpumask: Introduce cpu_preferred_mask
` [PATCH v2 04/17] sysfs: Add preferred CPU file
` [PATCH v2 05/17] sched/core: allow only preferred CPUs in is_cpu_allowed
` [PATCH v2 06/17] sched/fair: Select preferred CPU at wakeup when possible
` [PATCH v2 07/17] sched/fair: load balance only among preferred CPUs
` [PATCH v2 08/17] sched/rt: Select a preferred CPU for wakeup and pulling rt task
` [PATCH v2 09/17] sched/core: Keep tick on non-preferred CPUs until tasks are out
` [PATCH v2 10/17] sched/core: Push current task from non preferred CPU
` [PATCH v2 11/17] sched/debug: Add migration stats due to non preferred CPUs
` [PATCH v2 12/17] sched/feature: Add STEAL_MONITOR feature
` [PATCH v2 13/17] sched/core: Introduce a simple steal monitor
` [PATCH v2 14/17] sched/core: Compute steal values at regular intervals
` [PATCH v2 15/17] sched/core: Handle steal values and mark CPUs as preferred
` [PATCH v2 16/17] sched/core: Mark the direction of steal values to avoid oscillations
` [PATCH v2 17/17] sched/debug: Add debug knobs for steal monitor

Question about LTTng Kernel Probe Tracking
 2026-04-07 15:14 UTC  (3+ messages)

[PATCH v3 00/10] hw/tpm: CRB chunking capability to handle PQC
 2026-04-07 10:40 UTC  (7+ messages)
` [PATCH v3 01/10] hw/tpm: Add TPM CRB chunking fields
` [PATCH v3 03/10] hw/tpm: Add internal buffer state for chunking
` [PATCH v3 05/10] test/qtest: Add test for tpm crb chunking

[PATCH v6 0/7] Add RISC-V big-endian target support
 2026-04-07 14:15 UTC  (5+ messages)
` [PATCH v6 3/7] target/riscv: Set endianness MSTATUS bits at CPU reset
` [PATCH v6 4/7] target/riscv: Implement runtime data endianness via MSTATUS bits

[PATCH RFC 0/4] Devicetree support for Glymur GPU
 2026-04-07 19:22 UTC  (5+ messages)
` [PATCH RFC 4/4] arm64: dts: qcom: Enable GPU & GMU on Glymur CRD

[GSoC PATCH] backfill: add --[no-]progress option
 2026-04-07 19:22 UTC  (5+ messages)

[PATCH v2] target/arm: fix fault_s1ns for stage 2 faults
 2026-04-07 11:47 UTC  (2+ messages)

[PATCH v2] xpad: Overhaul device data for wireless devices
 2026-04-07 19:22 UTC  (4+ messages)

[PATCH 0/6] drm/nouveau: fix GA100 issues
 2026-04-07 19:21 UTC  (7+ messages)
` [PATCH 1/6] drm/nouveau: check for GA100 specifically when calculating FRTS size
` [PATCH 2/6] drm/nouveau/bios: specify correct display fuse register for Ampere and Ada
` [PATCH 3/6] drm/nouveau/bios: skip the IFR header if present
` [PATCH 4/6] drm/nouveau/gsp: require GSP-RM for GA100 support
` [PATCH 5/6] drm/nouveau: parse the VBIOS on GA100
` [PATCH 6/6] drm/nouveau/gsp: enable FWSEC-SB "

[PATCH v2 0/3] hwmon: Fix bugs in pt5161l, isl28022, and powerz
 2026-04-07 19:21 UTC  (3+ messages)
` [PATCH v2 2/3] hwmon: (isl28022) Fix integer overflow in power calculation on 32-bit

[PATCH for 11.0] util: fix missing aio_wait_kick sym in qemu guest agent only build
 2026-04-07 15:22 UTC 

[PATCH v8 00/20] target/arm: single-binary
 2026-04-07 17:30 UTC  (8+ messages)
` [PATCH v8 17/20] target/arm/tcg/translate.c: replace translator_ldl_swap with translator_ldl_end

[PATCH v7] xpad: Overhaul device data for wireless devices
 2026-04-07 19:17 UTC 

[PATCH v2 1/2] drm/i915: Track fence region ID in plane state
 2026-04-07 19:20 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for series starting with [v2,1/2] "

[PATCH RESEND v1] Bluetooth: btintel_pcie: Align shared DMA memory to 128 bytes
 2026-04-07 19:20 UTC  (2+ messages)

[PATCH v4 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-04-07 19:20 UTC  (5+ messages)
` [PATCH v4 3/3] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH for-11.0 0/6] allow building tools and qemu-guest-agent on 32bit hosts
 2026-04-07 15:42 UTC  (4+ messages)

[PATCH 0/2] migration: include timing and RAM stats on destination when query-migrate
 2026-04-07 12:02 UTC  (3+ messages)
` [PATCH 1/2] migration: track timing and received pages in MigrationIncomingState

off-topic meta bounce probes
 2026-04-07 19:17 UTC 

[PATCH v2] drm/msm/adreno: fix userspace-triggered crash on a2xx-a4xx
 2026-04-07 19:17 UTC  (2+ messages)

[PATCH 00/60] ui: add standalone VNC server over D-Bus
 2026-04-07  8:55 UTC  (5+ messages)
` [PATCH 45/60] ui/vnc: fix vnc_display_init() leak on failure

[PATCH 0/6] qcom: Refactor GPU GX GDSC handling and IFPC behavior on A8x GPUs
 2026-04-07 19:16 UTC  (4+ messages)
` [PATCH 6/6] drm/msm/a6xx: Limit GXPD votes to recovery in A8x

[PATCH v1] drm/xe/sysctrl: Add helper to query application status
 2026-04-07 19:16 UTC 

[PATCH 0/4] sched/fair: SMT-aware asymmetric CPU capacity
 2026-04-07 19:16 UTC  (11+ messages)

[PATCH 0/4] tests/xe: Add xe_page_reclaim test suite
 2026-04-07 19:15 UTC  (2+ messages)

[PATCH v10 00/30] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2026-04-07 15:56 UTC  (3+ messages)
` [PATCH v10 03/30] crypto/x509-utils: Add helper functions for certificate store

[BUG] KVM: x86: kvmclock jumps ~253 years on Hyper-V nested virt due to cross-CPU raw TSC inconsistency
 2026-04-07 19:13 UTC  (5+ messages)

[PATCH v3] media: intel/ipu6: Improve DWC PHY HSFREQRANGE band selection for overlapping ranges
 2026-04-07 19:12 UTC  (2+ messages)

[PATCH] ASOC: avs: Fix a sparse warnings for incorrect type in argument
 2026-04-07 19:12 UTC  (3+ messages)
` [PATCH v2] ASoC: intel: avs: Fix type mismatch in variable assignment

[PATCH v9 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
 2026-04-07 19:11 UTC  (11+ messages)

[PATCH v4 0/5] dt-bindings: usb: atmel: convert Atmel USB controller bindings to YAML
 2026-04-07 19:11 UTC  (5+ messages)
` [PATCH v4 2/5] dt-bindings: usb: generic-ohci: add AT91RM9200 OHCI binding support
` [PATCH v4 5/5] dt-bindings: usb: atmel,at91sam9rl-udc: convert to DT schema

[PATCH v2 00/25] libfuse: Add support for synchronous init
 2026-04-07 19:10 UTC  (6+ messages)
` fuse-devel list on kernel.org

[PATCH i-g-t] tests/intel/xe_exec_reset: Remove CANCEL logic for CM variants
 2026-04-07 19:09 UTC  (3+ messages)
` ✗ i915.CI.Full: failure for "
  `  "

[PATCH v4 00/15] TP8028 Rapid Path Failure Recovery
 2026-04-07 19:09 UTC  (6+ messages)
` [PATCH v4 09/15] nvme: Implement cross-controller reset completion

[PATCH 0/1] hfsplus: optimize b-tree node allocation with next-fit strategy
 2026-04-07 19:09 UTC  (4+ messages)
` [PATCH 1/1] hfsplus: switch hfs_bmap_alloc() to next-fit allocation using alloc_hint

[PATCH v12 00/13] fsmonitor: implement filesystem change listener for Linux
 2026-04-07 19:09 UTC  (5+ messages)
` [PATCH v13 "
  ` [PATCH v13 01/13] t9210: disable GIT_TEST_SPLIT_INDEX for scalar clone tests

[PATCH] platform/x86/lenovo: thinkpad_acpi: add named speed presets to fan_write_cmd_speed
 2026-04-07 19:07 UTC  (3+ messages)
` [PATCH v2] platform/x86: thinkpad_acpi: remove obsolete TODO comment

[PATCH v2 0/9] MDSS / DPU bringup for Milos
 2026-04-07 19:07 UTC  (7+ messages)
` [PATCH v2 1/9] dt-bindings: display: msm-dsi-phy-7nm: document the Milos DSI PHY
` [PATCH v2 2/9] dt-bindings: display: msm-dsi-controller-main: document the Milos DSI Controller
` [PATCH v2 3/9] dt-bindings: display: msm: document the Milos DPU

[OE-core][PATCH] libgcc: Fix license with libgcc-src
 2026-04-07 19:06 UTC 

[GIT PULL] Please pull mediatek-for-master-2026-04-07 into master
 2026-04-07 18:36 UTC 

[PATCH v4 1/6] dt-bindings: clock: fsl-sai: Document i.MX8M support
 2026-04-07 19:03 UTC  (3+ messages)
` [PATCH v4 5/6] clk: fsl-sai: Extract clock setup into fsl_sai_clk_register()

[tip: x86/cache] MAINTAINERS: Update resctrl entry
 2026-04-07 19:03 UTC 

[tip: x86/cache] fs/resctrl: Add missing return value descriptions
 2026-04-07 19:03 UTC 

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

[PATCH v2 1/2] landlock: Fix LOG_SUBDOMAINS_OFF inheritance across fork()
 2026-04-07 19:02 UTC  (2+ messages)

[PATCH v1 1/2] landlock: Fix log_subdomains_off inheritance across fork()
 2026-04-07 19:00 UTC  (4+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 7bbddc5f2768eb97b02e81babd9f8ee0c502dd76
 2026-04-07 18:59 UTC 

[Buildroot] [PATCH 0/1] utils/scanpypi: workaround for pypi project names
 2026-04-07 18:59 UTC  (3+ messages)
` [Buildroot] [PATCH 1/1] "

[REGRESSION] next/master: (build) in testcases/gcs_exception_fault (Makefile:31) [logspec:kbuild,kbu
 2026-04-07 18:59 UTC 

[PATCH] sched/cpuacct: fix use-after-free in cpuacct_account_field()
 2026-04-07 18:59 UTC  (3+ messages)

[PATCH] docs: proc: document ProtectionKey in smaps
 2026-04-07 18:58 UTC  (4+ messages)

[PATCH 0/3] drm/i915/pin: refactor to i915 core
 2026-04-07 18:58 UTC  (3+ messages)

[RFC 0/2] openrisc: Add support for KProbes
 2026-04-07 18:56 UTC  (3+ messages)
` [RFC 1/2] openrisc: Add utilities and clean up simulation of instructions
` [RFC 2/2] openrisc: Add KProbes

[meta-oe][whinlatter][PATCH] imagemagick: upgrade 7.1.2-17 -> 7.1.2-18
 2026-04-07 18:58 UTC 

[PATCH net-next v2 0/2] Unify C22 and C45 error handling during bus enumeration
 2026-04-07 18:57 UTC  (4+ messages)
` [PATCH net-next v2 1/2] net: phy: c45 scanning: Don't consider -ENODEV fatal

[kvm-unit-tests PATCH v1 0/3] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-04-07 18:57 UTC  (6+ messages)
` [kvm-unit-tests PATCH v1 2/3] lib: arm64: Add bare-metal guest execution framework

[Buildroot] [PATCH] linux: allow the user to respect Linux kernel defconfig's CONFIG_WERROR
 2026-04-07 18:56 UTC  (2+ messages)

[PATCH v3 00/13] x86,fs/resctrl: Improve resctrl quality and consistency
 2026-04-07 18:55 UTC  (3+ messages)
` [PATCH v3 03/13] fs/resctrl: Avoid "may be used uninitialized" warning

[GIT PULL] DRM Rust changes for v7.1-rc1 (2nd)
 2026-04-07 18:55 UTC  (2+ messages)

[PATCH] drm/xe/guc: Add support for NPK as a GuC log target
 2026-04-07 18:55 UTC  (3+ 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.