Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-27 15:37:04 to 2026-07-27 18:36:09 UTC [more...]

[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
 2026-07-27 18:34 UTC  (5+ messages)
` [PATCH v4 10/48] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v4 20/48] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation

[PATCH v5 0/3] mm: make persistent huge zero folio read-only
 2026-07-27 18:35 UTC  (2+ messages)

[RFC PATCH] KVM: arm64: Add KUnit tests for stage 2 walker memcache consumption
 2026-07-27 18:30 UTC 

[PATCH v8 00/12] ZTE zx297520v3 clock bindings and driver
 2026-07-27 18:24 UTC  (13+ messages)
` [PATCH v8 01/12] dt-bindings: clk: zte: Add zx297520v3 top clock and reset controller
` [PATCH v8 02/12] dt-bindings: clk: zte: Add zx297520v3 matrix "
` [PATCH v8 03/12] dt-bindings: clk: zte: Add zx297520v3 LSP "
` [PATCH v8 04/12] mfd: zx297520v3: Add a clock and reset MFD driver
` [PATCH v8 05/12] clk: zte: Add Clock registration infrastructure
` [PATCH v8 06/12] clk: zte: Add regmap-based clocks
` [PATCH v8 07/12] clk: zte: Add zx PLL support infrastructure
` [PATCH v8 08/12] clk: zte: Introduce a driver for zx297520v3 top clocks
` [PATCH v8 09/12] clk: zte: Introduce a driver for zx297520v3 matrix clocks
` [PATCH v8 10/12] clk: zte: Introduce a driver for zx297520v3 LSP clocks
` [PATCH v8 11/12] reset: zte: Add a zx297520v3 reset driver
` [PATCH v8 12/12] ARM: dts: zte: Declare zx297520v3 CRM device nodes

[RFC PATCH v2 00/45] arm64: Add support for FEAT_NMI
 2026-07-27 16:34 UTC  (46+ messages)
` [RFC PATCH v2 01/45] arm64: ptrace: Remove INIT_PSTATE_EL2
` [RFC PATCH v2 02/45] arm64: debug: don't mask DAIF for mdscr_write()
` [RFC PATCH v2 03/45] arm64: hibernate: mask DAIF before restoring hibernated kernel
` [RFC PATCH v2 04/45] arm64: hibernate: Restore DAIF state on error
` [RFC PATCH v2 05/45] arm64: suspend: rely on daif helpers to handle PMR
` [RFC PATCH v2 06/45] arm64: suspend: Initialize PMR on resume
` [RFC PATCH v2 07/45] arm64: entry: mask DAIF before returning from C EL1 handlers
` [RFC PATCH v2 08/45] irqchip/gic-v3: make the unmasking of pseudo-NMIs explicit when handling IRQs
` [RFC PATCH v2 09/45] arm64: entry: Avoid unnecessary local_irq_disable() on kernel exit
` [RFC PATCH v2 10/45] arm64: irqflags: Introduce arm64-specific irqflags type
` [RFC PATCH v2 11/45] arm64: irqflags: save and use both DAIF and PMR
` [RFC PATCH v2 12/45] arm64: interrupts: Add common exception state helpers
` [RFC PATCH v2 13/45] arm64: process: Use helper to check exception state
` [RFC PATCH v2 14/45] arm64: entry: Introduce entry specific exception masking helpers
` [RFC PATCH v2 15/45] arm64: entry: replace DAIF helpers with entry helpers
` [RFC PATCH v2 16/45] arm64: interrupts: Introduce exception masking save/restore helpers
` [RFC PATCH v2 17/45] arm64: interrupts: introduce a helper for GIC priority initialization
` [RFC PATCH v2 18/45] arm64: replace local_daif helpers
` [RFC PATCH v2 19/45] arm64: cpuidle: use new helpers to bypass interrupt priority masking
` [RFC PATCH v2 20/45] arm64: remove daifflags.h
` [RFC PATCH v2 21/45] arm64: gicv3: remove GIC_PRIO_PSR_I_SET
` [RFC PATCH v2 22/45] arm64: cpufeature: Remove system_has_prio_mask_debugging()
` [RFC PATCH v2 23/45] arm64: irqflags: Switch to CONFIG_DEBUG_IRQFLAGS
` [RFC PATCH v2 24/45] arm64: Kconfig: Remove CONFIG_ARM64_DEBUG_PRIORITY_MASKING
` [RFC PATCH v2 25/45] efi/runtime-wrappers: Permit architectures to override IRQ flags checks
` [RFC PATCH v2 26/45] arm64/efi: Implement override for "
` [RFC PATCH v2 27/45] arm64: booting: Document boot requirements for FEAT_NMI
` [RFC PATCH v2 28/45] arm64: sysreg: Add definitions for immediate versions of MSR ALLINT
` [RFC PATCH v2 29/45] arm64: ptrace: Add PSR_ALLINT_BIT
` [RFC PATCH v2 30/45] arm64: idreg: Add an override for FEAT_NMI
` [RFC PATCH v2 31/45] arm64: cpufeature: Detect PE support "
` [RFC PATCH v2 32/45] arm64: nmi: Manage masking for superpriority interrupts
` [RFC PATCH v2 33/45] arm64: irq: Report FEAT_NMI masking local IRQs
` [RFC PATCH v2 34/45] arm64: nmi: Add handling of superpriority interrupts as NMIs
` [RFC PATCH v2 35/45] arm64: suspend: Always initialise PSTATE.ALLINT
` [RFC PATCH v2 36/45] arm64/efi: Add ALLINT to IRQ flags checks
` [RFC PATCH v2 37/45] arm64: kprobes: Disable NMIs
` [RFC PATCH v2 38/45] arm64: smp: Abstract SGI and LPI operations
` [RFC PATCH v2 39/45] arm64: smp: Fall back to IRQ when IPI NMI request fails
` [RFC PATCH v2 40/45] arm64: nmi: Add Kconfig for NMI
` [RFC PATCH v2 41/45] irqchip/gic-v3: Prepare for FEAT_GICv3_NMI support
` [RFC PATCH v2 42/45] irqchip/gic-v3: Implement "
` [RFC PATCH v2 43/45] arm64: smp: Add NMI support for LPI-backed IPIs
` [RFC PATCH v2 44/45] irqchip/gic-v5: Add NMI support for PPIs, SPIs and LPIs
` [RFC PATCH v2 45/45] irqchip/gic-v5: Add NMI support for IPIs

[PATCH 0/4] media: rkvdec: Add VP9 support for VDPU381 variant
 2026-07-27 17:56 UTC  (6+ messages)
` [PATCH 4/4] media: rkvdec: align bytesperline to 64 bytes in rkvdec_fill_decoded_pixfmt()

[PATCH] arm64: dts: rockchip: Drop data-mapping from Engicam PX30 Core
 2026-07-27 17:55 UTC 

[PATCH] arm64: dts: rockchip: Add CSI-2 bus type to ROCK 5B+ camera overlays
 2026-07-27 17:40 UTC 

[PATCH v1] pmdomain: mediatek: Fix MT8183 hang on boot
 2026-07-27 17:38 UTC  (7+ messages)

[PATCH v7 0/5] arm64: dts: imx8mp-skov: add new 7" variant
 2026-07-27 17:31 UTC  (6+ messages)
` [PATCH v7 1/5] arm64: dts: freescale: imx8mp: fix sort order
` [PATCH v7 2/5] dt-bindings: arm: fsl: add base compatible for Skov i.MX8MP revC
` [PATCH v7 3/5] arm64: dts: imx8mp-skov-revc: convert to overlays
` [PATCH v7 4/5] dt-bindings: arm: fsl: add compatible for new Skov i.MX8MP variant
` [PATCH v7 5/5] arm64: dts: imx8mp-skov: support new 7inch panel board

[GIT PULL] Qualcomm clock fixes for v7.2
 2026-07-27 17:29 UTC 

[PATCH 0/9] ACPI: use named initializers for acpi_device_id
 2026-07-27 17:25 UTC  (3+ messages)
` [PATCH 7/9] ACPI: nfit: core: drop unused assignment of acpi_device_id::driver_data

[PATCH v3 0/4] arm64: dts: freescale: Add remoteproc support for i.MX EVKs
 2026-07-27 17:00 UTC  (2+ messages)

[PATCH v1 1/1] arm64: dts: imx8qm-var-som-symphony: enable expansion header UART
 2026-07-27 16:55 UTC  (2+ messages)

[PATCH] ARM: dts: BCM5301X: fix PCIe controller 2 second interrupt
 2026-07-27 16:54 UTC  (2+ messages)

[PATCH v5 1/6] arm64: dts: imx8mm: imx8mp: Add LVDS DTOs for Data Modul i.MX8M Mini and Plus eDM SBC
 2026-07-27 16:53 UTC  (6+ messages)
` [PATCH v5 3/6] arm64: dts: imx8mm: imx8mp: Add HDMI "
` [PATCH v5 5/6] arm64: dts: imx8mm: imx8mp: Add FIO1 "

[PATCH] ARM: dts: BCM5301X: drop extra AXI bus ranges that break PCIe
 2026-07-27 16:49 UTC  (2+ messages)

[PATCH] PCI: iproc: Use the EROM outbound window on BCMA
 2026-07-27 16:48 UTC  (2+ messages)

[PATCH] drm/mediatek: mtk_dsi: enable hs clock during pre-enable
 2026-07-27 16:34 UTC  (12+ messages)

[PATCH v2 0/9] arm64: dts: imx8ulp: Device tree updates for i.MX 8ULP EVK boards
 2026-07-27 16:34 UTC  (2+ messages)

[PATCH] ARM: dts: BCM5301X: EA6300: fix USB3
 2026-07-27 16:32 UTC  (2+ messages)

[PATCH] ARM: dts: BCM5301X: EA9200: fix nvram size
 2026-07-27 16:32 UTC  (2+ messages)

[PATCH] ARM: dts: BCM5301X: R8000 add NVRAM with MAC address for WAN port
 2026-07-27 16:30 UTC  (2+ messages)

[PATCH v8] arm64: dts: s32g: Add GPR syscon region
 2026-07-27 16:29 UTC  (2+ messages)

[PATCH v4 00/10] arm_mpam: Add MPAM-Fb firmware support
 2026-07-27 16:27 UTC  (3+ messages)
` [PATCH v4 10/10] arm_mpam: detect and enable MPAM-Fb PCC support

[PATCH] KVM: arm64: nv: Don't skip VNCR invalidation when the TLB size is unknown
 2026-07-27 16:26 UTC 

[PATCH] mmc: host: Remove redundant dev_err()/dev_err_probe()
 2026-07-27 16:25 UTC  (2+ messages)

[PATCH v3 00/11] arm64: dts: describe the Lynx 10G and 28G SerDes blocks for Layerscape SoCs
 2026-07-27 16:22 UTC  (2+ messages)

[PATCH v45 0/7] MCTP over PCC
 2026-07-27 16:20 UTC 

[PATCH net 0/6] xsk: harden TX metadata validation against races
 2026-07-27 16:19 UTC  (7+ messages)
` [PATCH net 1/6] xsk: require at least 16 bytes of TX metadata
` [PATCH net 2/6] xsk: pass TX metadata pointer by reference
` [PATCH net 3/6] xsk: clear metadata pointer when no timestamp is requested
` [PATCH net 4/6] xsk: validate launch-time metadata size
` [PATCH net 5/6] xsk: move xsk_tx_metadata_request() to xdp_sock_drv.h
` [PATCH net 6/6] xsk: validate metadata when processing requests

[PATCH v8 0/5] PCI: Add support for resetting the Root Ports in a platform specific way
 2026-07-27 16:18 UTC  (3+ messages)
` [PATCH v8 1/5] PCI: dwc: ep: Clear MSI iATU mapping in dw_pcie_ep_cleanup()

[PATCH v3 0/5] powervr: MT8173 GPU support
 2026-07-27 16:16 UTC  (4+ messages)
` [PATCH v3 2/5] clk: mediatek: Add mt8173-mfgtop driver

[PATCH v2 0/3] usb: typec: tipd: Add sn201202x (ACE3) support
 2026-07-27 16:09 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: usb: tps6598x: Add sn201202x/ACE3
` [PATCH v2 2/3] usb: typec: tipd: Factor out i2c specifics
` [PATCH v2 3/3] usb: typec: tipd: Add sn201202x support

[PATCH 0/3] Bluetooth: fix short read errors in usb_control_msg()
 2026-07-27 15:57 UTC  (4+ messages)
` [PATCH 1/3] Bluetooth: btmtk: Fix short read errors in btmtk_usb_uhw_reg_read()
` [PATCH 2/3] Bluetooth: btmtk: Fix short read errors in btmtk_usb_reg_read()
` [PATCH 3/3] Bluetooth: btusb: Fix short read errors in btusb_qca_send_vendor_req()

[PATCH v8 0/6] PCI: tegra: Add Tegra264 support
 2026-07-27 15:44 UTC  (6+ messages)
` [PATCH v8 4/6] "

[PATCH v2 0/7] clk: clean-up simple provider misuse of the consumer API
 2026-07-27 15:38 UTC  (9+ messages)
` [PATCH v2 4/7] clk: rockchip: "
` [PATCH v2 5/7] clk: st: "
` [PATCH v2 6/7] clk: tegra: "
` [PATCH v2 7/7] clk: ti: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox