linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-19 12:11:44 to 2025-12-19 19:28:59 UTC [more...]

[PATCH v3 0/4] KVM: selftests: arm64: Improve diagnostics from set_id_regs
 2025-12-19 19:28 UTC 

[PATCH v1 0/9] iommu/arm-smmu-v3: Share domain across SMMU/vSMMU instances
 2025-12-19 19:17 UTC  (6+ messages)
` [PATCH v1 2/9] iommu/arm-smmu-v3: Add alloc_id/free_id functions to arm_smmu_invs
` [PATCH v1 3/9] iommu/arm-smmu-v3: Store ASIDs and VMID in arm_smmu_master

[PATCH bpf-next] bpf: arm64: fix sparse warnings
 2025-12-19 19:13 UTC 

[RFC PATCH] arm64: introduce NEON based copy to/from user
 2025-12-19 19:03 UTC  (2+ messages)

[PATCH v8 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
 2025-12-19 19:00 UTC  (7+ messages)
` [PATCH v8 5/7] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters

[PATCH V7 0/4] Add device tree support for NVIDIA Tegra CMDQV
 2025-12-19 18:49 UTC  (8+ messages)
` [PATCH V7 2/4] iommu/arm-smmu-v3: Add device-tree support for CMDQV driver

[PATCH bpf-next v3 0/2] bpf: Optimize recursion detection on arm64
 2025-12-19 18:44 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: move recursion detection logic to helpers
` [PATCH bpf-next v3 2/2] bpf: arm64: Optimize recursion detection by not using atomics

[PATCH bpf-next v2 0/2] bpf: Optimize recursion detection on arm64
 2025-12-19 18:23 UTC  (5+ messages)
` [PATCH bpf-next v2 2/2] bpf: arm64: Optimize recursion detection by not using atomics

[PATCH v2 0/8] scsi: Make use of bus callbacks
 2025-12-19 18:18 UTC  (4+ messages)
` [PATCH v2 2/8] "

[PATCH v2 00/45] arm_mpam: Add KVM/arm64 and resctrl glue code
 2025-12-19 18:11 UTC  (46+ messages)
` [PATCH v2 01/45] arm_mpam: Stop using uninitialized variables in __ris_msmon_read()
` [PATCH v2 02/45] arm_mpam: Remove duplicate linux/srcu.h header
` [PATCH v2 03/45] arm_mpam: Use non-atomic bitops when modifying feature bitmap
` [PATCH v2 04/45] arm64/sysreg: Add MPAMSM_EL1 register
` [PATCH v2 05/45] KVM: arm64: Preserve host MPAM configuration when changing traps
` [PATCH v2 06/45] KVM: arm64: Make MPAMSM_EL1 accesses UNDEF
` [PATCH v2 07/45] arm64: mpam: Context switch the MPAM registers
` [PATCH v2 08/45] arm64: mpam: Re-initialise MPAM regs when CPU comes online
` [PATCH v2 09/45] arm64: mpam: Advertise the CPUs MPAM limits to the driver
` [PATCH v2 10/45] arm64: mpam: Add cpu_pm notifier to restore MPAM sysregs
` [PATCH v2 11/45] arm64: mpam: Initialise and context switch the MPAMSM_EL1 register
` [PATCH v2 12/45] arm64: mpam: Add helpers to change a task or cpu's MPAM PARTID/PMG values
` [PATCH v2 13/45] KVM: arm64: Force guest EL1 to use user-space's partid configuration
` [PATCH v2 14/45] KVM: arm64: Use kernel-space partid configuration for hypercalls
` [PATCH v2 15/45] arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
` [PATCH v2 16/45] arm_mpam: resctrl: Sort the order of the domain lists
` [PATCH v2 17/45] arm_mpam: resctrl: Pick the caches we will use as resctrl resources
` [PATCH v2 18/45] arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()
` [PATCH v2 19/45] arm_mpam: resctrl: Add resctrl_arch_get_config()
` [PATCH v2 20/45] arm_mpam: resctrl: Implement helpers to update configuration
` [PATCH v2 21/45] arm_mpam: resctrl: Add plumbing against arm64 task and cpu hooks
` [PATCH v2 22/45] arm_mpam: resctrl: Add CDP emulation
` [PATCH v2 23/45] arm_mpam: resctrl: Add rmid index helpers
` [PATCH v2 24/45] arm_mpam: resctrl: Convert to/from MPAMs fixed-point formats
` [PATCH v2 25/45] arm_mpam: resctrl: Add support for 'MB' resource
` [PATCH v2 26/45] arm_mpam: resctrl: Add kunit test for control format conversions
` [PATCH v2 27/45] arm_mpam: resctrl: Add support for csu counters
` [PATCH v2 28/45] arm_mpam: resctrl: Pick classes for use as mbm counters
` [PATCH v2 29/45] arm_mpam: resctrl: Pre-allocate free running monitors
` [PATCH v2 30/45] arm_mpam: resctrl: Pre-allocate assignable monitors
` [PATCH v2 31/45] arm_mpam: resctrl: Add kunit test for ABMC/CDP interactions
` [PATCH v2 32/45] arm_mpam: resctrl: Add resctrl_arch_config_cntr() for ABMC use
` [PATCH v2 33/45] arm_mpam: resctrl: Allow resctrl to allocate monitors
` [PATCH v2 34/45] arm_mpam: resctrl: Add resctrl_arch_rmid_read() and resctrl_arch_reset_rmid()
` [PATCH v2 35/45] arm_mpam: resctrl: Add resctrl_arch_cntr_read() & resctrl_arch_reset_cntr()
` [PATCH v2 36/45] arm_mpam: resctrl: Update the rmid reallocation limit
` [PATCH v2 37/45] arm_mpam: resctrl: Add empty definitions for assorted resctrl functions
` [PATCH v2 38/45] arm64: mpam: Select ARCH_HAS_CPU_RESCTRL
` [PATCH v2 39/45] arm_mpam: resctrl: Call resctrl_init() on platforms that can support resctrl
` [PATCH v2 40/45] arm_mpam: Generate a configuration for min controls
` [PATCH v2 41/45] arm_mpam: Add quirk framework
` [PATCH v2 42/45] arm_mpam: Add workaround for T241-MPAM-1
` [PATCH v2 43/45] arm_mpam: Add workaround for T241-MPAM-4
` [PATCH v2 44/45] arm_mpam: Add workaround for T241-MPAM-6
` [PATCH v2 45/45] arm_mpam: Quirk CMN-650's CSU NRDY behaviour

[PATCH 03/12] ras: add estatus vendor handling and processing
 2025-12-19 18:11 UTC  (4+ messages)

[PATCH 0/4] mm: increase lowmem size in linux-7.0
 2025-12-19 18:02 UTC  (7+ messages)
` [PATCH 1/4] arch/*: increase lowmem size to avoid highmem use
` [PATCH 2/4] ARM: add CONFIG_VMSPLIT_2G_OPT option
` [PATCH 3/4] ARM: remove support for highmem on VIVT
` [PATCH 4/4] mm: remove ARCH_NEEDS_KMAP_HIGH_GET

[PATCH v3 0/2] media: nxp: Add CSI Pixel Formatter support
 2025-12-19 17:58 UTC  (6+ messages)
` [PATCH v3 1/2] media: dt-bindings: Add CSI Pixel Formatter DT bindings
` [PATCH v3 2/2] media: nxp: Add i.MX9 CSI pixel formatter v4l2 driver

[PATCH 11/12] ras: add DeviceTree estatus provider driver
 2025-12-19 17:21 UTC  (4+ messages)

[PATCH v2] Faster Arm64 __arch_copy_from_user and __arch_copy_to_user
 2025-12-19 17:19 UTC  (2+ messages)

[PATCH v4 00/19] Add MediaTek SoC DRM support for MT8196
 2025-12-19 17:03 UTC  (7+ messages)
` [PATCH v4 13/19] drm/mediatek: Export OVL Blend function
` [PATCH v4 15/19] drm/mediatek: add BLENDER support for MT8196

[PATCH 0/6] Support TQMa8QM
 2025-12-19 16:49 UTC  (2+ messages)

[PATCH v7 00/17] media: rkvdec: Add support for VDPU381 and VDPU383
 2025-12-19 16:33 UTC  (5+ messages)
` [PATCH v7 14/17] media: rkvdec: Add H264 support for the VDPU381 variant

[PATCH 1/1] wifi: mt76: mt7996: fix mixed FEM check of mt7996 chipset
 2025-12-19 16:23 UTC  (2+ messages)

[PATCH v2 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
 2025-12-19 16:17 UTC  (38+ messages)
` [PATCH v2 03/36] arm64/sysreg: Drop ICH_HFGRTR_EL2.ICC_HAPR_EL1 and make RES1
` [PATCH v2 02/36] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
` [PATCH v2 01/36] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co
` [PATCH v2 06/36] KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headers
` [PATCH v2 05/36] arm64/sysreg: Add GICR CDNMIA encoding
` [PATCH v2 04/36] arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM support
` [PATCH v2 08/36] KVM: arm64: Introduce kvm_call_hyp_nvhe_res()
` [PATCH v2 07/36] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v2 09/36] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v2 11/36] KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
` [PATCH v2 10/36] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v2 12/36] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v2 14/36] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH v2 13/36] KVM: arm64: gic: Set vgic_model before initing private IRQs
` [PATCH v2 16/36] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v2 17/36] KVM: arm64: gic: Introduce irq_queue and set_pending_state to irq_ops
` [PATCH v2 15/36] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v2 20/36] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH v2 18/36] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v2 19/36] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v2 21/36] KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate mask
` [PATCH v2 23/36] KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINE
` [PATCH v2 22/36] KVM: arm64: gic-v5: Trap and mask guest PPI register accesses
` [PATCH v2 25/36] KVM: arm64: gic-v5: Reset vcpu state
` [PATCH v2 24/36] KVM: arm64: gic-v5: Create, init vgic_v5
` [PATCH v2 28/36] KVM: arm64: gic: Hide GICv5 for protected guests
` [PATCH v2 27/36] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH v2 26/36] KVM: arm64: gic-v5: Bump arch timer for GICv5
` [PATCH v2 30/36] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH v2 29/36] KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guests
` [PATCH v2 31/36] KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
` [PATCH v2 33/36] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH v2 34/36] Documentation: KVM: Introduce documentation for VGICv5
` [PATCH v2 32/36] irqchip/gic-v5: Check if impl is virt capable
` [PATCH v2 36/36] KVM: arm64: gic-v5: Communicate userspace-drivable PPIs via a UAPI
` [PATCH v2 35/36] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest

