linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-20 11:30:07 to 2025-11-20 19:33:56 UTC [more...]

[PATCH 2/3] iommu/amd: Don't call report_iommu_fault()
 2025-11-20 19:26 UTC  (4+ messages)

[PATCH v1] arm64, lib: make ARM64 select ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION not GENERIC_CPU_CACHE_MAINTENANCE
 2025-11-20 19:29 UTC  (3+ messages)

[RFC PATCH bpf-next 3/7] bpf: Enable BPF_LINK_UPDATE for fentry/fexit/fmod_ret links
 2025-11-20 19:23 UTC  (3+ messages)

[RFC PATCH bpf-next 1/7] bpf: Set up update_prog scaffolding for bpf_tracing_link_lops
 2025-11-20 19:23 UTC  (3+ messages)

[PATCH v3 00/13] dmaengine: introduce sg_nents_for_dma() and convert users
 2025-11-20 19:15 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Enable i2c2 on Orange Pi 3B
 2025-11-20 19:00 UTC 

[PATCH v3] Bluetooth: btusb: mediatek: Avoid btusb_mtk_claim_iso_intf() NULL deref
 2025-11-20 18:50 UTC  (4+ messages)

[PATCH v6 0/6] Add module support for Arm64 Exynos MCT driver
 2025-11-20 18:42 UTC  (7+ messages)
` [PATCH v6 1/6] ARM: make register_current_timer_delay() accessible after init
` [PATCH v6 2/6] clocksource/drivers/exynos_mct: Don't register as a sched_clock on arm64
` [PATCH v6 3/6] clocksource/drivers/exynos_mct: Set percpu local timer interrupts for ARM64
` [PATCH v6 4/6] clocksource/drivers/exynos_mct: Fix uninitialized irq name warning
` [PATCH v6 5/6] clocksource/drivers/exynos_mct: Add module support for ARM64
` [PATCH v6 6/6] arm64: exynos: Drop select CLKSRC_EXYNOS_MCT

[PATCH v4 2/2] spi: add driver for NXP XSPI controller
 2025-11-20 18:34 UTC  (2+ messages)

[GIT PULL] Reset/GPIO/swnode changes for v6.19
 2025-11-20 18:19 UTC  (2+ messages)

[PATCH] arm64: pageattr: use untagged address to calclulate page index
 2025-11-20 18:13 UTC  (2+ messages)

[PATCH -next] arm64: remove duplicate ARCH_HAS_MEM_ENCRYPT
 2025-11-20 18:05 UTC  (2+ messages)

[PATCH] PCI: host-generic: Move bridge allocation outside of pci_host_common_init()
 2025-11-20 17:58 UTC  (2+ messages)

[PATCH 0/4 v5] PCI: s32g: Add support for PCIe controller
 2025-11-20 17:57 UTC  (8+ messages)
` [PATCH 1/4 v5] dt-bindings: PCI: s32g: Add NXP "
` [PATCH 3/4 v5] PCI: s32g: Add initial PCIe support (RC)

[PATCH v6 0/2] Add Google Tensor SoC USB PHY support
 2025-11-20 17:36 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: phy: google: Add Google Tensor G5 USB PHY
