All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-07 10:59:13 to 2026-08-07 11:30:48 UTC [more...]

[PATCH v5 00/49] KVM: arm64: Add GICv5 IRS support
 2026-08-07 11:29 UTC  (35+ messages)
` [PATCH v5 01/49] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v5 02/49] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v5 03/49] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
` [PATCH v5 04/49] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH v5 05/49] arm64/sysreg: Add GICv5 GIC VDPEND encoding
` [PATCH v5 06/49] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v5 07/49] KVM: arm64: gic-v5: Cache host IRS ID registers
` [PATCH v5 08/49] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v5 09/49] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v5 10/49] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v5 11/49] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v5 12/49] KVM: arm64: gic-v5: Keep GICv5 vCPU limit model-specific
` [PATCH v5 13/49] KVM: arm64: gic-v5: Implement VPE IRS MMIO Ops
` [PATCH v5 14/49] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v5 15/49] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH v5 16/49] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v5 17/49] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH v5 18/49] KVM: arm64: gic-v5: Add IRS IODEV support to MMIO handlers
` [PATCH v5 19/49] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v5 20/49] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v5 21/49] KVM: arm64: gic-v5: Initialise per-VM IRS state
` [PATCH v5 22/49] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v5 23/49] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH v5 24/49] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH v5 25/49] KVM: arm64: gic-v5: Add GIC VDPEND hyp call
` [PATCH v5 26/49] KVM: arm64: gic: Introduce set_pending_state() to irq_ops
` [PATCH v5 27/49] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v5 28/49] Documentation: KVM: Extend VGICv5 device attribute docs
` [PATCH v5 29/49] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v5 30/49] KVM: arm64: gic-v5: Mask per-vCPU PPI state in vgic_v5_finalize_ppi_state()
` [PATCH v5 31/49] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v5 32/49] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v5 33/49] KVM: arm64: gic-v5: Add CoreSight MMIO regs to IRS
` [PATCH v5 34/49] KVM: arm64: gic-v5: Add VGICv5 IST save/restore UAPI

[PATCH v3 00/22] Add basic clocks and resets for JHB100 SoC
 2026-08-07 11:29 UTC  (26+ messages)
` [PATCH v3 01/22] reset: starfive: Rename file name "jh71x0" to "common"
` [PATCH v3 02/22] reset: starfive: Convert the word "jh71x0" to "starfive"
` [PATCH v3 03/22] clk: starfive: Rename file name "jh71x0" to "common"
` [PATCH v3 05/22] dt-bindings: clock: Add StarFive JHB100 System-0 clock and reset generator
` [PATCH v3 06/22] clk: starfive: Add JHB100 System-0 clock generator driver
` [PATCH v3 07/22] dt-bindings: clock: Add StarFive JHB100 System-1 clock and reset generator
` [PATCH v3 08/22] clk: starfive: Add JHB100 System-1 clock generator driver
` [PATCH v3 09/22] dt-bindings: clock: Add StarFive JHB100 System-2 clock and reset generator
` [PATCH v3 10/22] clk: starfive: Add JHB100 System-2 clock generator driver
` [PATCH v3 11/22] dt-bindings: clock: Add StarFive JHB100 Peripheral-0 clock and reset generator
` [PATCH v3 12/22] clk: starfive: Introduce inverter and divider
` [PATCH v3 13/22] clk: starfive: Expand the storage of clock parent index
` [PATCH v3 14/22] clk: starfive: Add StarFive JHB100 Peripheral-0 clock driver
` [PATCH v3 15/22] dt-bindings: clock: Add StarFive JHB100 Peripheral-1 clock and reset generator
` [PATCH v3 16/22] clk: starfive: Add StarFive JHB100 Peripheral-1 clock driver
` [PATCH v3 17/22] dt-bindings: clock: Add StarFive JHB100 Peripheral-2 clock and reset generator
` [PATCH v3 18/22] clk: starfive: Add StarFive JHB100 Peripheral-2 clock driver
` [PATCH v3 19/22] dt-bindings: clock: Add StarFive JHB100 Peripheral-3 clock and reset generator
` [PATCH v3 20/22] clk: starfive: Add StarFive JHB100 Peripheral-3 clock driver
` [PATCH v3 21/22] reset: starfive: Add StarFive JHB100 reset driver
` [PATCH v3 22/22] riscv: dts: starfive: jhb100: Add clocks and resets nodes

