linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-25 13:04:13 to 2024-10-25 19:58:49 UTC [more...]

[PATCH v4 00/18] KVM: arm64: nv: Support for EL2 PMU controls
 2024-10-25 18:25 UTC  (16+ messages)
` [PATCH v4 01/18] KVM: arm64: Extend masking facility to arbitrary registers
` [PATCH v4 02/18] arm64: sysreg: Describe ID_AA64DFR2_EL1 fields
` [PATCH v4 03/18] arm64: sysreg: Migrate MDCR_EL2 definition to table
` [PATCH v4 04/18] arm64: sysreg: Add new definitions for ID_AA64DFR0_EL1
` [PATCH v4 05/18] KVM: arm64: Describe RES0/RES1 bits of MDCR_EL2
` [PATCH v4 06/18] KVM: arm64: nv: Allow coarse-grained trap combos to use complex traps
` [PATCH v4 07/18] KVM: arm64: nv: Rename BEHAVE_FORWARD_ANY
` [PATCH v4 08/18] KVM: arm64: nv: Reinject traps that take effect in Host EL0
` [PATCH v4 12/18] KVM: arm64: Rename kvm_pmu_valid_counter_mask()
` [PATCH v4 13/18] KVM: arm64: nv: Adjust range of accessible PMCs according to HPMN
` [PATCH v4 14/18] KVM: arm64: Add helpers to determine if PMC counts at a given EL
` [PATCH v4 15/18] KVM: arm64: nv: Honor MDCR_EL2.HPME
` [PATCH v4 16/18] KVM: arm64: nv: Honor MDCR_EL2.HLP
` [PATCH v4 17/18] KVM: arm64: nv: Apply EL2 event filtering when in hyp context
` [PATCH v4 18/18] KVM: arm64: nv: Reprogram PMU events affected by nested transition

[PATCH v2 0/4] riscv: sophgo: Add ethernet support for SG2044
 2024-10-25 19:34 UTC  (9+ messages)
` [PATCH v2 3/4] net: stmmac: platform: Add snps,dwmac-5.30a IP compatible string
` [PATCH v2 4/4] net: stmmac: Add glue layer for Sophgo SG2044 SoC

[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
 2024-10-25 19:14 UTC  (15+ messages)
` [PATCH v2 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v2 02/18] lib/crc32: improve support for arch-specific overrides
` [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v2 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v2 06/18] loongarch/crc32: "
` [PATCH v2 07/18] mips/crc32: "
` [PATCH v2 10/18] sparc/crc32: "
` [PATCH v2 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v2 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v2 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v2 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v2 17/18] f2fs: switch to using the crc32 library
` [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2024-10-25 18:39 UTC  (5+ messages)
` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."

[PATCH net-next v5 0/2] Add the dwmac driver support for T-HEAD TH1520 SoC
 2024-10-25 17:39 UTC  (3+ messages)
` [PATCH net-next v5 1/2] dt-bindings: net: Add T-HEAD dwmac support
` [PATCH net-next v5 2/2] net: stmmac: Add glue layer for T-HEAD TH1520 SoC

[PATCH v2 00/36] drm/vc4: Add support for BCM2712 / Pi5 display hardware
 2024-10-25 17:16 UTC  (37+ messages)
` [PATCH v2 01/36] drm/vc4: Use of_device_get_match_data to set generation
` [PATCH v2 02/36] drm/vc4: Fix reading of frame count on GEN5 / Pi4
` [PATCH v2 03/36] dt-bindings: display: Add BCM2712 HDMI bindings
` [PATCH v2 04/36] dt-bindings: display: Add BCM2712 HVS bindings
` [PATCH v2 05/36] dt-bindings: display: Add BCM2712 PixelValve bindings
` [PATCH v2 06/36] dt-bindings: display: Add BCM2712 MOP bindings
` [PATCH v2 07/36] dt-bindings: display: Add BCM2712 MOPLET bindings
` [PATCH v2 08/36] dt-bindings: display: Add BCM2712 KMS driver bindings
` [PATCH v2 09/36] drm/vc4: drv: Support BCM2712
` [PATCH v2 10/36] drm/vc4: hvs: Add support for BCM2712 HVS
` [PATCH v2 11/36] drm/vc4: crtc: Add support for BCM2712 PixelValves
` [PATCH v2 12/36] drm/vc4: hdmi: Add support for BCM2712 HDMI controllers
` [PATCH v2 13/36] drm/vc4: txp: Introduce structure to deal with revision differences
` [PATCH v2 14/36] drm/vc4: txp: Rename TXP data structure
` [PATCH v2 15/36] drm/vc4: txp: Add byte enable toggle bit
` [PATCH v2 16/36] drm/vc4: txp: Add horizontal and vertical size offset "
` [PATCH v2 17/36] drm/vc4: txp: Handle 40-bits DMA Addresses
` [PATCH v2 18/36] drm/vc4: txp: Move the encoder type in the variant structure
` [PATCH v2 19/36] drm/vc4: txp: Add a new TXP encoder type
` [PATCH v2 20/36] drm/vc4: txp: Add support for BCM2712 MOP
` [PATCH v2 21/36] drm/vc4: txp: Add BCM2712 MOPLET support
` [PATCH v2 22/36] drm/vc4: drv: Add support for 2712 D-step
` [PATCH v2 23/36] drm/vc4: hvs: Add in "
` [PATCH v2 24/36] drm/vc4: plane: Add "
` [PATCH v2 25/36] drm/vc4: hdmi: Support 2712 D-step register map
` [PATCH v2 26/36] drm/vc4: Add additional warn_on for incorrect revisions
` [PATCH v2 27/36] drm/vc4: Enable bg_fill if there are no planes enabled
` [PATCH v2 28/36] drm/vc4: Drop planes that are completely off-screen or 0 crtc size
` [PATCH v2 29/36] clk: bcm: rpi: Add ISP to exported clocks
` [PATCH v2 30/36] clk: bcm: rpi: Allow cpufreq driver to also adjust gpu clocks
` [PATCH v2 31/36] clk: bcm: rpi: Enable minimize for all firmware clocks
` [PATCH v2 32/36] clk: bcm: rpi: Create helper to retrieve private data
` [PATCH v2 33/36] clk: bcm: rpi: Add disp clock
` [PATCH v2 34/36] arm64: dts: broadcom: Add firmware clocks and power nodes to Pi5 DT
` [PATCH v2 35/36] arm64: dts: broadcom: Add display pipeline support to BCM2712
` [PATCH v2 36/36] arm64: dts: broadcom: Add DT for D-step version of BCM2712

[PATCH] arm64: dts: qcom: Add coresight nodes for QCS615
 2024-10-25 18:47 UTC  (2+ messages)

[PATCH v2] dt-bindings: soc: bcm: Convert raspberrypi,bcm2835-power to Dt schema
 2024-10-25 18:22 UTC  (3+ messages)

[PATCH v2 0/3] Enable compile testing of TI MSGMGR/SPROXY driver
 2024-10-25 17:59 UTC  (2+ messages)
` (subset) "

[PATCH] coresight: etm4x: Fix PID tracing when perf is run in an init PID namespace
 2024-10-25 17:56 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] arm64: dts: rockchip: orangepi-5-plus: Enable USB 3.0 ports
 2024-10-25 17:54 UTC 

[PATCH] arm64: dts: rockchip: orangepi-5-plus: Enable GPU
 2024-10-25 17:54 UTC 

[PATCH net-next v4 3/6] net: stmmac: Refactor FPE functions to generic version
 2024-10-25 17:51 UTC  (3+ messages)

[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
 2024-10-25 17:41 UTC  (4+ messages)

[PATCH v3 0/6] firmware: ti_sci: Partial-IO support
 2024-10-25 17:42 UTC  (3+ messages)
` [PATCH v3 2/6] "