` [PATCH v6 2/2] phy: Add Google Tensor SoC USB PHY driver

[PATCH 1/3] dt-bindings: ARM: samsung: Add Samsung Manta (Google Nexus 10)
 2025-11-20 17:36 UTC  (5+ messages)
` [PATCH 2/3] ARM: dts: exynos: "
` [PATCH 3/3] ARM: samsung: exynos5250: Allow CPU1 to boot

[v2 PATCH] arm64: mm: show direct mapping use in /proc/meminfo
 2025-11-20 17:33 UTC  (7+ messages)

[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
 2025-11-20 17:25 UTC  (50+ messages)
` [PATCH v4 01/49] irqchip/gic: Add missing GICH_HCR control bits
` [PATCH v4 02/49] irqchip/gic: Expose CPU interface VA to KVM
` [PATCH v4 03/49] irqchip/apple-aic: Spit out ICH_MISR_EL2 value on spurious vGIC MI
` [PATCH v4 04/49] KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant
` [PATCH v4 05/49] KVM: arm64: vgic-v3: Fix GICv3 trapping in protected mode
` [PATCH v4 06/49] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
` [PATCH v4 07/49] KVM: arm64: Repack struct vgic_irq fields
` [PATCH v4 08/49] KVM: arm64: Add tracking of vgic_irq being present in a LR
` [PATCH v4 09/49] KVM: arm64: Add LR overflow handling documentation
` [PATCH v4 10/49] KVM: arm64: GICv3: Drop LPI active state when folding LRs
` [PATCH v4 11/49] KVM: arm64: GICv3: Preserve EOIcount on exit
` [PATCH v4 12/49] KVM: arm64: GICv3: Decouple ICH_HCR_EL2 programming from LRs
` [PATCH v4 13/49] KVM: arm64: GICv3: Extract LR folding primitive
` [PATCH v4 14/49] KVM: arm64: GICv3: Extract LR computing primitive
` [PATCH v4 15/49] KVM: arm64: GICv2: Preserve EOIcount on exit
` [PATCH v4 16/49] KVM: arm64: GICv2: Decouple GICH_HCR programming from LRs being loaded
` [PATCH v4 17/49] KVM: arm64: GICv2: Extract LR folding primitive
` [PATCH v4 18/49] KVM: arm64: GICv2: Extract LR computing primitive
` [PATCH v4 19/49] KVM: arm64: Compute vgic state irrespective of the number of interrupts
` [PATCH v4 20/49] KVM: arm64: Eagerly save VMCR on exit
` [PATCH v4 21/49] KVM: arm64: Revamp vgic maintenance interrupt configuration
` [PATCH v4 22/49] KVM: arm64: Turn kvm_vgic_vcpu_enable() into kvm_vgic_vcpu_reset()
` [PATCH v4 23/49] KVM: arm64: Make vgic_target_oracle() globally available
` [PATCH v4 24/49] KVM: arm64: Invert ap_list sorting to push active interrupts out
` [PATCH v4 25/49] KVM: arm64: Move undeliverable interrupts to the end of ap_list
` [PATCH v4 26/49] KVM: arm64: Use MI to detect groups being enabled/disabled
` [PATCH v4 27/49] KVM: arm64: GICv3: Handle LR overflow when EOImode==0
` [PATCH v4 28/49] KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 traps
` [PATCH v4 29/49] KVM: arm64: GICv3: Add GICv2 SGI handling to deactivation primitive
` [PATCH v4 30/49] KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacity
` [PATCH v4 31/49] KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivation
` [PATCH v4 32/49] KVM: arm64: GICv3: Handle in-LR deactivation when possible
` [PATCH v4 33/49] KVM: arm64: GICv3: Avoid broadcast kick on CPUs lacking TDIR
` [PATCH v4 34/49] KVM: arm64: GICv3: nv: Resync LRs/VMCR/HCR early for better MI emulation
` [PATCH v4 35/49] KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitive
` [PATCH v4 36/49] KVM: arm64: GICv3: Force exit to sync ICH_HCR_EL2.En
` [PATCH v4 37/49] KVM: arm64: GICv2: Handle LR overflow when EOImode==0
` [PATCH v4 38/49] KVM: arm64: GICv2: Handle deactivation via GICV_DIR traps
` [PATCH v4 39/49] KVM: arm64: GICv2: Always trap GICV_DIR register
` [PATCH v4 40/49] KVM: arm64: selftests: gic_v3: Add irq group setting helper
` [PATCH v4 41/49] KVM: arm64: selftests: gic_v3: Disable Group-0 interrupts by default
` [PATCH v4 42/49] KVM: arm64: selftests: vgic_irq: Fix GUEST_ASSERT_IAR_EMPTY() helper
` [PATCH v4 43/49] KVM: arm64: selftests: vgic_irq: Change configuration before enabling interrupt
` [PATCH v4 44/49] KVM: arm64: selftests: vgic_irq: Exclude timer-controlled interrupts
` [PATCH v4 45/49] KVM: arm64: selftests: vgic_irq: Remove LR-bound limitation
` [PATCH v4 46/49] KVM: arm64: selftests: vgic_irq: Perform EOImode==1 deactivation in ack order
` [PATCH v4 47/49] KVM: arm64: selftests: vgic_irq: Add asymmetric SPI deaectivation test
` [PATCH v4 48/49] KVM: arm64: selftests: vgic_irq: Add Group-0 enable test
` [PATCH v4 49/49] KVM: arm64: selftests: vgic_irq: Add timer deactivation test

