Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-12 13:13:45 to 2026-08-12 20:15:27 UTC [more...]

[PATCH] clk: sunxi-ng: ccu_mp: fix clocks without P dividers
 2026-08-12 20:15 UTC  (4+ messages)
` [PATCH RFT 0/2] clk: sunxi-ng: fix A523/T527 single-divider clocks
  ` [PATCH RFT 1/2] clk: sunxi-ng: add feature-aware M divider helper
  ` [PATCH RFT 2/2] clk: sunxi-ng: a523: use single-divider clock helpers

[PATCH v2 0/9] Use the generic iommu page table for SMMUv3
 2026-08-12 20:09 UTC  (10+ messages)
` [PATCH v2 1/9] iommupt: Remove the sanity check for pt_num_items_lg2() at the top level
` [PATCH v2 2/9] iommupt/kunit: Skip test configs without supported features
` [PATCH v2 3/9] iommupt/armv8: Add the 64 bit ARMv8 page table format
` [PATCH v2 4/9] iommupt/armv8: Add DBM support
` [PATCH v2 5/9] iommupt/armv8: Implement the iommu specific components
` [PATCH v2 6/9] iommu/arm-smmu-v3: Remove io-pgtable-arm from sva.c
` [PATCH v2 7/9] iommu/arm-smmu-v3: Move the DMA API comment to flush_iotlb_all
` [PATCH v2 8/9] iommu/arm-smmu-v3: Use the generic iommu page table
` [PATCH v2 9/9] iommu: Remove pgsize from iommu_iotlb_gather

[net-next,PATCH v2 0/5] Some improve for STM32MP2X
 2026-08-12 19:58 UTC  (3+ messages)
` [net-next,PATCH v2 1/5] dt-bindings: net: add phy-supply property for stm32

[PATCH] net: xilinx: axienet: Propagate errors from optional IRQ lookup
 2026-08-12 19:44 UTC  (4+ messages)

[PATCH] i2c: imx: add I2C_M_REV_DIR_ADDR and I2C_M_NOSTART
 2026-08-12 19:36 UTC  (5+ messages)

[PATCH 0/8] arm64: dts: phy: st: usb: Add STM32MP2 USB support
 2026-08-12 18:30 UTC  (6+ messages)
` [PATCH 1/8] dt-bindings: phy: Document ST STM32MP25 USB2-FEMTO PHY

[PATCH] clocksource/drivers/sun4i: Wait for pending reload before CTRL write
 2026-08-12 19:17 UTC  (5+ messages)

[PATCH v2] i2c: imx: add I2C_M_REV_DIR_ADDR and I2C_M_NOSTART
 2026-08-12 19:16 UTC 

[PATCH v19 00/14] KVM: arm64: Provide guest support for GCS
 2026-08-12 19:12 UTC  (15+ messages)