[PATCH v3 0/5] support batch checking of references and unmapping for large folios
 2025-12-19 16:09 UTC  (4+ messages)
` [PATCH v3 1/5] mm: rmap: support batched checks of the references "

[PATCH 0/6] media: stm32: add dcmipp/csi power-domain support for mp2x
 2025-12-19 15:58 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: media: st: csi: add 'power-domains' property
` [PATCH 2/6] arm64: dts: st: add power-domain of csi in stm32mp251.dtsi
` [PATCH 3/6] arm64: dts: st: add power-domain of csi in stm32mp231.dtsi
` [PATCH 4/6] dt-bindings: media: st: dcmipp: add 'power-domains' property
` [PATCH 5/6] arm64: dts: st: add power-domain of dcmipp in stm32mp251.dtsi
` [PATCH 6/6] arm64: dts: st: add power-domain of dcmipp in stm32mp231.dtsi

[PATCH] fpga: xilinx: Switch Michal Simek's email to new one
 2025-12-19 15:40 UTC  (2+ messages)

[PATCH] phy: fsl-imx8mq-usb: enable RxTermination_override_sel
 2025-12-19 15:52 UTC  (2+ messages)

[PATCH v7 0/3] Add i.MX91/93 parallel display support
 2025-12-19 15:49 UTC  (7+ messages)
