Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-12 04:26:02 to 2024-04-12 10:28:37 UTC [more...]

[PATCH 00/19] riscv: Support vendor extensions and xtheadvector
 2024-04-12 10:27 UTC  (9+ 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 10/19] RISC-V: define the elements of the VCSR vector CSR
` [PATCH 13/19] riscv: vector: Support xtheadvector save/restore

[PATCH 0/2] Support MT8188 SCP core 1
 2024-04-12 10:18 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: mediatek: Support MT8188 dual-core SCP

[PATCH v5,00/22] media: add driver to support secure video decoder
 2024-04-12  9:16 UTC  (25+ messages)
` [PATCH v5,01/23] v4l2: add restricted memory flags
` [PATCH v5,02/23] v4l2: handle restricted memory flags in queue setup
` [PATCH v5,03/23] v4l2: verify restricted dmabufs are used in restricted queue
` [PATCH v5,04/23] v4l: add documentation for restricted memory flag
` [PATCH v5,05/23] dma-buf: heaps: Deduplicate docs and adopt common format
` [PATCH v5,06/23] dma-heap: Add proper kref handling on dma-buf heaps
` [PATCH v5,07/23] dma-heap: Provide accessors so that in-kernel drivers can allocate dmabufs from specific heaps
` [PATCH v5,08/23] media: mediatek: vcodec: add tee client interface to communiate with optee-os
` [PATCH v5,09/23] media: mediatek: vcodec: allocate tee share memory
` [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
` [PATCH v5,12/23] media: mediatek: vcodec: add interface to allocate/free secure memory
` [PATCH v5,13/23] media: mediatek: vcodec: using shared memory as vsi address
` [PATCH v5,14/23] media: mediatek: vcodec: Add capture format to support one plane memory
` [PATCH v5,15/23] media: mediatek: vcodec: Add one plane format
` [PATCH v5,16/23] media: mediatek: vcodec: support one plane capture buffer
` [PATCH v5,17/23] media: mediatek: vcodec: re-construct h264 driver to support svp mode
` [PATCH v5,18/23] media: mediatek: vcodec: remove parse nal_info in kernel
` [PATCH v5,19/23] media: mediatek: vcodec: disable wait interrupt for svp mode
` [PATCH v5,20/23] media: mediatek: vcodec: support tee decoder
` [PATCH v5,21/23] media: mediatek: vcodec: move vdec init interface to setup callback
` [PATCH v5,22/23] media: mediatek: vcodec: support hevc svp for mt8188
` [PATCH v5,23/23] WIP: media: mediatek: vcodec: support av1 svp decoder "

[PATCH v2 0/3] Enable the profiling of EL0&1 translation regime of ARM SPE
 2024-04-12 10:12 UTC  (6+ messages)
` [PATCH v2 3/3] perf: arm_spe: Enable the profiling of EL0&1 translation regime

[PATCH v7 0/7] Coresight for Kernel panic and watchdog reset
 2024-04-12 10:05 UTC  (5+ messages)
` [PATCH v7 2/7] coresight: tmc-etr: Add support to use reserved trace memory
` [PATCH v7 5/7] coresight: tmc: Add support for reading crash data

[PATCH] iommu: mtk: fix module autoloading
 2024-04-12 10:05 UTC  (2+ messages)

[PATCH v2 1/1] media: dt-bindings: nxp,imx8-isi: Refuse port@1 for single pipeline models
 2024-04-12  9:55 UTC 

[v2] Support for Arm CCA VMs on Linux
 2024-04-12  8:43 UTC  (60+ 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 13/43] arm64: RME: RTT handling
  ` [PATCH v2 14/43] arm64: RME: Allocate/free RECs to match vCPUs
  ` [PATCH v2 15/43] arm64: RME: Support for the VGIC in realms
  ` [PATCH v2 16/43] KVM: arm64: Support timers in realm RECs
  ` [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 0/2] media: i2c: Add support for GT97xx VCM
 2024-04-12  9:38 UTC  (4+ messages)
` [PATCH 2/2] media: i2c: Add GT97xx VCM driver

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

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

[PATCH v5 00/12] Revise Meta(Facebook) Harma BMC(AST2600)
 2024-04-12  9:16 UTC  (13+ messages)
` [PATCH v5 01/12] ARM: dts: aspeed: Harma: Revise SGPIO line name
` [PATCH v5 02/12] ARM: dts: aspeed: Harma: mapping ttyS2 to UART4
` [PATCH v5 03/12] ARM: dts: aspeed: Harma: Remove Vuart
` [PATCH v5 04/12] ARM: dts: aspeed: Harma: Add cpu power good line name
` [PATCH v5 05/12] ARM: dts: aspeed: Harma: Add spi-gpio
` [PATCH v5 06/12] ARM: dts: aspeed: Harma: Add PDB temperature
` [PATCH v5 07/12] ARM: dts: aspeed: Harma: Revise max31790 address
` [PATCH v5 08/12] ARM: dts: aspeed: Harma: Add NIC Fru device
` [PATCH v5 09/12] ARM: dts: aspeed: Harma: Add ltc4286 device
` [PATCH v5 10/12] ARM: dts: aspeed: Harma: Revise node name
` [PATCH v5 11/12] ARM: dts: aspeed: Harma: Add retimer device
` [PATCH v5 12/12] ARM: dts: aspeed: Harma: Modify GPIO line name

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-12  9:16 UTC  (3+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()

[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

[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] 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  (3+ messages)

[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 v5 0/2] convert imx-audio-spdif.txt to YAML
 2024-04-12  3:56 UTC 

[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: "


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 read-only IMAP folder(s) and NNTP newsgroup(s).