All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-19 00:45:18 to 2025-09-19 02:50:20 UTC [more...]

[RFC PATCH 0/5] 9p: Performance improvements for build workloads
 2025-09-19  2:49 UTC  (4+ messages)

[PATCH] drm/xe/pf: Keep VF LMEM BAR size low if no VFs enabled
 2025-09-19  2:50 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] memcg: skip cgroup_file_notify if spinning is not allowed
 2025-09-19  2:49 UTC  (2+ messages)

[PATCH v2] dm: Preserve the order of REQ_PREFLUSH writes
 2025-09-19  2:47 UTC  (8+ messages)
  ` [PATCH v3] dm: optimize REQ_PREFLUSH with data when using the linear target
      ` [PATCH v4] "

[Linux Kernel Bug] kernel BUG in bch2_write
 2025-09-19  2:46 UTC 

[PATCH 6.12 000/140] 6.12.48-rc1 review
 2025-09-19  2:46 UTC  (2+ messages)

[PATCH] lib/crypto: Add SHA3-224, SHA3-256, SHA3-384, SHA-512, SHAKE128, SHAKE256
 2025-09-19  2:42 UTC  (2+ messages)

[PATCH mm-new v2 0/2] mm/khugepaged: optimize collapse candidate detection
 2025-09-19  2:44 UTC  (6+ messages)
` [PATCH mm-new v2 2/2] mm/khugepaged: abort collapse scan on guard PTEs

[syzbot] [netfs?] INFO: task hung in vfs_utimes (3)
 2025-09-19  2:44 UTC  (5+ messages)
` Forwarded: "

[PATCH v9 bpf-next/net 0/6] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-09-19  2:43 UTC  (7+ messages)
` [PATCH v9 bpf-next/net 6/6] selftest: bpf: Add test for SK_MEMCG_EXCLUSIVE

[meta-virtualization][kirkstone][PATCH 1/2] podman: fix CVE-2024-9341
 2025-09-19  2:41 UTC  (2+ messages)

[PATCH v5 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
 2025-09-19  2:47 UTC  (7+ messages)
` [PATCH v5 05/10] x86/hyperv/vtl: Set real_mode_header in hv_vtl_init_platform()
  ` [EXTERNAL] "
` [PATCH v5 10/10] x86/hyperv/vtl: Use the wakeup mailbox to boot secondary CPUs
  ` [EXTERNAL] "

[meta-virtualization][scarthgap][PATCH 1/2] podman: fix CVE-2024-9407
 2025-09-19  2:41 UTC  (2+ messages)

[PATCH v1] usb: ehci-mx6: Extend support to i.MX91, i.MX93, i.MX94, and i.MX95
 2025-09-19  2:40 UTC  (4+ messages)
  ` 回复: "

[PATCH v2 0/5] media: imx91: Add ISI support
 2025-09-19  2:40 UTC  (2+ messages)

[meta-virtualization][scarthgap][PATCH] docker-moby: fix CVE-2024-41110
 2025-09-19  2:37 UTC  (2+ messages)

[akpm-mm:mm-everything 254/254] kernel/kexec_handover.c:970:50: error: passing argument 1 of 'kho_restore_page' makes integer from pointer without a cast
 2025-09-19  2:37 UTC 

[Bug 220535] New: ext4 __jbd2_log_wait_for_space soft lockup and CPU stuck for 134s
 2025-09-19  2:34 UTC  (3+ messages)
` [Bug 220535] "

[PATCH] ceph: Fix potential undefined behavior in crush_ln() with GCC 11.1.0
 2025-09-19  2:34 UTC  (3+ messages)

[meta-virtualization] [scarthgap] [PATCH] docker-moby: Fix CVE-2025-54410
 2025-09-19  2:34 UTC  (2+ messages)

[PATCH v1 0/6] Hyper-V: Implement hypervisor core collection
 2025-09-19  2:32 UTC  (6+ messages)
` [PATCH v1 5/6] x86/hyperv: Implement hypervisor ram collection into vmcore

[STATUS] next/master - 8f7f8b1b3f4c613dd886f53f768f82816b41eaa3
 2025-09-19  2:30 UTC 

[STATUS] next/master - 8f7f8b1b3f4c613dd886f53f768f82816b41eaa3
 2025-09-19  2:30 UTC 

