linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-30 18:44:37 to 2025-10-31 09:01:09 UTC [more...]

[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
 2025-10-31  9:00 UTC  (53+ messages)
` [PATCH v4 01/28] KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory
` [PATCH v4 02/28] KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v4 03/28] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [PATCH v4 04/28] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v4 05/28] KVM: x86/mmu: WARN if KVM attempts to map into an invalid TDP MMU root
` [PATCH v4 06/28] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [PATCH v4 07/28] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
` [PATCH v4 08/28] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [PATCH v4 09/28] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [PATCH v4 10/28] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v4 11/28] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [PATCH v4 12/28] KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
` [PATCH v4 13/28] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [PATCH v4 14/28] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [PATCH v4 15/28] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [PATCH v4 16/28] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [PATCH v4 17/28] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v4 18/28] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
` [PATCH v4 19/28] KVM: TDX: Derive error argument names from the local variable names
` [PATCH v4 20/28] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [PATCH v4 21/28] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v4 22/28] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v4 23/28] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v4 24/28] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v4 25/28] KVM: TDX: Don't copy "cmd" back to userspace for KVM_TDX_CAPABILITIES
` [PATCH v4 26/28] KVM: TDX: Guard VM state transitions with "all" the locks
` [PATCH v4 27/28] KVM: TDX: Bug the VM if extending the initial measurement fails
` [PATCH v4 28/28] KVM: TDX: Fix list_add corruption during vcpu_load()

[PATCH] dt-bindings: ethernet: eswin: fix yaml schema issues
 2025-10-31  8:54 UTC  (3+ messages)

[PATCH v3 0/2] PCI: j721e: A couple of cleanups
 2025-10-31  8:53 UTC  (2+ messages)

[PATCH v3 0/2] Add new phy_notify_state() api
 2025-10-31  8:52 UTC  (5+ messages)
` [PATCH v3 1/2] phy: add "

[PATCH 1/1] DMI: Scan for DMI table from DTS info
 2025-10-31  8:52 UTC  (14+ messages)
  ` [PATCH v3 0/2] "
    ` [PATCH v3 1/2] dt-bindings: firmware: Add binding for SMBIOS /chosen properties
    ` [PATCH v3 2/2] drivers: firmware: dmi_scan: Add support for reading SMBIOS from DT
    ` [PATCH v2 0/2] DMI: Scan for DMI table from DTS info

[PATCH net-next] net: airoha: Add TCP LRO support
 2025-10-31  8:42 UTC  (8+ messages)

[PATCH v1 0/2] Add runtime PM support to Rockchip DW PCIe driver
 2025-10-31  8:39 UTC  (5+ messages)
` [PATCH v1 1/2] PCI: dw-rockchip: Add remove callback for resource cleanup
` [PATCH v1 2/2] PCI: dw-rockchip: Add runtime PM support to Rockchip PCIe driver

[PATCH] firmware: ti_sci: replace ifdeffery by pm_sleep_ptr() macro
 2025-10-31  8:33 UTC  (3+ messages)

[PATCH v1] PCI: rockchip: Propagate dev_err_probe return value
 2025-10-31  8:26 UTC  (2+ messages)

[PATCH v6 00/11] Add mt8189 dts evaluation board and Makefile
 2025-10-31  8:19 UTC  (23+ messages)
` [PATCH v6 01/11] dt-bindings: arm: Add compatible for MediaTek MT8189
` [PATCH v6 02/11] dt-bindings: iio: adc: Support MediaTek MT8189 evb board auxadc
` [PATCH v6 03/11] dt-bindings: nvmem: Support MediaTek MT8189 evb board efuse
` [PATCH v6 04/11] dt-bindings: pwm: Support MediaTek MT8189 evb board disp-pwm
` [PATCH v6 06/11] dt-bindings: timer: Support MediaTek MT8189 evb board timer
` [PATCH v6 07/11] dt-bindings: usb: Support MediaTek MT8189 evb board xhci
` [PATCH v6 08/11] dt-bindings: watchdog: Support MediaTek MT8189 evb board wdt
` [PATCH v6 09/11] arm64: dts: mediatek: Add MT6319 PMIC Support
` [PATCH v6 10/11] arm64: dts: mediatek: add properties for MT6359

[PATCH v5 0/9] Add support for i.MX94 DCIF
 2025-10-31  8:14 UTC  (3+ messages)
` [PATCH v5 5/9] drm/imx: "

[PATCH 0/3] Add device tree support for NVIDIA Tegra CMDQV
 2025-10-31  8:14 UTC  (5+ messages)
` [PATCH 1/3] iommu/arm-smmu-v3: Add device-tree support for CMDQV driver
` [PATCH 2/3] dt-bindings: iommu: Add NVIDIA Tegra CMDQV support
` [PATCH 3/3] arm64: dts: nvidia: Add nodes for CMDQV

[PATCH v3 0/4] clk: amlogic: optimize the PLL driver
 2025-10-31  8:10 UTC  (5+ messages)
` [PATCH v3 1/4] clk: amlogic: Fix out-of-range PLL frequency setting
` [PATCH v3 2/4] clk: amlogic: Improve the issue of PLL lock failures
` [PATCH v3 3/4] clk: amlogic: Add handling for PLL lock failure
` [PATCH v3 4/4] clk: amlogic: Optimize PLL enable timing

[PATCH 0/2] use TPM device with CRB over FF-A when kernel boot with pkvm
 2025-10-31  8:09 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: fix FF-A call failure when ff-a driver is built-in

[PATCH 00/30] drm/sun4i: Refactor layer code for proper DE33 support
 2025-10-31  7:50 UTC  (2+ messages)

[PATCH v3 00/10] ASoC: mediatek: Add support for MT8189 SoC
 2025-10-31  7:32 UTC  (10+ messages)
` [PATCH v3 02/10] ASoC: mediatek: mt8189: support audio clock control
` [PATCH v3 03/10] ASoC: mediatek: mt8189: support ADDA in platform driver
` [PATCH v3 04/10] ASoC: mediatek: mt8189: support I2S "
` [PATCH v3 05/10] ASoC: mediatek: mt8189: support TDM "
` [PATCH v3 06/10] ASoC: mediatek: mt8189: support PCM "
` [PATCH v3 07/10] ASoC: dt-bindings: mediatek,mt8189-afe-pcm: add audio afe document
` [PATCH v3 08/10] ASoC: mediatek: mt8189: add platform driver
` [PATCH v3 09/10] ASoC: dt-bindings: mediatek,mt8189-nau8825: add mt8189-nau8825 document
` [PATCH v3 10/10] ASoC: mediatek: mt8189: add machine driver with nau8825

[PATCH v3 0/3] spi-cadence: support transmission with bits_per_word of 16 and 32
 2025-10-31  7:30 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: spi: spi-cadence: update DT binding docs to support cix sky1 SoC
` [PATCH v3 2/3] spi: spi-cadence: supports transmission with bits_per_word of 16 and 32
` [PATCH v3 3/3] arm64: dts: cix: add a compatible string for the cix sky1 SoC

[PATCH v2 0/5] arm64: dts: freescale: add support for the GOcontroll Moduline IV/Mini
 2025-10-31  7:26 UTC  (14+ messages)
` [PATCH v2 3/5] arm64: dts: freescale: add Ka-Ro Electronics tx8m-1610 COM

[PATCH] arm64/mm: Ensure PGD_SIZE is aligned to 64 bytes when PA_BITS = 52
 2025-10-31  7:12 UTC 

[PATCH v2 0/2] cpufreq: CPPC: Rework FIE warning prints and cppc_scale_freq_tick()
 2025-10-31  7:11 UTC  (4+ messages)
` [PATCH v2 2/2] cpufreq: CPPC: Update FIE arch_freq_scale in ticks for non-PCC regs

[PATCH v1] PCI: dw-rockchip: Simplify regulator setup with devm_regulator_get_enable_optional()
 2025-10-31  6:57 UTC  (3+ messages)

[PATCH 1/6] dmaengine: at_xdmac: Remove redundant pm_runtime_mark_last_busy() calls
 2025-10-31  6:55 UTC  (3+ messages)
` [PATCH 6/6] dmaengine: zynqmp_dma: "

[PATCH v3 0/6] arm64: dts: freescale: add support for the GOcontroll Moduline IV/Mini
 2025-10-31  6:46 UTC  (4+ messages)
