linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-27 00:18:03 to 2023-01-27 12:26:30 UTC [more...]

[RFC] Support for Arm CCA VMs on Linux
 2023-01-27 11:40 UTC  (85+ messages)
` [RFC PATCH 00/14] arm64: Support for running as a guest in Arm CCA
  ` [RFC PATCH 01/14] arm64: remove redundant 'extern'
  ` [RFC PATCH 02/14] arm64: rsi: Add RSI definitions
  ` [RFC PATCH 03/14] arm64: Detect if in a realm and set RIPAS RAM
  ` [RFC PATCH 04/14] arm64: realm: Query IPA size from the RMM
  ` [RFC PATCH 05/14] arm64: Mark all I/O as non-secure shared
  ` [RFC PATCH 06/14] fixmap: Allow architecture overriding set_fixmap_io
  ` [RFC PATCH 07/14] arm64: Override set_fixmap_io
  ` [RFC PATCH 08/14] arm64: Make the PHYS_MASK_SHIFT dynamic
  ` [RFC PATCH 09/14] arm64: Enforce bounce buffers for realm DMA
  ` [RFC PATCH 10/14] arm64: Enable memory encrypt for Realms
  ` [RFC PATCH 11/14] arm64: Force device mappings to be non-secure shared
  ` [RFC PATCH 12/14] efi: arm64: Map Device with Prot Shared
  ` [RFC PATCH 13/14] arm64: realm: Support nonsecure ITS emulation shared
  ` [RFC PATCH 14/14] HACK: Accept prototype RSI version
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 01/28] arm64: RME: Handle Granule Protection Faults (GPFs)
  ` [RFC PATCH 02/28] arm64: RME: Add SMC definitions for calling the RMM
  ` [RFC PATCH 03/28] arm64: RME: Add wrappers for RMI calls
  ` [RFC PATCH 04/28] arm64: RME: Check for RME support at KVM init
  ` [RFC PATCH 05/28] arm64: RME: Define the user ABI
  ` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
  ` [RFC PATCH 07/28] arm64: kvm: Allow passing machine type in KVM creation
  ` [RFC PATCH 08/28] arm64: RME: Keep a spare page delegated to the RMM
  ` [RFC PATCH 09/28] arm64: RME: RTT handling
  ` [RFC PATCH 10/28] arm64: RME: Allocate/free RECs to match vCPUs
  ` [RFC PATCH 11/28] arm64: RME: Support for the VGIC in realms
  ` [RFC PATCH 12/28] KVM: arm64: Support timers in realm RECs
  ` [RFC PATCH 13/28] arm64: RME: Allow VMM to set RIPAS
  ` [RFC PATCH 14/28] arm64: RME: Handle realm enter/exit
  ` [RFC PATCH 15/28] KVM: arm64: Handle realm MMIO emulation
  ` [RFC PATCH 16/28] arm64: RME: Allow populating initial contents
  ` [RFC PATCH 17/28] arm64: RME: Runtime faulting of memory
  ` [RFC PATCH 18/28] KVM: arm64: Handle realm VCPU load
  ` [RFC PATCH 19/28] KVM: arm64: Validate register access for a Realm VM
  ` [RFC PATCH 20/28] KVM: arm64: Handle Realm PSCI requests
  ` [RFC PATCH 21/28] KVM: arm64: WARN on injected undef exceptions
  ` [RFC PATCH 22/28] arm64: Don't expose stolen time for realm guests
  ` [RFC PATCH 23/28] KVM: arm64: Allow activating realms
  ` [RFC PATCH 24/28] arm64: rme: allow userspace to inject aborts
  ` [RFC PATCH 25/28] arm64: rme: support RSI_HOST_CALL
  ` [RFC PATCH 26/28] arm64: rme: Allow checking SVE on VM instance
  ` [RFC PATCH 27/28] arm64: RME: Always use 4k pages for realms
  ` [RFC PATCH 28/28] HACK: Accept prototype RMI versions
