public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2025-06-25 22:16:33 to 2025-06-26 12:36:55 UTC [more...]

PATCH] i2c: stm32f7: Use str_on_off() helper
 2025-06-26 11:24 UTC  (2+ messages)

[PATCH] KVM: arm64: Don't free hyp pages with pKVM on GICv2
 2025-06-26 11:27 UTC  (3+ messages)

[PATCH v6 00/31] Arm GICv5: Host driver implementation
 2025-06-26 10:26 UTC  (32+ messages)
` [PATCH v6 01/31] dt-bindings: interrupt-controller: Add Arm GICv5
` [PATCH v6 02/31] arm64/sysreg: Add GCIE field to ID_AA64PFR2_EL1
` [PATCH v6 03/31] arm64/sysreg: Add ICC_PPI_PRIORITY<n>_EL1
` [PATCH v6 04/31] arm64/sysreg: Add ICC_ICSR_EL1
` [PATCH v6 05/31] arm64/sysreg: Add ICC_PPI_HMR<n>_EL1
` [PATCH v6 06/31] arm64/sysreg: Add ICC_PPI_ENABLER<n>_EL1
` [PATCH v6 07/31] arm64/sysreg: Add ICC_PPI_{C/S}ACTIVER<n>_EL1
` [PATCH v6 08/31] arm64/sysreg: Add ICC_PPI_{C/S}PENDR<n>_EL1
` [PATCH v6 09/31] arm64/sysreg: Add ICC_CR0_EL1
` [PATCH v6 10/31] arm64/sysreg: Add ICC_PCR_EL1
` [PATCH v6 11/31] arm64/sysreg: Add ICC_IDR0_EL1
` [PATCH v6 12/31] arm64/sysreg: Add ICH_HFGRTR_EL2
` [PATCH v6 13/31] arm64/sysreg: Add ICH_HFGWTR_EL2
` [PATCH v6 14/31] arm64/sysreg: Add ICH_HFGITR_EL2
` [PATCH v6 15/31] arm64: Disable GICv5 read/write/instruction traps
` [PATCH v6 16/31] arm64: cpucaps: Rename GICv3 CPU interface capability
` [PATCH v6 17/31] arm64: cpucaps: Add GICv5 CPU interface (GCIE) capability
` [PATCH v6 18/31] arm64: smp: Support non-SGIs for IPIs
` [PATCH v6 19/31] arm64: Add support for GICv5 GSB barriers
` [PATCH v6 20/31] irqchip/gic-v5: Add GICv5 PPI support
` [PATCH v6 21/31] irqchip/gic-v5: Add GICv5 IRS/SPI support
` [PATCH v6 22/31] irqchip/gic-v5: Add GICv5 LPI/IPI support
` [PATCH v6 23/31] irqchip/gic-v5: Enable GICv5 SMP booting
` [PATCH v6 24/31] of/irq: Add of_msi_xlate() helper function
` [PATCH v6 25/31] PCI/MSI: Add pci_msi_map_rid_ctlr_node() "
` [PATCH v6 26/31] irqchip/gic-v3: Rename GICv3 ITS MSI parent
` [PATCH v6 27/31] irqchip/msi-lib: Add IRQ_DOMAIN_FLAG_FWNODE_PARENT handling
` [PATCH v6 28/31] irqchip/gic-v5: Add GICv5 ITS support
` [PATCH v6 29/31] irqchip/gic-v5: Add GICv5 IWB support
` [PATCH v6 30/31] docs: arm64: gic-v5: Document booting requirements for GICv5
` [PATCH v6 31/31] arm64: Kconfig: Enable GICv5

[PATCH 0/9] kasan: unify kasan_arch_is_ready with kasan_enabled
 2025-06-26 10:52 UTC  (6+ messages)
` [PATCH 1/9] kasan: unify static kasan_flag_enabled across modes
` [PATCH 9/9] kasan/powerpc: call kasan_init_generic in kasan_init

[PATCH 0/4] firmware: arm_scmi: Add xfer inflight debug and trace
 2025-06-26 11:18 UTC  (8+ messages)
` [PATCH 1/4] firmware: arm_scmi: Add debug decrement counter
` [PATCH 2/4] firmware: arm_scmi: Add xfer_inflight counter
` [PATCH 4/4] firmware: arm_scmi: Add new inflight tracing functionality