` [PATCH v7 1/3] dt-bindings: soc: imx93-media-blk-ctrl: Add PDFC subnode to schema and example

[PATCH] phy: fsl-imx8mq-usb: change ssc_range value for i.MX8MQ
 2025-12-19 15:45 UTC  (2+ messages)

[PATCH 0/4] Make MT8196 get its Mali GPU shader_present from nvmem
 2025-12-19 15:31 UTC  (3+ messages)
` [PATCH 3/4] drm/panthor: Implement reading "

[PATCH] kselftest/arm64: Support FORCE_TARGETS
 2025-12-19 15:29 UTC 

[PATCH v1 0/2] build full dtbs for BananaPi R3/R4(Pro)
 2025-12-19 15:27 UTC  (2+ messages)

[PATCH 0/4] Fix RP1 DeviceTree hierarchy and drop overlay support
 2025-12-19 15:25 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update the maintainers for ARM64 ACPI
 2025-12-19 15:16 UTC  (2+ messages)

[RFC net-next v5 0/3] Add RSS and LRO support
 2025-12-19 15:12 UTC  (4+ messages)
` [RFC net-next v5 1/3] net: ethernet: mtk_eth_soc: Add register definitions for RSS and LRO
` [RFC net-next v5 2/3] net: ethernet: mtk_eth_soc: Add RSS support
` [RFC net-next v5 3/3] net: ethernet: mtk_eth_soc: Add LRO support

[PATCH v3 0/6] soc: samsung: exynos-chipid: add gs101 support
 2025-12-19 15:10 UTC  (9+ messages)
` [PATCH v3 1/6] soc: samsung: exynos-chipid: use devm action to unregister soc device
` [PATCH v3 2/6] soc: samsung: exynos-chipid: use dev_err_probe where appropiate
` [PATCH v3 4/6] soc: samsung: exynos-chipid: downgrade dev_info to dev_dbg for soc info
` [PATCH v3 5/6] soc: samsung: exynos-chipid: add google,gs101-otp support

[PATCH 0/5] iio: adc: Simplify with dev_err_probe
 2025-12-19 14:51 UTC  (8+ messages)
` [PATCH 1/5] iio: adc: aspeed: "
` [PATCH 2/5] iio: adc: exynos: "
` [PATCH 3/5] iio: adc: qcom-spmi-rradc: "
` [PATCH 4/5] iio: adc: rockchip: "
` [PATCH 5/5] iio: adc: sc27xx: "