[PATCH v1 0/4] perf arm-spe: Allow synthesizing of branch
 2024-10-25 17:33 UTC  (6+ messages)
` [PATCH v1 1/4] perf arm-spe: Set sample.addr to target address for instruction sample
` [PATCH v1 2/4] perf arm-spe: Use ARM_SPE_OP_BRANCH_ERET when synthesizing branches
` [PATCH v1 3/4] perf arm-spe: Correctly set sample flags
` [PATCH v1 4/4] perf arm-spe: Update --itrace help text

[PATCH v1 0/6] mm/arm64: re-enable HVO
 2024-10-25 17:31 UTC  (6+ messages)
` [PATCH v1 3/6] irqchip/gic-v3: support SGI broadcast

[PATCH v5 0/3] PCI: dwc: opitimaze RC host pci_fixup_addr()
 2024-10-25 16:56 UTC  (3+ messages)
` [PATCH v5 2/3] PCI: dwc: Using parent_bus_addr in of_range to eliminate cpu_addr_fixup()

[PATCH v1] nvmem: imx-iim: Convert comma to semicolon
 2024-10-25 16:42 UTC  (2+ messages)

[PATCH v4 00/14] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-25 16:39 UTC  (12+ messages)
` [PATCH v4 01/14] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct

[PATCH v3 00/14] This series fixes the errors of MediaTek display driver found by IGT
 2024-10-25 16:35 UTC  (5+ messages)
` [PATCH v3 08/14] drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property

[PATCH v4 00/11] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-25 16:28 UTC  (22+ messages)
` [PATCH v4 02/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v4 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v4 06/11] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v4 11/11] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support

[PATCH v6 0/8] drm: zynqmp_dp: IRQ cleanups and debugfs support
 2024-10-25 14:58 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: arm: sunxi: document RerVision A33-Vstar board
 2024-10-25 16:22 UTC  (2+ messages)

[PATCH v2] arm64: dts: allwinner: Add disable-wp for boards with micro SD card
 2024-10-25 16:22 UTC  (2+ messages)

[PATCH v2] media: dt-bindings: Remove assigned-clock-* from various schema
 2024-10-25 16:21 UTC 

[PATCH bpf-next v2] bpf, arm64: Remove garbage frame for struct_ops trampoline
 2024-10-25 16:20 UTC  (2+ messages)

[PATCH v2] drm/mxsfb: Remove generic DRM drivers in probe function
 2024-10-25 16:14 UTC 

[PATCH] clk: sunxi-ng: Constify struct ccu_reset_map
 2024-10-25 16:12 UTC  (2+ messages)

[PATCH] arm64: dts: allwinner: pinephone: Add mount matrix to accelerometer
 2024-10-25 16:11 UTC  (4+ messages)

[PATCH v2] pmdomain: imx: gpcv2: replace dev_err() with dev_err_probe()
 2024-10-25 16:03 UTC 

[PATCH v4 00/10] Add PCIe support for bcm2712
 2024-10-25 12:45 UTC  (6+ messages)
` [PATCH v4 02/10] dt-bindings: PCI: brcmstb: Update bindings for PCIe on bcm2712
` [PATCH v4 07/10] PCI: brcmstb: Add bcm2712 support
` [PATCH v4 08/10] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk
` [PATCH v4 09/10] arm64: dts: broadcom: bcm2712: Add PCIe DT nodes
` [PATCH v4 10/10] arm64: dts: broadcom: bcm2712-rpi-5-b: Enable "

[PATCH 0/2] [tip: sched/core] sched: Disable PLACE_LAG and RUN_TO_PARITY and move them to sysctl
 2024-10-25 14:43 UTC  (2+ messages)

[PATCH] clk: mediatek: mt6735-apmixedsys: Fix an error handling path in clk_mt6735_apmixed_probe()
 2024-10-25 15:46 UTC 