[PATCH] arm64: dts: imx95-15x15-evk: add fan-supply property for pwm-fan
 2025-09-19  2:27 UTC 

[PATCH mptcp-next v2 00/12] mptcp: receive path improvement
 2025-09-19  2:22 UTC  (3+ messages)

[meta-virtualization][PATCH] docker: make ca-certificates a packageconfig
 2025-09-19  2:20 UTC  (3+ messages)
` [PATCH] "
  ` [meta-virtualization] "

[PATCH v4 00/12] Signed BPF programs
 2025-09-19  2:20 UTC  (4+ messages)
` [PATCH v4 01/12] bpf: Update the bpf_prog_calc_tag to use SHA256

[PATCH bpf-next v3 00/12] bpf: replace path-sensitive with path-insensitive live stack analysis
 2025-09-19  2:18 UTC  (13+ messages)
` [PATCH bpf-next v3 01/12] bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONE
` [PATCH bpf-next v3 02/12] bpf: use compute_live_registers() info in clean_func_state
` [PATCH bpf-next v3 03/12] bpf: remove redundant REG_LIVE_READ check in stacksafe()
` [PATCH bpf-next v3 04/12] bpf: declare a few utility functions as internal api
` [PATCH bpf-next v3 05/12] bpf: compute instructions postorder per subprogram
` [PATCH bpf-next v3 06/12] bpf: callchain sensitive stack liveness tracking using CFG
` [PATCH bpf-next v3 07/12] bpf: enable callchain sensitive stack liveness tracking
` [PATCH bpf-next v3 08/12] bpf: signal error if old liveness is more conservative than new
` [PATCH bpf-next v3 09/12] bpf: disable and remove registers chain based liveness
` [PATCH bpf-next v3 10/12] bpf: table based bpf_insn_successors()
` [PATCH bpf-next v3 11/12] selftests/bpf: __not_msg() tag for test_loader framework
` [PATCH bpf-next v3 12/12] selftests/bpf: test cases for callchain sensitive live stack tracking

[Patch v3 0/6] Perf kvm commands bug fix
 2025-09-19  2:16 UTC  (7+ messages)
` [Patch v3 1/6] perf tools kvm: Add missed memory allocation check and free
` [Patch v3 2/6] perf tools kwork: "
` [Patch v3 3/6] perf tools kvm: Fix the potential out of range memory access issue
` [Patch v3 4/6] perf tools: Add helper x86__is_intel_cpu()
` [Patch v3 5/6] perf tools kvm: Use "cycles" to sample guest for "kvm record" on Intel
` [Patch v3 6/6] perf tools kvm: Use "cycles" to sample guest for "kvm top" "

[PATCH i-g-t] tests/intel/xe_configfs: Check ctx_restore_post_bb
 2025-09-19  2:18 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for tests/intel/xe_configfs: Check ctx_restore_post_bb (rev2)
` ✗ i915.CI.BAT: failure "

[PATCH v6 00/22] intel_iommu: Enable first stage translation for passthrough device
 2025-09-19  2:17 UTC  (4+ messages)
` [PATCH v6 22/22] docs/devel: Add IOMMUFD nesting documentation

[PATCH bpf-next v3 1/2] bpftool: Add HELP_SPEC_OPTIONS in token.c
 2025-09-19  2:17 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] bpftool: Fix UAF in get_delegate_value

[PATCH] Squashfs: fix uninit-value in squashfs_get_parent
 2025-09-18 23:33 UTC 

[PATCH net-next] net: enetc: use generic interfaces to get phc_index for ENETC v1
 2025-09-19  2:14 UTC  (4+ messages)

[RFC v1 2/4] kho: Adopt KHO page tables and remove serialization
 2025-09-19  2:14 UTC  (2+ messages)

[koverstreet-bcachefs:bcachefs-testing 406/423] fs/bcachefs/move.c:385 bch2_move_extent() error: we previously assumed 'u' could be null (see line 327)
 2025-09-19  2:14 UTC 

[PATCH v2 0/7] Add multiple address spaces support to VDUSE
 2025-09-19  2:15 UTC  (9+ messages)
` [PATCH v2 6/7] vduse: add vq group asid support

