linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-09 18:46:05 to 2024-10-10 08:31:17 UTC [more...]

[PATCH 00/28] vdso: Preparations for generic data storage
 2024-10-10  7:55 UTC  (24+ messages)
` [PATCH 02/28] csky/vdso: Remove arch_vma_name()
` [PATCH 03/28] s390/vdso: Drop LBASE_VDSO
` [PATCH 04/28] arm64: vdso: "
` [PATCH 05/28] arm64: vdso: Use only one single vvar mapping
` [PATCH 06/28] riscv: "
` [PATCH 07/28] arm: vdso: Remove assembly for datapage access
` [PATCH 08/28] LoongArch: vDSO: Use vdso/datapage.h to access vDSO data
` [PATCH 09/28] MIPS: vdso: Avoid name conflict around "vdso_data"
` [PATCH 10/28] x86/mm/mmap: Remove arch_vma_name()
` [PATCH 11/28] x86: vdso: Use __arch_get_vdso_data() to access vdso data
` [PATCH 12/28] x86: vdso: Place vdso_data at beginning of vvar page
` [PATCH 13/28] x86: vdso: Access rng data from kernel without vvar
` [PATCH 14/28] x86: vdso: Allocate vvar page from C code
` [PATCH 15/28] x86: vdso: Access timens vdso data without vvar.h
` [PATCH 16/28] x86: vdso: Access rng "
` [PATCH 17/28] x86: vdso: Move the rng offset to vsyscall.h
` [PATCH 19/28] x86: vdso: Delete vvar.h
` [PATCH 20/28] x86: vdso: Split virtual clock pages into dedicated mapping
` [PATCH 21/28] powerpc: vdso: Remove offset comment from 32bit vdso_arch_data
` [PATCH 23/28] powerpc/pseries/lparcfg: Fix printing of system_active_processors
` [PATCH 28/28] vdso: Rename struct arch_vdso_data to arch_vdso_time_data

[PATCH v9 0/3] Add initial support for the Rockchip RK3588 HDMI TX Controller
 2024-10-10  8:18 UTC  (5+ messages)
` [PATCH v9 1/3] drm/bridge: synopsys: Add DW HDMI QP TX Controller support library
` [PATCH v9 2/3] dt-bindings: display: rockchip: Add schema for RK3588 HDMI TX Controller
` [PATCH v9 3/3] drm/rockchip: Add basic RK3588 HDMI output support

[PATCH v8 1/2] dt-bindings: arm: Document the btt3 i.MX28 based board
 2024-10-10  8:17 UTC  (2+ messages)