[PATCH] drm/i915/display: Limit max joined dotclock on pipes available
 2026-08-07 11:30 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH v6 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
 2026-08-07 11:29 UTC  (11+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] mm/memory_hotplug: improve shrink_zone_span() subsection boundary checks

[PATCH v4 0/2] tests/sriov_basic: Validate PF unbind with VFs enabled
 2026-08-07 11:29 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for tests/sriov_basic: Validate PF unbind with VFs enabled (rev2)

thunderbolt: PCIe tunnel creation fails for USB4 eGPU dock on Titan Ridge host
 2026-08-07 11:29 UTC  (6+ messages)

[PATCH 0/6] KVM: s390: vsie: Small VSIE cleanup and improvements
 2026-08-07 11:28 UTC  (12+ messages)
` [PATCH 1/6] KVM: s390: Remove double 64bscao feature check
` [PATCH 2/6] KVM: s390: vsie: Remove duplicate assertion
` [PATCH 3/6] KVM: s390: vsie: Convert shift to phys_to_pfn()
` [PATCH 5/6] KVM: s390: vsie: Assert crycb alignment in vsie_page

[PATCH] KVM: x86: Use active memslots for the per-vCPU MMIO cache
 2026-08-07 11:28 UTC 

[PATCH RFC] drm/verisilicon: Switch to drm_fb_dma_get_addr() for framebuffer addresses
 2026-08-07 11:28 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 7.1.x, 6.18.x, 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x series
 2026-08-07 11:28 UTC  (2+ messages)

[PATCH] hw/riscv/virt: add dram-base machine property
 2026-08-07 11:26 UTC  (2+ messages)

[PATCH v3 00/14] net/enetc: add new features for ENETC4 VF on i.MX9
 2026-08-07 11:26 UTC  (16+ messages)
` [PATCH v4 00/14] net/enetc: add new features for ENETC4 on i.MX95
  ` [PATCH v4 01/14] net/enetc: add KEEP_CRC offload support for ENETC4
  ` [PATCH v4 02/14] net/enetc: add TSO support for ENETC4 VF
  ` [PATCH v4 03/14] net/enetc: add RSC (hardware LRO) support for ENETC4
  ` [PATCH v4 04/14] net/enetc: extend link speed code field to 8-bit for PF-to-VF message
  ` [PATCH v4 05/14] net/enetc: support firmware version get for VF
  ` [PATCH v4 06/14] net/enetc: support registers dump
  ` [PATCH v4 07/14] net/enetc: support ethtool ring parameters
  ` [PATCH v4 08/14] net/enetc: refresh link speed on VF link-up interrupt
  ` [PATCH v4 09/14] net/enetc: support stats reset for VF
  ` [PATCH v4 10/14] net/enetc4: add per-queue Rx interrupt support "
  ` [PATCH v4 11/14] net/enetc4: add SI-based port VLAN insertion and removal
  ` [PATCH v4 12/14] net/enetc4: update VF link status to bitmask encoding
  ` [PATCH v4 13/14] net/enetc4: enable TX PAUSE via VF RX congestion mode
  ` [PATCH v4 14/14] net/enetc4: add WRR Tx scheduler devarg for VF rings

[Buildroot] [git commit] {linux, linux-headers}: bump 7.1.x, 6.18.x, 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x series
 2026-08-07 10:37 UTC 

[PATCH 0/4] char: use named initializers for acpi_device_id
 2026-08-07 11:26 UTC  (10+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] char: hw_random: "
` [PATCH 3/4] char: ipmi: "
` [PATCH 4/4] char: tpm: "

[PATCH] toradex: select EVENT for TDX_CFG_BLOCK
 2026-08-07 11:25 UTC 

[PATCH v2 1/3] Bluetooth: MGMT: remove the mesh walk from the socket destructor
 2026-08-07 11:25 UTC  (2+ messages)
` Bluetooth: MGMT: fix use-after-free of struct mgmt_mesh_tx