[PATCH 1/4] dt-bindings: eeprom: at25: Add Anvo ANV32C81W
 2025-11-20 17:16 UTC  (6+ messages)
` [PATCH 2/4] dt-bindings: vendor-prefixes: Document ifm electronic gmbh
` [PATCH 3/4] dt-bindings: arm: fsl: Document ifm VHIP4 EvalBoard v1 and v2

[PATCH v4 1/2] dt-bindings: phy: imx8mq-usb: add alternate reference clock
 2025-11-20 17:12 UTC  (2+ messages)

[PATCH RESEND 0/3] Fixes for phy-rockchip-samsung-hdptx
 2025-11-20 17:11 UTC  (2+ messages)

[PATCH v2] phy: freescale: Initialize priv->lock
 2025-11-20 17:11 UTC  (2+ messages)

[PATCH] phy: exynos5-usbdrd: fix clock prepare imbalance
 2025-11-20 17:11 UTC  (2+ messages)

[PATCH 0/9] drm/rockchip: Introduce Rockchip RK3506 VOP
 2025-11-20 17:11 UTC  (2+ messages)
` (subset) "

[PATCH v4 00/11] arm64: dts: mediatek: Add Openwrt One AP functionality
 2025-11-20 17:11 UTC  (10+ messages)
` (subset) "

[PATCH] arm64: mm: fix direct map use over accounting
 2025-11-20 17:10 UTC  (4+ messages)

[PATCH] ARM64: dts: mediatek: fix MT7531 reset polarity and reset sequence
 2025-11-20 16:45 UTC  (2+ messages)

[PATCH v9 0/6] initial usbdrd phy support for Exynosautov920 soc
 2025-11-20 16:38 UTC  (5+ messages)
  ` [PATCH v9 4/6] phy: exynos5-usbdrd: support HS combo phy for ExynosAutov920
  ` [PATCH v9 6/6] phy: exynos5-usbdrd: support SS "

[RFC PATCH 00/13] Introduce per-vCPU vLPI injection control API
 2025-11-20 16:18 UTC  (16+ messages)
