linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-11 23:56:55 to 2024-04-12 09:10:35 UTC [more...]

[PATCH v5,00/22] media: add driver to support secure video decoder
 2024-04-12  9:08 UTC  (6+ messages)
` [PATCH v5,01/23] v4l2: add restricted memory flags
` [PATCH v5,04/23] v4l: add documentation for restricted memory flag
` [PATCH v5,06/23] dma-heap: Add proper kref handling on dma-buf heaps
` [PATCH v5,10/23] media: mediatek: vcodec: send share memory data to optee
` [PATCH v5,11/23] media: mediatek: vcodec: initialize msg and vsi information

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-12  9:08 UTC  (5+ messages)
` [RFC PATCH 2/7] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [RFC PATCH 5/7] x86/module: perpare module loading for ROX allocations of text

[PATCH v5 00/10] Add CMDQ secure driver for SVP
 2024-04-12  9:00 UTC  (10+ messages)
` [PATCH v5 02/10] dt-bindings: mailbox: Add mboxes property for CMDQ secure driver

[PATCH] bus: stm32_firewall: fix off by one in stm32_firewall_get_firewall()
 2024-04-12  8:52 UTC  (2+ messages)

[PATCH v6 00/11] Add support for TI TPS65224 PMIC
 2024-04-12  8:52 UTC  (3+ messages)
` [PATCH v6 10/11] pinctrl: pinctrl-tps6594: Add TPS65224 PMIC pinctrl and GPIO

[v2] Support for Arm CCA VMs on Linux
 2024-04-12  8:43 UTC  (56+ messages)