` [RFC kvmtool 00/31] arm64: Support for Arm Confidential Compute Architecture
  ` [RFC kvmtool 01/31] arm64: Disable MTE when CFI flash is emulated
  ` [RFC kvmtool 02/31] script: update_headers: Ignore missing architectures
  ` [RFC kvmtool 03/31] hw: cfi flash: Handle errors in memory transitions
  ` [RFC kvmtool 04/31] Add --nocompat option to disable compat warnings
  ` [RFC kvmtool 05/31] arm64: Check pvtime support against the KVM instance
  ` [RFC kvmtool 06/31] arm64: Check SVE capability on the VM instance
  ` [RFC kvmtool 07/31] arm64: Add option to disable SVE
  ` [RFC kvmtool 08/31] linux: Update kernel headers for RME support
  ` [RFC kvmtool 09/31] arm64: Add --realm command line option
  ` [RFC kvmtool 10/31] arm64: Create a realm virtual machine
  ` [RFC kvmtool 11/31] arm64: Lock realm RAM in memory
  ` [RFC kvmtool 12/31] arm64: Create Realm Descriptor
  ` [RFC kvmtool 13/31] arm64: Add --measurement-algo command line option for a realm
  ` [RFC kvmtool 14/31] arm64: Add configuration step for Realms
  ` [RFC kvmtool 15/31] arm64: Add support for Realm Personalisation Value
  ` [RFC kvmtool 16/31] arm64: Add support for specifying the SVE vector length for Realm
  ` [RFC kvmtool 17/31] arm: Add kernel size to VM context
  ` [RFC kvmtool 18/31] arm64: Populate initial realm contents
  ` [RFC kvmtool 19/31] arm64: Don't try to set PSTATE for VCPUs belonging to a realm
  ` [RFC kvmtool 20/31] arm64: Finalize realm VCPU after reset
  ` [RFC kvmtool 21/31] init: Add last_{init, exit} list macros
  ` [RFC kvmtool 22/31] arm64: Activate realm before the first VCPU is run
  ` [RFC kvmtool 23/31] arm64: Specify SMC as the PSCI conduits for realms
  ` [RFC kvmtool 24/31] arm64: Don't try to debug a realm
  ` [RFC kvmtool 25/31] arm64: realm: Double the IPA space
  ` [RFC kvmtool 26/31] virtio: Add a wrapper for get_host_features
  ` [RFC kvmtool 27/31] virtio: Add arch specific hook for virtio host flags
  ` [RFC kvmtool 28/31] arm64: realm: Enforce virtio F_ACCESS_PLATFORM flag
  ` [RFC kvmtool 29/31] mmio: add arch hook for an unhandled MMIO access
  ` [RFC kvmtool 30/31] arm64: realm: inject an abort on "
  ` [RFC kvmtool 31/31] arm64: Allow the user to create a realm
` [RFC kvm-unit-tests 00/27] Support for Arm Confidential Compute Architecture
  ` [RFC kvm-unit-tests 02/27] arm: Expand SMCCC arguments and return values
  ` [RFC kvm-unit-tests 05/27] arm: Introduce NS_SHARED PTE attribute
  ` [RFC kvm-unit-tests 07/27] arm: realm: Make uart available before MMU is enabled
  ` [RFC kvm-unit-tests 08/27] arm: realm: Realm initialisation
  ` [RFC kvm-unit-tests 09/27] arm: realm: Add support for changing the state of memory
  ` [RFC kvm-unit-tests 10/27] arm: realm: Set RIPAS state for RAM
  ` [RFC kvm-unit-tests 11/27] arm: realm: Early memory setup

[PATCH v5 0/2] arm64: Fix pending single-step debugging issues
 2023-01-27 11:21 UTC  (10+ messages)
` [PATCH v5 1/2] arm64: entry: Skip single stepping into interrupt handlers

[PATCH v6 0/7] add support for CDX bus
 2023-01-27 11:17 UTC  (4+ messages)
` [PATCH v6 7/7] cdx: add device attributes

[PATCH 1/2] dt-bindings: arm: amlogic: add support for Radxa Zero2
 2023-01-27 11:09 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: meson: "

[PATCH linux-next] crypto: aspeed - Use devm_platform_get_and_ioremap_resource()
 2023-01-27 11:07 UTC  (2+ messages)

[PATCH v12 00/18] drm: Add Samsung MIPI DSIM bridge
 2023-01-27 11:04 UTC  (5+ messages)

[PATCH 0/5] mmc: uniphier-sd: Add UHS mode support
 2023-01-27 10:57 UTC  (2+ messages)

[PATCH 00/10] Add minimal boot support for IPQ5332
 2023-01-27 10:56 UTC  (3+ messages)