` [RFC PATCH 01/13] KVM: Introduce config option for per-vCPU vLPI enablement
` [RFC PATCH 02/13] KVM: arm64: Disable auto vCPU vPE assignment with per-vCPU vLPI config
` [RFC PATCH 03/13] KVM: arm64: Refactor out locked section of kvm_vgic_v4_set_forwarding()
` [RFC PATCH 04/13] KVM: arm64: Implement vLPI QUERY ioctl for per-vCPU vLPI injection API
` [RFC PATCH 05/13] KVM: arm64: Implement vLPI ENABLE "
` [RFC PATCH 06/13] KVM: arm64: Resolve race between vCPU scheduling and vLPI enablement
` [RFC PATCH 07/13] KVM: arm64: Implement vLPI DISABLE ioctl for per-vCPU vLPI Injection API
` [RFC PATCH 08/13] KVM: arm64: Make per-vCPU vLPI control ioctls atomic
` [RFC PATCH 09/13] KVM: arm64: Couple vSGI enablement with per-vCPU vPE allocation
` [RFC PATCH 10/13] KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stress
` [RFC PATCH 11/13] KVM: Ioctl to set up userspace-injected MSIs as software-bypassing vLPIs
` [RFC PATCH 12/13] KVM: arm64: selftests: Add support for stress testing direct-injected vLPIs
` [RFC PATCH 13/13] KVM: arm64: selftests: Add test for per-vCPU vLPI control API

[PATCH] i2c: imx-lpi2c: support smbus block read feature
 2025-11-20 16:17 UTC  (4+ messages)

[PATCH v5 00/13] coresight: Update timestamp attribute to be an interval instead of bool
 2025-11-20 16:10 UTC  (20+ messages)
` [PATCH v5 03/13] coresight: Refactor etm4_config_timestamp_event()
` [PATCH v5 05/13] coresight: Define format attributes with GEN_PMU_FORMAT_ATTR()
` [PATCH v5 06/13] coresight: Interpret ETMv3 config with ATTR_CFG_GET_FLD()
` [PATCH v5 07/13] coresight: Don't reject unrecognized ETMv3 format attributes
` [PATCH v5 09/13] coresight: Interpret ETMv4 config with ATTR_CFG_GET_FLD()
` [PATCH v5 10/13] coresight: Remove misleading definitions

[PATCH] Bluetooth: btusb: mediatek: Avoid btusb_mtk_claim_iso_intf() NULL deref
 2025-11-20 16:05 UTC  (3+ messages)

[PATCH] wifi: mt76: Strip whitespace from build ddate
 2025-11-20 15:58 UTC 

[PATCH v4 00/10] Add new general DRM property "color format"
 2025-11-20 15:54 UTC  (5+ messages)
` [PATCH v4 07/10] drm/display: hdmi-state-helper: Act on color format DRM property

[PATCH v4 01/11] dt-bindings: mfd: syscon: Add mt7981-topmisc
 2025-11-20 15:41 UTC  (2+ messages)
` (subset) "

[PATCH v2] i2c: imx-lpi2c: change to PIO mode in system-wide suspend/resume progress
 2025-11-20 15:39 UTC  (3+ messages)

[PATCH net-next v17 00/15] net: phy: Introduce PHY ports representation
 2025-11-20 15:18 UTC  (4+ messages)
` [PATCH net-next v17 03/15] "

[PATCH v9 0/7] Add DDR4 memory-controller bindings and factorise LPDDR and DDR bindings
 2025-11-20 14:57 UTC  (3+ messages)
` [PATCH v9 2/7] dt-bindings: memory: introduce DDR4

[PATCH 0/5] KVM: arm64: Add support for FEAT_IDST
 2025-11-20 14:51 UTC  (8+ messages)
` [PATCH 1/5] KVM: arm64: Add routing/handling for GMID_EL1
` [PATCH 2/5] KVM: arm64: Force trap of GMID_EL1 when the guest doesn't have MTE
` [PATCH 3/5] KVM: arm64: Add a generic synchronous exception injection primitive
` [PATCH 4/5] KVM: arm64: Report optional ID register traps with a 0x18 syndrome
` [PATCH 5/5] KVM: arm64: selftests: Add a test for FEAT_IDST

[PATCH v16 6/9] irqchip: Add RISC-V advanced PLIC driver for direct-mode
 2025-11-20 14:43 UTC  (2+ messages)

[PATCH v2 0/5] rtc: Enhance RTC driver with BBPU bit definitions and shutdown handling
 2025-11-20 14:42 UTC  (13+ messages)
` [PATCH v2 1/5] mfd: mt6397: Fix formatting of RTC_BBPU_KEY definition
` [PATCH v2 2/5] mfd: mt6397: Add bit definitions and struct members to support alarm status
` [PATCH v2 3/5] rtc: mt6397: Fix formatting of platform driver structure
` [PATCH v2 4/5] rtc: mt6397: Add BBPU alarm status reset and shutdown handling
` [PATCH v2 5/5] arm64: dts: mediatek: mt6359: Add alarm-sta-supported property to RTC node

[PATCH] arm64: dts: ti: k3-am62l: Fix unit address of cbass_wakeup
 2025-11-20 14:34 UTC 

[PATCH net-next v6 0/6] Add AF_XDP zero copy support
 2025-11-20 14:30 UTC  (2+ messages)

[PATCH] mfd: mt6358-irq: Fix missing irq_domain_remove() in error path
 2025-11-20 14:24 UTC  (2+ messages)
` (subset) "