` [PATCH v19 01/14] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v19 02/14] KVM: arm64: Fix FGT mapping for HFGITR_EL2.nGCSEPP
` [PATCH v19 03/14] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v19 04/14] KVM: arm64: Ensure GCS memory effects are visible
` [PATCH v19 05/14] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v19 06/14] KVM: arm64: Validate GCS exception lock when emulating ERET
` [PATCH v19 07/14] KVM: arm64: Forward GCS exceptions to nested guests
` [PATCH v19 08/14] KVM: arm64: Enforce EXLOCK for SPSR and ELR
` [PATCH v19 09/14] KVM: arm64: Allow GCS to be enabled for guests
` [PATCH v19 10/14] KVM: selftests: arm64: Add GCS registers to get-reg-list
` [PATCH v19 11/14] KVM: selftests: arm64: Add GCS to set_id_regs
` [PATCH v19 12/14] KVM: selftests: arm64: Only restore SPSR_EL1 and ELR_EL1 if they change
` [PATCH v19 13/14] tools: Synchronise the kernel esr.h
` [PATCH v19 14/14] KVM: selftests: arm64: Add GCS EXLOCK exception emulation test

[PATCH v6 00/33] KVM: s390: Introduce arm64 KVM
 2026-08-12 19:10 UTC  (47+ messages)
` [PATCH v6 01/33] vfio: Use file-based reference counting for KVM
` [PATCH v6 02/33] KVM: Make device name configurable
` [PATCH v6 03/33] KVM: Allow KVM implementations to switch off MMIO independent of Kconfig
` [PATCH v6 04/33] arm64: Use proper include variant
` [PATCH v6 05/33] arm64: ptrace: Use constants for compat register numbers
` [PATCH v6 06/33] arm64: sysreg: Convert SPSR_ELx to automatic register generation
` [PATCH v6 07/33] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v6 08/33] KVM: arm64: Use accessor functions for core regs
` [PATCH v6 09/33] arm64: Prepare sharing arm64 headers with s390
` [PATCH v6 10/33] arm64: Share "
` [PATCH v6 11/33] KVM: arm64: Share arm64 code "
` [PATCH v6 12/33] KVM: s390: Extract gmap tracing to a separate header
` [PATCH v6 13/33] KVM: s390: Prepare include guards for a new location
` [PATCH v6 14/33] KVM: s390: Rename kvm-s390.{c,h} to s390.{c,h}
` [PATCH v6 15/33] KVM: s390: Move kvm_host definitions to kvm_host_s390
` [PATCH v6 16/33] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v6 17/33] KVM: s390: Move PGM code definitions to asm/kvm_host.h
` [PATCH v6 18/33] KVM: s390: Prepare gmap for a second KVM implementation
` [PATCH v6 19/33] KVM: s390: gmap: Make storage keys optional
` [PATCH v6 20/33] KVM: s390: gmap: Make CMMA optional
` [PATCH v6 21/33] KVM: s390: gmap: Make prefix handling optional
` [PATCH v6 22/33] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v6 23/33] s390: Use arm64 headers
` [PATCH v6 24/33] KVM: s390: Use arm64 code
` [PATCH v6 25/33] s390: Introduce Start Arm Execution instruction
` [PATCH v6 26/33] KVM: s390: arm64: Introduce host definitions
` [PATCH v6 27/33] s390/hwcaps: Report SAE support as hwcap
` [PATCH v6 28/33] KVM: s390: Add basic arm64 kvm module
` [PATCH v6 29/33] KVM: s390: arm64: Implement required functions
` [PATCH v6 30/33] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v6 31/33] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v6 32/33] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v6 33/33] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[PATCH RESEND] ARM: alignment: fix LSR #32 and ASR #32 offset decoding
 2026-08-12 18:50 UTC 

[soc:fsl/soc-drivers] BUILD SUCCESS e14b8d39388095fb806fe9f98a95b70619e4cabd
 2026-08-12 18:34 UTC 

[PATCHv2] phy: mediatek: tphy: simplify main allocation
 2026-08-12 18:18 UTC 

[PATCH] phy: mediatek: tphy: simplify main allocation
 2026-08-12 18:15 UTC  (3+ messages)

[PATCH v4 0/9] arm64: mediatek: Chromebook trackpad supply fixes
 2026-08-12 18:02 UTC  (5+ messages)