` [PATCH 08/10] dt-bindings: mmc: sdhci-msm: add IPQ5332 compatible

[PATCH V1 0/8] Add minimal boot support for IPQ9574
 2023-01-27 10:56 UTC  (14+ messages)
` [PATCH V1 4/8] pinctrl: qcom: Add IPQ9574 pinctrl driver
` [PATCH V1 6/8] dt-bindings: mmc: sdhci-msm: Document the IPQ9574 compatible
` [PATCH V1 7/8] arm64: dts: qcom: Add ipq9574 SoC and AL02 board support
  ` [PATCH V1 2/8] clk: qcom: Add Global Clock Controller driver for IPQ9574

[PATCH v8 0/5] thermal: mediatek: Add support for MT8365 SoC
 2023-01-27 10:50 UTC  (4+ messages)
` [PATCH v8 5/5] thermal: mediatek: try again if first temp read is bogus

[PATCH] mmc: atmel: convert to gpio descriptos
 2023-01-27 10:49 UTC  (3+ messages)

[PATCH v2 00/11] fw_devlink improvements
 2023-01-27 10:48 UTC  (26+ messages)
` [PATCH v2 01/11] driver core: fw_devlink: Don't purge child fwnode's consumer links
` [PATCH v2 03/11] soc: renesas: Move away from using OF_POPULATED for fw_devlink
` [PATCH v2 04/11] gpiolib: Clear the gpio_device's fwnode initialized flag before adding
` [PATCH v2 05/11] driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
` [PATCH v2 06/11] driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle
` [PATCH v2 08/11] driver core: fw_devlink: Make cycle detection more robust
` [PATCH v2 10/11] irqchip/irq-imx-gpcv2: Mark fwnode device as not initialized
` [PATCH v2 11/11] firmware: arm_scmi: Set fwnode for the scmi_device

[PATCH v2 0/2] media: i2c: add imx415 cmos image sensor driver
 2023-01-27 10:43 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH v16 2/2] leds: flash: mt6370: Add MediaTek MT6370 flashlight support
 2023-01-27 10:40 UTC  (4+ messages)
  ` [PATCH v16 1/2] leds: rgb: mt6370: Add MediaTek MT6370 current sink type LED Indicator support

[PATCH] arm64: dts: meson: radxa-zero: allow usb otg mode
 2023-01-27 10:39 UTC 

[PATCH 0/4] arm64: dts: meson: fix BPI-M5 and add BPI-M2-PRO
 2023-01-27 10:19 UTC  (9+ messages)
` [PATCH 1/4] arm64: dts: meson: bananapi-m5: switch VDDIO_C pin to OPEN_DRAIN
` [PATCH 2/4] arm64: dts: meson: meson-sm1-bananapi-m5: convert to dtsi
` [PATCH 3/4] dt-bindings: arm: amlogic: add support for BananaPi M2-Pro
` [PATCH 4/4] arm64: dts: meson: "

[PATCH] ARM: dts: ti: use "okay" for status
 2023-01-27 10:18 UTC 

[PATCH] ARM: dts: marvell: use "okay" for status
 2023-01-27 10:18 UTC 

[PATCH] ARM: dts: hisilicon: use "okay" for status
 2023-01-27 10:18 UTC 

[PATCH] ARM: dts: ixp4xx: use "okay" for status
 2023-01-27 10:18 UTC 

[PATCH] arm64: dts: microchip: use "okay" for status
 2023-01-27 10:18 UTC 

[V4] media: mtk-jpeg: Fixes jpeghw multi-core judgement
 2023-01-27 10:06 UTC  (2+ messages)

[PATCH v3 0/6] drm/rockchip: vop2: add support for the rgb output block
 2023-01-27  9:53 UTC  (3+ messages)
` [PATCH v3 5/6] "

[PATCH] ARM: dts: berlin: align UART node name with bindings
 2023-01-27  9:46 UTC  (2+ messages)

[PATCH] arm64: dts: synaptics: align UART node name with bindings
 2023-01-27  9:46 UTC  (2+ messages)

[PATCH] arm64: dts: realtek: align UART node name with bindings
 2023-01-27  9:46 UTC  (2+ messages)

[PATCH] arm64: dts: hisilicon: align UART node name with bindings
 2023-01-27  9:46 UTC  (2+ messages)

[PATCH v4 0/9] media: dt-bindings: common CEC properties
 2023-01-27  9:40 UTC  (5+ messages)

[PATCH V2 0/6] remoteproc: imx_rproc: support firmware in DDR
 2023-01-27  9:22 UTC  (7+ messages)