[PATCH] mfd: mt6397-irq: Fix missing irq_domain_remove() in error path
 2025-11-20 14:23 UTC  (2+ messages)
` (subset) "

[PATCH 0/5] Add GPIO interrupt support for Amlogic S6 S7 and S7D
 2025-11-20 14:22 UTC  (2+ messages)
` (subset) "

[PATCH v3 0/5] soc: amlogic: Add new Amlogic SoCs info defines
 2025-11-20 14:21 UTC  (2+ messages)
` (subset) "

[PATCH v2] arm64: dts: ti: Add missing applied DT overlay targets
 2025-11-20 14:19 UTC 

[PATCH 1/2] dt-bindings: mfd: document control-scb and sysreg-scb on pic64gx
 2025-11-20 14:18 UTC  (2+ messages)

[RFC v1 1/5] PCI: rockchip: Fix Link Control register offset and enable ASPM/CLKREQ
 2025-11-20 13:58 UTC  (3+ messages)

[PATCH v5 00/11] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-11-20 13:47 UTC  (4+ messages)
` [PATCH v5 05/11] mfd: macsmc: Add new __SMC_KEY macro

[PATCH v3 0/2] Add "aspeed,ast2700-pwm-tach" compatible string
 2025-11-20 13:42 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: Add AST2700 compatible

[PATCH v4 00/10] gpio: improve support for shared GPIOs
 2025-11-20 13:36 UTC  (2+ messages)
` (subset) "

[PATCH v4] ACPI: AGDI: Add interrupt signaling mode support
 2025-11-20 13:27 UTC  (6+ messages)

[PATCH v2 0/5] arm64: dts: rockchip: update 100ASK DshanPi A1 support
 2025-11-20 12:59 UTC  (7+ messages)
` [PATCH v2 1/5] arm64: dts: rockchip: remove mmc max-frequency for 100ASK DshanPi A1
` [PATCH v2 2/5] arm64: dts: rockchip: add mmc aliases "
` [PATCH v2 3/5] arm64: dts: rockchip: enable button "
` [PATCH v2 4/5] arm64: dts: rockchip: enable USB "
` [PATCH v2 5/5] arm64: dts: rockchip: enable RTC "

[PATCH V2] iommu/arm-smmu: add actlr settings for mdss on sa8775p platform
 2025-11-20 12:33 UTC  (4+ messages)

[PATCH v8 00/28] Tracefs support for pKVM
 2025-11-20 12:27 UTC  (10+ messages)
` [PATCH v8 20/28] KVM: arm64: Add clock support for the pKVM hyp
` [PATCH v8 21/28] KVM: arm64: Add tracing capability "
` [PATCH v8 22/28] KVM: arm64: Add trace remote "

[PATCH AUTOSEL 6.17-5.4] spi: xilinx: increase number of retries before declaring stall
 2025-11-20 12:08 UTC  (2+ messages)
` [PATCH AUTOSEL 6.17-5.4] spi: imx: keep dma request disabled before dma transfer setup

[PATCH net-next v2 0/3] net: stmmac: qcon-ethqos: "rgmii" accessor cleanups
 2025-11-20 12:07 UTC  (5+ messages)
` [PATCH net-next v2 1/3] net: stmmac: qcom-ethqos: use u32 for rgmii read/write/update
` [PATCH net-next v2 2/3] net: stmmac: qcom-ethqos: add rgmii set/clear functions

[PATCH v7 00/11] arm64: entry: Convert to Generic Entry
 2025-11-20 12:03 UTC  (4+ messages)
` [PATCH v7 03/11] arm64/ptrace: Refator el0_svc_common()

How to Avoid Starving the Kernel When Using SSE
 2025-11-20 11:55 UTC  (5+ messages)
      ` [External] "

[PATCH v3 0/6] soc: samsung: exynos-chipid: add gs101 support
 2025-11-20 11:29 UTC  (2+ messages)
` [PATCH v3 6/6] arm64: dts: exynos: gs101: add OTP node


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).