[PATCH 0/3] Fix STM32 I2C dma operations
 2025-06-26 10:32 UTC  (9+ messages)
` [PATCH 1/3] i2c: stm32: fix the device used for the DMA map
` [PATCH 2/3] i2c: stm32f7: unmap DMA mapped buffer
` [PATCH 3/3] i2c: stm32f7: support i2c_*_dma_safe_msg_buf APIs

[PATCH v2 0/7] Add DSI display support for TI's Jacinto platforms
 2025-06-26 10:34 UTC  (12+ messages)
` [PATCH v2 1/7] arm64: dts: ti: k3-j784s4-j742s2-main-common: add DSI & DSI PHY
` [PATCH v2 3/7] arm64: dts: ti: k3-j721s2-main: "
` [PATCH v2 4/7] arm64: dts: ti: k3-j721s2-common-proc-board: Add main_i2c4 instance
` [PATCH v2 6/7] arm64: dts: ti: k3-j721s2-common-proc-board: Enable DisplayPort-1
` [PATCH v2 7/7] arm64: dts: ti: k3-am68-sk: Enable DSI on DisplayPort-0

[PATCH v2 00/10] crypto: sun8i-ce - implement request batching
 2025-06-26  9:58 UTC  (11+ messages)
` [PATCH v2 01/10] crypto: sun8i-ce - remove channel timeout field
` [PATCH v2 02/10] crypto: sun8i-ce - remove boilerplate in sun8i_ce_hash_digest()
` [PATCH v2 03/10] crypto: sun8i-ce - move bounce_iv and backup_iv to request context
` [PATCH v2 04/10] crypto: sun8i-ce - save hash buffers and dma info "
` [PATCH v2 05/10] crytpo: sun8i-ce - factor out prepare/unprepare code from ahash do_one_request
` [PATCH v2 06/10] crypto: sun8i-ce - fold sun8i_ce_cipher_run() into sun8i_ce_cipher_do_one()
` [PATCH v2 07/10] crypto: sun8i-ce - pass task descriptor to cipher prepare/unprepare
` [PATCH v2 08/10] crypto: sun8i-ce - factor out public versions of finalize request
` [PATCH v2 09/10] crypto: sun8i-ce - add a new function for dumping task descriptors
` [PATCH v2 10/10] crypto: sun8i-ce - implement request batching

[PATCH v3 00/17] Add MediaTek SoC DRM support for MT8196
 2025-06-26  9:10 UTC  (3+ messages)
` [PATCH v3 02/17] dt-bindings: display: mediatek: add EXDMA yaml "

[PATCH v2 0/8] Cache coherency management subsystem
 2025-06-26  9:55 UTC  (6+ messages)

[PATCH 0/4] arm64: renesas: Add support for Gray Hawk Single with R-Car V4M-7
 2025-06-26  9:51 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: soc: renesas: Document R-Car V4M-7 Gray Hawk Single
` [PATCH 2/4] arm64: dts: renesas: Factor out Gray Hawk Single board support
` [PATCH 3/4] arm64: dts: renesas: Add Renesas R8A779H2 SoC support
` [PATCH 4/4] arm64: dts: renesas: r8a779h2: Add Gray Hawk Single support

[PATCH] arm: DT: imx6: Replace license text comment with SPDX identifier
 2025-06-26  9:19 UTC 

[PATCH net-next v2 0/3] Follow-up to RGMII mode clarification: am65-cpsw fix + checkpatch
 2025-06-26  9:40 UTC  (9+ messages)
` [PATCH net-next v2 1/3] dt-bindings: net: ti: k3-am654-cpsw-nuss: update phy-mode in example
` [PATCH net-next v2 2/3] net: ethernet: ti: am65-cpsw: fixup PHY mode for fixed RGMII TX delay
` [PATCH net-next v2 3/3] checkpatch: check for comment explaining rgmii(|-rxid|-txid) PHY modes

[PATCH v4 3/4] mm: Support batched unmap for lazyfree large folios during reclamation
 2025-06-26  9:29 UTC  (16+ messages)

[PATCH v5 0/5] KVM: x86: Provide a cap to disable APERF/MPERF read intercepts
 2025-06-26  8:59 UTC  (8+ messages)
` [PATCH v5 1/5] KVM: x86: Replace growing set of *_in_guest bools with a u64
` [PATCH v5 2/5] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
` [PATCH v5 3/5] KVM: selftests: Expand set of APIs for pinning tasks to a single CPU
` [PATCH v5 4/5] KVM: selftests: Test behavior of KVM_X86_DISABLE_EXITS_APERFMPERF
` [PATCH v5 5/5] KVM: selftests: Convert arch_timer tests to common helpers to pin task