[meta-virtualization] [Scarthgap] [PATCH] grpc-go 1.59.0+git: Mark CVE-2023-44487 as Patched
 2025-09-19  2:15 UTC  (2+ messages)

[PATCH] ext4: fix allocation failure in ext4_mb_load_buddy_gfp
 2025-09-19  2:14 UTC 

[meta-virtualization] [Master] [PATCH] grpc-go 1.59.0+git: Mark CVE-2023-44487 as Patched
 2025-09-19  2:14 UTC  (2+ messages)

[PATCH 0/2] net/xsc: PMD improvements
 2025-09-19  2:14 UTC  (4+ messages)
` [PATCH 2/2] net/xsc: support compressed PCI BAR

OpenSSL 3.2 EOL and Security Support in Yocto scarthgap
 2025-09-15  3:30 UTC 

[PATCH] kernel.bbclass: add lz4-native dependency for Image.lz4
 2025-09-18 13:01 UTC 

[PATCH] arm64: dts: mediatek: mt8189: Add pinmux macro header file
 2025-09-19  2:03 UTC 

[PATCH v2 0/2] some cleanups for pageout()
 2025-09-19  2:12 UTC  (6+ messages)
` [PATCH v2 1/2] mm: vmscan: remove folio_test_private() check in pageout()

[PATCH net] virtio-net: fix incorrect flags recording in big mode
 2025-09-19  2:11 UTC  (2+ messages)

[PATCH] scsi: hptiop: Add check for device-provided context pointer in ITL callback
 2025-09-19  2:11 UTC 

[PATCH bpf-next v2 1/2] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
 2025-09-19  2:08 UTC  (6+ messages)

[syzbot] [netfs?] INFO: task hung in vfs_utimes (3)
 2025-09-19  2:04 UTC 

[PATCH v2 0/8] mm: hugetlb: allocate frozen gigantic folio
 2025-09-19  2:03 UTC  (5+ messages)
` [PATCH v2 1/8] mm: page_alloc: optimize pfn_range_valid_contig()

[PATCH v2 8/8] mm: hugetlb: allocate frozen pages in alloc_gigantic_folio()
 2025-09-19  2:03 UTC  (2+ messages)

[PATCH 0/5] remoteproc: imx_rproc: misc clean up
 2025-09-19  2:02 UTC  (4+ messages)
` [PATCH 1/5] remoteproc: imx_rproc: Simplify clock enable logic using dcfg flags