` [PATCH v4 1/9] regulator: core: Add "enable and wait" functions

[RFC PATCH] dma: swiotlb: Size shared default pools for memory encryption
 2026-08-12 17:42 UTC  (5+ messages)

[PATCH v5 00/13] syscalls: Add a shared table for all archs
 2026-08-12 17:38 UTC  (14+ messages)
` [PATCH v5 01/13] syscalls: Make --abis parsing more robust
` [PATCH v5 02/13] syscalls: Create unified partial table for all archs
` [PATCH v5 03/13] scripts/syscall.tbl: Use the common table
` [PATCH v5 04/13] arm: Use the common syscall table
` [PATCH v5 05/13] s390: "
` [PATCH v5 06/13] sparc: "
` [PATCH v5 07/13] mips: Remove duplicated syscallnr.sh
` [PATCH v5 08/13] mips: Get rid of custom mips ABIs for syscall tables
` [PATCH v5 09/13] mips: Use the common syscall table
` [PATCH v5 10/13] syscalls: Add an option for offsetting the common table
` [PATCH v5 11/13] alpha: Define entry point for set_mempolicy_home_node syscall
` [PATCH v5 12/13] alpha: Remove alpha_ prefix from custom syscall entries
` [PATCH v5 13/13] alpha: Use the common syscall table

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-08-12 17:27 UTC  (3+ messages)
` [PATCH 14/21] KVM: arm64: Apply dynamic guest counter reservations

[PATCHv2] ASoC: xilinx: formatter_pcm: use more devm in probe
 2026-08-12 16:51 UTC  (6+ messages)

[PATCH v3 0/8] coresight: Prevent per-thread events from sharing a sink
 2026-08-12 16:45 UTC  (3+ messages)
` [PATCH v3 1/8] coresight: tmc-etr: Don't stop Perf cleanup for active sysfs reads

[PATCH net-next v2 0/2] net: stmmac: DMA address handling fixes
 2026-08-12 16:38 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: stmmac: use dma_addr_t for DMA addresses