` [PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
  ` [PATCH v2 01/14] arm64: rsi: Add RSI definitions
  ` [PATCH v2 02/14] arm64: Detect if in a realm and set RIPAS RAM
  ` [PATCH v2 03/14] arm64: realm: Query IPA size from the RMM
  ` [PATCH v2 04/14] arm64: Mark all I/O as non-secure shared
  ` [PATCH v2 05/14] fixmap: Allow architecture overriding set_fixmap_io
  ` [PATCH v2 06/14] arm64: Override set_fixmap_io
  ` [PATCH v2 07/14] arm64: Make the PHYS_MASK_SHIFT dynamic
  ` [PATCH v2 08/14] arm64: Enforce bounce buffers for realm DMA
  ` [PATCH v2 09/14] arm64: Enable memory encrypt for Realms
  ` [PATCH v2 10/14] arm64: Force device mappings to be non-secure shared
  ` [PATCH v2 11/14] efi: arm64: Map Device with Prot Shared
  ` [PATCH v2 12/14] arm64: realm: Support nonsecure ITS emulation shared
  ` [PATCH v2 13/14] arm64: rsi: Interfaces to query attestation token
  ` [PATCH v2 14/14] virt: arm-cca-guest: TSM_REPORT support for realms
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [PATCH v2 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
  ` [PATCH v2 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
  ` [PATCH v2 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
  ` [PATCH v2 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
  ` [PATCH v2 05/43] arm64: RME: Add SMC definitions for calling the RMM
  ` [PATCH v2 06/43] arm64: RME: Add wrappers for RMI calls
  ` [PATCH v2 07/43] arm64: RME: Check for RME support at KVM init
  ` [PATCH v2 08/43] arm64: RME: Define the user ABI
  ` [PATCH v2 09/43] arm64: RME: ioctls to create and configure realms
  ` [PATCH v2 10/43] kvm: arm64: Expose debug HW register numbers for Realm
  ` [PATCH v2 11/43] arm64: kvm: Allow passing machine type in KVM creation
  ` [PATCH v2 12/43] arm64: RME: Keep a spare page delegated to the RMM
  ` [PATCH v2 17/43] arm64: RME: Allow VMM to set RIPAS
  ` [PATCH v2 18/43] arm64: RME: Handle realm enter/exit
  ` [PATCH v2 19/43] KVM: arm64: Handle realm MMIO emulation
  ` [PATCH v2 20/43] arm64: RME: Allow populating initial contents
  ` [PATCH v2 21/43] arm64: RME: Runtime faulting of memory
  ` [PATCH v2 22/43] KVM: arm64: Handle realm VCPU load
  ` [PATCH v2 23/43] KVM: arm64: Validate register access for a Realm VM
  ` [PATCH v2 24/43] KVM: arm64: Handle Realm PSCI requests
  ` [PATCH v2 25/43] KVM: arm64: WARN on injected undef exceptions
  ` [PATCH v2 26/43] arm64: Don't expose stolen time for realm guests
  ` [PATCH v2 27/43] arm64: rme: allow userspace to inject aborts
  ` [PATCH v2 28/43] arm64: rme: support RSI_HOST_CALL
  ` [PATCH v2 29/43] arm64: rme: Allow checking SVE on VM instance
  ` [PATCH v2 30/43] arm64: RME: Always use 4k pages for realms
  ` [PATCH v2 31/43] arm64: rme: Prevent Device mappings for Realms
  ` [PATCH v2 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
  ` [PATCH v2 33/43] arm64: rme: Enable PMU support with a realm guest
  ` [PATCH v2 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
  ` [PATCH v2 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
  ` [PATCH v2 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
  ` [PATCH v2 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
  ` [PATCH v2 38/43] arm64: RME: Propagate max SVE vector length from RMM
  ` [PATCH v2 39/43] arm64: RME: Configure max SVE vector length for a Realm
  ` [PATCH v2 40/43] arm64: RME: Provide register list for unfinalized RME RECs
  ` [PATCH v2 41/43] arm64: RME: Provide accurate register list
  ` [PATCH v2 42/43] arm64: kvm: Expose support for private memory
  ` [PATCH v2 43/43] KVM: arm64: Allow activating realms

[PATCH v2] arm64: dts: meson: fix S4 power-controller node
 2024-04-12  8:42 UTC 

[PATCH 00/18] i2c: remove printout on handled timeouts
 2024-04-12  8:39 UTC  (3+ messages)
` [PATCH 09/18] i2c: nomadik: "

[PATCH v2] arm: kasan: clear stale stack poison
 2024-04-12  8:37 UTC  (2+ messages)

[PATCH v8 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2024-04-12  8:31 UTC  (5+ messages)
` [PATCH v8 4/4] pinctrl: Implementation of the generic scmi-pinctrl driver

[PATCH v7 00/23] Support more Amlogic SoC families in crypto driver
 2024-04-12  8:25 UTC  (5+ messages)

[PATCH] perf test: Increase buffer size for Coresight basic tests
 2024-04-12  8:22 UTC  (3+ messages)

[PATCH v2 0/2] Support clean reboot after hibernate on Arm64
 2024-03-11 13:04 UTC  (3+ messages)
` [PATCH v2 1/2] ACPICA: Detect FACS even for hardware reduced platforms
` [PATCH v2 2/2] arm64: acpi: Honour firmware_signature field of FACS, if it exists

[PATCH v10 00/21] GenieZone hypervisor drivers
 2024-04-12  6:57 UTC  (22+ messages)
` [PATCH v10 01/21] virt: geniezone: enable gzvm-ko in defconfig
` [PATCH v10 02/21] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v10 03/21] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v10 04/21] virt: geniezone: Add GenieZone hypervisor driver
` [PATCH v10 05/21] virt: geniezone: Add vm support
` [PATCH v10 06/21] virt: geniezone: Add set_user_memory_region for vm
` [PATCH v10 07/21] virt: geniezone: Add vm capability check
` [PATCH v10 08/21] virt: geniezone: Optimize performance of protected VM memory
` [PATCH v10 09/21] virt: geniezone: Add vcpu support
` [PATCH v10 10/21] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v10 11/21] virt: geniezone: Add irqfd support
` [PATCH v10 12/21] virt: geniezone: Add ioeventfd support
` [PATCH v10 13/21] virt: geniezone: Add memory region support
` [PATCH v10 14/21] virt: geniezone: Add dtb config support
` [PATCH v10 15/21] virt: geniezone: Add demand paging support
` [PATCH v10 16/21] virt: geniezone: Add block-based "
` [PATCH v10 17/21] virt: geniezone: Add memory pin/unpin support
` [PATCH v10 18/21] virt: geniezone: Add memory relinquish support
` [PATCH v10 19/21] virt: geniezone: Provide individual VM memory statistics within debugfs
` [PATCH v10 20/21] virt: geniezone: Add tracing support for hyp call and vcpu exit_reason
` [PATCH v10 21/21] virt: geniezone: Enable PTP for synchronizing time between host and guest VMs

[PATCH] dt-bindings: pinctrl: mediatek: mt7622: add "gpio-ranges" property
 2024-04-12  8:02 UTC  (2+ messages)

[PATCH net-next v3 0/3] Introduce switch mode support for ICSSG driver
 2024-04-12  8:01 UTC  (8+ messages)
` [PATCH net-next v3 3/3] net: ti: icssg-prueth: Add support for ICSSG switch firmware

[PATCH] arm64: dts: mediatek: mt8183-kukui: Drop bogus output-enable property
 2024-04-12  7:56 UTC 

[PATCH] arm64: dts: mediatek: Drop mediatek,drive-strength-adv usage
 2024-04-12  7:55 UTC 

[PATCH v7 00/16] power: sequencing: implement the subsystem and add first users
 2024-04-12  7:53 UTC  (3+ messages)
` [PATCH v7 04/16] dt-bindings: net: wireless: qcom,ath11k: describe the ath11k on QCA6390

[PATCH v2 0/4] Speed up boot with faster linear map creation
 2024-04-12  7:53 UTC  (4+ messages)
` [PATCH v2 3/4] arm64: mm: Don't remap pgtables for allocate vs populate

[PATCH 0/2] rockchip pcie3-phy separate refclk support
 2024-04-12  7:52 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: phy: rockchip,pcie3-phy: add rockchip,rx-common-refclk-mode

[PATCH] perf: RISC-V: fix IRQ detection on T-Head C908
 2024-04-12  7:40 UTC  (3+ messages)

[PATCH v4 0/8] CFI for ARM32 using LLVM
 2024-04-12  7:38 UTC  (2+ messages)

[PATCH v3 0/2] bluetooth: mt7921s: Add binding and fixup existing dts
 2024-04-12  7:30 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: net: bluetooth: Add MediaTek MT7921S SDIO Bluetooth
` [PATCH v3 2/2] arm64: dts: mediatek: mt8183-pico6: Fix bluetooth node

[PATCH v7 0/5] Add Tegra Security Engine driver
 2024-04-12  7:31 UTC  (2+ messages)

[PATCH] hwmon: (aspeed-g6-pwm-tacho): Drop cpp define only used once
 2024-04-12  7:15 UTC  (3+ messages)

[PATCH v9 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2024-04-12  7:01 UTC  (7+ messages)
` [PATCH v9 1/4] firmware: arm_scmi: introduce helper get_max_msg_size
` [PATCH v9 2/4] dt-bindings: firmware: arm,scmi: support pinctrl protocol
` [PATCH v9 3/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
` [PATCH v9 4/4] pinctrl: Implementation of the generic scmi-pinctrl driver

[PATCH] treewide: Fix common grammar mistake "the the"
 2024-04-12  6:41 UTC  (4+ messages)

[PATCH 0/2] ARM: stm32: add clock for pwrcfg syscon
 2024-04-12  6:28 UTC  (5+ messages)
` [PATCH 1/2] clk: stm32: initialize syscon after clocks are registered

[PATCH v11 0/4] Introduce STM32MP257 clock driver
 2024-04-12  6:26 UTC  (8+ messages)
` [PATCH v11 1/4] clk: stm32mp13: use platform device APIs
` [PATCH v11 2/4] dt-bindings: clocks: stm32mp25: add description of all parents
` [PATCH v11 3/4] clk: stm32: introduce clocks for STM32MP257 platform

[PATCH v8 0/6] DCP as trusted keys backend
 2024-04-12  6:26 UTC  (4+ messages)
` [PATCH v8 6/6] docs: trusted-encrypted: add DCP as new trust source

[PATCH] perf: RISC-V: fix IRQ detection on T-Head C908
 2024-04-12  6:09 UTC  (2+ messages)

[PATCH] cpufreq: Covert to exit callback returning void
 2024-04-12  6:02 UTC  (2+ messages)

[PATCH] cpufreq: Convert to exit callback returning void
 2024-04-12  5:51 UTC  (3+ messages)

[PATCH v3 0/5] arm64: dts: ti: k3-j7*: Add missing ESM and watchdog nodes
 2024-04-12  5:36 UTC  (6+ messages)
` [PATCH v3 1/5] arm64: dts: ti: k3-j721e-mcu: Add the WKUP ESM instance
` [PATCH v3 2/5] arm64: dts: ti: k3-j721e-mcu: Add the MCU domain watchdog instances
` [PATCH v3 3/5] arm64: dts: ti: k3-j721e-main: Add the MAIN "
` [PATCH v3 4/5] arm64: dts: ti: k3-j7200-main: "
` [PATCH v3 5/5] arm64: dts: ti: k3-j7200-mcu: Add the MCU "

[PATCH v2 6/6] usb: dwc3: exynos: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
 2024-04-12  5:32 UTC  (7+ messages)

[PATCH 00/19] riscv: Support vendor extensions and xtheadvector
 2024-04-12  4:11 UTC  (20+ messages)
` [PATCH 01/19] dt-bindings: riscv: Add vendorid and archid
` [PATCH 02/19] riscv: cpufeature: Fix thead vector hwcap removal
` [PATCH 03/19] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH 04/19] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH 05/19] riscv: Fix extension subset checking
` [PATCH 06/19] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH 07/19] riscv: Optimize riscv_cpu_isa_extension_(un)likely()
` [PATCH 08/19] riscv: Introduce vendor variants of extension helpers
` [PATCH 09/19] riscv: uaccess: Add alternative for xtheadvector uaccess
` [PATCH 10/19] RISC-V: define the elements of the VCSR vector CSR
` [PATCH 11/19] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH 12/19] riscv: Create xtheadvector file
` [PATCH 13/19] riscv: vector: Support xtheadvector save/restore
` [PATCH 14/19] riscv: hwprobe: Disambiguate vector and xtheadvector in hwprobe
` [PATCH 15/19] riscv: hwcap: Add v to hwcap if xtheadvector enabled
` [PATCH 16/19] riscv: hwprobe: Add vendor extension probing
` [PATCH 17/19] riscv: hwprobe: Document vendor extensions and xtheadvector extension
` [PATCH 18/19] selftests: riscv: Fix vector tests
` [PATCH 19/19] selftests: riscv: Support xtheadvector in "

[PATCH v5 0/2] convert imx-audio-spdif.txt to YAML
 2024-04-12  3:56 UTC  (3+ messages)
` [PATCH v5 1/2] ASoC: dt-bindings: imx-audio-spdif: convert "
` [PATCH v5 2/2] ARM: dts: imx6: exchange fallback and specific compatible string

[PATCH v2 0/5] arm64: dts: ti: k3-j7*: Add missing ESM and watchdog nodes
 2024-04-12  5:05 UTC  (8+ messages)
` [PATCH v2 1/5] arm64: dts: ti: k3-j721e-mcu: Add the WKUP ESM instance
` [PATCH v2 2/5] arm64: dts: ti: k3-j721e-mcu: Add the MCU domain watchdog instances
` [PATCH v2 3/5] arm64: dts: ti: k3-j721e-main: Add the MAIN "
` [PATCH v2 4/5] arm64: dts: ti: k3-j7200-main: "
` [PATCH v2 5/5] arm64: dts: ti: k3-j7200-mcu: Add the MCU "

[PATCH 0/7] MMC updates for TI K3 platforms
 2024-04-12  4:53 UTC  (5+ messages)
` [PATCH 6/7] arm64: dts: ti: k3-am69-sk: Remove HS400 mode support for eMMC
` [PATCH 7/7] arm64: dts: ti: k3-j784s4-evm: "

[PATCH 0/4] arm64: dts: ti: k3-j7*: Add missing ESM and watchdog nodes
 2024-04-12  4:23 UTC  (7+ messages)
` [PATCH 2/4] arm64: dts: ti: k3-j721e-mcu: Add the MCU domain watchdog instances
` [PATCH 3/4] arm64: dts: ti: k3-j721e-main: Add the MAIN "

[PATCH v3] media: mediatek: vcodec: support 36 bits physical address
 2024-04-12  3:59 UTC  (3+ messages)

[PATCH] media: mediatek: vcodec: Fix unreasonable data conversion
 2024-04-12  3:57 UTC 

[PATCH v2] mediatek: dsi: Correct calculation formula of PHY Timing
 2024-04-12  3:11 UTC 

[PATCH v3] irqchip/gic-v3-its: Fix double free on error
 2024-04-12  3:05 UTC  (2+ messages)

[PATCH v9 0/9] Initial Marvell PXA1908 support
 2024-04-12  2:57 UTC  (5+ messages)
` [PATCH v9 5/9] clk: mmp: Add Marvell PXA1908 clock driver

[RFC 0/8] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2024-04-12  2:41 UTC  (4+ messages)
` [RFC 5/8] KVM: arm64: Explicitly handle MDSELR_EL1 traps as UNDEFINED

[PATCH v3 0/2] rockchip rk3399 port initialization fixes
 2024-04-12  2:37 UTC  (3+ messages)
` [PATCH v3 1/2] PCI: rockchip-host: Fix rockchip_pcie_host_init_port() PERST# handling
` [PATCH v3 2/2] PCI: rockchip-host: Wait 100ms after reset before starting configuration

Incorrect BPF stats accounting for fentry on arm64
 2024-04-12  2:29 UTC  (4+ messages)

[PATCH] scsi: ufs: mediatek: fix module autoloading
 2024-04-12  1:57 UTC  (2+ messages)

[PATCH v1] scsi: ufs: exynos: Support module autoloading
 2024-04-12  1:56 UTC  (2+ messages)

[PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API
 2024-04-12  1:54 UTC  (9+ messages)
` [PATCH v4 13/15] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT

[PATCH v6 5/7] perf/bpf: Remove unneeded uses_default_overflow_handler()
 2024-04-12  1:50 UTC 

[PATCH v2] arm64: defconfig: build INTERCONNECT_QCOM_SM6115 as module
 2024-04-12  1:00 UTC  (2+ messages)

[PATCH 0/3] pinctrl: scmi: support i.MX95 OEM extensions
 2024-04-12  0:29 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: pinctrl: support i.MX95 SCMI pinctrl
` [PATCH 2/3] dt-bindings: firmware: arm,scmi: support i.MX95 SCMI Pinctrl
` [PATCH 3/3] pinctrl: scmi: support i.MX OEM pin configuration type

[PATCH v3 0/2] fw_devlink overlay fix
 2024-04-11 23:56 UTC  (2+ messages)
` [PATCH v3 2/2] of: dynamic: Fix overlayed devices not probing because of fw_devlink


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