[PATCH] arm64: dts: xilinx: Drop "label" property on dlg,slg7xl45106
 2025-12-19 14:48 UTC  (5+ messages)

[PATCH v2 00/11] Add support for Multimedia Clock controllers for Kaanapali
 2025-12-19 14:45 UTC  (15+ messages)
` [PATCH v2 07/11] dt-bindings: clock: qcom: document the Kaanapali GPU Clock Controller
` [PATCH v2 08/11] clk: qcom: dispcc: Add support for display clock controller Kaanapali

[PATCH 02/12] ras: add estatus core implementation
 2025-12-19 14:35 UTC  (2+ messages)

[PATCH 0/6] media: stm32: dcmipp: fixes & improvement on single pipe
 2025-12-19 14:30 UTC  (7+ messages)
` [PATCH 1/6] media: stm32: dcmipp: bytecap: clear all interrupts upon stream stop
` [PATCH 2/6] media: stm32: dcmipp: byteproc: disable compose for all bayers
` [PATCH 3/6] media: stm32: dcmipp: Add RGB888 format support overall
` [PATCH 4/6] media: stm32: dcmipp: add Y10-Y12-Y14 in all subdevs
` [PATCH 5/6] media: stm32: dcmipp: byteproc: only allow compose with 8/16bit fmts
` [PATCH 6/6] media: stm32: dcmipp: bytecap: remove useless cmier variable

[PATCH v2 0/6] KVM: arm64: VTCR_EL2 conversion to feature dependency framework
 2025-12-19 14:13 UTC  (4+ messages)
` [PATCH v2 1/6] KVM: arm64: Fix EL2 S1 XN handling for hVHE setups

[PATCH v4 0/2] Enable CTCU device for QCS8300
 2025-12-19 14:01 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: arm: add CTCU device for monaco
` (subset) [PATCH v4 0/2] Enable CTCU device for QCS8300

[PATCH v2 0/2] Add OrangePi 6 Plus board
 2025-12-19 13:35 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm: cix: add "
` [PATCH v2 2/2] arm64: dts: cix: Add OrangePi 6 Plus board support

[PATCH] arm64: dts: rockchip: enable dual 2.5GbE on Rock 5T
 2025-12-19 13:06 UTC  (4+ messages)
` [PATCH v2] arm64: dts: rockchip: enable both 2.5GbE ports "

[PATCH v2 0/4] spi: stm32: stability & performance enhancements
 2025-12-19 13:01 UTC  (2+ messages)
` (subset) "

[PATCH v5 0/3] add sysfs nodes to configure TPDA's registers
 2025-12-19 13:00 UTC  (11+ messages)
` [PATCH v5 1/3] coresight: tpda: add sysfs nodes for tpda cross-trigger configuration
` [PATCH v5 2/3] coresight: tpda: add logic to configure TPDA_SYNCR register
` [PATCH v5 3/3] coresight: tpda: add sysfs node to flush specific port

[PATCH 0/6] dma-mapping: arm64: support batched cache sync
 2025-12-19 12:34 UTC  (5+ messages)
` [PATCH 1/6] arm64: Provide dcache_by_myline_op_nosync helper
` [PATCH 3/6] arm64: Provide dcache_inval_poc_nosync helper

[PATCH 0/2] drm: xlnx: zynqmp_kms: 16 bpp fixes for Xorg startup on AMD KV260
 2025-12-19 12:30 UTC  (3+ messages)

[RFC PATCH 00/38] arm_mpam: Add KVM/arm64 and resctrl glue code
 2025-12-19 12:19 UTC  (7+ messages)
` [RFC PATCH 07/38] arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
` [RFC PATCH 34/38] arm_mpam: Add quirk framework

[PATCH v2 RESEND] coresight: etm-perf: Fix reference count leak in etm_setup_aux
 2025-12-19 12:17 UTC  (7+ messages)

[PATCH v3 0/3] gpio: Simplify with device_get_match_data()
 2025-12-19 12:13 UTC  (4+ messages)
` [PATCH v3 1/3] gpio: aspeed: "
` [PATCH v3 2/3] gpio: creg-snps: "
` [PATCH v3 3/3] gpio: zynq: "


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