` [PATCH v3 1/6] dt-bindings: arm: fsl: Add "

[PATCH v11 0/2] Add SMI reset and clamp for MediaTek MT8188 SoC
 2025-10-31  6:10 UTC  (7+ messages)
` [PATCH v11 1/2] dt-bindings: memory: mediatek: Add SMI reset and clamp for MT8188
` [PATCH v11 2/2] memory: mtk-smi: mt8188: Add SMI reset and clamp

[PATCH] media: rc: st_rc: fix reset control resource leak
 2025-10-31  6:03 UTC 

[PATCH v5 0/6] arm64: introduce Black Sesame Technologies C1200 SoC and CDCU1.0 board
 2025-10-31  4:52 UTC  (2+ messages)

[PATCH v5 0/6] arm64: introduce Black Sesame Technologies C1200 SoC and CDCU1.0 board
 2025-10-31  4:38 UTC  (2+ messages)

[PATCH] Documentation: treewide: Replace marc.info links with lore
 2025-10-31  4:33 UTC 

[PATCH] firmware: ti_sci: set IO Isolation only if the firmware is capable
 2025-10-31  4:10 UTC  (3+ messages)

[PATCH 0/2] arm64: mte: Improve performance by tightening handling of PSTATE.TCO
 2025-10-31  3:49 UTC  (3+ messages)
` [PATCH 1/2] arm64: mte: Unify kernel MTE policy and manipulation of TCO
` [PATCH 2/2] arm64: mte: Defer disabling of TCO until user_access_begin/end

[PATCH v9 0/3] PCI: imx6: Add external reference clock mode support
 2025-10-31  3:19 UTC  (4+ messages)
` [PATCH v9 1/3] dt-bindings: PCI: dwc: Add external reference clock input
` [PATCH v9 2/3] dt-bindings: PCI: pci-imx6: "
` [PATCH v9 3/3] PCI: imx6: Add external reference clock input mode support

[PATCH] tools: Fix typo error in json file
 2025-10-31  3:17 UTC 

[PATCH v8 10/10] arm64: dts: rockchip: rk3399-evb-ind: Add support for DisplayPort
 2025-10-31  3:08 UTC  (12+ messages)

[PATCH] tools/perf: Fix spelling typo in tools/perf
 2025-10-31  2:58 UTC 

[PATCH 0/3] Add Amlogic stateless H.264 video decoder for S4
 2025-10-31  2:32 UTC  (5+ messages)

[PATCH v2 0/5] remoteproc: imx_rproc: Support i.MX95
 2025-10-31  2:24 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: remoteproc: fsl,imx-rproc: Add support for i.MX95
` [PATCH v2 2/5] remoteproc: imx_rproc: Add runtime ops copy to support dynamic behavior
` [PATCH v2 3/5] remoteproc: imx_rproc: Introduce prepare ops for imx_rproc_dcfg
` [PATCH v2 4/5] remoteproc: imx_rproc: Add support for System Manager API
` [PATCH v2 5/5] remoteproc: imx_rproc: Add support for i.MX95

[PATCH v5 0/3] net: stmmac: dwmac-sophgo: Add phy interface filter
 2025-10-31  1:24 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: net: sophgo,sg2044-dwmac: add phy mode restriction
` [PATCH v5 2/3] net: phy: Add helper for fixing RGMII PHY mode based on internal mac delay
` [PATCH v5 3/3] net: stmmac: dwmac-sophgo: Add phy interface filter

[PATCH net-next 0/7] convert drivers to use ndo_hwtstamp callbacks part 3
 2025-10-31  0:46 UTC  (8+ messages)
` [PATCH net-next 1/7] bnx2x: convert to use ndo_hwtstamp callbacks
` [PATCH net-next 2/7] net: liquidio: "
` [PATCH net-next 3/7] net: liquidio_vf: "
` [PATCH net-next 4/7] net: octeon: mgmt: "
` [PATCH net-next 5/7] net: thunderx: "
` [PATCH net-next 6/7] net: pch_gbe: "
` [PATCH net-next 7/7] qede: "

[PATCH v4 0/5] Support for Exynos7870's display stack (DECON, MIPIPHY, DSIM, etc.)
 2025-10-31  0:37 UTC  (7+ messages)
` [PATCH v4 1/5] dt-bindings: soc: samsung: exynos-pmu: allow mipi-phy subnode for Exynos7870 PMU
` [PATCH v4 2/5] arm64: dts: exynos7870: add DSI support
` [PATCH v4 3/5] arm64: dts: exynos7870-on7xelte: enable display panel support
` [PATCH v4 4/5] arm64: dts: exynos7870-a2corelte: "
` [PATCH v4 5/5] arm64: dts: exynos7870-j6lte: "

[PATCH v1] arm: dts: rockchip: fix tps65910 nodes
 2025-10-30 23:38 UTC 

[PATCH v2 0/4] KVM: selftests: Test SET_NESTED_STATE with 48-bit L2 on 57-bit L1
 2025-10-30 23:32 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: selftests: Use a loop to create guest page tables