[PATCH v2 1/2] arm64: dts: rockchip: Fix the BT clock-names on rk3399-hugsun-x99
 2026-08-07 11:24 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: dts: rockchip: Fix the BT clock-names on rk3399-leez-p710

Can we do better than "git checkout/add -p"
 2026-08-07 11:24 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] configs/freescale_imx91frdm: bump U-Boot, TF-A and Linux
 2026-08-07 11:24 UTC  (2+ messages)

[PATCH v2] rust: bug: fix warn_on macro build error on UML
 2026-08-07 11:24 UTC 

[PATCH v9 0/2] spi: add new_device/delete_device sysfs interface
 2026-08-06 18:14 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] configs/freescale_imx93frdm: bump U-Boot, TF-A and Linux
 2026-08-07 11:24 UTC  (2+ messages)

[PATCH 1/2] ASoC: sophgo: Drop redundant error messages
 2026-08-06 18:21 UTC  (2+ messages)

[PATCH 00/14 v2] ASoC: clean up kernel-doc warnings
 2026-08-06 16:21 UTC  (2+ messages)
` (subset) "

[PATCH net-next 0/4] netconsole: validate a target's IP address configuration
 2026-08-07 11:21 UTC  (4+ messages)
` [PATCH net-next 1/4] netconsole: add an address family to struct inet_addr

[PATCH] fork: reset pointer tag of vmapped thread stack before vfree
 2026-08-07 11:20 UTC  (3+ messages)

[PATCH v2] drm/xe/hwmon: handle CRI+ power interval encoding
 2026-08-07 11:20 UTC  (2+ messages)

[PATCH v3 0/8] drm/vc4: Switch to DRM GPU scheduler
 2026-08-07 11:20 UTC  (5+ messages)
` [PATCH v3 4/8] drm/vc4: Add new job submission implementation
` [PATCH v3 5/8] drm/vc4: Refcount vc4_file for safe access by jobs

[PATCH v1] rust: bug: fix warn_on macro build error on UML
 2026-08-07 11:19 UTC  (3+ messages)

drivers/char/xillybus/xillybus_class.c:74:7: warning: variable 'rc' is used uninitialized whenever 'if' condition is true
 2026-08-07 11:18 UTC 

[Buildroot] [PATCH 1/1] package/uboot-tools: fix host build without FIT support
 2026-08-07 11:18 UTC  (2+ messages)

[PATCH v3 00/23] drm/xe: Add structured SIGID error logging infrastructure
 2026-08-07 11:18 UTC  (3+ messages)
` [PATCH v3 18/23] drm/xe: Report 'Survivability Mode' errors using SIGID

[RFC PATCH v1 0/8] perf/core, perf/tools: Add PERF_SAMPLE_BUILD_ID_OFFSET support
 2026-08-07 11:18 UTC  (2+ messages)

Ethtool : PRBS feature
 2026-08-07 11:18 UTC  (18+ messages)

[PATCH] Drop Michael Turquette's clk maintainer entry
 2026-08-07 11:17 UTC  (5+ messages)

[Buildroot] [PATCH 1/2] package/samba4: fix build on m68k
 2026-08-07 11:16 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/samba4: bump version to 4.24.4

[PATCH] MAINTAINERS: Add myself as co-maintainer for clk subsystem
 2026-08-07 11:16 UTC  (3+ messages)

[PATCH] db: add Hyper-V leaf 0x40000001
 2026-08-07 11:15 UTC  (2+ messages)

[PATCH net v1] net/sched: cls_u32: feed u32_replace_hw_knode() with correct set of flags
 2026-08-07 11:15 UTC  (3+ messages)
` [Intel-wired-lan] "

[Buildroot] [PATCH 1/1] package/samba4: security bump version to 4.24.5
 2026-08-07 11:15 UTC  (2+ messages)

[PATCH 0/3] s390: Enable CONTEXT_ANALYSIS for cio and virtio
 2026-08-07 11:15 UTC  (4+ messages)
