messages from 2025-11-08 03:47:53 to 2025-11-09 21:52:43 UTC [more...]
[PATCH 0/2] Fixes for PineNote DT validation issues
2025-11-09 21:52 UTC (5+ messages)
` [PATCH 1/2] arm64: dts: rockchip: Simplify usb-c-connector port on rk3566-pinenote
` [PATCH 2/2] arm64: dts: rockchip: Move otg-port to controller "
[PATCH v4 1/2] dt-bindings: arm: fsl: Add i.MX8MP FRDM board
2025-11-09 21:45 UTC (2+ messages)
` [PATCH v4 2/2] arm64: dts: add support for NXP "
[PATCH v2 0/5] KVM: arm64: Fixes for guest CPU feature trapping and enabling
2025-11-09 19:51 UTC (7+ messages)
` [PATCH v2 4/5] KVM: arm64: Prevent host from managing timer offsets for protected VMs
` [PATCH v2 5/5] KVM: arm64: Define FAR_MASK for fault IPA offset
[PATCH v2] arm64: dts: rockchip: add pwm-fan for NanoPC-T6
2025-11-09 19:20 UTC
[PATCH v4 00/14] drm/imx: dc: Use prefetch engine
2025-11-09 19:11 UTC (7+ messages)
` [PATCH v4 07/14] drm/imx: dc: Add DPR channel support
[PATCH 00/13] of: Add wrappers to match root node with OF device ID tables
2025-11-09 19:06 UTC (11+ messages)
` [PATCH 05/13] cpufreq: ti: Simplify with of_machine_device_match()
` [PATCH 11/13] soc: qcom: Simplify with of_machine_get_match_data()
[PATCH v2 00/45] KVM: arm64: Add LR overflow infrastructure
2025-11-09 17:16 UTC (46+ messages)
` [PATCH v2 01/45] irqchip/gic: Add missing GICH_HCR control bits
` [PATCH v2 02/45] irqchip/gic: Expose CPU interface VA to KVM
` [PATCH v2 03/45] irqchip/apple-aic: Spit out ICH_MISR_EL2 value on spurious vGIC MI
` [PATCH v2 04/45] KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant
` [PATCH v2 05/45] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
` [PATCH v2 06/45] KVM: arm64: Repack struct vgic_irq fields
` [PATCH v2 07/45] KVM: arm64: Add tracking of vgic_irq being present in a LR
` [PATCH v2 08/45] KVM: arm64: Add LR overflow handling documentation
` [PATCH v2 09/45] KVM: arm64: GICv3: Drop LPI active state when folding LRs
` [PATCH v2 10/45] KVM: arm64: GICv3: Preserve EOIcount on exit
` [PATCH v2 11/45] KVM: arm64: GICv3: Decouple ICH_HCR_EL2 programming from LRs
` [PATCH v2 12/45] KVM: arm64: GICv3: Extract LR folding primitive
` [PATCH v2 13/45] KVM: arm64: GICv3: Extract LR computing primitive
` [PATCH v2 14/45] KVM: arm64: GICv2: Preserve EOIcount on exit
` [PATCH v2 15/45] KVM: arm64: GICv2: Decouple GICH_HCR programming from LRs being loaded
` [PATCH v2 16/45] KVM: arm64: GICv2: Extract LR folding primitive
` [PATCH v2 17/45] KVM: arm64: GICv2: Extract LR computing primitive
` [PATCH v2 18/45] KVM: arm64: Compute vgic state irrespective of the number of interrupts
` [PATCH v2 19/45] KVM: arm64: Eagerly save VMCR on exit
` [PATCH v2 20/45] KVM: arm64: Revamp vgic maintenance interrupt configuration
` [PATCH v2 21/45] KVM: arm64: Turn kvm_vgic_vcpu_enable() into kvm_vgic_vcpu_reset()
` [PATCH v2 22/45] KVM: arm64: Make vgic_target_oracle() globally available
` [PATCH v2 23/45] KVM: arm64: Invert ap_list sorting to push active interrupts out
` [PATCH v2 24/45] KVM: arm64: Move undeliverable interrupts to the end of ap_list
` [PATCH v2 25/45] KVM: arm64: Use MI to detect groups being enabled/disabled
` [PATCH v2 26/45] KVM: arm64: GICv3: Handle LR overflow when EOImode==0
` [PATCH v2 27/45] KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 traps
` [PATCH v2 28/45] KVM: arm64: GICv3: Add GICv2 SGI handling to deactivation primitive
` [PATCH v2 29/45] KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacity
` [PATCH v2 30/45] KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivation
` [PATCH v2 31/45] KVM: arm64: GICv3: Handle in-LR deactivation when possible
` [PATCH v2 32/45] KVM: arm64: GICv3: Avoid broadcast kick on CPUs lacking TDIR
` [PATCH v2 33/45] KVM: arm64: GICv2: Handle LR overflow when EOImode==0
` [PATCH v2 34/45] KVM: arm64: GICv2: Handle deactivation via GICV_DIR traps
` [PATCH v2 35/45] KVM: arm64: GICv2: Always trap GICV_DIR register
` [PATCH v2 36/45] KVM: arm64: selftests: gic_v3: Add irq group setting helper
` [PATCH v2 37/45] KVM: arm64: selftests: gic_v3: Disable Group-0 interrupts by default
` [PATCH v2 38/45] KVM: arm64: selftests: vgic_irq: Fix GUEST_ASSERT_IAR_EMPTY() helper
` [PATCH v2 39/45] KVM: arm64: selftests: vgic_irq: Change configuration before enabling interrupt
` [PATCH v2 40/45] KVM: arm64: selftests: vgic_irq: Exclude timer-controlled interrupts
` [PATCH v2 41/45] KVM: arm64: selftests: vgic_irq: Remove LR-bound limitation
` [PATCH v2 42/45] KVM: arm64: selftests: vgic_irq: Perform EOImode==1 deactivation in ack order
` [PATCH v2 43/45] KVM: arm64: selftests: vgic_irq: Add asymmetric SPI deaectivation test
` [PATCH v2 44/45] KVM: arm64: selftests: vgic_irq: Add Group-0 enable test
` [PATCH v2 45/45] KVM: arm64: selftests: vgic_irq: Add timer deactivation test
[PATCH net-next 00/16] net: stmmac: convert glue drivers to use stmmac_get_phy_intf_sel()
2025-11-09 16:38 UTC (11+ messages)
` [PATCH net-next 07/16] net: stmmac: meson8b: use PHY_INTF_SEL_xxx
` [PATCH net-next 08/16] net: stmmac: meson8b: use phy_intf_sel directly
` [PATCH net-next 09/16] net: stmmac: meson8b: use stmmac_get_phy_intf_sel()
` [PATCH net-next 16/16] net: stmmac: visconti: "
[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
2025-11-09 16:08 UTC (5+ messages)
[PATCH v1 1/2] dt-bindings: iio: adc: Add AST2700 ADC compatible strings
2025-11-09 15:03 UTC (4+ messages)
` [PATCH v1 2/2] iio: adc: aspeed: Add AST2700 ADC support
[PATCH v17 00/12] Implement vendor resets for PSCI SYSTEM_RESET2
2025-11-09 14:37 UTC (13+ messages)
` [PATCH v17 01/12] power: reset: reboot-mode: Remove devres based allocations
` [PATCH v17 02/12] power: reset: reboot-mode: Add firmware node based registration
` [PATCH v17 03/12] power: reset: reboot-mode: Add support for 64 bit magic
` [PATCH v17 04/12] Documentation: ABI: Add sysfs-class-reboot-mode-reboot_modes
` [PATCH v17 05/12] power: reset: reboot-mode: Expose sysfs for registered reboot_modes
` [PATCH v17 06/12] dt-bindings: arm: Document reboot mode magic
` [PATCH v17 07/12] firmware: psci: Implement vendor-specific resets as reboot-mode
` [PATCH v17 08/12] arm64: dts: qcom: qcm6490-idp: Add PSCI SYSTEM_RESET2 types
` [PATCH v17 09/12] arm64: dts: qcom: qcs6490-rb3gen2: "
` [PATCH v17 10/12] arm64: dts: qcom: lemans: "
` [PATCH v17 11/12] arm64: dts: qcom: monaco: "
` [PATCH v17 12/12] arm64: dts: qcom: talos: "
[PATCH -next v5 10/23] iio: imu: smi330: #undef field_{get,prep}() before definition
2025-11-09 12:59 UTC (3+ messages)
[PATCH] PCI: dw-rockchip: Skip waiting for link up
2025-11-09 12:28 UTC (8+ messages)
[PATCH v12 00/15] Add Arm Mali-C55 Image Signal Processor Driver
2025-11-09 9:01 UTC (10+ messages)
` [PATCH v12 03/15] dt-bindings: media: Add bindings for ARM mali-c55
[PATCH v2 0/2] Enable ETR and CTCU device for hamoa
2025-11-09 8:37 UTC (4+ messages)
` [PATCH v2 1/2] dt-binding: arm: add "
[GIT PULL] KVM/arm64 fixes for 6.18, take #2
2025-11-09 7:12 UTC (2+ messages)
[PATCH 0/3] arm64: dts: ti: Add bootph-all tags for PCIe boot support on J784S4 SoC
2025-11-09 6:22 UTC (2+ messages)
[PATCH] arm64: dts: ti: k3-*: Replace rgmii-rxid with rgmii-id for CPSW ports
2025-11-09 6:22 UTC (2+ messages)
[PATCH v4 0/5] TI-K3-DTS: Cleanup CPSW DT Nodes
2025-11-09 6:21 UTC (2+ messages)
[PATCH] arm64: dts: ti: k3-am62p-j722s-common-main: move audio_refclk here
2025-11-09 6:21 UTC (2+ messages)
[PATCH v2] arm64: dts: ti: k3-am642-tqma64xxl: add boot phase tags
2025-11-09 6:21 UTC (2+ messages)
[PATCH 00/33] arm_mpam: Add basic mpam driver
2025-11-09 0:49 UTC (21+ messages)
` [PATCH 01/33] ACPI / PPTT: Add a helper to fill a cpumask from a processor container
` [PATCH 03/33] ACPI / PPTT: Add acpi_pptt_cache_v1_full to use pptt cache as one structure
` [PATCH 04/33] ACPI / PPTT: Find cache level by cache-id
` [PATCH 05/33] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
` [PATCH 09/33] ACPI / MPAM: Parse the MPAM table
` [PATCH 10/33] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
` [PATCH 11/33] arm_mpam: Add the class and component structures for firmware described ris
` [PATCH 12/33] arm_mpam: Add MPAM MSC register layout definitions
` [PATCH 14/33] arm_mpam: Probe hardware to find the supported partid/pmg values
` [PATCH 15/33] arm_mpam: Add helpers for managing the locking around the mon_sel registers
[PATCH] mm/huge_memory: Initialise the tags of the huge zero folio
2025-11-09 0:42 UTC (4+ messages)
` [PATCH] mm/huge_memory: initialise "
` [PATCH] Clarification: please ignore earlier submission
` [PATCH] mm/huge_memory: restrict __GFP_ZEROTAGS to HW tagging architectures
[PATCH v1 0/7] mmc: meson-mx-sdio: Various driver improvements
2025-11-08 23:12 UTC (8+ messages)
` [PATCH v1 1/7] mmc: meson-mx-sdio: Switch to regmap for register access
` [PATCH v1 2/7] mmc: meson-mx-sdio: Use devm_clk_get_enabled()
` [PATCH v1 3/7] mmc: meson-mx-sdio: Refactor internal clock initialization
` [PATCH v1 4/7] mmc: meson-mx-sdio: Use devm_mmc_alloc_host() helper
` [PATCH v1 5/7] mmc: meson-mx-sdio: Use dev_err_probe() where appropriate
` [PATCH v1 6/7] mmc: meson-mx-sdio: Fix indentation in meson_mx_mmc_irq_thread()
` [PATCH v1 7/7] mmc: meson-mx-sdio: Ignore disabled "mmc-slot" child-nodes
[PATCH 0/3] Add Amlogic stateless H.264 video decoder for S4
2025-11-08 22:53 UTC (2+ messages)
` [PATCH 3/3] decoder: Add V4L2 stateless H.264 decoder driver
[PATCH] arm64: dts: rockchip: align bindings to PCIe spec
2025-11-08 22:43 UTC (8+ messages)
[PATCH v3 0/2] Add device tree for Nvidia BMC msx4 cx8 switchboard
2025-11-08 22:24 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: arm: aspeed: Add Nvidia msx4 board
` [PATCH v3 2/2] dts: aspeed: Add a dts for the nvidia msx4 hpm
[PATCH] soc: ti: knav_qmss_queue: free resources in remove callback
2025-11-08 22:17 UTC (2+ messages)
[PATCH v4 0/7] scripts/make_fit: Support ramdisks and faster operations
2025-11-08 21:17 UTC (11+ messages)
` [PATCH v4 1/7] scripts/make_fit: Speed up operation
` [PATCH v4 2/7] scripts/make_fit: Support an initial ramdisk
` [PATCH v4 3/7] scripts/make_fit: Move dtb processing into a function
` [PATCH v4 4/7] scripts/make_fit: Provide a way to add built modules
` [PATCH v4 5/7] kbuild: Allow adding modules into the FIT ramdisk
[PATCH v1] ARM: dts: meson: drop iio-hwmon in favour of generic-adc-thermal
2025-11-08 21:15 UTC
[PATCH v3 0/4] clk: amlogic: optimize the PLL driver
2025-11-08 21:04 UTC (4+ messages)
` [PATCH v3 2/4] clk: amlogic: Improve the issue of PLL lock failures
[PATCH v5 0/6] Cache coherency management subsystem
2025-11-08 20:02 UTC (2+ messages)
[PATCH v2 15/16] srcu: Optimize SRCU-fast-updown for arm64
2025-11-08 18:38 UTC (3+ messages)
[PATCH v2 0/2] Add device tree for Nvidia BMC msx4 cx8 switchboard
2025-11-08 17:50 UTC (3+ messages)
` [PATCH v2 2/2] dts: aspeed: Add a dts for the nvidia msx4 hpm
[PATCH v5 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
2025-11-08 17:45 UTC (9+ messages)
` [PATCH v5 3/5] docs: staging: gpio-rpmsg: gpio over rpmsg bus
[PATCH] scsi/arm: Clean up coding style violations
2025-11-08 17:33 UTC (3+ messages)
[PATCH v1] dt-bindings: phy: mediatek,ufs-phy: Update maintainer information in mediatek,ufs-phy.yaml
2025-11-08 17:15 UTC (2+ messages)
[PATCH 00/22] Add support for A100/A133 display
2025-11-08 16:58 UTC (4+ messages)
` [PATCH 17/22] phy: allwinner: phy-sun6i-mipi-dphy: add LVDS support
[PATCH 0/5] drm/sun4i: Support LVDS on D1s/T113 combo D-PHY
2025-11-08 16:53 UTC (2+ messages)
[PATCH 0/3] riscv: soc: re-organized allwinner
2025-11-08 16:32 UTC (12+ messages)
` [PATCH 1/3] riscv: soc: re-organized allwinner menu
` "
` [PATCH 2/3] riscv: soc: allwinner: d1: use the ARCH_SUNXI_XUANTIE
` [PATCH 3/3] riscv: defconfig: enable SUNXI_XUANTIE and SUNXI_ANDES
[PATCH RFC v1] drm/meson: venc: add support for HDMI DMT modes up to 3840x2160
2025-11-08 13:42 UTC
[PATCH v2 0/3] KVM: arm64: Fix handling of ID_PFR1_EL1.GIC
2025-11-08 11:58 UTC (4+ messages)
[PATCH v6 0/2] qcom: qcs8300: Add qcs8300 camss support
2025-11-08 11:44 UTC (5+ messages)
` [PATCH v6 1/2] dt-bindings: media: qcom,qcs8300-camss: Add missing power supplies
` [PATCH v6 2/2] arm64: dts: qcom: qcs8300: Add support for camss
[RFC net-next 0/3] Add RSS and LRO support
2025-11-08 11:39 UTC (4+ messages)
` [RFC net-next 1/3] net: ethernet: mtk_eth_soc: Add register definitions for RSS and LRO
` [RFC net-next 2/3] net: ethernet: mtk_eth_soc: Add RSS support
` [RFC net-next 3/3] net: ethernet: mtk_eth_soc: Add LRO support
[PATCH v2 3/3] iommu: Allow drivers to say if they use report_iommu_fault()
2025-11-08 11:20 UTC (2+ messages)
[PATCH v2 2/3] iommu/amd: Don't call report_iommu_fault()
2025-11-08 11:17 UTC (2+ messages)
[PATCH] clk: mediatek: mt7988-infracfg: fix USB port0 function for U2 only
2025-11-08 10:52 UTC (2+ messages)
[PATCH RESEND 0/3] PCI: meson: Fix the parsing of DBI region
2025-11-08 10:40 UTC (7+ messages)
` [PATCH RESEND 1/3] dt-bindings: PCI: amlogic: Fix the register name of the "
[PATCH RESEND] clk: at91: sam9x7: Use kmalloc_array() instead of kmalloc()
2025-11-08 10:00 UTC (2+ messages)
[PATCH] ARM: at91: at91_dt_defconfig: set MMC_SPI to module
2025-11-08 9:42 UTC (2+ messages)
[PATCH v9 0/8] media: Introduce V4L2 generic ISP support
2025-11-08 9:36 UTC (9+ messages)
` [PATCH v9 1/8] media: uapi: Introduce V4L2 generic ISP types
` [PATCH v9 2/8] media: uapi: Convert RkISP1 to V4L2 extensible params
` [PATCH v9 3/8] media: uapi: Convert Amlogic C3 "
` [PATCH v9 4/8] media: Documentation: uapi: Add V4L2 ISP documentation
` [PATCH v9 5/8] media: v4l2-core: Introduce v4l2-isp.c
` [PATCH v9 6/8] media: rkisp1: Use v4l2-isp for validation
` [PATCH v9 7/8] media: amlogic-c3: "
` [PATCH v9 8/8] media: Documentation: kapi: Add v4l2 generic ISP support
[PATCH 00/31 v4] cpuset/isolation: Honour kthreads preferred affinity
2025-11-08 9:05 UTC (3+ messages)
` [PATCH 13/31] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
[PATCH v8 0/8] media: Introduce V4L2 generic ISP support
2025-11-08 8:59 UTC (7+ messages)
` [PATCH v8 4/8] media: Documentation: uapi: Add V4L2 ISP documentation
` [PATCH v8 6/8] media: rkisp1: Use v4l2-isp for validation
[PATCH v2 0/2] m68k: coldfire: Add RNG support and const qualifiers for MCF54418
2025-11-08 8:44 UTC (7+ messages)
` [PATCH v2 1/2] m68k: coldfire: Mark platform device resource arrays as const
` [PATCH v2 2/2] m68k: coldfire: Add RNG support for MCF54418
[PATCH v5 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
2025-11-08 8:08 UTC (8+ messages)
` [PATCH v5 1/7] iommu/arm-smmu-v3: Explicitly set smmu_domain->stage for SVA
` [PATCH v5 2/7] iommu/arm-smmu-v3: Add an inline arm_smmu_domain_free()
` [PATCH v5 3/7] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
` [PATCH v5 4/7] iommu/arm-smmu-v3: Pre-allocate a per-master invalidation array
` [PATCH v5 5/7] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters
` [PATCH v5 6/7] iommu/arm-smmu-v3: Add arm_smmu_invs based arm_smmu_domain_inv_range()
` [PATCH v5 7/7] iommu/arm-smmu-v3: Perform per-domain invalidations using arm_smmu_invs
[PATCH v2] ALSA: au88x0: Fix array bounds warning in EQ drivers
2025-11-08 7:55 UTC (2+ messages)
[PATCH v2] ALSA: hda/senary: Replace magic numbers with defined constants
2025-11-08 7:55 UTC (2+ messages)
[PATCH -v4 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
2025-11-08 7:20 UTC (4+ messages)
` [PATCH -v4 2/2] arm64, tlbflush: don't "
[PATCH v21 0/4] Add ASPEED AST2600 I2C controller driver
2025-11-08 3:47 UTC (6+ messages)
` [PATCH v21 3/4] i2c: ast2600: Add controller driver for new register layout
page: next (older) | 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;
as well as URLs for NNTP newsgroup(s).