` [PATCH v8 2/2] ARM: dts: mxs: Add descriptions for imx287 based btt3-[012] devices

[PATCH] KVM: arm64: nVHE: gen-hyprel: Silent build warnings
 2024-10-10  8:12 UTC  (3+ messages)

[PATCH v4 00/36] KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE
 2024-10-10  8:08 UTC  (44+ messages)
` [PATCH v4 01/36] arm64: Drop SKL0/SKL1 from TCR2_EL2
` [PATCH v4 02/36] arm64: Remove VNCR definition for PIRE0_EL2
` [PATCH v4 03/36] arm64: Add encoding "
` [PATCH v4 04/36] KVM: arm64: Drop useless struct s2_mmu in __kvm_at_s1e2()
` [PATCH v4 05/36] KVM: arm64: nv: Add missing EL2->EL1 mappings in get_el2_to_el1_mapping()
` [PATCH v4 06/36] KVM: arm64: nv: Handle CNTHCTL_EL2 specially
` [PATCH v4 07/36] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v4 08/36] KVM: arm64: Correctly access TCR2_EL1, PIR_EL1, PIRE0_EL1 with VHE
` [PATCH v4 09/36] KVM: arm64: Extend masking facility to arbitrary registers
` [PATCH v4 10/36] arm64: Define ID_AA64MMFR1_EL1.HAFDBS advertising FEAT_HAFT
` [PATCH v4 11/36] KVM: arm64: Add TCR2_EL2 to the sysreg arrays
` [PATCH v4 12/36] KVM: arm64: Sanitise TCR2_EL2
` [PATCH v4 13/36] KVM: arm64: Add save/restore for TCR2_EL2
` [PATCH v4 14/36] KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arrays
` [PATCH v4 15/36] KVM: arm64: Add save/restore for PIR{,E0}_EL2
` [PATCH v4 16/36] KVM: arm64: Handle PIR{,E0}_EL2 traps
` [PATCH v4 17/36] KVM: arm64: Sanitise ID_AA64MMFR3_EL1
` [PATCH v4 18/36] KVM: arm64: Add AT fast-path support for S1PIE
` [PATCH v4 19/36] KVM: arm64: Split S1 permission evaluation into direct and hierarchical parts
` [PATCH v4 20/36] KVM: arm64: Disable hierarchical permissions when S1PIE is enabled
` [PATCH v4 21/36] KVM: arm64: Implement AT S1PIE support
` [PATCH v4 22/36] KVM: arm64: Define helper for EL2 registers with custom visibility
` [PATCH v4 23/36] KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests
` [PATCH v4 24/36] KVM: arm64: Hide S1PIE registers "
` [PATCH v4 25/36] KVM: arm64: Rely on visibility to let PIR*_ELx/TCR2_ELx UNDEF
` [PATCH v4 26/36] arm64: Add encoding for POR_EL2
` [PATCH v4 27/36] KVM: arm64: Add a composite EL2 visibility helper
` [PATCH v4 28/36] KVM: arm64: Drop bogus CPTR_EL2.E0POE trap routing
` [PATCH v4 29/36] KVM: arm64: Subject S1PIE/S1POE registers to HCR_EL2.{TVM,TRVM}
` [PATCH v4 30/36] KVM: arm64: Add basic support for POR_EL2
` [PATCH v4 31/36] KVM: arm64: Add save/retore "
` [PATCH v4 32/36] KVM: arm64: Add POE save/restore for AT emulation fast-path
` [PATCH v4 33/36] KVM: arm64: Disable hierarchical permissions when POE is enabled
` [PATCH v4 34/36] KVM: arm64: Make PAN conditions part of the S1 walk context
` [PATCH v4 35/36] KVM: arm64: Handle stage-1 permission overlays
` [PATCH v4 36/36] KVM: arm64: Handle WXN attribute

[PATCH] pinctrl: zynqmp: drop excess struct member description
 2024-10-10  8:04 UTC 

[PATCH v13 0/5] firmware: ti_sci: Introduce system suspend support
 2024-10-10  7:59 UTC  (2+ messages)

[PATCH] KVM: arm64: Don't eagerly teardown the vgic on init error
 2024-10-10  7:54 UTC  (6+ messages)

[PATCH v3 3/9] ACPI/IORT: Support CANWBS memory access flag
 2024-10-10  7:45 UTC  (2+ messages)

[PATCH 0/3] support watchdog for exynosautov920
 2024-10-10  7:45 UTC  (10+ messages)
  ` [PATCH 2/3] watchdog: s3c2410_wdt: add support for exynosautov920 SoC
  ` [PATCH 3/3] arm64: dts: exynosautov920: add watchdog DT node

[PATCH v4 00/11] OPP/pmdomain: Simplify assignment of required_devs for required OPPs
 2024-10-10  7:42 UTC  (7+ messages)
` [PATCH v4 03/11] OPP: Rework _set_required_devs() to manage a single device per call

[PATCH 1/2] clk: imx: clk-imx8mp: Allow LDB serializer clock reconfigure parent rate
 2024-10-10  7:15 UTC  (4+ messages)
` [PATCH 2/2] drm: bridge: ldb: Configure LDB clock in .mode_set

[PATCH v2 0/7] Provides support for Trigger Generation Unit
 2024-10-10  7:39 UTC  (6+ messages)
` [PATCH v2 1/7] dt-bindings: arm: Add support for Coresight TGU trace
` [PATCH v2 2/7] coresight: Add coresight TGU driver
` [PATCH v2 4/7] coresight-tgu: Add TGU decode support
` [PATCH v2 5/7] coresight-tgu: add support to configure next action
` [PATCH v2 6/7] coresight-tgu: add timer/counter functionality for TGU

[PATCH 1/2] ASoC: mediatek: mt8188: Remove unnecessary variable assignments
 2024-10-10  7:35 UTC 

provide generic page_to_phys and phys_to_page implementations
 2024-10-10  7:03 UTC  (4+ messages)
` [PATCH] asm-generic: "

[PATCH v9 0/6] Add support for the LAN966x PCI device using a DT overlay
 2024-10-10  6:36 UTC  (7+ messages)
` [PATCH v9 1/6] misc: Add support for LAN966x PCI device
` [PATCH v9 2/6] MAINTAINERS: Add the Microchip LAN966x PCI driver entry
` [PATCH v9 3/6] reset: mchp: sparx5: Map cpu-syscon locally in case of LAN966x
` [PATCH v9 4/6] reset: mchp: sparx5: Add MCHP_LAN966X_PCI dependency
` [PATCH v9 5/6] reset: mchp: sparx5: Allow building as a module
` [PATCH v9 6/6] reset: mchp: sparx5: set the dev member of the reset controller

[PATCH v7 4/6] clk: qcom: Add NSS clock Controller driver for IPQ9574
 2024-10-10  6:31 UTC  (2+ messages)

[PATCH v8 0/6] Add support for the LAN966x PCI device using a DT overlay
 2024-10-10  6:26 UTC  (8+ messages)
` [PATCH v8 1/6] misc: Add support for LAN966x PCI device
` [PATCH v8 2/6] MAINTAINERS: Add the Microchip LAN966x PCI driver entry
` [PATCH v8 3/6] reset: mchp: sparx5: Map cpu-syscon locally in case of LAN966x
` [PATCH v8 4/6] reset: mchp: sparx5: Add MCHP_LAN966X_PCI dependency
` [PATCH v8 5/6] reset: mchp: sparx5: Allow building as a module
` [PATCH v8 6/6] reset: mchp: sparx5: set the dev member of the reset controller

[PATCH v2] arm64: defconfig: Enable WCD937x driver as module
 2024-10-10  5:45 UTC  (2+ messages)

[PATCH 0/9] hwmon: Add and use helper hwmon_visible_0444
 2024-10-10  5:44 UTC  (13+ messages)
` [PATCH 1/9] hwmon: Add "
` [PATCH 2/9] hwmon: i5500_temp: Use new "
` [PATCH 3/9] hwmon: surface_fan: "
` [PATCH 4/9] hwmon: sl28cpld: "
` [PATCH 5/9] hwmon: gsc: "
` [PATCH 6/9] hwmon: powerz: "
` [PATCH 7/9] hwmon: raspberrypi: "
` [PATCH 8/9] hwmon: intel-m10-bmc: "
` [PATCH 9/9] hwmon: nzxt-kraken2: "

[PATCH] drm: lcdif: Use adjusted_mode .clock instead of .crtc_clock
 2024-10-10  5:31 UTC  (11+ messages)

[PATCHv3 0/5] devicetree: move nvmem-cells users to nvmem-layout
 2024-10-10  4:50 UTC  (7+ messages)
` [PATCHv3 1/5] ARM: dts: qcom: ipq4019: use nvmem-layout
` [PATCHv3 2/5] arm64: dts: bcm4908: nvmem-layout conversion
` [PATCHv3 3/5] arm64: dts: armada-3720-gl-mv1000: use nvmem-layout
` [PATCHv3 4/5] arm64: dts: mediatek: 7886cax: "
` [PATCHv3 5/5] documentation: use nvmem-layout in examples

[PATCH] of: Skip kunit tests when arm64+ACPI doesn't populate root node
 2024-10-10  3:40 UTC  (2+ messages)

[PATCH 0/3] Resolve BCMBCA DT validation errors
 2024-10-10  3:37 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: mtd: Relax BCM4908 partition schema
` [PATCH 2/3] arm64: dts: broadcom: bcmbca: bcm4908: Fix Asus GT-AC5300's cferom partition
` [PATCH 3/3] arm64: dts: broadcom: bcmbca: bcm4908: Fix Netgear R8000P partitioning

[PATCH v8 1/1] pwm: imx27: workaround of the pwm output bug when decrease the duty cycle
 2024-10-10  1:18 UTC  (4+ messages)

[PATCH v5 0/3] Add support for AST2700 clk driver
 2024-10-10  3:07 UTC  (4+ messages)
` [PATCH v5 3/3] clk: aspeed: add AST2700 clock driver

[PATCH v3 0/4] fix the flexspi error on imx8ulp
 2024-10-10  3:04 UTC  (3+ messages)
` [PATCH v3 4/4] arm64: dts: imx8ulp: correct the flexspi compatible string

[PATCH v3] perf/cxlpmu: Support missing events in 3.1 spec
 2024-10-10  2:52 UTC 

[PATCH v2 00/14] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-10-10  2:52 UTC  (7+ messages)
` [PATCH v2 03/14] dt-bindings: pci: Add common schema for devices accessible through PCI BARs
` [PATCH v2 04/14] dt-bindings: misc: Add device specific bindings for RaspberryPi RP1
` [PATCH v2 08/14] clk: rp1: Add support for clocks provided by RP1

[PATCH net-next v2] net: airoha: Fix EGRESS_RATE_METER_EN_MASK definition
 2024-10-10  2:50 UTC  (2+ messages)

[PATCH v5 0/4] Add dbi2 and atu for i.MX8M PCIe EP
 2024-10-10  2:17 UTC  (4+ messages)
` [PATCH v5 1/4] dt-bindings: imx6q-pcie: Add reg-name "dbi2" and "atu" for i.MX8M PCIe Endpoint

[PATCH v3 2/9] ACPICA: IORT: Update for revision E.f
 2024-10-10  1:48 UTC  (2+ messages)

[PATCH net-next v7] ptp: Add support for the AMZNC10C 'vmclock' device
 2024-10-10  0:32 UTC  (2+ messages)

[PATCH v2 0/6] clk: clocking-wizard: modernize probe
 2024-10-10  1:19 UTC  (13+ messages)
` [PATCH v2 1/6] clk: clocking-wizard: simplify probe/remove with devres helpers
` [PATCH v2 2/6] clk: clocking-wizard: use newer clk_hw API
` [PATCH v2 3/6] clk: clocking-wizard: use devres versions of "
` [PATCH v2 4/6] clk: clocking-wizard: move clock registration to separate function
` [PATCH v2 5/6] dt-bindings: clock: xilinx: describe whether dynamic reconfig is enabled
` [PATCH v2 6/6] clk: clocking-wizard: move dynamic reconfig setup behind flag

[PATCH 1/3] dt-bindings: perf: fsl-imx-ddr: Add i.MX91 compatible
 2024-10-10  0:21 UTC  (7+ messages)
` [PATCH 3/3] perf vendor events arm64: Add i.MX91 DDR Performance Monitor metrics

[PATCH V8 0/4] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
 2024-10-10  0:20 UTC  (8+ messages)
` [PATCH V8 1/4] Add dso__is_pie call to identify ELF PIE

[PATCH v2] arm64: insn: Simulate nop instruction for better uprobe performance
 2024-10-09 23:54 UTC  (2+ messages)

[PATCH v2 0/7] clk: en7523: Update register mapping for EN7581
 2024-10-09 23:24 UTC  (3+ messages)

[PATCH] clk: mediatek: drop two dead config options
 2024-10-09 23:23 UTC  (2+ messages)

[PATCH] clk: rockchip: fix finding of maximum clock ID
 2024-10-09 23:07 UTC  (4+ messages)

[PATCH v8 0/3] Add initial support for the Rockchip RK3588 HDMI TX Controller
 2024-10-09 23:03 UTC  (4+ messages)
` [PATCH v8 3/3] drm/rockchip: Add basic RK3588 HDMI output support

[PATCH v3 0/8] Add platform supports to MediaTek MT8188 SoC
 2024-10-09 22:59 UTC  (3+ messages)
` [PATCH v3 1/8] dt-bindings: spmi: spmi-mtk-pmif: Add compatible for MT8188

[PATCH 0/3] perf/dwc_pcie: Enable DesignWare PCIe PMU on Ampere SoCs
 2024-10-09 22:14 UTC  (6+ messages)
` [PATCH 2/3] perf/dwc_pcie: Load DesignWare PCIe PMU driver automatically "

[RFC PATCH 1/2] dt-bindings: crypto: Add Mediatek EIP-93 crypto engine
 2024-10-09 22:11 UTC  (3+ messages)

[PATCH v2 0/2] Add support for Zyxel EX3510-B
 2024-10-09 21:54 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm64: bcmbca: Add Zyxel EX3510-B based on BCM4906
` [PATCH v2 2/2] arm64: dts: broadcom: bcmbca: bcm4908: Add DT for Zyxel EX3510-B

[PATCH] cfi: rust: pass -Zpatchable-function-entry on all architectures
 2024-10-09 20:38 UTC  (5+ messages)

[PATCH v4 0/4] Add pinctrl support for mt7988
 2024-10-09 21:19 UTC  (4+ messages)
` [PATCH v4 2/4] pinctrl: mediatek: add MT7988 pinctrl driver
` [PATCH v4 3/4] dt-bindings: pinctrl: add binding for MT7988 SoC

[PATCH v3 0/6] i2c: nomadik: support >=1MHz & Mobileye EyeQ6H platform
 2024-10-09 21:17 UTC  (5+ messages)
` [PATCH v3 1/6] dt-bindings: i2c: nomadik: add mobileye,eyeq6h-i2c bindings
` [PATCH v3 2/6] dt-bindings: i2c: nomadik: support 400kHz < clock-frequency <= 3.4MHz

[PATCH v3 0/2] Add mmc support for mt7988
 2024-10-09 19:49 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: mmc: mtk-sd: Add mt7988 SoC

[PATCH v2] firmware: arm_scmi: Queue in scmi layer for mailbox implementation
 2024-10-09 19:26 UTC 

[PATCH] firmware: arm_scmi: Queue in scmi layer for mailbox implementation
 2024-10-09 19:20 UTC  (11+ messages)

[PATCH v3 0/2] Add support for AST2700 INTC driver
 2024-10-09 21:11 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: interrupt-controller: Add support for ASPEED AST27XX INTC

[PATCH v1 00/10] Add MediaTek ISP7 camera system driver
 2024-10-09 21:00 UTC  (3+ messages)
` [PATCH v1 01/10] dt-bindings: media: mediatek: add camsys device

[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-10-09 20:49 UTC  (3+ messages)
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1

[PATCH v3 0/3] add clocks support for exynosauto v920 SoC
 2024-10-09 20:18 UTC  (3+ messages)
  ` [PATCH v3 1/3] dt-bindings: clock: exynosautov920: add peric1, misc and hsi0/1 clock definitions

[PATCH 0/6] EDAC: fsl-ddr, add imx9 support
 2024-10-09 19:22 UTC  (7+ messages)

[PATCH v16 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-10-09 19:02 UTC  (3+ messages)
` [PATCH v16 4/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings


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