[PATCH bpf-next v2 0/3] bpf: Allow union argument in trampoline based programs
 2025-09-19  2:01 UTC  (6+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: Add union argument tests using fexit programs

[PATCH v4 00/10] man2: document "new" mount API
 2025-09-19  1:59 UTC  (11+ messages)
` [PATCH v4 01/10] man/man2/mount_setattr.2: move mount_attr struct to mount_attr(2type)
` [PATCH v4 02/10] man/man2/fsopen.2: document "new" mount API
` [PATCH v4 03/10] man/man2/fspick.2: "
` [PATCH v4 04/10] man/man2/fsconfig.2: "
` [PATCH v4 05/10] man/man2/fsmount.2: "
` [PATCH v4 06/10] man/man2/move_mount.2: "
` [PATCH v4 07/10] man/man2/open_tree.2: "
` [PATCH v4 08/10] man/man2/mount_setattr.2: mirror opening sentence from fsopen(2)
` [PATCH v4 09/10] man/man2/open_tree{,_attr}.2: document new open_tree_attr() API
` [PATCH v4 10/10] man/man2/{fsconfig,mount_setattr}.2: add note about attribute-parameter distinction

[PATCH net-next v3] eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor
 2025-09-19  1:53 UTC  (2+ messages)

[PATCH] ACPI: APEI: GHES: Don't offline huge pages just because BIOS asked
 2025-09-19  1:53 UTC  (13+ messages)
  ` [PATCH v2] "
      ` PATCH v3 "

[PATCH] ext4: fix allocation failure in ext4_mb_load_buddy_gfp
 2025-09-19  1:53 UTC  (2+ messages)
` [syzbot] [mm?] WARNING "

[PATCH v2 1/4] mm: Introduce vm_uffd_ops API
 2025-09-19  1:50 UTC  (11+ messages)

[v5 01/15] mm/zone_device: support large zone device private folios
 2025-09-19  1:49 UTC  (2+ messages)

[PATCH RFC net-next 00/20] Marvell PTP stuffs
 2025-09-19  1:47 UTC  (5+ messages)
` [PATCH RFC net-next 03/20] net: phy: marvell: add PHY PTP support

[PATCH] drm/amd/pm: place the smu 13.0.0 pptable header into the correct folder
 2025-09-19  1:46 UTC 

[PATCH v2] tools/nolibc: make time_t robust if __kernel_old_time_t is missing in host headers
 2025-09-19  1:46 UTC 

[PATCH v4 0/5] ALSA: usb-audio: add module param device_quirk_flags
 2025-09-19  1:43 UTC  (4+ messages)
` [PATCH v4 5/5] ALSA: doc: add docs about improved quirk_flags in snd-usb-audio

[PATCH v5 3/3] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
 2025-09-19  1:41 UTC  (2+ messages)

[PATCH] perf: riscv: skip empty batches in counter start
 2025-09-19  1:40 UTC  (3+ messages)

[PATCH v9 0/2] add PCI hotplug and PCIe link tracepoint
 2025-09-19  1:40 UTC  (2+ messages)

[PATCH] doc: build: documentation: add description of KDOC_WERROR
 2025-09-19  1:37 UTC 

[PATCH] LoongArch: KVM: Fix VM migration failure with PTW enabled
 2025-09-19  1:37 UTC  (7+ messages)

[linux-next:master] [slab] db93cdd664: BUG:kernel_NULL_pointer_dereference,address
 2025-09-19  1:39 UTC  (7+ messages)

[PATCH 0/2] Add device tree for Nvidia BMC msx4 cx8 switchboard
 2025-09-19  1:39 UTC  (3+ messages)
` [PATCH 2/2] dts: aspeed: Add a dts for the nvidia msx4 hpm

[linux-next:master 7404/10189] arch/arm/boot/dts/nxp/imx/imx6q-nitrogen6_max.dtb: i2c-mux-2 (i2c-mux-gpio): Unevaluated properties are not allowed ('i2c2mux@1', 'i2c2mux@2' were unexpected)
 2025-09-19  1:38 UTC 

[RESEND][RFC] sched: Introduce removed.load_sum for precise load propagation
 2025-09-19  1:37 UTC  (5+ messages)

[PATCH v4 4/9] md/raid1,raid10: Don't set MD_BROKEN on failfast bio failure
 2025-09-19  1:36 UTC  (2+ messages)

[PATCH v4 5/9] md/raid1,raid10: Set R{1,10}BIO_Uptodate when successful retry of a failed bio
 2025-09-19  1:37 UTC  (2+ messages)

[syzbot] [mm?] WARNING in ext4_mb_load_buddy_gfp
 2025-09-19  1:32 UTC  (3+ messages)
` Forwarded: Re: [syzbot] "
` Forwarded: [PATCH] ext4: fix allocation failure "

[PATCH] selftests: riscv: Add README for RISC-V KSelfTest
 2025-09-19  1:32 UTC  (3+ messages)

[PATCH] arm64: dts: cix: add DT nodes for SPI
 2025-09-19  1:31 UTC 

[PATCH v7] PCI/PM: Skip resuming to D0 if device is disconnected
 2025-09-19  1:29 UTC  (2+ messages)

[PATCH v3 00/16] TDX: Enable Dynamic PAMT
 2025-09-19  1:29 UTC  (7+ messages)
` [PATCH v3 01/16] x86/tdx: Move all TDX error defines into <asm/shared/tdx_errno.h>
` [PATCH v3 02/16] x86/tdx: Add helpers to check return status codes
` [PATCH v3 03/16] x86/virt/tdx: Simplify tdmr_get_pamt_sz()

[PATCH v4 6/9] md/raid1,raid10: Fix missing retries Failfast write bios on no-bbl rdevs
 2025-09-19  1:28 UTC  (2+ messages)

[PATCH cgroup/for-next v2 0/2] cpuset: fix failure to enable isolated partition when containing isolcpus
 2025-09-19  1:12 UTC  (3+ messages)
` [PATCH cgroup/for-next v2 1/2] "
` [PATCH cgroup/for-next v2 2/2] cpuset: Use new excpus for nocpu error check when enabling root partition

[PATCH 0/2] tests/amdgpu: Exercise MMIO_REMAP remap page (alloc/map + HDP flush)
 2025-09-19  1:27 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[syzbot] [mm?] WARNING in ext4_mb_load_buddy_gfp
 2025-09-19  1:27 UTC 

[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-09-19  1:26 UTC  (6+ messages)
` [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs

[PATCH v15 00/41] KVM: x86: Mega-CET
 2025-09-19  1:25 UTC  (5+ messages)
` [PATCH v15 18/41] KVM: x86: Don't emulate instructions affected by CET features

✅ PASS: Test report for for-kernelci (6.17.0-rc6, upstream-arm-next, c9d61056)
 2025-09-19  1:23 UTC 

[PATCH v2] drm/amdgpu: Enable MES lr_compute_wa by default
 2025-09-19  1:22 UTC  (4+ messages)

[PATCH] coresight: Fix data argument to coresight_enable_helpers
 2025-09-19  1:20 UTC  (4+ messages)

[PATCH] dm raid: use proper md_ro_state enumerators
 2025-09-19  1:20 UTC  (2+ messages)

[PATCH v4 7/9] md/raid10: fix failfast read error not rescheduled
 2025-09-19  1:20 UTC  (2+ messages)

[PATCH net-next v12 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-09-19  1:17 UTC  (6+ messages)
` [PATCH net-next v12 4/5] net: rnpgbe: Add basic mbx_fw support

[PATCH 0/2] Suspend improvements
 2025-09-19  1:17 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] tracing: dynevent: Add a missing lockdown check on dynevent
 2025-09-19  1:15 UTC 

[PATCH] x86/ibt: make is_endbr() notrace
 2025-09-19  1:13 UTC  (7+ messages)

[PATCH v3 1/3] input: mouse: trackpoint: Add doubletap enable/disable support
 2025-09-19  1:12 UTC  (4+ messages)

[PATCH 0/2] drm/i915/vrr: Hide even more ICL/TGL weirdness
 2025-09-19  1:12 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[Question] nfsd: possible reordering between nf->nf_file assignment and NFSD_FILE_PENDING clearing?
 2025-09-19  1:11 UTC  (3+ messages)

[drm-xe:drm-xe-fixes] BUILD SUCCESS 26caeae9fb482ec443753b4e3307e5122b60b850
 2025-09-19  1:09 UTC 

[PATCH 0/9] SHA-1/SHA-256 interoperability, part 1
 2025-09-19  1:09 UTC  (10+ messages)
` [PATCH 1/9] docs: update pack index v3 format
` [PATCH 2/9] docs: update offset order for pack index v3
` [PATCH 3/9] docs: reflect actual double signature for tags
` [PATCH 4/9] docs: improve ambiguous areas of pack format documentation
` [PATCH 5/9] docs: add documentation for loose objects
` [PATCH 6/9] rev-parse: allow printing compatibility hash
` [PATCH 7/9] fsck: consider gpgsig headers expected in tags
` [PATCH 8/9] Allow specifying compatibility hash
` [PATCH 9/9] t: add a prerequisite for a "

[PATCH 01/10] drm/amd/ras: Add amdgpu ras manager folder
 2025-09-19  1:07 UTC  (7+ messages)
` [PATCH 05/10] drm/amd/ras: Amdgpu handle ras ioctl command
` [PATCH 06/10] drm/amd/ras: Add amdgpu ras system functions

[PATCH bpf-next v2 00/12] bpf: replace path-sensitive with path-insensitive live stack analysis
 2025-09-19  1:03 UTC  (3+ messages)
` [PATCH bpf-next v2 10/12] bpf: table based bpf_insn_successors()

[PATCH v3 0/3] Fix objtool warnings if LTO is enabled for LoongArch (Part 2)
 2025-09-19  1:03 UTC  (6+ messages)
` [PATCH v3 1/3] objtool/LoongArch: Fix fall through warning about efistub

[PATCH 0/6] HID: intel-ish-hid: Various power management improvements for hibernation
 2025-09-19  1:05 UTC  (7+ messages)
` [PATCH 1/6] HID: intel-ish-hid: Add ishtp_get_connection_state() interface
` [PATCH 2/6] HID: intel-ishtp-hid: Clear suspended flag only after connected on resume
` [PATCH 3/6] HID: intel-ish-ipc: Reset clients state on resume from D3
` [PATCH 4/6] HID: intel-ish-hid: ipc: Always schedule FW reset work on RESET_NOTIFY/ACK
` [PATCH 5/6] HID: intel-ish-hid: Use IPC RESET instead of void message in ish_wakeup()
` [PATCH 6/6] HID: intel-ish-hid: ipc: Separate hibernate callbacks in dev_pm_ops

[PATCH 0/9] KVM: VMX: EPTP cleanups and nVMX fixes
 2025-09-19  0:59 UTC  (10+ messages)
` [PATCH 1/9] KVM: VMX: Hoist construct_eptp() "up" in vmx.c
` [PATCH 2/9] KVM: nVMX: Hardcode dummy EPTP used for early nested consistency checks
` [PATCH 3/9] KVM: x86/mmu: Move "dummy root" helpers to spte.h
` [PATCH 4/9] KVM: VMX: Use kvm_mmu_page role to construct EPTP, not current vCPU state
` [PATCH 5/9] KVM: nVMX: Add consistency check for TPR_THRESHOLD[31:4]!=0 without VID
` [PATCH 6/9] KVM: nVMX: Add consistency check for TSC_MULTIPLIER=0
` [PATCH 7/9] KVM: nVMX: Stuff vmcs02.TSC_MULTIPLIER early on for nested early checks
` [PATCH 8/9] KVM: nVMX: Remove support for "early" consistency checks via hardware
` [PATCH 9/9] KVM: nVMX: Add an off-by-default module param to WARN on missed consistency checks

[PATCH v2 0/3] selftests: ublk: kublk: fix feature list
 2025-09-19  0:58 UTC  (3+ messages)
` [PATCH v2 3/3] selftests: ublk: add test to verify that feat_map is complete

[PATCH cgroup/for-next 0/2] cpuset: fix failure to enable isolated partition when containing isolcpus
 2025-09-19  0:58 UTC  (4+ messages)
` [PATCH cgroup/for-next 1/2] "

[PATCH 01/21] drm/amd/ras: Add unified ras core folder
 2025-09-19  0:58 UTC  (4+ messages)
` [PATCH 13/21] drm/amd/ras: Add eeprom ras functions

[PATCH 0/7] doc: make pdfdocs: Address issues with the make pdfdocs target
 2025-09-19  0:57 UTC  (3+ messages)
` [PATCH 1/7] doc: make pdfdocs: Specify texlive-xetex as a prerequisite

[PATCH bpf-next v6 0/8] bpf: Introduce deferred task context execution
 2025-09-19  0:56 UTC  (3+ messages)
` [PATCH bpf-next v6 7/8] bpf: task work scheduling kfuncs

[PATCH 2/2] arm64: dts: add support for NXP i.MX8MP FRDM board
 2025-09-19  0:53 UTC 

[PATCH rtw v4 0/4] wifi: fixes for rtw89
 2025-09-19  0:50 UTC  (10+ messages)
` [PATCH rtw v4 2/4] wifi: rtw89: fix tx_wait initialization race
` [PATCH rtw v4 4/4] wifi: rtw89: avoid circular locking dependency in ser_state_run()

[PATCH v3] drm/amdgpu: Enable MES lr_compute_wa by default
 2025-09-19  0:48 UTC 

[PATCH] KVM: x86: Don't treat ENTER and LEAVE as branches, because they aren't
 2025-09-19  0:46 UTC 

[PATCH v3 0/5] KVM: selftests: PMU fixes for GNR/SRF/CWF
 2025-09-19  0:45 UTC  (5+ messages)
` [PATCH v3 2/5] KVM: selftests: Track unavailable_mask for PMU events as 32-bit value
` [PATCH v3 3/5] KVM: selftests: Reduce number of "unavailable PMU events" combos tested
` [PATCH v3 4/5] KVM: selftests: Validate more arch-events in pmu_counters_test
` [PATCH v3 5/5] KVM: selftests: Handle Intel Atom errata that leads to PMU event overcount


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.