[PATCH v2 00/11] ARM: Add support for MediaTek MT6572 SoC
 2025-06-26  8:54 UTC  (12+ messages)
` [PATCH v2 01/11] dt-bindings: serial: mediatek,uart: add MT6572
` [PATCH v2 02/11] dt-bindings: interrupt-controller: mediatek,mt6577-sysirq: "
` [PATCH v2 03/11] dt-bindings: timer: mediatek: "
` [PATCH v2 04/11] dt-bindings: watchdog: mediatek,mtk-wdt: "
` [PATCH v2 05/11] dt-bindings: vendor-prefixes: add JTY
` [PATCH v2 06/11] dt-bindings: arm: mediatek: add boards based on the MT6572 SoC
` [PATCH v2 07/11] ARM: mediatek: add board_dt_compat entry for "
` [PATCH v2 08/11] ARM: mediatek: add MT6572 smp bring up code
` [PATCH v2 09/11] ARM: dts: mediatek: add basic support for MT6572 SoC
` [PATCH v2 10/11] ARM: dts: mediatek: add basic support for JTY D101 board
` [PATCH v2 11/11] ARM: dts: mediatek: add basic support for Lenovo A369i board

[PATCH v3 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-06-26  8:51 UTC  (10+ messages)
` [PATCH v3 1/7] KVM: arm64: Add exit to userspace on {LD,ST}64B* outside of memslots
` [PATCH v3 2/7] KVM: arm64: Add documentation for KVM_EXIT_ARM_LDST64B
` [PATCH v3 3/7] KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory
` [PATCH v3 4/7] KVM: arm/arm64: Allow user injection of unsupported exclusive/atomic DABT
` [PATCH v3 5/7] arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1
` [PATCH v3 6/7] arm64: Add support for FEAT_{LS64, LS64_V}
` [PATCH v3 7/7] KVM: arm64: Enable FEAT_{LS64, LS64_V} in the supported guest

[PATCH v3 0/7] Axiado AX3000 SoC and Evaluation Board Support
 2025-06-26  8:50 UTC  (7+ messages)
` [PATCH v3 5/7] arm64: dts: axiado: Add initial support for AX3000 SoC and eval board

[PATCH v3 0/2] Enable permission change on arm64 kernel block mappings
 2025-06-26  8:47 UTC  (8+ messages)
` [PATCH v3 1/2] arm64: pageattr: Use pagewalk API to change memory permissions

[PATCH] media: imx8mq-mipi-csi2: Fix error code in imx8mq_mipi_csi_parse_dt()
 2025-06-26  8:30 UTC  (4+ messages)

[PATCHv4 0/6] Add support for AM62D2 SoC and EVM
 2025-06-26  8:24 UTC  (4+ messages)
` [PATCHv4 4/6] arm64: dts: ti: Add support for AM62D2-EVM
    ` [EXTERNAL] "

[PATCH 0/5] Allwinner A100/A133 Ethernet MAC (EMAC) Support
 2025-06-26  8:09 UTC  (6+ messages)
` [PATCH 1/5] pinctrl: sunxi: Fix a100 emac pin function name
` [PATCH 2/5] arm64: dts: allwinner: a100: Add pin definitions for RGMII/RMII
` [PATCH 3/5] dt-bindings: net: sun8i-emac: Add A100 EMAC compatible
` [PATCH 4/5] arm64: dts: allwinner: a100: Add EMAC support
` [PATCH 5/5] arm64: dts: allwinner: a133-liontron-h-a133l: Add Ethernet support

[PATCH v3 0/5] Optimize mprotect() for large folios
 2025-06-26  8:09 UTC  (5+ messages)
` [PATCH v3 3/5] mm: Optimize mprotect() by PTE batching

[PATCH v5 0/5] coresight: Add remote etm support
 2025-06-26  8:04 UTC  (4+ messages)