` [PATCH v2 2/4] KVM: selftests: Use a loop to walk "

[GIT PULL] aspeed: First batch of devicetree changes for 6.19
 2025-10-30 23:10 UTC 

[GIT PULL] aspeed: First batch of fixes for 6.18
 2025-10-30 22:42 UTC 

Overhead of arm64 LSE per-CPU atomics?
 2025-10-30 22:37 UTC 

[PATCH v3] pwm: mediatek: Convert to waveform API
 2025-10-30 22:28 UTC  (2+ messages)

[PATCH] pwm: mediatek: Make use of struct_size macro
 2025-10-30 22:25 UTC 

[PATCH 00/15] arm64: dts: mediatek: Add Openwrt One AP functionality
 2025-10-30 21:26 UTC  (7+ messages)
` [PATCH 10/15] arm64: dts: mediatek: mt7981b: Add Ethernet and WiFi offload support
` [PATCH 11/15] arm64: dts: mediatek: mt7981b-openwrt-one: Enable SPI NOR

[PATCH] KVM: arm64: Use pointer from memcpy() call for assignment in init_hyp_mode()
 2025-10-30 21:21 UTC  (3+ messages)

[PATCH v2 7/7] clk: mediatek: Add support for MT6685 PM/Clock IC Clock Controller
 2025-10-30 20:56 UTC  (2+ messages)

[PATCH] dt-bindings: watchdog: mediatek,mtk-wdt: Add compatible for MT8189 SoC
 2025-10-30 20:56 UTC  (2+ messages)

[PATCH 00/10] arm64: dts: add description for solidrun imx8mp hummingboard-iiot
 2025-10-30 20:52 UTC  (3+ messages)
` [PATCH 08/10] "

[PATCH v2 0/3] drm: zynqmp_dp: Retrain link after HPD if necessary
 2025-10-30 20:36 UTC  (4+ messages)
` [PATCH v2 1/3] drm: zynqmp_dp: Update connector state before AUX transfers
` [PATCH v2 2/3] drm: zynqmp_dp: Use smp_load/store for status
` [PATCH v2 3/3] drm: zynqmp_dp: Retrain link after HPD if necessary

[PATCH v2 0/2] KVM: arm64: Support FF-A direct messaging interfaces
 2025-10-30 20:28 UTC  (2+ messages)

[PATCH] ARM: dts: broadcom: rpi: Switch to V3D firmware clock
 2025-10-30 20:12 UTC  (13+ messages)
                      ` RPi 4 deferred probe timeout of V3D PM domain

[PATCH v3 2/7] MIPS: PCI: Use contextual data instead of global variable
 2025-10-30 20:10 UTC  (2+ messages)

[PATCH v6 0/6] Fix, extend and support OF to mc13xxx pwrbutton
 2025-10-30 19:56 UTC  (7+ messages)
` [PATCH v6 1/6] Input: mc13783-pwrbutton: use managed resources
` [PATCH v6 2/6] Input: mc13783-pwrbutton: fix irq mixup and use resources
` [PATCH v6 3/6] Input: mc13783-pwrbutton: convert pdata members to array
` [PATCH v6 4/6] Input: mc13783-pwrbutton: enable other mc13xxx PMIC
` [PATCH v6 5/6] Input: mc13783-pwrbutton: add OF support and drop platform_data
` [PATCH v6 6/6] ARM: dts: imx53: add imx53-qsrb PMIC power button

[PATCH RESEND 1/4] net: ethernet: Remove redundant pm_runtime_mark_last_busy() calls
 2025-10-30 19:47 UTC  (3+ messages)
` [PATCH RESEND 2/4] net: ipa: "

[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
 2025-10-30 19:43 UTC  (4+ messages)
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper

[PATCH V2 0/4] Add tegra264 audio device tree support
 2025-10-30 19:25 UTC  (5+ messages)
` [PATCH V2 1/4] dt-bindings: dma: Update ADMA bindings for tegra264
` [PATCH V2 4/4] arm64: tegra: Add tegra264 audio support

[PATCH] ARM: mm: Use pointer from memcpy() call for assignment in pgd_alloc()
 2025-10-30 19:20 UTC 

[GIT PULL] arm64: tegra: Device tree fixes for v6.18
 2025-10-30 19:20 UTC 

[PATCH net V2 0/2] veth: Fix TXQ stall race condition and add recovery
 2025-10-30 19:06 UTC  (6+ messages)
` [PATCH net V2 2/2] veth: more robust handing of race to avoid txq getting stuck

[PATCH] ARM: ecard: Use pointers from memcpy() calls for assignments in ecard_init_pgtables()
 2025-10-30 18:56 UTC 

[PATCH v3 0/4] airoha: an7581: USB support
 2025-10-30 18:51 UTC  (8+ messages)
` [PATCH v3 2/4] dt-bindings: phy: Add documentation for Airoha AN7581 USB PHY


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