` [PATCH 1/3] s390/vfio_ccw: Add __must_hold() attribute to vfio_ccw_sch_quiesce()

[PATCH 0/2] arm: mediatek: use phase-aware PSCI reset
 2026-08-07 11:14 UTC  (2+ messages)

[PATCH net] net: ethernet: ti: am65-cpsw-nuss: Fix port_id extraction from SRC TAG
 2026-08-07 11:17 UTC 

[PATCH 0/3] virtio-gpu: Handle empty and failed udmabuf mappings
 2026-08-07 11:13 UTC  (4+ messages)
` [PATCH 1/3] hw/display/virtio-gpu: Avoid creating empty udmabuf

[PATCH 00/15] ACPI: CPPC: Fix register access and lifetime bugs
 2026-08-07 11:13 UTC  (16+ messages)
` [PATCH 01/15] ACPI: CPPC: Validate the _CPC package header
` [PATCH 02/15] ACPI: CPPC: Validate _CPC entry and control semantics
` [PATCH 03/15] ACPI: CPPC: Propagate performance-control write errors
` [PATCH 04/15] ACPI: CPPC: Use 64-bit masks for register fields
` [PATCH 05/15] ACPI: CPPC: Serialize PCC single-register payload updates
` [PATCH 06/15] ACPI: CPPC: Serialize PCC EPP "
` [PATCH 07/15] ACPI: CPPC: Release CPC descriptors through kobject
` [PATCH 08/15] ACPI: CPPC: Release PCC data after probe failures
` [PATCH 09/15] ACPI: CPPC: Reject unsafe cross-CPU SystemMemory RMW
` [PATCH 10/15] ACPI: CPPC: Reject reads and RMW of write-only controls
` [PATCH 11/15] ACPI: CPPC: Validate and access PCC register layouts
` [PATCH 12/15] ACPI: CPPC: Validate SystemIO "
` [PATCH 13/15] ACPI: CPPC: Validate PCC overlaps across processors
` [PATCH 14/15] ACPI: CPPC: Validate SystemIO "
` [PATCH 15/15] ACPI: CPPC: Clear Performance Limited without a stale read

[Buildroot] [PATCH 1/1] package/p11-kit: explicitly enable or disable systemd units
 2026-08-07 11:13 UTC  (2+ messages)

[PATCH] thunderbolt: verify PCI resource type and size in nhi_probe()
 2026-08-07 11:13 UTC  (3+ messages)

[Buildroot] [PATCH] package/libmicrohttpd: bump to version 1.0.7
 2026-08-07 11:13 UTC  (2+ messages)

[PATCH v2 0/3] serial: mtk: clock rate fixes
 2026-08-07 11:12 UTC  (5+ messages)
` [PATCH v2 2/3] serial: mtk: guard clk ops on clk.dev
` [PATCH v2 3/3] serial: mtk: return error value from clk_get_rate()

[Buildroot] [PATCH] package/libmicrohttpd: bump to version 1.0.6
 2026-08-07 11:12 UTC  (2+ messages)

[PATCH net] hinic3: Fix SKB linearization mismatch and silent TX drops
 2026-08-07 11:11 UTC  (2+ messages)

[PATCH] accessibility: speakup: refactor deprecated strcpy
 2026-08-07 11:10 UTC 

[PATCH] ruby: Avoid build-time race condition
 2026-08-07 11:10 UTC 

[RFT PATCH] xhci: fix frame id calculation for isoc transfer
 2026-08-07 11:10 UTC  (8+ messages)
` [RFT PATCHv3 1/3] xhci: fix frame id calculation and checks for isoc URBs

[PATCH 0/5] net/iavf: harden reset recovery and data path on link flap
 2026-08-07 11:08 UTC  (3+ messages)
` [PATCH 5/5] net/iavf: improve VF reset detection on fast ARQ flip

[PATCH v3 0/4] mmc: sdhci_am654: Fix DDR50 mode for cards without tuning support
 2026-08-07 11:07 UTC  (5+ messages)
` [PATCH v3 1/4] mmc: sdhci_am654: Move tuning_loop to local variable
` [PATCH v3 2/4] mmc: sdhci_am654: Reset command and data lines on failed tuning
` [PATCH v3 3/4] mmc: sdhci_am654: Clear ITAPDLY on tuning failure
` [PATCH v3 4/4] mmc: sdhci_am654: Fallback to DT-provided itap delay on DDR50 "

[PATCH bpf v6] bpf, cgroup: Fix storage null-ptr-deref after replacing prog
 2026-08-07 11:07 UTC  (2+ messages)

[PATCH v2 1/2] Input: xpad - query MS OS descriptor for BTP-KP20D
 2026-08-07 11:06 UTC  (6+ messages)

[PATCH v5 0/3] Add support for hashing algorithms in TI DTHE V2
 2026-08-07 11:04 UTC  (4+ messages)
` [PATCH v5 1/3] crypto: ti - Add support for SHA224/256/384/512 in DTHEv2 driver
` [PATCH v5 2/3] crypto: ti - Add support for MD5 in DTHEv2 Hashing Engine driver
` [PATCH v5 3/3] crypto: ti - Add support for HMAC "