[PATCH v2 0/5] Improve arm64 pkeys handling in signal delivery
 2024-10-25 15:34 UTC  (13+ messages)
` [PATCH v2 3/5] arm64: signal: Improve POR_EL0 handling to avoid uaccess failures
` [PATCH v2 4/5] selftests/mm: Use generic pkey register manipulation

[PATCH] ARM: dts: cubieboard4: Fix DCDC5 regulator constraints
 2024-10-25 15:32 UTC  (4+ messages)

[PATCH v6 RESEND 00/20] Initial device trees for A7-A11 based Apple devices
 2024-10-25 15:22 UTC  (2+ messages)

[PATCH v3 0/7] ASoC: add Allwinner H616 audio codec support
 2024-10-25 15:23 UTC  (6+ messages)
` [PATCH v3 1/7] clk: sunxi-ng: h616: Add sigma-delta modulation settings for audio PLL
` (subset) [PATCH v3 0/7] ASoC: add Allwinner H616 audio codec support

[GIT PULL 1/3] firmware: tegra: Changes for v6.13-rc1
 2024-10-25 15:05 UTC  (3+ messages)
` [GIT PULL 2/3] dt-bindings: "
` [GIT PULL 3/3] arm64: tegra: Device tree changes "

[RFC PATCH] clk: sunxi-ng: h616: Reparent CPU clock during frequency changes
 2024-10-25 15:05 UTC  (3+ messages)

[PATCH v6 3/3] clk: aspeed: add AST2700 clock driver
 2024-10-25 14:56 UTC  (2+ messages)

[PATCH 0/5] Expose SCMI Transport properties
 2024-10-25 14:53 UTC  (5+ messages)
` [PATCH 5/5] firmware: arm_scmi: Relocate atomic_threshold to scmi_desc

[PATCH v4 0/3] Add mtk-sd support for MT8196
 2024-10-25 14:51 UTC  (2+ messages)

[PATCH v4 0/2] Add mmc support for mt7988
 2024-10-25 14:51 UTC  (2+ messages)

[PATCH tty-next v3 0/6] convert 8250 to nbcon
 2024-10-25 14:34 UTC  (6+ messages)
` [PATCH tty-next v3 4/6] serial: 8250: Specify console context for rs485_start/stop_tx

[PATCH] perf arm-spe: Add support for SPE Data Source packet on AmpereOne
 2024-10-25 14:43 UTC  (2+ messages)