` [PATCH v5 3/5] dt-bindings: arm: Add qcom,qmi-id for remote etm

[PATCH v4 0/2] i2c: lpi2c: implement master_xfer_atomic callback
 2025-06-26  7:58 UTC  (2+ messages)

[PATCH v3 0/7] support FEAT_LSUI and apply it on futex atomic ops
 2025-06-26  7:56 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Fix error path in init_hyp_mode()
 2025-06-26  7:53 UTC  (2+ messages)

[PATCH] KVM: arm64: Adjust range correctly during host stage-2 faults
 2025-06-26  7:53 UTC  (2+ messages)

[PATCH] KVM: arm64: nv: Fix MI line level calculation in vgic_v3_nested_update_mi()
 2025-06-26  7:52 UTC  (4+ messages)

W sprawie zamówień
 2025-06-26  7:40 UTC 

[PATCH v6] coccinelle: misc: Add field_modify script
 2025-06-26  7:43 UTC  (2+ messages)

[PATCH v4 0/3] PCI: imx6: Add external reference clock mode support
 2025-06-26  7:38 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: PCI: dwc: Add one more reference clock
` [PATCH v4 2/3] dt-binding: pci-imx6: Add external reference clock mode support
` [PATCH v4 3/3] PCI: imx6: "

[PATCH 0/3] Various devicetree fixes for Exynos7870 devices
 2025-06-26  7:32 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: exynos7870: add quirk to disable USB2 LPM in gadget mode
` [PATCH 2/3] arm64: dts: exynos7870-on7xelte: reduce memory ranges to base amount
` [PATCH 3/3] arm64: dts: exynos7870-j6lte: "

[PATCH v2] arm64: dts: freescale: imx93-phycore-som: Add watchdog ext-reset-output pin
 2025-06-26  7:16 UTC 

[PATCH 0/3] Workaround for Errata i2312
 2025-06-26  6:51 UTC  (6+ messages)
` [PATCH 1/3] mmc: sdhci_am654: "
` [PATCH 2/3] arm64: dts: ti: k3-am62-main: Remove eMMC High Speed DDR support

[net-next v13 00/11] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-06-26  6:28 UTC  (6+ messages)
` [net-next v13 04/11] net: mtip: The L2 switch driver for imx287

[RFC] ARM vGIC-ITS tables serialization when running protected VMs
 2025-06-26  6:22 UTC  (5+ messages)

[PATCH v4 0/2] Add FriendlyElec NanoPi M5 support for Rockchip RK3576
 2025-06-26  5:47 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: arm: rockchip: add FriendlyElec NanoPi M5 board
` [PATCH v4 2/2] arm64: dts: rockchip: Add FriendlyElec NanoPi M5 support

[PATCH v4] arm64: Enable vmalloc-huge with ptdump
 2025-06-26  5:25 UTC 

[PATCH v3 1/1] sched/deadline: Fix dl_server runtime calculation formula
 2025-06-26  5:25 UTC  (2+ messages)

[PATCH v4 0/2] Add support for K3 BIST
 2025-06-26  4:10 UTC  (2+ messages)

[PATCH 0/3] Enable audio support for J721S2-EVM
 2025-06-26  4:04 UTC  (2+ messages)
` (subset) "

[PATCH v2] arm64: dts: ti: k3-am642-evm-pcie0-ep: Add boot phase tag to "pcie0_ep"
 2025-06-26  4:03 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-am62: copy bootph flags to Linux
 2025-06-26  4:02 UTC  (2+ messages)

[PATCH v5 0/2] ASPEED: Add mailbox driver for AST2700 series
 2025-06-26  3:41 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: mailbox: Add ASPEED AST2700 series SoC

[PATCH v2 1/1] sched/deadline: Fix dl_server runtime calculation formula
 2025-06-26  3:20 UTC  (3+ messages)

[PATCH v3 0/5] remoteproc: imx_rproc: Support i.MX95
 2025-06-26  3:56 UTC  (3+ messages)

