messages from 2026-09-02 14:54:12 to 2026-09-02 15:29:32 UTC [more...]
[PATCH v3 0/2] drm/sched: fix use-after-free of the fence timeline name
2026-09-02 15:04 UTC (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] drm/sched/tests: add a UAF regression test for the "
arm64: MPAM2_EL2 and MPAMHCR_EL2 are left UNKNOWN under arm64.nompam
2026-09-02 15:29 UTC (6+ messages)
[PATCH V2] drm/loongson: Create blend mode property for cursor plane
2026-09-02 15:29 UTC (2+ messages)
[PATCH v2 00/64] dmaengine: migrate channel tasklets to WQ_BH
2026-09-02 15:29 UTC (14+ messages)
` [PATCH v3 00/34] "
` [PATCH v3 01/34] dmaengine: add tasklet-backed channel BH helpers
` [PATCH v3 08/34] dmaengine: imx-dma: flip per-chan tasklet to dmaengine BH
` [PATCH v3 15/34] dmaengine: pch_dma: convert "
` [PATCH v3 16/34] dmaengine: ppc4xx: replace irq tasklet with "
` [PATCH v3 31/34] dmaengine: dw: defer callbacks via channel BH
[RFC PATCH 0/2] drm/amdgpu: First-level trap handler for kernel queue VMIDs
2026-09-02 15:28 UTC (4+ messages)
` [RFC PATCH 1/2] drm/amdgpu: Add kernel VMID trap handler infrastructure
` [RFC PATCH 2/2] drm/amdgpu: Implement kernel VMID trap handler for GFX10/11/12
[PATCH 1/2] arm64: dts: rockchip: Add HINLINK H28K
2026-09-02 15:28 UTC (3+ messages)
` [PATCH 2/2] board: rockchip: add "
[PATCH v11 00/74] Add HDMI 2.0 support to DW HDMI QP TX
2026-09-02 15:28 UTC (3+ messages)
[PATCHSET v3 4/5] xfs: LLM-inspired bug fixes, part 8
2026-09-02 15:28 UTC (4+ messages)
` [PATCH 2/8] xfs: move healthmon event merge tracepoint
[PATCH V20 00/15] Add memory page offlining support
2026-09-02 15:28 UTC (17+ messages)
` [PATCH V20 01/15] drm/xe: Link VRAM object with gpu buddy
` [PATCH V20 02/15] drm/xe: Link LRC BO and its execution queue with safe lifetime rules
` [PATCH V20 03/15] drm/xe: Export xe_ttm_bo_purge()
` [PATCH V20 04/15] drm/xe: Handle NULL resource and allow purging of VRAM pages
` [PATCH V20 05/15] drm/xe/bo: Make xe_bo_is_user() public
` [PATCH V20 06/15] drm/xe: Guard teardown paths against purged BOs
` [PATCH V20 07/15] drm/xe/vram: Extract buddy allocation and free helpers
` [PATCH V20 08/15] drm/xe/vram: Add page offline data structures and lifecycle
` [PATCH V20 09/15] drm/xe/vram: Add VRAM page offline fault handler
` [PATCH V20 10/15] drm/xe/configfs: Add disable_vram_page_offline attribute
` [PATCH V20 11/15] drm/xe/ras: Cache disable_vram_page_offline policy at init
` [PATCH V20 12/15] drm/xe/vram: Check disable_vram_page_offline policy in fault handler
` [PATCH V20 13/15] drm/xe: Expose bad VRAM pages via debugfs
` [PATCH V20 14/15] drm/xe/uapi: Expose ban reason in EXEC_QUEUE_GET_PROPERTY_BAN
` [PATCH V20 15/15] drm/xe: Add fault-inject based VRAM page offline injection
[PATCH 6/8] arm64: dts: freescale: imx8mm-verdin: Add Toradex OV5640 CSI Cameras
2026-09-02 15:27 UTC (11+ messages)
[PATCH i-g-t] lib/igt_eld: Fix 88.2kHz/176.4kHz sample rate parsing
2026-09-02 15:27 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[PATCH 00/17] KVM: arm64: Confine protected VM vCPU state to EL2
2026-09-02 15:26 UTC (6+ messages)
` [PATCH 05/17] KVM: arm64: Skip fixed-feature state flush for protected vCPUs
` [PATCH 07/17] KVM: arm64: Add system register reset framework for protected VMs
[RFC PATCH] fetch: `touch` mirror tarball stamp files on download
2026-09-02 15:26 UTC (4+ messages)
` [bitbake-devel] "
[BUG] SPD5118 Intermittent MR11 Corruption During Suspend/Resume
2026-09-02 15:26 UTC (16+ messages)
[PATCH 0/3] drm/xe/hwmon: Update hwmon thermal mailbox handling
2026-09-02 15:25 UTC (4+ messages)
` [PATCH 2/3] drm/xe/hwmon: Use VRAM temperature sensor count from thermal config on CRI
[PATCH v7 for-next 0/8] livepatch: Introduce replace set support
2026-09-02 15:25 UTC (5+ messages)
` [PATCH v7 for-next 6/8] selftests/livepatch: Add provides/obsoletes test scenarios
` [PATCH v7 for-next 7/8] selftests/livepatch: Add test for state ID conflict across provides
[RFC PATCH v2 0/5] hw/pci, hw/arm/virt: fixed PCI BAR placement
2026-09-02 15:24 UTC (7+ messages)
[PATCH] Documentation: admin-guide: Fix bracket
2026-09-02 15:23 UTC
[PATCH v3 00/11] accel/tcg: Push BQL down into per-target do_interrupt handlers
2026-09-02 15:20 UTC (11+ messages)
` [PATCH v3 01/11] target/arm: Call arm*_cpu_do_interrupt directly instead of via TCGCPUOps
` [PATCH v3 03/11] target/i386: Rename fake_do_interrupt to fake_user_exception
` [PATCH v3 04/11] accel/tcg: Document cpu_exec_interrupt() callback contract
` [PATCH v3 05/11] accel/tcg: Document do_interrupt() "
` [PATCH v3 06/11] accel/tcg: Rename do_interrupt() to do_interrupt_locked()
` [PATCH v3 07/11] accel/tcg: Add do_interrupt() wrapper for targets to manage BQL
` [PATCH v3 08/11] target/hexagon: Move to do_interrupt() (BQL acquired internally)
` [RFC PATCH v3 09/11] targets: Move interrupt handlers to do_interrupt()
` [RFC PATCH v3 10/11] targets: Move BQL locking into do_interrupt() handlers
` [PATCH v3 11/11] accel/tcg: Remove do_interrupt_locked() callback
[PATCH 0/2] ARM: dts: qcom: ipq4019: migrate USB to qcom,snps-dwc3
2026-09-02 15:23 UTC (3+ messages)
` [PATCH 2/2] ARM: dts: qcom: ipq4019: migrate USB to the qcom,snps-dwc3 glue
[PATCH] libsemanage/genhomedircon: reject users with a relative home directory
2026-09-02 15:21 UTC (2+ messages)
[PATCH v6 1/4] drm: Add drm_work_fence helper
2026-09-02 15:20 UTC (5+ messages)
` [PATCH v7 "
` [PATCH v7 2/4] drm: Add drm_user_fence helper
` [PATCH v7 3/4] drm/xe: Convert xe_user_fence to drm_user_fence
` [PATCH v7 4/4] drm: Add per-signal compare functionality "
[PATCH v2] xen/riscv: fix out-of-range indexing of the IMSIC per-CPU MSI array
2026-09-02 15:21 UTC (3+ messages)
[PATCH v3] staging: rtl8723bs: Remove manual ifname allocation
2026-09-02 15:20 UTC (2+ messages)
[PATCH bpf-next 0/7] Add new way to add BPF LSM hooks
2026-09-02 15:31 UTC (10+ messages)
` [PATCH bpf-next 1/7] bpf: Allow BPF LSM programs to attach to more hooks
[Resend PATCH v2] ipe: fix typo
2026-09-02 15:20 UTC (2+ messages)
[PATCH bpf-next v2] bpftool: Scale multiplexed perf counters
2026-09-02 15:20 UTC (2+ messages)
[PATCH 09/12] mm/damon/tests/core-kunit: test damon_nr_samples_per_aggr()
2026-09-02 15:19 UTC (3+ messages)
[PATCH] xfs: basic functional testing of media verification command
2026-09-02 15:20 UTC (3+ messages)
[PATCH] memblock: fix page count when preserving reserve_mem regions
2026-09-02 15:19 UTC (3+ messages)
[PATCH bpf-next 1/2] bpf: Only check nmi_uaccess_okay() when signalling current
2026-09-02 15:18 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test bpf_send_signal_task() from kernel thread context
[PATCH v2 00/39] [RISC-V] virtual interrupt controller (vAPLIC/vIMSIC) support
2026-09-02 15:17 UTC (8+ messages)
` [PATCH v2 03/39] xen/riscv: set the guest's XLEN explicitly in hstatus.VSXL
[PATCH v6 2/2] badblocks: validate sector range and shift before rounding
2026-09-02 15:17 UTC (5+ messages)
` [PATCH v7 0/2] badblocks: fix rounding bug and validate input range
` [PATCH v7 2/2] badblocks: validate sector range and shift before rounding
[PATCH v1] Bluetooth: btusb: Add support for Intel Otter Peak2 (OrP2)
2026-09-02 16:04 UTC (3+ messages)
[PATCH] staging: greybus: audio_codec: fix stack overflow in stream name parsing
2026-09-02 15:17 UTC (3+ messages)
[PATCH v2 0/4] Add PCIe support for Qualcomm Nord platform
2026-09-02 15:16 UTC (4+ messages)
` [PATCH v2 3/4] PCI: qcom: Add CGC disable workaround for Nord PCIe
[PATCH v4 0/3] kselftest: mm: fix some failure of split_huge_page_test
2026-09-02 15:16 UTC (4+ messages)
` [PATCH v4 1/3] kselftest: mm: prevent random failure of huge page split for khugepaged
[RFC PATCH v2 0/4] docs/devel, AGENTS.md: a completely new policy on AI-generated contributions
2026-09-02 15:15 UTC (7+ messages)
` [PATCH 2/4] AGENTS.md: Let agents know what the participation rules are
[PATCH v4 1/3] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
2026-09-02 15:15 UTC (3+ messages)
[PATCH v3 0/9] libsemanage: add ro-store-root and configuration-root search list
2026-09-02 15:14 UTC (10+ messages)
` [PATCH v3 1/9] libsemanage: accept a list of read-only fallback store roots
` [PATCH v3 2/9] libsemanage: add semanage_module_find_path() and use it for reads
` [PATCH v3 3/9] libsemanage: list modules across every store root
` [PATCH v3 4/9] libsemanage: read the active store through the fallback list
` [PATCH v3 5/9] libsemanage: create the writable store skeleton on first transaction
` [PATCH v3 6/9] libsemanage: create the store root when taking a lock
` [PATCH v3 7/9] libsemanage: refuse to remove or enable a module owned by a RO store
` [PATCH v3 8/9] libsemanage: search /run and /usr/lib for semanage.conf
` [PATCH v3 9/9] libsemanage: document semanage.conf search path and ro-store-root
[PATCH] pci: designware: Set DMA_BYPASS bit in outbound IATU CTRL2 register
2026-09-02 15:14 UTC (3+ messages)
[PATCH] iommu: Honor iommufd uapi for zero entry_num args
2026-09-02 15:13 UTC (2+ messages)
Re: [PATCH v3 2/3] riscv: hwprobe: export the availability of vector to user
2026-09-02 15:13 UTC (3+ messages)
[PATCH v4 0/5] x86/hygon: Add Family 0x18 DF node enumeration and SMN access
2026-09-02 15:13 UTC (5+ messages)
` [PATCH v4 4/5] x86/amd_node: Skip SMN setup on Hygon Fam18h models 0x04-0x08
[RFC PATCH] media: ti: cal: Deprecate non-MC API usage
2026-09-02 15:14 UTC (5+ messages)
[PATCH] generic/795: add missing _require_scratch check
2026-09-02 15:13 UTC (2+ messages)
[PATCH v7 00/14] mm: thp: always enable mTHP support
2026-09-02 15:12 UTC (6+ messages)
` [PATCH v7 10/14] mips: move has_transparent_hugepage() out of THP guard
[PATCH v3 0/2] bcache: track active bypass writes to fix read miss race
2026-09-02 15:12 UTC (3+ messages)
` [PATCH v3 1/2] "
[PATCH] Documentation: trace: histogram-design: fix bracket
2026-09-02 15:10 UTC
[PATCH v8 0/9] drm: renesas: rz-du: Add RZ/G3E support
2026-09-02 15:11 UTC (6+ messages)
` [PATCH v8 1/9] dt-bindings: display: renesas, rzg2l-du: Document RZ/G3E SoC
` [PATCH v8 1/9] dt-bindings: display: renesas,rzg2l-du: "
[PATCH net] wireguard: wait for per-peer crypto during removal
2026-09-02 15:11 UTC
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-09-02 15:11 UTC (4+ messages)
` [PATCH v16 14/45] KVM: arm64: CCA: Add basic infrastructure for creating a realm
[PATCH 1/7] libxcb: add explicit util-macros-native dependency
2026-09-02 15:10 UTC (7+ messages)
` [PATCH 2/7] xcb-util: "
` [PATCH 3/7] rgb: remove redundant util-macros dependency
` [PATCH 4/7] xorg-driver-common: depend on util-macros-native
` [PATCH 5/7] xorg-lib-common: "
` [PATCH 6/7] xorg-lib: remove redundant util-macros dependencies
` [PATCH 7/7] font-util: depend on util-macros-native
[PATCH v1] Bluetooth: hci_sync: Fix not setting CE length on LE Set Default Rate
2026-09-02 15:10 UTC
[ANNOUNCE] A Syzbot-style Platform for Verifying and Fixing LLM-reported Bugs
2026-09-02 15:10 UTC (2+ messages)
[PATCH BlueZ v1 1/2] monitor: Check valid range of CE Length
2026-09-02 15:09 UTC (2+ messages)
` [PATCH BlueZ v1 2/2] emulator/btdev: "
[RFC] net/iucv: af_iucv socket locking - accounting, and a staged plan
2026-09-02 15:09 UTC (5+ messages)
[PATCH v7 1/1] leds: st1202: Add hardware-accelerated blink support
2026-09-02 15:09 UTC (2+ messages)
` (subset) "
[PATCH v4] landlock.7, landlock_*.2: Document LANDLOCK_ADD_RULE_QUIET
2026-09-02 15:09 UTC (2+ messages)
[PATCH v3 0/4] KVM: TDX: Validate directly configurable CPUID bits
2026-09-02 15:09 UTC (5+ messages)
` [PATCH v3 1/4] KVM: TDX: Track configurable CPUID bits allowed by KVM
[PATCH 0/4] staging: rtl8723bs: Changing two struct members
2026-09-02 15:05 UTC (4+ messages)
` [PATCH v4 0/2] "
` [PATCH v4 1/2] staging: rtl8723bs: change struct member bSurpriseRemoved
` [PATCH v4 2/2] staging: rtl8723bs: fix Alignment should match open parenthesis in rtw_mlme_ext.c
[PATCH 00/14] address half the remaining Misra rule 11.8 violations
2026-09-02 15:07 UTC (5+ messages)
` [PATCH 13/14] passthrough/PCI: rework (s,b,d,f) init of struct pci_dev
[PATCH] rerere: keep a background gc from killing a rebase
2026-09-02 15:07 UTC (3+ messages)
[PATCH v2 00/13] audit: log all six syscall arguments in the SYSCALL record
2026-09-02 15:07 UTC (27+ messages)
` [PATCH v2 01/13] "
` [PATCH v2 02/13] alpha: pass pt_regs to audit_syscall_entry()
` [PATCH v2 03/13] arm: "
` [PATCH v2 04/13] arm64: "
` [PATCH v2 05/13] csky: "
` [PATCH v2 06/13] microblaze: "
` [PATCH v2 07/13] mips: "
` [PATCH v2 08/13] openrisc: "
` [PATCH v2 09/13] parisc: "
` [PATCH v2 10/13] sh: "
` [PATCH v2 11/13] sparc64: "
` [PATCH v2 12/13] um: "
` [PATCH v2 13/13] xtensa: "
[PATCH] drm/xe/pf: Keep VF LMEM BAR size low if no VFs enabled
2026-09-02 15:07 UTC (2+ messages)
` ✗ Xe.CI.BAT: failure for drm/xe/pf: Keep VF LMEM BAR size low if no VFs enabled (rev3)
[PATCH v2 00/15] nova-core: GPU interrupt support and GSP event delivery
2026-09-02 15:07 UTC (5+ messages)
` [PATCH v2 13/15] gpu: nova-core: retrigger the GSP falcon and clear every latched cause
` [PATCH v2 15/15] gpu: nova-core: document the GIN interrupt controller and GSP events
[PATCH] ASoC: doc: Fix bracket and move place holder
2026-09-02 15:05 UTC
[PATCH net-next v3 00/10] net: pcs: add basic support for RK3568 XPCS
2026-09-02 15:04 UTC (13+ messages)
` [PATCH net-next v3 05/10] arm64: dts: rockchip: rk3568: add XPCS and fixed-clock nodes
` [PATCH net-next v3 06/10] net: pcs: xpcs: add ANRESTART support for SGMII link recovery
` [PATCH net-next v3 07/10] net: pcs: xpcs: add Rockchip RK3568 platform glue driver
` [PATCH net-next v3 08/10] net: stmmac: dwmac-rk: add SGMII support for RK3568
[PATCH] platform: generic: metanoia/mt2824: configure PMA for DSP memory regions
2026-09-02 15:04 UTC
[PATCH] ALSA: doc: hdspm.txt: Remove bracket
2026-09-02 15:03 UTC
[PATCH] rust: kbuild: add intrinsics to fix Rust 1.100.0 builds
2026-09-02 15:03 UTC
[PATCH v1 00/11] FBE virtualization: inline encryption for virtio-blk guests
2026-09-02 15:03 UTC (11+ messages)
` [PATCH v1 02/11] soc: qcom: add crypto_virt backend for virtio-blk inline crypto
` [PATCH v1 11/11] scsi: ufs: ufs-qcom: support ICE keyslot partitioning for guest VMs
[PATCH net] vxlan: vnifilter: validate the VNI range in vni_filter_entry_policy
2026-09-02 15:03 UTC (2+ messages)
` [net] "
[PATCH v2 0/5] Congatec Board Controller: Add storage devices support
2026-09-02 15:03 UTC (4+ messages)
` [PATCH v2 1/5] mfd: cgbc: Fix use of negative error code as valid session handle
[PATCH v2] mm/damon/core: allow esz to be set to zero
2026-09-02 15:03 UTC (2+ messages)
[PATCH] dlm: wait for outstanding SRCU callbacks to complete in exit paths
2026-09-02 15:02 UTC (7+ messages)
[PATCH] docs: i2c: writing-clients: Add missing end of command
2026-09-02 15:01 UTC
[PATCH 0/2] power: supply: qcom_battmgr: report charge levels on SM8350-class firmware
2026-09-02 15:02 UTC (3+ messages)
` [PATCH 2/2] power: supply: qcom_battmgr: expose CHARGE_NOW "
[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
2026-09-02 15:01 UTC (8+ messages)
[LTP] [PATCH v4] coredump01: New core_pattern specifiers test
2026-09-02 15:00 UTC
[PATCH] powerpc: Don't drop _TIF_RESTOREALL on syscall restart
2026-09-02 15:00 UTC (2+ messages)
[PATCH v3] drm/i915/display: Reset use_flipq when duplicating crtc state
2026-09-02 15:00 UTC (2+ messages)
` ✓ CI.KUnit: success for "
[RX470 - polaris10] Wrong window titlebar gradient after kernel update 7.1 to 7.2
2026-09-02 14:59 UTC (2+ messages)
[PATCH] yocto-bsp: introduce 7.2 h/w reference
2026-09-02 14:59 UTC
[PATCH] ext4, doc: remove unnecessary bracket
2026-09-02 14:59 UTC (2+ messages)
[RFC] overlay tests: generalize _check_overlay_feature for param-less mount options
2026-09-02 14:58 UTC (2+ messages)
[REGRESSION 7.1 -> 7.2] media: ipu-bridge: IVSC camera broken by c6b1b34b5090 ("media: pci: intel: Add CVS support for IPU bridge driver")
2026-09-02 14:57 UTC (4+ messages)
` [PATCH] media: ipu-bridge: do not use the CVS device lookup for IVSC
[PATCH v2 0/8] clk: sunxi-ng: Add support for Allwinner A733 CCU and PRCM
2026-09-02 14:58 UTC (4+ messages)
` [PATCH v2 4/8] clk: sunxi-ng: a733: Add PLL clocks support
[PATCH] docs: locking: Fix bracket
2026-09-02 14:58 UTC (2+ messages)
[PATCH v5 0/3] Use BTF to trim return values
2026-09-02 14:58 UTC (6+ messages)
` [PATCH v5 1/3] ftrace: Build trace_btf.c when CONFIG_DEBUG_INFO_BTF is enabled
[PATCH v8 00/20] Introduce enablemenant of dom0less
2026-09-02 14:58 UTC (3+ messages)
` [PATCH v8 04/20] xen/riscv: introduce guest riscv,isa string
[PATCH v8 0/4] iio: light: add support for veml6031x00 ALS series
2026-09-02 14:58 UTC (5+ messages)
` [PATCH v8 4/4] iio: light: veml6031x00: add support for events and trigger
[PATCH v3 0/8] Convert barrier pairs to acquire/release for better performance
2026-09-02 14:56 UTC (3+ messages)
[PATCH v2] media: ipu-bridge: do not use the CVS device lookup for IVSC
2026-09-02 14:54 UTC
[PATCH 0/2] igvm: fix byte_offset handling in parameter directives
2026-09-02 14:56 UTC (3+ messages)
` [PATCH 2/2] igvm: validate byte_offset before using it "
[RFC v5 00/28] hw/arm/smmuv3: Support Secure state for SMMUv3
2026-09-02 14:55 UTC (4+ messages)
` [RFC v5 22/28] hw/arm/smmuv3: Harden security checks in MMIO handlers
[PATCH] fs: porting.rst: add bracket
2026-09-02 14:54 UTC
[PATCH] tests/intel/xe_exec_reset: add GT reset fault injection stress coverage
2026-09-02 14:54 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for tests/intel/xe_exec_reset: add GT reset fault injection stress coverage (rev5)
[PATCH] usb: dwc3: am62: Fix runtime PM usage count leak on probe error path
2026-09-02 14:54 UTC
[PATCH v7 00/16] media: Add Yoga Book camera support
2026-09-02 14:53 UTC (7+ messages)
` [PATCH v7 11/16] media: atomisp: provide Yoga Book OV2740 link frequency
` [PATCH v7 12/16] media: ov2740: release group hold after gain write errors
` [PATCH v7 13/16] media: ov2740: add manual white balance controls
` [PATCH v7 14/16] media: atomisp: Use struct v4l2_area for padding
` [PATCH v7 15/16] media: atomisp: allow raw Bayer capture
` [PATCH v7 16/16] media: i2c: Add WV517S lens actuator driver
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.