All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-24 10:41:31 to 2026-07-24 11:17:44 UTC [more...]

[PATCH 5.10 000/699] 5.10.261-rc1 review
 2026-07-24 11:17 UTC  (11+ messages)
` [PATCH 5.10 137/699] tracing: Prevent out-of-bounds read in glob matching

[PATCH] platform/x86: hp-wmi: Add OMEN board 8BA9 thermal profile support
 2026-07-24 11:17 UTC  (2+ messages)

[PATCH v2 0/5] selftests/mm: Handle unsupported and transient test conditions
 2026-07-24 11:16 UTC  (3+ messages)
` [PATCH v2 3/5] selftests/mm: skip khugepaged swap tests without swap

[PATCH v4 00/10] arm_mpam: Add MPAM-Fb firmware support
 2026-07-24 11:17 UTC  (4+ messages)
` [PATCH v4 05/10] arm_mpam: propagate MSC access errors for __ris_msmon_read()

[PATCH 6.18 0000/1624] 6.18.40-rc2 review
 2026-07-24 11:16 UTC  (4+ messages)

[PATCH v2] intel_iommu: Check address mask before using it in pasid-based iotlb invalidation
 2026-07-24 11:15 UTC 

[RFC PATCH] fs/ntfs3: Add basic support for alternative data streams
 2026-07-24 11:16 UTC 

[PATCH] media: hantro: release runtime resources when device_run fails
 2026-07-24 11:15 UTC 

[REGRESSION] ACPI: PCI: misleading _OSC failure message when _OSC is absent
 2026-07-24 11:15 UTC  (3+ messages)

[PATCH RFC 00/15] vhost-user: isolated memory
 2026-07-24 11:14 UTC  (7+ messages)
` [PATCH RFC 02/15] vhost-user: Add memory-isolation qdev property to vhost-user devices
` [PATCH RFC 05/15] vhost-user: add memory_isolation to VhostUserState
` [PATCH RFC 07/15] hw/virtio: iova_tree_foreach wrapper

[PATCH] fs/ntfs3: Rename 'err' to 'ret' in read paths
 2026-07-24 11:15 UTC 

[RFC PATCH 00/11] : media: iris: Migrate iommus to iris sub nodes
 2026-07-24 11:15 UTC  (3+ messages)
` [RFC PATCH 01/11] dt-bindings: media: qcom,sm8550-iris: Add vpu "

[PATCH] fs/ntfs3: Fix memory leak in indx_find_sort()
 2026-07-24 11:14 UTC 

[PATCH v2 0/3] block/accounting: fix unlocked latency histogram reconfiguration races
 2026-07-24 11:13 UTC  (3+ messages)
` [PATCH v2 1/3] block/accounting: take stats->lock in latency histogram setters
` [PATCH v2 3/3] tests/unit: add reproducer for BlockAcctStats histogram locking race

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

[PATCH] ALSA: usb-audio: Add iface reset and delay quirk for JKY Technology Q2A
 2026-07-24 11:08 UTC  (2+ messages)

[PATCH net] ptp: netc: fix potential interrupt storm caused by incorrect unbind order
 2026-07-24 11:00 UTC  (2+ messages)

[PATCH v2 0/3] firmware: xilinx: Clean up firmware and TF-A state on kexec
 2026-07-24 11:13 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] firmware: xilinx: Add support to clear TF-A PM state

[PATCH v3 0/1] leds: st1202: Add hardware-accelerated blink support
 2026-07-24 11:12 UTC 

[PATCH v3 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
 2026-07-24 11:12 UTC  (4+ messages)

[PATCH v3 0/6] clk: qcom: Add Nord multimedia clock controller support
 2026-07-24 11:11 UTC  (8+ messages)
` [PATCH v3 1/6] clk: qcom: gcc-nord: mark PCIe link clocks as critical
` [PATCH v3 2/6] clk: qcom: negcc-nord: keep GPU2 CFG clock enabled via critical CBCR
` [PATCH v3 3/6] dt-bindings: clock: qcom: Document Nord display clock controller
` [PATCH v3 4/6] clk: qcom: Add Nord display clock controller support
` [PATCH v3 5/6] dt-bindings: clock: qcom: Document Nord GPU clock controllers
` [PATCH v3 6/6] clk: qcom: gpucc: Add Nord graphics clock controller support

[PATCH RFC v2 00/14] nvme: Controller Data Queue (CDQ) support
 2026-07-24 11:11 UTC  (15+ messages)
` [PATCH RFC v2 01/14] nvme: Add NVME_AER_ONE_SHOT callback handler
` [PATCH RFC v2 02/14] nvme: Add NVMe Controller Data Queue command
` [PATCH RFC v2 03/14] nvme: Add track send command
` [PATCH RFC v2 04/14] nvme: Add CDQ to xarray and define delete path
` [PATCH RFC v2 05/14] nvme: Allocate CDQ backing memory from coherent DMA chunks
` [PATCH RFC v2 06/14] nvme: Add file descriptor to read CDQs
` [PATCH RFC v2 07/14] nvme: Add the create CDQ functionality
` [PATCH RFC v2 08/14] nvme: Submit track send command to start/stop the CDQ
` [PATCH RFC v2 09/14] nvme: Coordinate CDQ backing mem and CDQ FD
` [PATCH RFC v2 10/14] nvme: Pin a ctrl ref to every CDQ
` [PATCH RFC v2 11/14] nvme: Implement CDQ traversal on the read path
` [PATCH RFC v2 12/14] nvme: Update the controller with the CDQ set-feature cmd
` [PATCH RFC v2 13/14] nvme: Use eventfd for CDQ Tail pointer triggers
` [PATCH RFC v2 14/14] nvme: Add NVME_IOCTL_CDQ to create/delete migration CDQs

[PATCH 0/2] gpu: nova-core: falcon: use I/O projections for DMA transfers
 2026-07-24 11:10 UTC  (3+ messages)
` [PATCH 1/2] gpu: nova-core: falcon: remove unnecessary check
` [PATCH 2/2] gpu: nova-core: falcon: use I/O projection to check transfer bounds

[PATCH] hw/usb/hcd-xhci: Check return value of xhci_xfer_create_sgl() for errors
 2026-07-24 11:09 UTC 

[PATCH v2 0/3] Add ADSP and CDSP support for Nord SoC
 2026-07-24 11:10 UTC  (5+ messages)
` [PATCH v2 2/3] dt-bindings: remoteproc: qcom,nord-pas: Document Nord PAS
` [PATCH v2 3/3] remoteproc: qcom: pas: Add Nord ADSP and CDSP support

[PATCH v7 00/10] arm64: dts: qcom: Extend Shikra device tree with peripheral and subsystem support
 2026-07-24 11:09 UTC  (3+ messages)
` [PATCH v7 10/10] arm64: dts: qcom: shikra: Add gpio-reserved-ranges to tlmm