` [PATCH V2 1/6] remoteproc: elf_loader: introduce rproc_elf_find_shdr
` [PATCH V2 2/6] remoteproc: imx_rproc: add devtype
` [PATCH V2 3/6] remoteproc: imx_rproc: correct i.MX8MQ DDR Code alias mapping
` [PATCH V2 4/6] remoteproc: imx_rproc: force pointer type
` [PATCH V2 5/6] remoteproc: imx_rproc: set Cortex-M stack/pc to TCML
` [PATCH V2 6/6] remoteproc: imx_rproc: set address of .interrupts section as bootaddr

[PATCH v2 0/3] dt-bindings: serial/mtd/mc/ata: use MC peripheral props
 2023-01-27  9:32 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: intel,ixp4xx-expansion-bus: split out peripheral properties
` [PATCH v2 2/3] dt-bindings: reference MC peripheral properties in relevant devices
` [PATCH v2 3/3] dt-bindings: serial: restrict possible child node names

[PATCH v5 0/2] media: verisilicon: HEVC: fix 10bits handling
 2023-01-27  9:21 UTC  (3+ messages)
` [PATCH v5 1/2] media: verisilicon: Do not change context bit depth before validating the format
` [PATCH v5 2/2] media: verisilicon: HEVC: Only propose 10 bits compatible pixels formats

[RFC] mm: Allow ZONE_DMA32 to be disabled via kernel command line
 2023-01-27  8:55 UTC  (9+ messages)

[PATCH 02/35] Documentation: arm: correct spelling
 2023-01-27  8:54 UTC  (7+ messages)
` [PATCH 01/35] Documentation: arm64: "
` [PATCH 31/35] Documentation: trace: "

[PATCH v2] arm64: dts: amlogic: Make mmc host controller interrupts level-sensitive
 2023-01-27  8:52 UTC  (3+ messages)

[PATCH 0/8] PCI: rockchip: Fix PCIe endpoint controller driver
 2023-01-27  8:42 UTC  (3+ messages)
` [PATCH 5/8] PCI: rockchip: Added dtsi entry for PCIe endpoint controller

[PATCH] ARM: dts: ste: align UART node name with bindings
 2023-01-27  8:37 UTC  (2+ messages)

linux-next: duplicate patch in the imx-mxs tree
 2023-01-27  7:58 UTC  (2+ messages)

[PATCH v2] arm64: dts: meson-gxm-khadas-vim2: use gpio-fan matrix instead of an array
 2023-01-27  7:56 UTC  (2+ messages)

[PATCH v9 00/10] phy: Add support for Lynx 10G SerDes
 2023-01-27  7:53 UTC  (9+ messages)
` [PATCH v9 06/10] arm64: dts: ls1046a: Add serdes bindings
` [PATCH v9 07/10] arm64: dts: ls1046ardb: "

[PATCH] cpufreq: mediatek-hw: Register to module device table
 2023-01-27  4:17 UTC  (2+ messages)

[PATCH] drm/mediatek: Drop unbalanced obj unref
 2023-01-27  3:18 UTC  (2+ messages)

[PATCH] drm/mediatek: Remove dependency on GEM DMA helper
 2023-01-27  3:04 UTC  (2+ messages)

[PATCH] drm/mediatek: dp: Remove extra semicolon
 2023-01-27  2:52 UTC  (2+ messages)

[PATCH v2 00/14] spi: bcm63xx-hsspi: driver and doc updates
 2023-01-27  2:17 UTC  (4+ messages)
` [PATCH v2 13/14] spi: bcmbca-hsspi: Add driver for newer HSSPI controller

[PATCH] regulator: scmi: Allow for zero voltage domains
 2023-01-27  0:53 UTC  (2+ messages)

[PATCH] drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during disable
 2023-01-27  0:52 UTC  (3+ messages)

[PATCH v2] drm/mediatek: stop using 0 as NULL pointer
 2023-01-27  0:44 UTC  (2+ messages)

[PATCH] remoteproc: imx_dsp_rproc: add custom memory copy implementation for i.MX DSP Cores
 2023-01-27  0:16 UTC  (3+ messages)

arm64/for-kernelci baseline: 36 runs, 2 regressions (v6.2-rc5-83-g1dc22be1f91f)
 2023-01-27  0:22 UTC 

[PATCH v2 0/3] Reduce lcm_reset to DSI LP11 send cmd time
 2023-01-27  0:12 UTC  (3+ messages)
` [PATCH v2 1/3] drm/mediatek: dsi: Reduce the time of dsi from LP11 to sending cmd


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