[PATCH v2 0/3] cifs: three size-management bug fixes
 2026-08-07 11:06 UTC  (2+ messages)

[PATCH v1] avdtp: Fix use-after-free in connection_lost
 2026-08-07 11:06 UTC  (2+ messages)
` [v1] "

[PATCH] completion: complete tracked paths for 'git diff'
 2026-08-07 11:05 UTC  (7+ messages)
` [PATCH v4 0/3] completion of 'git [-C <dir>] diff'
  ` [PATCH v4 2/3] completion: complete tracked paths for 'git diff'

[LTP] [PATCH v5] lib: Use backoff polling to wait for loop device nodes
 2026-08-07 11:05 UTC  (2+ messages)
` [LTP] "

[PATCH] s390/cpacf: Unpoison query results
 2026-08-07 11:05 UTC  (3+ messages)

[PATCH v3 0/4] Implement LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS
 2026-08-07 10:57 UTC  (3+ messages)
` [PATCH v3 3/4] landlock: Document LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS

[PATCH] target/riscv: Fix PC sync in trans_sspopchk for CFI exception handling
 2026-08-07 11:04 UTC  (2+ messages)

[PATCH 1/2] thermal/drivers/rcar_gen3: Handle -ENXIO from optional IRQ lookup
 2026-08-07 11:04 UTC  (5+ messages)

[LTP] [PATCH] syscalls/file_attr01: Fix EOPNOTSUPP expectation on tmpfs
 2026-08-07 11:04 UTC  (2+ messages)
` [LTP] "

[PATCH 0/3] environment: clean up repository config handling
 2026-08-07 11:04 UTC  (3+ messages)
` [PATCH v3 "

[LTP] [PATCH] inode01: Use uint64_t to prevent inode truncation on 32-bit
 2026-08-07 11:04 UTC  (2+ messages)
` [LTP] "

[PATCH 1/1] usb: dwc3: gadget: fix IRQ storm on invalid event buffer count
 2026-08-07 11:04 UTC  (3+ messages)

[PATCH] drm/amdgpu: Prevent RAS injection with lost bus caused by DPC
 2026-08-07 11:03 UTC  (2+ messages)

[linusw-pinctrl:devel] BUILD SUCCESS 35ff52e54b38b01914be62ece27899665a46af56
 2026-08-07 11:02 UTC 

[PATCH v8 00/23] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-08-07 11:03 UTC  (10+ messages)
` [PATCH v8 12/23] dma: swiotlb: pass mapping attributes by reference

[linusw-pinctrl:for-next] BUILD SUCCESS 6eee1dfebcd52938ffc6668327e1d2fe8eb299c5
 2026-08-07 11:02 UTC 

[PATCH 0/6] dmaengine: zynqmp_dma: Fix error paths and follow-up cleanups
 2026-08-07 11:02 UTC  (4+ messages)
` [PATCH 5/6] dmaengine: zynqmp_dma: Reject zero-length memcpy transfers

[PATCH v5 0/4] ath11k/ath12k: implement TX flow control
 2026-08-07 10:58 UTC  (4+ messages)
` [PATCH v5 2/4] wifi: ath11k/ath12k: remove skb parameter from get_ring_selector
` [PATCH v5 3/4] wifi: ath11k: implement custom wake_tx_queue with flow control
` [PATCH v5 4/4] wifi: ath12k: "

[PATCH v1 0/3] hw/riscv: add SDHCI support for K230
 2026-08-07 10:58 UTC  (3+ messages)
` [PATCH v1 3/3] tests/qtest: add K230 SDHCI tests


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.