` [PATCH net-next v2 2/2] net: stmmac: convert DMA address to lower 32 before assignment

[PATCH] crypto: qce - Replace with stub driver
 2026-08-12 16:33 UTC  (10+ messages)

[PATCH] ASoC: mediatek: mt8365: use devm_platform_ioremap_resource helpers
 2026-08-12 15:57 UTC  (2+ messages)

[PATCH v3 0/2] perf: Add Raspberry Pi AXI PMU driver
 2026-08-12 16:26 UTC  (5+ messages)
` [PATCH v4 "

[PATCH 0/2] arm64: Implement support for BTI veneers
 2026-08-12 16:21 UTC  (3+ messages)
` [PATCH 1/2] arm64: module: Emit BTI veneers for cross-section calls
` [PATCH 2/2] DONOTMERGE: arm64: module: Test module for BTI veneers

[PATCH net-next v2] net: stmmac: improve TSO/GSO queue selection
 2026-08-12 16:11 UTC  (2+ messages)

[PATCH 0/7] Use the generic iommu page table for SMMUv3
 2026-08-12 16:04 UTC  (4+ messages)
` [PATCH 4/7] iommu/arm-smmu-v3: Remove io-pgtable-arm from sva.c

[PATCH 1/9] perf header: Tolerate inconsistent HEADER_GROUP_DESC
 2026-08-12 16:04 UTC  (9+ messages)
` [PATCH 2/9] perf thread-stack: Report branch stack hw_idx as not available
` [PATCH 7/9] perf test cs-etm: Test branch history on existing samples

[RFC PATCH 0/3] Support AM62P silicon revision detection via uniphier-efuse
 2026-08-12 15:44 UTC  (4+ messages)
` [RFC PATCH 1/3] dt-bindings: nvmem: uniphier-efuse: Add ti,am62p-efuse compatible
` [RFC PATCH 2/3] nvmem: uniphier-efuse: Enable for K3 SoCs
` [RFC PATCH 3/3] nvmem: uniphier-efuse: Add ti,am62p-efuse compatible

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-08-12 15:40 UTC  (11+ messages)
` [PATCH v16 07/45] arm64: mm: Handle Granule Protection Faults (GPFs)
` [PATCH v16 29/45] KVM: arm64: CCA: Support runtime faulting of memory

[GIT PULL] Qualcomm clock updates for v7.3
 2026-08-12 15:37 UTC  (2+ messages)

[PATCH] debug
 2026-08-12 15:34 UTC  (2+ messages)
` [PATCH RESEND v7] thunderbolt: Add device links for Apple T2 NHI

[PATCH 0/2] cpuidle/pmdomain: Correctly track state of excluded CPU clusters
 2026-08-12 15:34 UTC  (3+ messages)
` [PATCH 1/2] cpuidle: psci: Start CPU-cluster pmdomain OFF when OSI is used

[PATCH v3 0/4] drm: mxsfb: Support LCDIF interface bus width
 2026-08-12 15:07 UTC  (9+ messages)
` [PATCH v3 1/4] dt-bindings: lcdif: Add endpoint bus-width property
` [PATCH v3 2/4] drm: mxsfb: Add optional DPI output bus-width configuration
` [PATCH v3 3/4] ARM: dts: imx6ull-colibri: Set LCDIF bus-width
` [PATCH v3 4/4] ARM: dts: imx7-colibri: "

[RFC PATCH 0/2] KVM: arm64: fix VGICv3 redistributor rollback
 2026-08-12 14:45 UTC  (7+ messages)
` [RFC PATCH 1/2] KVM: arm64: vgic-v3: Roll back failed redistributor region setup
` [RFC PATCH 2/2] KVM: arm64: selftests: Test VGICv3 redistributor region retry

[PATCH 0/9] perf cs-etm: Add branch history to existing samples
 2026-08-12 14:26 UTC  (2+ messages)

[PATCH] KVM: arm64: nv: Fix life cycle of the nested_mmus array
 2026-08-12 14:25 UTC  (5+ messages)

[PATCH 0/3] ASoC: mxs: Improve probe error handling
 2026-08-12 14:17 UTC  (6+ messages)
` [PATCH 1/3] ASoC: mxs-saif: Use dev_err_probe() for "
` [PATCH 3/3] ASoC: mxs-sgtl5000: Drop redundant probe error messages

[PATCH] coresight: configfs: restrict address parameter value to root
 2026-08-12 14:12 UTC  (2+ messages)

[PATCH net-next v2] net: stmmac: dwxgmac2: add XGMAC timestamp interrupt support
 2026-08-12 14:08 UTC  (4+ messages)

[PATCH 0/2] KVM: arm64: Fix spurious warn, null ptr deref on S2 teardown race
 2026-08-12 13:46 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm64: Fix spurious warning for benign stage 2 "
` [PATCH 2/2] KVM: arm64: nv: Fix null ptr deref in kvm_nested_s2_unmap() on S2 teardown

[PATCH 1/2] dt-bindings: usb: snps,dwc3: Correctly restrict number of resets
 2026-08-12 13:44 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: "

[PATCH v2 0/4] KVM: arm64: GICv5 KVM IRS review fixes
 2026-08-12 13:43 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: arm64: vgic: Free gic_kvm_info on initialization failure
` [PATCH v2 2/4] KVM: arm64: vgic: Prevent speculative SPI array underflow

[PATCH] phy: uniphier-usb3: no devm for nvmem_cell_get
 2026-08-12 13:33 UTC  (2+ messages)

[PATCH V3 1/4 net] net: dsa: b53: deal with Northstar devices using CPU port 5 or 7
 2026-08-12 13:27 UTC  (4+ messages)
` [PATCH V3 2/4 net-next?] net: dsa: b53: prefer CPU port 8 for Northstar devices
` [PATCH V3 3/4] ARM: dts: BCM5301X: drop pointless "cpu" labels from switch CPU ports
` [PATCH V3 4/4] ARM: dts: BCM5301X: Enable extra CPU ports for Netgear R8000

[PATCH v24 00/12] Implement PSCI reboot mode driver for PSCI resets
 2026-08-12 13:25 UTC  (5+ messages)
` [PATCH v24 08/12] mfd: psci-mfd: Add psci-reboot-mode child cell

[PATCH v10 00/12] ZTE zx297520v3 clock bindings and driver
 2026-08-12 13:15 UTC  (3+ messages)
` [PATCH v10 04/12] mfd: zx297520v3: Add a clock and reset MFD driver

[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
 2026-08-12 13:13 UTC  (4+ messages)


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