messages from 2026-04-30 13:24:20 to 2026-05-01 15:52:26 UTC [more...]
[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
2026-05-01 15:52 UTC (5+ messages)
[PATCH v2 0/2] remoteproc: xlnx: add auto-boot support
2026-05-01 15:49 UTC (5+ messages)
` [PATCH v2 1/2] dt-bindings: remoteproc: xlnx: add firmware-name property
` [PATCH v2 2/2] remoteproc: xlnx: enable auto boot feature
[PATCH 0/2] PCI: cadence: Add 100 ms delay after link up for speeds > 5 GT/s
2026-05-01 15:35 UTC (3+ messages)
` [PATCH 1/2] PCI: cadence: Ensure that cdns_pcie_host_wait_for_link() waits 100 ms after link up
` [PATCH 2/2] PCI: j721e: Set max_link_speed to enable 100 ms delay "
[PATCH v4 00/11] thermal: samsung: Add support for Google GS101 TMU
2026-05-01 15:32 UTC (7+ messages)
` [PATCH v4 08/11] thermal: samsung: Add Exynos ACPM TMU driver GS101
[PATCH v2 0/6] KVM: arm64: EL2 synchronisation and pKVM stage-2 error propagation fixes
2026-05-01 15:07 UTC (10+ messages)
` [PATCH v2 1/6] KVM: arm64: Make EL2 exception entry and exit context-synchronization events
` [PATCH v2 2/6] KVM: arm64: Guard against NULL vcpu on VHE hyp panic path
` [PATCH v2 3/6] KVM: arm64: Fix __deactivate_fgt macro parameter typo
` [PATCH v2 4/6] KVM: arm64: Seed pkvm_ownership_selftest vcpu memcache
` [PATCH v2 5/6] KVM: arm64: Pre-check vcpu memcache for host->guest share
` [PATCH v2 6/6] KVM: arm64: Pre-check vcpu memcache for host->guest donate
[PATCH 2/7] soc: aspeed: Introduce core eSPI controller support
2026-05-01 14:29 UTC
[PATCH 0/9] Remove SMMUv3 struct arm_smmu_cmdq_ent
2026-05-01 14:29 UTC (10+ messages)
` [PATCH 1/9] iommu/arm-smmu-v3: Add struct arm_smmu_cmd to represent the HW format command
` [PATCH 2/9] iommu/arm-smmu-v3: Use the HW arm_smmu_cmd in cmdq selection functions
` [PATCH 3/9] iommu/arm-smmu-v3: Use the HW arm_smmu_cmd in cmdq submission functions
` [PATCH 4/9] iommu/arm-smmu-v3: Convert arm_smmu_cmdq_batch cmds to struct arm_smmu_cmd
` [PATCH 5/9] iommu/arm-smmu-v3: Remove CMDQ_OP_CFGI_CD_ALL from arm_smmu_cmdq_build_cmd()
` [PATCH 6/9] iommu/arm-smmu-v3: Directly encode simple commands
` [PATCH 7/9] iommu/arm-smmu-v3: Directly encode CMDQ_OP_ATC_INV
` [PATCH 8/9] iommu/arm-smmu-v3: Directly encode CMDQ_OP_SYNC
` [PATCH 9/9] iommu/arm-smmu-v3: Directly encode TLBI commands
[PATCH] KVM: arm64: Handle permission faults with guest_memfd
2026-05-01 14:18 UTC (3+ messages)
[PATCH v2] arm64: smp: Do not mark secondary CPUs possible under nosmp
2026-05-01 14:16 UTC (5+ messages)
[PATCH v3] perf/arm_pmu: Skip PMCCNTR_EL0 on NVIDIA Olympus
2026-05-01 14:01 UTC (3+ messages)
[PATCH 0/3] spi: imx: Three fixes for the i.MX SPI driver
2026-05-01 13:59 UTC (4+ messages)
` [PATCH 1/3] spi: imx: Fix precedence bug in spi_imx_dma_max_wml_find()
` [PATCH 2/3] spi: imx: Fix UAF on package-1 prepare failure in spi_imx_dma_data_prepare()
` [PATCH 3/3] spi: imx: Propagate prepare_transfer() error from spi_imx_setupxfer()
[PATCH v6 00/13] fix several inconsistencies with sysfs configuration in etmX
2026-05-01 13:53 UTC (3+ messages)
[PATCH 0/2] coresight: ete: Always save state on power down
2026-05-01 13:50 UTC (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] coresight: etm4x: Refactor pm_save_enable handling
[PATCH v6 00/25] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
2026-05-01 13:00 UTC (32+ messages)
` [PATCH v6 01/25] KVM: arm64: Generalize trace clock
` [PATCH v6 02/25] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v6 03/25] iommu/arm-smmu-v3: Split code with hyp
` [PATCH v6 04/25] iommu/arm-smmu-v3: Move TLB range invalidation into common code
` [PATCH v6 05/25] iommu/arm-smmu-v3: Move IDR parsing to common functions
` [PATCH v6 06/25] iommu/io-pgtable-arm: Rework to use the iommu-pages API
` [PATCH v6 07/25] KVM: arm64: iommu: Introduce IOMMU driver infrastructure
` [PATCH v6 08/25] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v6 09/25] KVM: arm64: iommu: Add memory pool
` [PATCH v6 10/25] KVM: arm64: iommu: Support DABT for IOMMU
` [PATCH v6 11/25] iommu/arm-smmu-v3-kvm: Add SMMUv3 driver
` [PATCH v6 12/25] iommu/arm-smmu-v3-kvm: Add the kernel driver
` [PATCH v6 13/25] iommu/arm-smmu-v3-kvm: Probe SMMU HW
` [PATCH v6 14/25] iommu/arm-smmu-v3-kvm: Add MMIO emulation
` [PATCH v6 15/25] iommu/arm-smmu-v3-kvm: Shadow the command queue
` [PATCH v6 16/25] iommu/arm-smmu-v3-kvm: Add CMDQ functions
` [PATCH v6 17/25] iommu/arm-smmu-v3-kvm: Emulate CMDQ for host
` [PATCH v6 18/25] iommu/arm-smmu-v3-kvm: Shadow stream table
` [PATCH v6 19/25] iommu/arm-smmu-v3-kvm: Shadow STEs
` [PATCH v6 20/25] iommu/arm-smmu-v3-kvm: Share other queues
` [PATCH v6 21/25] iommu/arm-smmu-v3-kvm: Emulate GBPA
` [PATCH v6 22/25] iommu/io-pgtable-arm: Support io-pgtable-arm in the hypervisor
` [PATCH v6 23/25] iommu/arm-smmu-v3-kvm: Shadow the CPU stage-2 page table
` [PATCH v6 24/25] iommu/arm-smmu-v3-kvm: Enable nesting
` [PATCH v6 25/25] KVM: arm64: Add documentation for pKVM DMA isolation
[PATCH v2] soc: ti: k3-ringacc: Fix access mode for k3_ringacc_ring_pop_tail_io/proxy
2026-05-01 12:40 UTC
[PATCH v3 0/6] firmware: samsung: acpm: Various fixes for sashiko bug reports
2026-05-01 12:23 UTC (4+ messages)
` [PATCH v3 4/6] firmware: samsung: acpm: Validate SRAM shared memory and queue pointers
[PATCH 0/2] firmware: arm_scmi: imx: Support getting reset reason
2026-05-01 11:57 UTC (5+ messages)
` [PATCH 1/2] firmware: arm_scmi: imx: Support getting reset reason of MISC protocol
[PATCH] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
2026-05-01 11:44 UTC
[PATCH v2 0/4] fix and improve for Hi846
2026-05-01 9:54 UTC (5+ messages)
` [PATCH v2 1/4] media: hi846: fix hi846_write_reg_16 handling
` [PATCH v2 2/4] media: hi846: fix link frequency handling
` [PATCH v2 3/4] media: hi846: Add 6MP and 8MP modes support
` [PATCH v2 4/4] arm64: dts: imx8mq-librem5: Correct link frequency list
[PATCH v2 0/3] arm64: perf: Skip device memory during user callchain unwinding
2026-05-01 9:54 UTC (3+ messages)
` [PATCH v2 1/3] "
[PATCH 00/10] spi: Use FIELD_MODIFY() for bitfield operations
2026-05-01 8:30 UTC (13+ messages)
` [PATCH 01/10] spi: amlogic-spifc-a1: Use FIELD_MODIFY()
` [PATCH 02/10] spi: amlogic-spisg: "
` [PATCH 03/10] spi: cadence-xspi: "
` [PATCH 04/10] spi: meson-spicc: "
` [PATCH 05/10] spi: nxp-xspi: "
` [PATCH 06/10] spi: sn-f-ospi: "
` [PATCH 07/10] spi: stm32-ospi: "
` [PATCH 08/10] spi: stm32-qspi: "
` [PATCH 09/10] spi: sunplus-sp7021: "
` [PATCH 10/10] spi: uniphier: "
[PATCH] serial: atmel: honor CREAD in atmel_set_termios
2026-05-01 8:13 UTC
[PATCH net-next v2] net: airoha: Introduce airoha_fe_get()/airoha_qdma_get() register read helpers
2026-05-01 7:50 UTC (3+ messages)
[PATCH net-next v3] net: airoha: Introduce airoha_fe_get()/airoha_qdma_get() register read helpers
2026-05-01 7:49 UTC
[PATCH] dt-bindings: pwm: stmpe: convert to DT schema
2026-05-01 7:33 UTC
[PATCH v6 0/2] KVM: arm64: Support FF-A direct messaging interfaces
2026-05-01 5:34 UTC (3+ messages)
` [PATCH v6 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler
` [PATCH v6 2/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 "
[PATCH v5 0/2] KVM: arm64: Support FF-A direct messaging interfaces
2026-05-01 2:30 UTC (6+ messages)
` [PATCH v5 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler
[PATCH v1 00/12] KVM Dirty-bit cleaning accelerator (HACDBS)
2026-05-01 2:11 UTC (6+ messages)
[RFC PATCH v3 0/4] Fix IMA + TPM initialisation ordering issue
2026-05-01 1:51 UTC (6+ messages)
` [PATCH] ima: debugging late_initcall_sync measurements
[PATCH net v2] net: airoha: Move entries to queue head in case of DMA mapping failure in airoha_dev_xmit()
2026-05-01 1:20 UTC (2+ messages)
[PATCH 0/7] dts: Add /firmware/#{address,size}-cells to Chromium-based DTs
2026-04-30 23:54 UTC (15+ messages)
` [PATCH 1/7] arm64: dts: rockchip: Add #{address,size}-cells to Chromium-based /firmware
` [PATCH 2/7] ARM: "
` [PATCH 3/7] ARM: dts: nvidia: "
` [PATCH 4/7] ARM: dts: samsung: "
` [PATCH 5/7] arm64: dts: mediatek: "
` [PATCH 6/7] arm64: dts: nvidia: "
` [PATCH 7/7] arm64: dts: qcom: "
[PATCH net-next v7 0/4] net: stmmac: eic7700: fix EIC7700 eth1 RX sampling timing
2026-04-30 23:35 UTC (5+ messages)
` [PATCH net-next v7 2/4] net: stmmac: eic7700: enable clocks before syscon access and correct "
` "
[PATCH v4 0/3] Allow ATS to be always on for certain ATS-capable devices
2026-04-30 23:28 UTC (4+ messages)
` [PATCH v4 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
[PATCH v7 0/3] Support configurable fan PWM at shutdown
2026-04-30 23:17 UTC (10+ messages)
` [PATCH v7 1/3] hwmon: emc2305: Fix fan channel index handling
` [PATCH v7 2/3] dt-bindings: hwmon: emc2305: Add fan-shutdown-percent property
` [PATCH v7 3/3] hwmon: emc2305: Support configurable fan PWM at shutdown
[PATCH net v5] net: dsa: mt7530: fix .get_stats64 sleeping in atomic context
2026-04-30 23:13 UTC
[PATCH v2 00/12] Synopsys DisplayPort Controller improvements for Rockchip platforms
2026-04-30 22:20 UTC (13+ messages)
` [PATCH v2 01/12] drm/bridge: synopsys: dw-dp: Support unregistering the AUX channel
` [PATCH v2 02/12] drm/rockchip: dw_dp: Release core resources
` [PATCH v2 03/12] drm/bridge: synopsys: dw-dp: Simplify driver data setting
` [PATCH v2 04/12] drm/bridge: synopsys: dw-dp: Support MEDIA_BUS_FMT_FIXED
` [PATCH v2 05/12] drm/bridge: synopsys: dw-dp: Add follow-up bridge support
` [PATCH v2 06/12] drm/bridge: Add out-of-band HPD notify handler
` [PATCH v2 07/12] drm/rockchip: dw_dp: Implement out-of-band HPD handling
` [PATCH v2 08/12] drm/bridge: synopsys: dw-dp: Support software triggered OOB HPD
` [PATCH v2 09/12] drm/bridge: synopsys: dw-dp: Add Runtime PM support
` [PATCH v2 10/12] drm/rockchip: dw_dp: Add runtime "
` [PATCH RFC v2 11/12] dt-bindings: display: rockchip: dw-dp: fix sound DAI cells
` [PATCH v2 12/12] drm/bridge: synopsys: dw-dp: Add audio support
[PATCH] fsi: aspeed: convert cfam_reset to DEVICE_ATTR_WO()
2026-04-30 21:43 UTC
[PATCH ath-next] wifi: ath9k: owl: move name into owl_nvmem_probe
2026-04-30 21:30 UTC (2+ messages)
[PATCH v3] remoteproc: xlnx: check remote core state
2026-04-30 21:21 UTC (2+ messages)
[RFC v1 PATCH 0/11] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
2026-04-30 19:02 UTC (2+ messages)
[PATCH] PCI: imx6: Keep Root Port MSI capability also for i.MX6Q
2026-04-30 18:53 UTC (2+ messages)
[GIT PULL 3/4] i.MX dt binding changes for v7.1
2026-04-30 18:47 UTC (5+ messages)
` [GIT PULL 2/4] i.MX arm dts "
[PATCH 0/2] iommu/arm-smmu: Use FIELD_MODIFY() for bitfield operations
2026-04-30 16:45 UTC (3+ messages)
` [PATCH 1/2] iommu/arm-smmu-qcom: Use FIELD_MODIFY()
` [PATCH 2/2] iommu/arm-smmu-v3: "
[PATCH v13 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
2026-04-30 16:40 UTC (16+ messages)
` [PATCH v13 3/4] gpio: rpmsg: add generic rpmsg GPIO driver
[PATCH 0/6] usb: Use FIELD_MODIFY() for bitfield operations
2026-04-30 16:39 UTC (7+ messages)
` [PATCH 1/6] usb: dwc3: Use FIELD_MODIFY()
` [PATCH 2/6] usb: dwc3: google: "
` [PATCH 3/6] usb: dwc3: dwc3-octeon: "
` [PATCH 4/6] usb: xhci: "
` [PATCH 5/6] usb: xhci-mtk: "
` [PATCH 6/6] usb: typec: "
[PATCH] irqchip/gic-v3-its: Use FIELD_MODIFY()
2026-04-30 16:29 UTC
[PATCH v2 0/2] arm_ffa, KVM: Fix FF-A emad offset calculations
2026-04-30 16:02 UTC (3+ messages)
` [PATCH v2 1/2] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v2 2/2] KVM: arm64: Validate the offset to the mem access descriptor
[PATCH] KVM: arm64: Work around C1-Pro erratum 4193714 for protected guests
2026-04-30 15:59 UTC
[PATCH] arm64: dts: exynos850: Add SRAM node
2026-04-30 15:37 UTC (5+ messages)
[PATCH 0/3] irqchip/gic-v5: Tidy up LPI allocation
2026-04-30 15:34 UTC (4+ messages)
` [PATCH 1/3] irqchip/gic-v5: Move LPI alloc/free into LPI domain
` [PATCH 2/3] irqchip/gic-v5: Allow for nr_irqs > 1 for LPI alloc and teardown
` [PATCH 3/3] irqchip/gic-v5: Allocate ITS parent LPIs as a range
[PATCH 0/7] pinctrl: Fix types in .pin_config_group_get() callbacks
2026-04-30 15:33 UTC (8+ messages)
` [PATCH 1/7] pinctrl: airoha: Fix type in .pin_config_group_get() callback
` [PATCH 2/7] pinctrl: equilibrium: "
` [PATCH 3/7] pinctrl: ingenic: "
` [PATCH 4/7] pinctrl: mediatek: moore: "
` [PATCH 5/7] pinctrl: renesas: rzg2l: "
` [PATCH 6/7] pinctrl: renesas: rzv2m: "
` [PATCH 7/7] pinctrl: single: "
[PATCH rc v4 0/5] iommu/arm-smmu-v3: Fix device crash on kdump kernel
2026-04-30 15:24 UTC (5+ messages)
` [PATCH rc v4 1/5] iommu/arm-smmu-v3: Add arm_smmu_kdump_adopt_strtab() for kdump
[PATCH] firmware: smccc: Fix Arm SMCCC SOC_ID name call
2026-04-30 14:59 UTC (6+ messages)
[PATCH v3] arm64: Kconfig: drop unneeded dependency on OF_GPIO for ARCH_MVEBU
2026-04-30 14:32 UTC
[PATCH v2] media: cedrus: clean up media device on probe failure
2026-04-30 14:25 UTC
[PATCH v4 0/3] wireless: p54 devicetree conversion
2026-04-30 14:19 UTC (3+ messages)
` [PATCH v4 3/3 omap] ARM: dts: omap2: add stlc4560 spi-wireless node
[PATCH] remoteproc: imx: use device node name as processor name
2026-04-30 14:17 UTC (2+ messages)
[PATCH v2 0/3] arm64: dts: imx8dxl: Add SolidRun SoM and HummingBoard
2026-04-30 14:06 UTC (5+ messages)
` [PATCH v2 3/3] "
[PATCH v8 2/4] backlight: add max25014atg backlight
2026-04-30 13:58 UTC (2+ messages)
` (subset) "
[PATCH v8 1/4] dt-bindings: backlight: Add max25014 support
2026-04-30 13:53 UTC (2+ messages)
` (subset) "
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