messages from 2026-07-14 16:09:33 to 2026-07-14 19:19:15 UTC [more...]
[PATCH v2] dt-bindings: watchdog: snps,dw-wdt: Add RV1106 compatible
2026-07-14 19:18 UTC
[PATCH v2] dt-bindings: iio: adc: rockchip-saradc: Add RV1106 compatible
2026-07-14 19:16 UTC
[RFC PATCH 00/10] net-next: add basic support for RK3568 XPCS
2026-07-14 19:08 UTC (11+ messages)
` [RFC PATCH 01/10] net: stmmac: move XPCS lifetime management to platform drivers
` [RFC PATCH 02/10] dt-bindings: phy: rockchip: naneng-combphy: add rockchip,sgmii-mac-sel property
` [RFC PATCH 03/10] phy: rockchip: naneng-combphy: add SGMII MAC selection for RK3568
` [RFC PATCH 04/10] dt-bindings: net: pcs: add rockchip,rk3568-xpcs binding
` [RFC PATCH 05/10] arm64: dts: rockchip: rk3568: add XPCS and fixed-clock nodes
` [RFC PATCH 06/10] net: pcs: xpcs: improve SGMII AN state handling for Rockchip RK3568
` [RFC PATCH 07/10] net: pcs: xpcs: add Rockchip RK3568 platform glue driver
` [RFC PATCH 08/10] net: stmmac: dwmac-rk: add SGMII support for RK3568
` [RFC PATCH 09/10] arm64: dts: rockchip: rk3568-photonicat: enable SGMII LAN port
` [RFC PATCH 10/10] MAINTAINERS: add entry for Rockchip XPCS driver
[PATCH mm-hotfixes v3 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-14 19:11 UTC (8+ messages)
` [PATCH mm-hotfixes v3 1/4] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v3 2/4] x86/mm/pat: acquire mmap lock on page table free "
` [PATCH mm-hotfixes v3 3/4] mm/ptdump: always stabilise against page table freeing using init_mm
` [PATCH mm-hotfixes v3 4/4] arm64: remove redundant concurrent ptdump UAF mitigation
[PATCH v14 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
2026-07-14 19:04 UTC (7+ messages)
` [PATCH v14 1/5] docs: driver-api: gpio: rpmsg gpio driver over rpmsg bus
[PATCH v2 00/18] KVM: arm64: Introduce pKVM hypervisor heap allocator
2026-07-14 19:00 UTC (11+ messages)
` [PATCH v2 01/18] KVM: arm64: Add __pkvm_private_range_pa
` [PATCH v2 02/18] KVM: arm64: Add pkvm_remove_mappings
` [PATCH v2 03/18] KVM: arm64: Add __hyp_allocator_map for the pKVM hyp
` [PATCH v2 04/18] KVM: arm64: Add a heap allocator "
` [PATCH v2 05/18] KVM: arm64: Allow kvm_hyp_memcache usage outside of stage-2
[PATCH 6.16.y 0/6] cBPF JIT spray hardening
2026-07-14 18:59 UTC (7+ messages)
` [PATCH 6.16.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 6.16.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 6.16.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 6.16.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 6.16.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 6.16.y 6/6] bpf: Prefer dirty packs for eBPF allocations
[PATCH v4 0/7] soc: aspeed: Add BMC and host driver for PCIe BMC device
2026-07-14 18:53 UTC (7+ messages)
` [PATCH v4 4/7] serial: 8250_aspeed_vuart: add VUART over PCI
` [PATCH v4 5/7] soc: aspeed: add host-side PCIe BMC device driver
` [PATCH v4 6/7] ARM: dts: aspeed: g6: Change vuart compatible string for ast2600
[PATCH v3 0/5] iommufd: Iterate the cache invalidation array in the core
2026-07-14 18:49 UTC (4+ messages)
` [PATCH v3 1/5] iommu/arm-smmu-v3-iommufd: Reject unsupported bits in invalidation commands
[PATCH v4 0/6] iommufd: Iterate the cache invalidation array in the core
2026-07-14 18:48 UTC (7+ messages)
` [PATCH v4 1/6] iommu/arm-smmu-v3: Support IDR5.DS and widen the TLBI SCALE field
` [PATCH v4 2/6] iommu/arm-smmu-v3-iommufd: Reject unsupported bits in invalidation commands
` [PATCH v4 3/6] iommufd: Iterate the cache invalidation array in the core
` [PATCH v4 4/6] iommufd/selftest: Convert cache invalidation mocks to the core array loop
` [PATCH v4 5/6] iommu/arm-smmu-v3-iommufd: Convert cache invalidation "
` [PATCH v4 6/6] iommu/vt-d: Convert nested "
[PATCH v3 0/8] Organize the SMMUv3 invalidation flow so iommupt can use it
2026-07-14 18:46 UTC (9+ messages)
` [PATCH v3 1/8] iommu/arm-smmu-v3: Pass the parameters for the invalidation in a struct
` [PATCH v3 2/8] iommu/arm-smmu-v3: Move pgsize out of arm_smmu_inv
` [PATCH v3 3/8] iommu/arm-smmu-v3: Optimize range invalidation for latency
` [PATCH v3 4/8] iommu/arm-smmu-v3: Keep track in the arm_smmu_invs if RIL is used
` [PATCH v3 5/8] iommu/arm-smmu-v3: Precompute the invalidation commands
` [PATCH v3 6/8] iommu/arm-smmu-v3: Populate the tlbi at the top of the call chain
` [PATCH v3 7/8] iommu/arm-smmu-v3: Change how the tlbi describes the invalidation
` [PATCH v3 8/8] iommu/arm-smmu-v3: Support the DS expansion of RIL's SCALE
[PATCH v2 0/8] Organize the SMMUv3 invalidation flow so iommupt can use it
2026-07-14 18:41 UTC (6+ messages)
` [PATCH v2 2/8] iommu/arm-smmu-v3: Move pgsize out of arm_smmu_inv
[PATCH v3 0/3] soc: apple: Add "PMGR misc" power controls driver
2026-07-14 18:40 UTC (2+ messages)
[PATCH] KVM: arm64: Fix hyp_trace clock disabling
2026-07-14 18:10 UTC
[PATCH v5 0/3] x86,fs/resctrl,arm_mpam: Factor MBA parse-time conversion to be per-arch
2026-07-14 17:45 UTC (2+ messages)
[PATCH] phy: rockchip: naneng-combphy: Set RK3576 USB3 SSC downward
2026-07-14 17:26 UTC (2+ messages)
[PATCH v23 00/13] Implement PSCI reboot mode driver for PSCI resets
2026-07-14 17:16 UTC (14+ messages)
` [PATCH v23 01/13] power: reset: reboot-mode: Remove devres based allocations
` [PATCH v23 02/13] power: reset: reboot-mode: Support up to 3 magic values per mode
` [PATCH v23 03/13] power: reset: reboot-mode: Add support for predefined reboot modes
` [PATCH v23 04/13] firmware: psci: Introduce command-based resets
` [PATCH v23 05/13] mfd: psci-mfd: Add PSCI MFD driver for cpuidle-psci-domain cell
` [PATCH v23 06/13] dt-bindings: arm: Document reboot mode magic
` [PATCH v23 07/13] power: reset: Add psci-reboot-mode driver
` [PATCH v23 08/13] mfd: core: Add firmware-node support to MFD cells
` [PATCH v23 09/13] mfd: psci-mfd: Add psci-reboot-mode child cell
` [PATCH v23 10/13] arm64: dts: qcom: Add psci reboot-modes for kodiak boards
` [PATCH v23 11/13] arm64: dts: qcom: Add psci reboot-modes for lemans boards
` [PATCH v23 12/13] arm64: dts: qcom: Add psci reboot-modes for monaco boards
` [PATCH v23 13/13] arm64: dts: qcom: Add psci reboot-modes for talos boards
[PATCH mm-hotfixes v2 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-14 17:05 UTC (6+ messages)
[PATCH 0/2] PCI: apple: Integrate pwrctrl API
2026-07-14 16:57 UTC (7+ messages)
` [PATCH 1/2] "
[PATCH 0/3] driver core: Constify the signature of device_show/store_*()
2026-07-14 16:51 UTC (4+ messages)
` [PATCH 1/3] x86/mce: Use __DEVICE_ATTR() macro to initialize dev_ext_attribute
` [PATCH 2/3] drivers: perf: "
` [PATCH 3/3] driver core: Constify the signature of device_show/store_*()
[PATCH v5 0/8] KVM: arm64: pKVM vCPU state management at EL2 (series A)
2026-07-14 16:44 UTC (6+ messages)
` [PATCH v5 2/8] KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP code
[PATCH][next] spi: bcm2835: make read-only const array pinctrl_compats static
2026-07-14 16:42 UTC
[PATCH v3 0/2] PHY: Add support for MT8196 DSI PHY
2026-07-14 16:42 UTC (3+ messages)
` [PATCH v3 2/2] phy: mediatek: Add support for MT8196 MIPI "
[PATCH v3 0/2] i2c: imx: fix SMBus block-read of 0 locking the bus
2026-07-14 15:45 UTC (2+ messages)
[PATCH v3 0/3] Add support for Variscite DART-MX8M-MINI and Sonata board
2026-07-14 16:33 UTC (4+ messages)
` [PATCH v3 1/3] dt-bindings: arm: fsl: add Variscite DART-MX8M-MINI Boards
` [PATCH v3 2/3] arm64: dts: freescale: Add support for Variscite DART-MX8M-MINI
` [PATCH v3 3/3] arm64: dts: imx8mm-var-dart: Add support for Variscite Sonata board
[RFC PATCH 00/36] arm64: Add support for FEAT_NMI
2026-07-14 16:24 UTC (4+ messages)
` [RFC PATCH 31/36] arm64: nmi: Add handling of superpriority interrupts as NMIs
[PATCH] ASoC: sun4i-codec: Sort sound related #include statements
2026-07-14 16:09 UTC (2+ messages)
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox