messages from 2024-12-16 11:02:13 to 2024-12-16 22:34:47 UTC [more...]
[PATCH v4 00/16] KVM: selftests: "tree" wide overhauls
2024-12-16 22:33 UTC (2+ messages)
[PATCH v2 0/4] Add support for Intel CRPS PSU
2024-12-16 22:30 UTC (12+ messages)
` [PATCH v2 1/4] hwmon: (pmbus/core) Add PMBUS_REVISION in debugfs
` [PATCH v2 2/4] hwmon: (pmbus/crps) Add Intel CRPS185 power supply
` [PATCH v2 3/4] dt-bindings: hwmon: intel,crps185: Add to trivial
` [PATCH v2 4/4] ARM: dts: aspeed: system1: Use crps PSU driver
[PATCH net-next] Fix clamp() of ip_vs_conn_tab on small memory systems
2024-12-16 22:18 UTC (2+ messages)
[PATCH v8 0/4] Add support for AArch64 AMUv1-based average freq
2024-12-16 22:21 UTC (6+ messages)
` [PATCH v8 1/4] cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry
[PATCH V2 00/46] KVM: arm64: Enable FGU (Fine Grained Undefined) for FEAT_FGT2 registers
2024-12-16 22:11 UTC (17+ messages)
` [PATCH V2 03/46] arm64/sysreg: Update register fields for ID_AA64PFR0_EL1
` [PATCH V2 04/46] arm64/sysreg: Update register fields for TRBIDR_EL1
` [PATCH V2 07/46] arm64/sysreg: Add register fields for HFGITR2_EL2
` [PATCH V2 08/46] arm64/sysreg: Add register fields for HFGRTR2_EL2
` [PATCH V2 09/46] arm64/sysreg: Add register fields for HFGWTR2_EL2
` [PATCH V2 10/46] arm64/sysreg: Add register fields for MDSELR_EL1
` [PATCH V2 11/46] arm64/sysreg: Add register fields for PMSIDR_EL1
` [PATCH V2 12/46] arm64/sysreg: Add register fields for TRBMPAM_EL1
[PATCH v2] arm64/sme: Move storage of reg_smidr to __cpuinfo_store_cpu()
2024-12-16 22:09 UTC
[PATCH 0/6] arm64: errata: Add Qualcomm CPUs to the Spectre mitigation lists
2024-12-16 21:53 UTC (7+ messages)
` [PATCH 5/6] arm64: errata: Add QCOM_KRYO_5XX_GOLD to the spectre_bhb_k24_list
[PATCH v2] mailbox: zynqmp: setup IPI for each valid child node
2024-12-16 21:42 UTC
[PATCH v4 0/2] arm64: dts: rockchip: Add Firefly ITX-3588J Board
2024-12-16 21:41 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: arm: rockchip: Add Firefly ITX-3588J board
` [PATCH v4 2/2] arm64: dts: rockchip: add DTs for Firefly ITX-3588J and its Core-3588J SoM
[PATCH v2 0/6] arm64: errata: Rework Spectre BHB mitigations to not assume "safe"
2024-12-16 21:29 UTC (4+ messages)
` [PATCH v2 1/6] arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre BHB
[GIT PULL] soc: fixes for 6.13
2024-12-16 21:22 UTC (2+ messages)
[PATCH v1 0/2] i2c: exynos5: Add support for Exynos8895 SoC
2024-12-16 20:59 UTC (4+ messages)
` [PATCH v1 1/2] dt-bindings: i2c: exynos5: Add samsung,exynos8895-hsi2c compatible
[PATCH] iommu/arm-smmu-qcom: Only enable stall on smmu-v2
2024-12-16 20:54 UTC (3+ messages)
[PATCH v2 00/11] Use correct LDO5 control registers for PCA9450
2024-12-16 19:59 UTC (9+ messages)
` [PATCH v2 01/11] Revert "regulator: pca9450: Add sd-vsel GPIO"
` [PATCH v2 03/11] dt-bindings: regulator: pca9450: Document nxp,sd-vsel-fixed-low property for LDO5
[PATCH 0/2] arm64: defconfig: Configs for MT8188
2024-12-16 19:51 UTC (3+ messages)
` [PATCH 1/2] arm64: defconfig: Enable sound "
` [PATCH 2/2] arm64: defconfig: Enable MediaTek DWMAC
[PATCH v2 00/10] drm/connector: add eld_mutex to protect connector->eld
2024-12-16 19:38 UTC (11+ messages)
` [PATCH v2 04/10] drm/amd/display: use eld_mutex to protect access to connector->eld
[PATCH] KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritable
2024-12-16 19:28 UTC
[PATCH v4 0/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
2024-12-16 19:25 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: thermal: fsl,imx91-tmu: add bindings for NXP i.MX91 thermal module
` [PATCH v4 2/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
[PATCH v3 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
2024-12-16 17:58 UTC (19+ messages)
` [PATCH v3 01/18] KVM: arm64: Change the layout of enum pkvm_page_state
` [PATCH v3 02/18] KVM: arm64: Move enum pkvm_page_state to memory.h
` [PATCH v3 03/18] KVM: arm64: Make hyp_page::order a u8
` [PATCH v3 04/18] KVM: arm64: Move host page ownership tracking to the hyp vmemmap
` [PATCH v3 05/18] KVM: arm64: Pass walk flags to kvm_pgtable_stage2_mkyoung
` [PATCH v3 06/18] KVM: arm64: Pass walk flags to kvm_pgtable_stage2_relax_perms
` [PATCH v3 07/18] KVM: arm64: Make kvm_pgtable_stage2_init() a static inline function
` [PATCH v3 08/18] KVM: arm64: Add {get,put}_pkvm_hyp_vm() helpers
` [PATCH v3 09/18] KVM: arm64: Introduce __pkvm_vcpu_{load,put}()
` [PATCH v3 10/18] KVM: arm64: Introduce __pkvm_host_share_guest()
` [PATCH v3 11/18] KVM: arm64: Introduce __pkvm_host_unshare_guest()
` [PATCH v3 12/18] KVM: arm64: Introduce __pkvm_host_relax_guest_perms()
` [PATCH v3 13/18] KVM: arm64: Introduce __pkvm_host_wrprotect_guest()
` [PATCH v3 14/18] KVM: arm64: Introduce __pkvm_host_test_clear_young_guest()
` [PATCH v3 15/18] KVM: arm64: Introduce __pkvm_host_mkyoung_guest()
` [PATCH v3 16/18] KVM: arm64: Introduce __pkvm_tlb_flush_vmid()
` [PATCH v3 17/18] KVM: arm64: Introduce the EL1 pKVM MMU
` [PATCH v3 18/18] KVM: arm64: Plumb the pKVM MMU in KVM
[PATCH v2 0/4] arm64: exynos: gs101: add ACPM related nodes
2024-12-16 18:54 UTC (3+ messages)
` [PATCH v2 3/4] arm64: dts: exynos: gs101: add ACPM protocol node
[PATCH] clk: amlogic: g12b: fix cluster A parent data
2024-12-16 18:53 UTC (2+ messages)
[PATCH v1] i2c: imx: fix missing stop condition in single-master mode
2024-12-16 18:42 UTC (3+ messages)
[PATCH v1 0/4] Add support for Intel CRPS PSU
2024-12-16 18:01 UTC (9+ messages)
` [PATCH v1 1/4] hwmon: pmbus-core: Add label for fan and temp
` [PATCH v1 2/4] hwmon: (pmbus/crps) Add Intel CRPS185 power supply
[PATCH v6 00/10] drm: add DRM HDMI Codec framework
2024-12-16 17:55 UTC (14+ messages)
` [PATCH v6 03/10] drm/connector: implement generic HDMI codec helpers
` [PATCH v6 04/10] drm/bridge: connector: add support for HDMI codec framework
` [PATCH v6 06/10] drm/display/hdmi: implement hotplug functions
` [PATCH v6 09/10] drm/vc4: hdmi: stop rereading EDID in get_modes()
[PATCH v6 05/10] drm/bridge: lt9611: switch to using the DRM HDMI codec framework
2024-12-16 17:15 UTC (2+ messages)
[PATCH v3 0/5] add sof support on imx95
2024-12-16 17:56 UTC (11+ messages)
` [PATCH v3 1/5] ASoC: dt-bindings: add common binding for NXP audio processors
` [PATCH v3 2/5] ASoC: dt-bindings: support imx95's CM7 core
` [PATCH v3 3/5] ASoC: dt-bindings: audio-graph-card2: add widgets and hp-det-gpios support
` [PATCH v3 4/5] ASoC: SOF: imx: add driver for imx95
` [PATCH v3 5/5] arm64: dts: imx: add imx95 dts for sof
[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
2024-12-16 17:51 UTC (5+ messages)
` [PATCH v6 03/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v6 04/43] arm64: RME: Add SMC definitions for calling the RMM
[PATCH net-next v2] net: airoha: Fix error path in airoha_probe()
2024-12-16 17:47 UTC
[PATCH v2] mailbox: zynqmp: Remove invalid __percpu annotation in zynqmp_ipi_probe()
2024-12-16 17:47 UTC (3+ messages)
[PATCH 3/3] mfd: syscon: Allow syscon nodes without a "syscon" compatible
2024-12-16 17:39 UTC (3+ messages)
[GIT PULL] arm64 fixes for 6.13-rc3
2024-12-16 17:36 UTC (5+ messages)
[PATCH] arm64: dts: mt8186: Add mt8186-skitty
2024-12-16 17:30 UTC (2+ messages)
[PATCH v2] firmware: arm_scmi: Delete the meaningless scmi_bus_id
2024-12-16 16:08 UTC (8+ messages)
[PATCH v5] dt-bindings: power: Convert raspberrypi,bcm2835-power to Dt schema
2024-12-16 17:07 UTC
[PATCH v2] remoteproc: mtk_scp: Only populate devices for SCP cores
2024-12-16 16:51 UTC (2+ messages)
[PATCH RESEND 1/2] dt-bindings: timer: fsl,imxgpt: Fix the fsl,imx7d-gpt fallback
2024-12-16 16:31 UTC (4+ messages)
` [PATCH RESEND 2/2] dt-bindings: timer: fsl,imxgpt: Document fsl,imx35-gpt
[PATCH v2 00/11] Add eDP support for RK3588
2024-12-16 16:29 UTC (5+ messages)
` [PATCH v2 10/11] arm64: dts: rockchip: Enable eDP0 display on RK3588S EVB1 board
[PATCH v3 0/3] arm64: dts: rockchip: Add Firefly ITX-3588J Board
2024-12-16 16:29 UTC (2+ messages)
[PATCH v1 0/8] DTS updates for system1 BMC
2024-12-16 16:29 UTC (2+ messages)
[PATCH v2 0/5] Add STM32MP25 PCIe drivers
2024-12-16 16:17 UTC (5+ messages)
` [PATCH v2 4/5] PCI: stm32: Add PCIe endpoint support for STM32MP25
[PATCH] arm64/sme: Move storage of reg_smidr to __cpuinfo_store_cpu()
2024-12-16 15:28 UTC (14+ messages)
[PATCH 0/5] ARM: dts: stm32: add counter nodes on stm32mp13 and stm32mp15
2024-12-16 15:39 UTC (6+ messages)
` [PATCH 1/5] ARM: dts: stm32: populate all timer counter nodes on stm32mp13
` [PATCH 2/5] ARM: dts: stm32: populate all timer counter nodes on stm32mp15
` [PATCH 3/5] ARM: dts: stm32: add counter subnodes on stm32mp135f-dk
` [PATCH 4/5] ARM: dts: stm32: add counter subnodes on stm32mp157c-ev1
` [PATCH 5/5] ARM: dts: stm32: add counter subnodes on stm32mp157 dk boards
[PATCH 00/17] vDSO: Introduce generic data storage
2024-12-16 14:10 UTC (18+ messages)
` [PATCH 01/17] parisc: Remove unused symbol vdso_data
` [PATCH 02/17] vdso: Introduce vdso/align.h
` [PATCH 03/17] vdso: Add generic time data storage
` [PATCH 04/17] vdso: Add generic random "
` [PATCH 05/17] vdso: Add generic architecture-specific "
` [PATCH 06/17] arm64: vdso: Switch to generic storage implementation
` [PATCH 07/17] riscv: "
` [PATCH 08/17] LoongArch: vDSO: "
` [PATCH 09/17] arm: vdso: "
` [PATCH 10/17] s390/vdso: "
` [PATCH 11/17] MIPS: vdso: "
` [PATCH 12/17] powerpc/vdso: "
` [PATCH 13/17] x86/vdso: "
` [PATCH 14/17] x86/vdso/vdso2c: Remove page handling
` [PATCH 15/17] vdso: Remove remnants of architecture-specific random state storage
` [PATCH 16/17] vdso: Remove remnants of architecture-specific time storage
` [PATCH 17/17] vdso: Remove kconfig symbol GENERIC_VDSO_DATA_STORE
[PATCH 0/4] Fix Google Tensor GS101 CPU hotplug support
2024-12-16 14:27 UTC (4+ messages)
` [PATCH 2/4] dt-bindings: mfd: syscon: allow two reg regions for gs101-pmu
[PATCH] serial: stm32: use port lock wrappers for break control
2024-12-16 15:29 UTC (3+ messages)
[PATCH 1/5] clk: mediatek: mt2701-vdec: fix conversion to mtk_clk_simple_probe
2024-12-16 14:10 UTC (10+ messages)
` [PATCH 2/5] clk: mediatek: mt2701-aud: "
` [PATCH 3/5] clk: mediatek: mt2701-bdp: add missing dummy clk
` [PATCH 4/5] clk: mediatek: mt2701-mm: "
` [PATCH 5/5] clk: mediatek: mt2701-img: "
[PATCH v5 00/10] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-12-16 14:08 UTC (4+ messages)
` [PATCH v5 08/10] misc: rp1: RaspberryPi RP1 misc driver
[PATCH v2 4/5] PCI: stm32: Add PCIe endpoint support for STM32MP25
2024-12-16 14:00 UTC (2+ messages)
[net v2] net: wwan: t7xx: Fix FSM command timeout issue
2024-12-16 13:53 UTC (3+ messages)
[PATCH 0/2] reset: amlogic: rework auxiliary reset support
2024-12-16 13:25 UTC (2+ messages)
[PATCH 0/4] Google Pixel 6 (simple) framebuffer support
2024-12-16 13:06 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: arm: google: add gs101-raven
` [PATCH 2/4] arm64: dts: exynos: gs101-oriole: configure simple-framebuffer
` [PATCH 3/4] arm64: dts: exynos: gs101-oriole: move common Pixel6 & 6Pro parts into a .dtsi
` [PATCH 4/4] arm64: dts: exynos: gs101-raven: add new board file
[PATCH v6 00/16] VOP Support for rk3576
2024-12-16 13:06 UTC (3+ messages)
` [PATCH v6 08/16] drm/rockchip: vop2: Support 32x8 superblock afbc
[PATCH v2 0/5] add sof support on imx95
2024-12-16 12:23 UTC (6+ messages)
` [PATCH v2 4/5] ASoC: SOF: imx: add driver for imx95
[PATCH 0/1] Add i.MX943 basic dtsi support
2024-12-16 10:17 UTC (2+ messages)
` [PATCH] arm64: dts: freescale: Add basic dtsi for imx943
[PATCH net-next v4 0/9] net: lan969x: add RGMII support
2024-12-16 12:10 UTC (4+ messages)
` [PATCH net-next v4 6/9] net: sparx5: verify RGMII speeds
[PATCH v3 0/9] coresight: change some driver' spinlock type to raw_spinlock_t
2024-12-16 11:50 UTC (10+ messages)
` [PATCH v3 1/9] coresight: change coresight_device lock "
` [PATCH v3 2/9] coresight-etm4x: change etmv4_drvdata spinlock "
` [PATCH v3 3/9] coresight: change coresight_trace_id_map's lock "
` [PATCH v3 4/9] coresight-cti: change cti_drvdata spinlock's "
` [PATCH v3 5/9] coresight-etb10: change etb_drvdata "
` [PATCH v3 6/9] coresight-funnel: change funnel_drvdata "
` [PATCH v3 7/9] coresight-replicator: change replicator_drvdata "
` [PATCH v3 8/9] coresight-tmc: change tmc_drvdata "
` [PATCH v3 9/9] coresight/ultrasoc: change cti_drvdata "
[PATCH] drm/mediatek: only touch DISP_REG_OVL_PITCH_MSB if AFBC is supported
2024-12-16 11:11 UTC (2+ messages)
[PATCH v2 00/15] Add support for MT8195/88 DPI, HDMIv2 and DDCv2
2024-12-16 11:04 UTC (4+ messages)
` [PATCH v2 15/15] drm/mediatek: Introduce HDMI/DDC v2 for MT8195/MT8188
[PATCH V3 0/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
2024-12-16 10:58 UTC (3+ messages)
` [PATCH V3 7/7] "
[PATCH v5 00/17] KVM: arm64: Rework guest VM fixed feature handling and trapping in pKVM
2024-12-16 10:50 UTC (10+ messages)
` [PATCH v5 09/17] KVM: arm64: Rework specifying restricted features for protected VMs
` [PATCH v5 10/17] KVM: arm64: Remove fixed_config.h header
` [PATCH v5 11/17] KVM: arm64: Remove redundant setting of HCR_EL2 trap bit
` [PATCH v5 12/17] KVM: arm64: Calculate cptr_el2 traps on activating traps
` [PATCH v5 13/17] KVM: arm64: Refactor kvm_reset_cptr_el2()
` [PATCH v5 14/17] KVM: arm64: Fix the value of the CPTR_EL2 RES1 bitmask for nVHE
` [PATCH v5 15/17] KVM: arm64: Remove PtrAuth guest vcpu flag
` [PATCH v5 16/17] KVM: arm64: Convert the SVE guest vcpu flag to a vm flag
` [PATCH v5 17/17] KVM: arm64: Use kvm_vcpu_has_feature() directly for struct kvm
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).