[PATCH v2 00/10] Add PCIe support for Tesla FSD SoC
 2025-06-25 16:52 UTC  (11+ messages)
  ` [PATCH v2 01/10] PCI: exynos: Remove unused MACROs in exynos PCI file
  ` [PATCH v2 02/10] PCI: exynos: Change macro names to exynos specific
  ` [PATCH v2 03/10] PCI: exynos: Reorder MACROs to maintain consistency
  ` [PATCH v2 04/10] PCI: exynos: Add platform device private data
  ` [PATCH v2 05/10] PCI: exynos: Add structure to hold resource operations
  ` [PATCH v2 06/10] dt-bindings: PCI: Add bindings support for Tesla FSD SoC
  ` [PATCH v2 07/10] dt-bindings: phy: Add PHY bindings support for "
  ` [PATCH v2 08/10] phy: exynos: Add PCIe PHY "
  ` [PATCH v2 09/10] PCI: exynos: Add support for Tesla "
  ` [PATCH v2 10/10] arm64: dts: fsd: Add PCIe "

[PATCH 1/1] sched/core: Fix migrate_swap() vs. hotplug
 2025-06-26  2:23 UTC  (5+ messages)
      ` [SPAM]Re: "

[PATCH 0/2] remoteproc: imx_dsp_rproc: Add coredump and recovery
 2025-06-26  1:32 UTC  (6+ messages)
` [PATCH 1/2] remoteproc: imx_dsp_rproc: Add support of recovery process

[PATCH 00/12] gpio: use new GPIO line value setter callbacks
 2025-06-26  1:12 UTC  (3+ messages)
` [PATCH 07/12] gpio: sprd: "

[PATCH v8 0/6] arm64 support for Milk-V Duo Module 01 EVB
 2025-06-26  0:55 UTC  (2+ messages)

[PATCH v6 00/25] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-06-25 23:06 UTC  (4+ messages)
` [PATCH v6 10/25] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl

[RESEND PATCH v2 0/2] Update the watchdog period according to real CPU frequency
 2025-06-25 22:46 UTC  (5+ messages)
` [RESEND PATCH v2 1/2] watchdog/perf: Provide function for adjusting the event period
` [RESEND PATCH v2 2/2] arm64/watchdog_hld: Add a cpufreq notifier for update watchdog thresh

回覆: 回覆: [PATCH 5/7] ARM: dts: aspeed-g6: Add PCIe RC node
 2025-06-25 22:16 UTC  (2+ messages)

[PATCH] net: stmmac: Fix interrupt handling for level-triggered mode in DWC_XGMAC2
 2025-06-25 22:39 UTC  (2+ messages)

[v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog feature
 2025-06-25 19:18 UTC  (3+ messages)
` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt

[PATCH v2 1/1] dt-bindings: usb: convert lpc32xx-udc.txt to yaml format
 2025-06-25 21:43 UTC 

[PATCH 0/7] Add ASPEED PCIe Root Complex support
 2025-06-25 21:04 UTC  (3+ messages)
` [PATCH 3/7] dt-bindings: pci: Add document for ASPEED PCIe RC

[PATCH 1/2] fbdev: remove fb_notify support
 2025-06-25 21:01 UTC  (3+ messages)

[PATCH] i2c: imx: fix emulated smbus block read
 2025-06-25 20:43 UTC  (2+ messages)

[PATCH 0/6] Add few updates to the STM32 SPI driver
 2025-06-25 19:12 UTC  (2+ messages)

[PATCH v0 0/5] Add initial AST2700 SoC support
 2025-06-25 20:42 UTC  (4+ messages)

[PATCH 00/14] Various dt-bindings for SM7635 and The Fairphone (Gen. 6) addition
 2025-06-25 20:25 UTC  (2+ messages)

[PATCH v2 0/2] Add Meta (Facebook) Santabarbara BMC (AST2600)
 2025-06-25 20:25 UTC  (2+ messages)

[PATCH 0/3] Add MT8196 compatibles to bindings
 2025-06-25 20:13 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: timer: mediatek,timer: Add MediaTek MT8196 compatible

[PATCH 0/2] Extend nvmem patternProperties and then fix W=1 warnings in Apple dts
 2025-06-25 19:53 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: nvmem: fixed-layout: Allow optional bit positions

[RESEND PATCH v2 0/5] STM32 pinctrl: Add mux function RSVD
 2025-06-25 19:52 UTC  (3+ messages)
` [RESEND PATCH v2 5/5] dt-bindings: pinctrl: stm32: Add missing blank lines

[PATCH] ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc
 2025-06-25 19:46 UTC  (2+ messages)

[PATCH v2 0/2] Simplify compatible matching for brcmstb_memc
 2025-06-25 19:45 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: memory-controller: Define fallback compatible


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