[PATCH v16 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-10-25 14:21 UTC  (4+ messages)
` [PATCH v16 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation

[PATCH v10 0/4] Replace fallback for IO memcpy and IO memset
 2024-10-25 14:20 UTC  (3+ messages)

[PATCH v4 0/4] Add CMN PLL clock controller driver for IPQ9574
 2024-10-25 14:05 UTC  (9+ messages)
` [PATCH v4 4/4] arm64: dts: qcom: Add CMN PLL node for IPQ9574 SoC

[PATCH] soc: ti: knav_qmss_queue: remove useless statement
 2024-10-25 14:02 UTC  (2+ messages)

[PATCH V4 0/4] firmware: arm_scmi: Misc Fixes
 2024-10-25 14:11 UTC  (9+ messages)
` [PATCH V4 1/4] firmware: arm_scmi: Ensure that the message-id supports fastchannel
` [PATCH V4 3/4] pmdomain: core: Fix debugfs node creation failure

[PATCH -next RESEND] soc: ti: knav_qmss_queue: Use IRQF_NO_AUTOEN flag in request_irq()
 2024-10-25 14:01 UTC  (2+ messages)

[PATCH v2 00/11] UFS cleanups and enhancements to ufs-exynos for gs101
 2024-10-25 13:14 UTC  (12+ messages)
` [PATCH v2 01/11] scsi: ufs: exynos: Allow UFS Gear 4
` [PATCH v2 02/11] scsi: ufs: exynos: add check inside exynos_ufs_config_smu()
` [PATCH v2 03/11] scsi: ufs: exynos: gs101: remove EXYNOS_UFS_OPT_BROKEN_AUTO_CLK_CTRL
` [PATCH v2 04/11] scsi: ufs: exynos: Add EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR check
` [PATCH v2 05/11] scsi: ufs: exynos: gs101: remove unused phy attribute fields
` [PATCH v2 06/11] scsi: ufs: exynos: remove tx_dif_p_nsec from exynosauto_ufs_drv_init()
` [PATCH v2 07/11] scsi: ufs: exynos: add gs101_ufs_drv_init() hook and enable WriteBooster
` [PATCH v2 08/11] scsi: ufs: exynos: enable write line unique transactions on gs101
` [PATCH v2 09/11] scsi: ufs: exynos: set ACG to be controlled by UFS_ACG_DISABLE
` [PATCH v2 10/11] scsi: ufs: exynos: fix hibern8 notify callbacks
` [PATCH v2 11/11] scsi: ufs: exynos: gs101: enable clock gating with hibern8

[PATCH] KVM: arm64: Don't eagerly teardown the vgic on init error
 2024-10-25 13:43 UTC  (9+ messages)

[PATCH v3 0/9] Initial support for SMMUv3 nested translation
 2024-10-25 14:00 UTC  (4+ messages)
` [PATCH v3 9/9] iommu/arm-smmu-v3: Use S2FWB for NESTED domains

[PATCH 1/1] arm64: dts: imx8mn-tqma8mqnl-mba8mx-usbot: fix coexistence of output-low and output-high in GPIO
 2024-10-25 14:05 UTC  (4+ messages)

[PATCH v10 0/4] perf arm-spe: Allow synthesizing of branch instructions
 2024-10-25 13:08 UTC  (2+ messages)

[PATCH 0/2] Add support for nuvoton ma35d1 keypad controller
 2024-10-25 11:42 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: input: Add Nuvoton MA35D1 keypad

[PATCH v7 0/4] arm64: dts: add description for solidrun am642 som and hummingboard evb
 2024-10-25 13:57 UTC  (3+ messages)
` [PATCH v7 4/4] arm64: dts: ti: hummingboard-t: add overlays for m.2 pci-e and usb-3

[PATCH 0/2] Add device tree for MT8188-based Chromebook "Ciri"
 2024-10-25 13:55 UTC  (2+ messages)

[PATCH 00/13] sunxi: A100/A133 second stage support
 2024-10-25 13:55 UTC  (2+ messages)

[PATCH v2 0/3] ARM: dts: add Kobo Clara 2E
 2024-10-25 13:55 UTC  (2+ messages)

[PATCH V3 0/4] firmware: arm_scmi: Misc Fixes
 2024-10-25 13:48 UTC  (12+ messages)

provide generic page_to_phys and phys_to_page implementations v3
 2024-10-25 13:37 UTC  (2+ messages)

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-10-25 13:24 UTC  (10+ messages)
` [PATCH v5 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v5 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v5 06/43] arm64: RME: Add wrappers for RMI calls

[PATCH net v2] net: ti: icssg-prueth: Fix 1 PPS sync
 2024-10-25 13:22 UTC  (4+ messages)

[net-next RFC PATCH v2 0/3] net: dsa: Add Airoha AN8855 support
 2024-10-25 12:56 UTC  (5+ messages)
` [net-next RFC PATCH v2 3/3] net: phy: Add Airoha AN8855 Internal Switch Gigabit PHY

[PATCH v2 00/12] Add support for Exynos9810 SoC and Samsung Galaxy S9 (SM-G960F)
 2024-10-25 12:45 UTC  (5+ messages)
` [PATCH v2 10/12] pinctrl: samsung: Add Exynos9810 SoC specific data
` [PATCH v2 12/12] arm64: dts: exynos: Add initial support for Samsung Galaxy S9 (SM-G960F)


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