[PATCH v7 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-07-24 11:09 UTC  (3+ messages)
` [PATCH v7 03/16] power: sequencing: Add pwrseq_get_state()

[PATCH 00/16] docs/zh_TW: localize terminology and sync process/ documents
 2026-07-24 11:06 UTC  (3+ messages)
` [PATCH 13/16] docs/zh_TW: process: localize terminology in submitting-patches.rst

[PATCH v3 0/4] clk: qcom: Add Audio Core clock controller support on Qualcomm Shikra SoC
 2026-07-24 11:02 UTC  (7+ messages)
` [PATCH v3 1/4] clk: qcom: common: Register reset controller only when resets are present
` [PATCH v3 3/4] clk: qcom: Add Audio Core clock controller support on Qualcomm Shikra SoC

[PATCH v12 0/4] Introduce cold reset recovery method
 2026-07-24 11:08 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Introduce cold reset recovery method (rev12)

[PATCH 1/2] virtio: use masked features with set_features_ex
 2026-07-24 11:08 UTC  (2+ messages)
` [PATCH 2/2] virtio-net: fix OOB read in RSC receive path

[PATCH v3 0/2] Improve DIAG 9c observability
 2026-07-24 11:07 UTC  (5+ messages)
` [PATCH v3 1/2] s390/kvm: Refactor __diag_time_slice_end_directed for single exit point
` [PATCH v3 2/2] s390/kvm: Add tracepoint for DIAG 9c directed yield operations

[PATCH BlueZ bluez] bap: Start BIG sync after receiving BIGInfo
 2026-07-24 11:07 UTC  (2+ messages)
` [BlueZ,bluez] "

[PATCH v2 0/3] nvmem: mtk-efuse: mt6572 support
 2026-07-24 11:07 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: nvmem: mediatek: efuse: add mt6572
` [PATCH v2 2/3] nvmem: mtk-efuse: add support for 32-bit aligned reads
` [PATCH v2 3/3] nvmem: mtk-efuse: add mt6572 support

[PATCH v7 00/19] dmaengine: ti: Add support for BCDMA v2 and PKTDMA v2
 2026-07-24 11:05 UTC  (27+ messages)
` [PATCH v7 01/19] dmaengine: ti: k3-udma: Fix sporadic crash on AM62x
` [PATCH v7 05/19] dmaengine: ti: k3-udma: move descriptor management to k3-udma-common.c
` [PATCH v7 07/19] dmaengine: ti: k3-udma: Add variant-specific function pointers to udma_dev
` [PATCH v7 08/19] dmaengine: ti: k3-udma: move udma utility functions to k3-udma-common.c
` [PATCH v7 09/19] dmaengine: ti: k3-udma: move resource management "
` [PATCH v7 10/19] dmaengine: ti: k3-udma: refactor resource setup functions
` [PATCH v7 12/19] drivers: soc: ti: k3-ringacc: handle absence of tisci
` [PATCH v7 14/19] dt-bindings: dma: ti: Add K3 PKTDMA V2
` [PATCH v7 15/19] dmaengine: ti: k3-psil-am62l: Add AM62Lx PSIL and PDMA data
` [PATCH v7 16/19] dmaengine: ti: k3-udma-v2: New driver for K3 BCDMA_V2
` [PATCH v7 17/19] dmaengine: ti: k3-udma-v2: Add support for PKTDMA V2
` [PATCH v7 18/19] dmaengine: ti: k3-udma-v2: Update glue layer to support "
` [PATCH v7 19/19] dmaengine: ti: k3-udma: Validate resource ID and fix logging in reservation

[PATCH 0/5] x86/boot: Early boot cleanups
 2026-07-24 11:04 UTC  (3+ messages)
` [PATCH 2/5] x86/boot/64: Clear BSS as early as possible

[PATCH nf v3] netfilter: ip6tables: set hotdrop for malformed extension header matches
 2026-07-24 11:01 UTC 

[PATCH v3 00/10] mpi3mr: Few Enhancements and minor fixes
 2026-07-24 11:02 UTC  (13+ messages)
` [PATCH v3 01/10] mpi3mr: Skip device shutdown during unload per controller configuration
` [PATCH v3 04/10] mpi3mr: Fix NVMe page size caching for non-operational devices
` [PATCH v3 05/10] mpi3mr: Fix performance regression caused by extended IRQ poll sleep
` [PATCH v3 06/10] mpi3mr: Fix memory leak on operational queue creation failure
` [PATCH v3 07/10] mpi3mr: Fix firmware event reference leak during cleanup
` [PATCH v3 08/10] mpi3mr: Fix SAS port allocation and registration error handling

[PATCH] thermal: qcom-spmi-adc-tm5: drop IIO_VAL_INT check in adc_tm5_get_temp
 2026-07-24 11:00 UTC 

[PATCH] drm/xe/pt: check no-DMA huge-pte cases before DMA segment test
 2026-07-24 10:58 UTC  (2+ messages)

[syzbot] [fuse?] INFO: task hung in fuse_chan_send
 2026-07-24 10:59 UTC  (2+ messages)
` Forwarded: [PATCH] fuse: allow fatal signals to interrupt forced requests

[PATCH v6 0/3] drm/xe: make CTX_TIMESTAMP TOCTOU-safe and handle sentinels
 2026-07-24 10:58 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe: make CTX_TIMESTAMP TOCTOU-safe and handle sentinels (rev6)

[PATCH] vmstate: fix type confusion in vmstate_size() for VMSTATE_VBUFFER_UINT64
 2026-07-24 10:57 UTC 

[PATCH] ceph: fix mds random selection readiness predicate
 2026-07-24 10:49 UTC 

[PATCH] ACPI: CPPC: Skip writes to unsupported performance controls
 2026-07-24 10:57 UTC  (2+ messages)

[PATCH] fuse: skip destination updates for zero-byte copy
 2026-07-24 10:55 UTC  (2+ messages)

[PATCH] ubifs: fix out-of-bounds read in signature length check
 2026-07-24 10:55 UTC  (3+ messages)

[RFC PATCH] drm/bridge: adv7511: use cache_only during power down
 2026-07-24 10:56 UTC  (3+ messages)

[PATCH net v1] net/smc: fix socket use-after-free during link group termination
 2026-07-24 10:56 UTC  (2+ messages)

[PATCH] bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()
 2026-07-24 10:56 UTC  (10+ messages)
` [PATCH v3] bpf, sockmap: Fix cork ownership "
          ` [PATCH bpf v4] bpf, sockmap: Fix cork use-after-free "

[PATCH GSoC v20 00/13] cat-file: add remote-object-info to batch-command
 2026-07-24 10:54 UTC  (15+ messages)
` [PATCH GSoC v21 "
  ` [PATCH GSoC v21 01/13] transport-helper: fix memory leak of helper on disconnect
  ` [PATCH GSoC v21 02/13] cat-file: declare loop counter inside for()
  ` [PATCH GSoC v21 03/13] t1006: extract helper functions into new 'lib-cat-file.sh'
  ` [PATCH GSoC v21 04/13] fetch-pack: drop the static advertise_sid variable
  ` [PATCH GSoC v21 05/13] fetch-pack: use unsigned int for hash_algo variable
  ` [PATCH GSoC v21 06/13] fetch-pack: move write_fetch_command_and_capabilities() to connect.c
  ` [PATCH GSoC v21 07/13] connect: make write_fetch_command_and_capabilities() more generic
  ` [PATCH GSoC v21 08/13] fetch-pack: move fetch initialization
  ` [PATCH GSoC v21 09/13] protocol-caps: check object existence regardless of the attributes requested
  ` [PATCH GSoC v21 10/13] serve: advertise object-info feature
  ` [PATCH GSoC v21 11/13] transport: add client support for object-info
  ` [PATCH GSoC v21 12/13] cat-file: add remote-object-info to batch-command
  ` [PATCH GSoC v21 13/13] cat-file: make remote-object-info allow-list adapt to the server

[PATCH] PCI: Disable NoSnoop and Relaxed ordering for Intel wireless BE200
 2026-07-24 10:54 UTC  (4+ messages)

[nf-next PATCH v3 0/4] Address Sashiko review of NAT hook dump code
 2026-07-24 10:54 UTC  (3+ messages)

[PATCH v24 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-07-24 10:53 UTC  (4+ messages)
` [PATCH v24 06/14] dmaengine: qcom: bam_dma: add support for BAM locking

[PATCH v3] platform: int3472: discrete: Support multiple HIDs per GPIO map entry
 2026-07-24 10:53 UTC 

[PATCH] macvlan: inherit needed_headroom/needed_tailroom from lower device
 2026-07-24 10:53 UTC  (2+ messages)

[RFC cip-dev][isar-cip-core][PATCH 0/4] switch to rootless build
 2026-07-24 10:51 UTC  (5+ messages)
` [RFC cip-dev][isar-cip-core][PATCH 1/4] update to kas 5.4
` [RFC cip-dev][isar-cip-core][PATCH 2/4] update Isar to contain rootless changes
` [RFC cip-dev][isar-cip-core][PATCH 3/4] use run_priviledged instead of sudo
` [RFC cip-dev][isar-cip-core][PATCH 4/4] switch to isar-rootless

[syzbot] [fuse?] INFO: task hung in fuse_chan_send
 2026-07-24 10:50 UTC 

[PATCH net-next 0/7] Netfilter/IPVS updates for net-next
 2026-07-24 10:49 UTC  (8+ messages)
` [PATCH net-next 1/7] ipvs: Move defense_work and est_reload_work to system_dfl_long_wq
` [PATCH net-next 2/7] netfilter: xt_tcpmss: extend checkentry to ipv6
` [PATCH net-next 3/7] netfilter: nf_nat_sip: rewind offset when NAT shrinks the packet
` [PATCH net-next 4/7] netfilter: flowtable: tear down flow entries with stale dst from GC
` [PATCH net-next 5/7] netfilter: conntrack_helper: pass master conntrack to helper functions
` [PATCH net-next 6/7] netfilter: nf_conntrack_expect: store event cache in expectation
` [PATCH net-next 7/7] ipvs: use type-safe allocation helpers in ip_vs_rht_alloc

[PATCH net] xfrm: enforce hard byte lifetime in xfrm_input()
 2026-07-24 10:45 UTC 

[Intel-wired-lan] [PATCH iwl-next] ice: detect duplicates in ACL
 2026-07-24  9:44 UTC  (2+ messages)
`  "

linux-integrity@vger.kernel.org
 2026-07-24 10:44 UTC 

[PATCH i-g-t v4] lib/igt_kms: Fix plane type check in igt_crtc_get_plane_type
 2026-07-24 10:43 UTC  (3+ messages)
` [PATCH i-g-t v5] lib/igt_kms: Add plane type verification "

[PATCH net-next v3] MAINTAINERS: Update SHARED MEMORY COMMUNICATIONS (SMC) maintainer entries
 2026-07-24 10:43 UTC  (2+ messages)

[PATCH v2 net] vlan: fix skb_under_panic and races when toggling HW VLAN offload
 2026-07-24 10:43 UTC  (7+ messages)

[PATCH v5 0/4] regulator: qcom-rpmh: Support RPMH address reads and use it for rpmh-regulators
 2026-07-24 10:43 UTC  (4+ messages)
` [PATCH v5 3/4] regulator: qcom-rpmh: readback voltage/bypass/mode/status set during bootup

[PATCH v2 0/2] regulator: fp9931: fix voltage mapping and runtime PM issues
 2026-07-24 10:41 UTC  (3+ messages)
` [PATCH v2 1/2] regulator: fp9931: Fix VPOS/VNEG voltage selector table


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.