linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-09 12:59:18 to 2024-01-10 05:21:18 UTC [more...]

[PATCH 2/4] arm64, powerpc, riscv, s390, x86: Refactor CONFIG_DEBUG_WX
 2024-01-10  5:18 UTC  (2+ messages)

[PATCH 00/36] Remove UCLINUX from LTP
 2024-01-10  5:01 UTC  (13+ messages)
          ` Call for nommu LTP maintainer [was: Re: [PATCH 00/36] Remove UCLINUX from LTP]
                  ` [Automated-testing] "

[PATCH v2 1/2] drm/dcss: request memory region
 2024-01-10  4:36 UTC  (3+ messages)

[PATCH v7 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-01-10  4:35 UTC  (5+ messages)
` [PATCH v7 3/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH v7 4/5] iommu/arm-smmu: add ACTLR data and support for SM8550

[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
 2024-01-10  3:47 UTC  (19+ messages)
` [PATCH v9 2/2] arm64: boot: Support "

[PATCH 1/1] ARM:dts:aspeed: Initial device tree for AMD Onyx Platform
 2024-01-10  3:35 UTC 

[net-next PATCH RFC v3 0/8] net: phy: Support DT PHY package
 2024-01-10  3:13 UTC  (9+ messages)
` [net-next PATCH RFC v3 1/8] dt-bindings: net: document ethernet PHY package nodes

[PATCH V2 0/2] Add support to preserve boot config in the DT flow
 2024-01-10  3:07 UTC  (3+ messages)
` [PATCH V2 1/2] dt-bindings: Add PCIe "preserve-boot-config" property
` [PATCH V2 2/2] PCI: Add support for "

[PATCH 0/3] perf scripts python: arm-cs-trace-disasm.py:
 2024-01-10  2:56 UTC  (3+ messages)
` [PATCH v2 0/1] perf scripts python: arm-cs-trace-disasm.py: print correct disasm info
  ` [PATCH v2 1/1] perf scripts python: arm-cs-trace-disasm.py: add option to print virtual address

[PATCH V1 2/2] PCI: Add support for "preserve-boot-config" property
 2024-01-10  2:24 UTC  (3+ messages)

[PATCH v12 0/7] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2024-01-10  1:08 UTC  (8+ messages)
` [PATCH v12 1/7] drm: bridge: Cadence: Create mhdp helper driver
` [PATCH v12 2/7] phy: Add HDMI configuration options
` [PATCH v12 3/7] dt-bindings: display: bridge: Add Cadence MHDP8501
` [PATCH v12 4/7] drm: bridge: Cadence: Add MHDP8501 DP/HDMI driver
` [PATCH v12 5/7] dt-bindings: phy: Add Freescale iMX8MQ DP and HDMI PHY
` [PATCH v12 6/7] phy: freescale: Add DisplayPort PHY driver for i.MX8MQ
` [PATCH v12 7/7] phy: freescale: Add HDMI "

[PATCH v1 0/3] arm64: Support Neoverse-V2 for Perf Arm SPE
 2024-01-10  1:14 UTC  (5+ messages)
` [PATCH v1 1/3] arm64: Add Neoverse-V2 part
` [PATCH v1 2/3] tools headers "
` [PATCH v1 3/3] perf arm-spe: Add Neoverse-V2 to neoverse list

[PATCH v16 00/34] Drivers for Gunyah hypervisor
 2024-01-10  0:31 UTC  (38+ messages)
` [PATCH v16 01/34] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v16 02/34] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v16 03/34] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v16 04/34] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v16 05/34] virt: gunyah: Add hypervisor driver
` [PATCH v16 06/34] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v16 07/34] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v16 08/34] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v16 09/34] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v16 10/34] gunyah: vm_mgr: Add VM start/stop
` [PATCH v16 11/34] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v16 12/34] virt: gunyah: Add resource tickets
` [PATCH v16 13/34] gunyah: vm_mgr: Add framework for VM Functions
` [PATCH v16 14/34] virt: gunyah: Add hypercalls for running a vCPU
` [PATCH v16 15/34] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v16 16/34] gunyah: Add hypercalls for demand paging
` [PATCH v16 17/34] gunyah: rsc_mgr: Add memory parcel RPC
` [PATCH v16 18/34] virt: gunyah: Add interfaces to map memory into guest address space
` [PATCH v16 19/34] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v16 20/34] virt: gunyah: Add Qualcomm Gunyah platform ops
` [PATCH v16 21/34] virt: gunyah: Implement guestmemfd
` [PATCH v16 22/34] virt: gunyah: Add ioctl to bind guestmem to VMs
` [PATCH v16 23/34] virt: gunyah: guestmem: Initialize RM mem parcels from guestmem
` [PATCH v16 24/34] virt: gunyah: Share guest VM dtb configuration to Gunyah
` [PATCH v16 25/34] gunyah: rsc_mgr: Add RPC to enable demand paging
` [PATCH v16 26/34] mm/interval_tree: Export iter_first/iter_next
` [PATCH v16 27/34] virt: gunyah: Enable demand paging
` [PATCH v16 28/34] gunyah: rsc_mgr: Add RPC to set VM boot context
` [PATCH v16 29/34] virt: gunyah: Allow userspace to initialize context of primary vCPU
` [PATCH v16 30/34] virt: gunyah: Add hypercalls for sending doorbell
` [PATCH v16 31/34] virt: gunyah: Add irqfd interface
` [PATCH v16 32/34] virt: gunyah: Add IO handlers
` [PATCH v16 33/34] virt: gunyah: Add ioeventfd
` [PATCH v16 34/34] MAINTAINERS: Add Gunyah hypervisor drivers section

[PATCH 0/5] pwm: Some improvements around .of_xlate()
 2024-01-10  0:14 UTC  (4+ messages)
` [PATCH 2/5] pwm: Drop useless member .of_pwm_n_cells of struct pwm_chip
` [PATCH 4/5] pwm: clps711x: Drop custom .of_xlate() callback

[PATCH] serial: 8250_bcm2835aux: Restore clock error handling
 2024-01-10  0:01 UTC  (2+ messages)

[PATCH v1 0/8] Add device tree for IBM system1 BMC
 2024-01-09 23:55 UTC  (10+ messages)
` [PATCH v1 7/8] tpm: tis-i2c: Add more compatible strings

[PATCH v2 0/3] Add device tree for IBM system1 BMC
 2024-01-09 23:36 UTC  (4+ messages)
` [PATCH v2 3/3] ARM: dts: aspeed: System1: IBM system1 BMC board

[PATCH] drm/meson: vclk: fix calculation of 59.94 fractional rates
 2024-01-09 23:07 UTC 

[PATCH] irqchip/irq-brcmstb-l2: add write memory barrier before exit
 2024-01-09 23:05 UTC  (3+ messages)

[PATCH v1] KVM: arm64: selftests: Handle feature fields with nonzero minimum value correctly
 2024-01-09 22:27 UTC  (2+ messages)

[PATCH net-next v2 0/4] net: stmmac: Enable Per DMA Channel interrupt
 2024-01-09 22:20 UTC  (5+ messages)
` [PATCH net-next v2 1/4] dt-bindings: net: snps,dwmac: per channel irq

[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
 2024-01-09 22:16 UTC  (4+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links
` [PATCH 2/3] arch and include: "
` [PATCH 3/3] treewide: Update LLVM Bugzilla links

[PATCH v6 0/5] Add support for video hardware codec of STMicroelectronics STM32 SoC series
 2024-01-09 21:49 UTC  (3+ messages)
` [PATCH v6 1/5] dt-bindings: media: Document STM32MP25 VDEC & VENC video codecs

[PATCH] ARM: dts: keystone: Replace http urls with https
 2024-01-09 21:32 UTC  (2+ messages)

[PATCH v3] PCI: keystone: Fix race condition when initializing PHYs
 2024-01-09 21:23 UTC  (2+ messages)

[PATCH v2 0/6] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2024-01-09 21:18 UTC  (3+ messages)
` [PATCH v2 2/6] dt-bindings: firmware: arm,scmi: support pinctrl protocol

Ethernet binding: broken validation parsing of #nvmem-cell-cells ?
 2024-01-09 20:57 UTC  (3+ messages)

[PATCH 0/2] arm64: dts: allwinner: h618: Add Sipeed Longan SoM 3H and Pi 3H board
 2024-01-09 20:37 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: allwinner: h616: Add Sipeed Longan SoM 3H and Pi 3H board support

[PATCH 0/5] Pinephone video out fixes (flipping between two frames)
 2024-01-09 20:29 UTC  (4+ messages)
` [PATCH 4/5] clk: sunxi-ng: a64: Add constraints on PLL-VIDEO0's n/m ratio

[RFC PATCH] KVM: arm64: Workaround for Ampere AC03_CPU_36 (exception taken to an incorrect EL)
 2024-01-09 20:29 UTC  (4+ messages)

[PATCH v2] arm64: dts: rockchip: enable NanoPC-T6 MiniPCIe power
 2024-01-09 20:27 UTC 

[PATCH v2] ARM: dts: sun8i: Open FETA40i-C regulator aldo1
 2024-01-09 20:21 UTC  (2+ messages)

[PATCH] mfd: sun4i-gpadc: adaptation interrupt number
 2024-01-09 20:19 UTC  (2+ messages)

[PATCH 00/12] mailbox: Convert to platform remove callback returning void
 2024-01-09 20:15 UTC  (3+ messages)
` [PATCH 10/12] mailbox: sun6i-msgbox: "

[PATCH] gmac: sun8i: r40: add gmac tx_delay support
 2024-01-09 20:15 UTC  (4+ messages)

[PATCH RESEND] arm64: dts: allwinner: a64: Add thermal trip points for GPU
 2024-01-09 20:13 UTC  (2+ messages)

[PATCH 00/11] Device tree support for Imagination Series5 GPU
 2024-01-09 19:53 UTC  (19+ messages)
` [PATCH 01/11] dt-bindings: gpu: Rename img,powervr to img,powervr-rogue
` [PATCH 02/11] dt-bindings: gpu: Add PowerVR Series5 SGX GPUs
` [PATCH 03/11] ARM: dts: omap3: Add device tree entry for SGX GPU
` [PATCH 04/11] ARM: dts: omap4: "
` [PATCH 05/11] ARM: dts: omap5: "
` [PATCH 06/11] ARM: dts: AM33xx: "
` [PATCH 07/11] ARM: dts: AM437x: "
` [PATCH 08/11] ARM: dts: DRA7xx: "
` [PATCH 09/11] arm64: dts: ti: k3-am654-main: "
` [PATCH 10/11] ARM: dts: sun6i: "
` [PATCH 11/11] MIPS: DTS: jz4780: "

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-09 19:27 UTC  (9+ messages)
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()

[PATCH] arm64: dts: rockchip: enable built-in thermal monitoring on rk3588
 2024-01-09 19:19 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 00/15] arm64: renesas: Add R-Car V4M and Gray Hawk Single support
 2024-01-09 19:21 UTC  (3+ messages)
` [PATCH 02/15] dt-bindings: clock: Add R8A779H0 V4M CPG Core Clock Definitions

[PATCH 0/2] arm64: dts: rockchip: add SPI controller aliases to RK3399
 2024-01-09 19:14 UTC  (10+ messages)
` [PATCH 1/2] arm64: dts: rockchip: add spi controller aliases on rk3399
` [PATCH 2/2] arm64: dts: rockchip: remove duplicate SPI aliases for helios64

[PATCH v2 1/2] dt-bindings: media: mediatek-jpeg-encoder: change max iommus count
 2024-01-09 19:06 UTC  (2+ messages)

[PATCH RFC v2 00/11] Device tree support for Imagination Series5 GPU
 2024-01-09 18:58 UTC  (9+ messages)
` [PATCH RFC v2 01/11] dt-bindings: gpu: Rename img,powervr to img,powervr-rogue
` [PATCH RFC v2 02/11] dt-bindings: gpu: Add PowerVR Series5 SGX GPUs

[PATCH v2 00/12] GS101 Oriole: CMU_PERIC0 support and USI updates
 2024-01-09 18:38 UTC  (8+ messages)
` [PATCH v2 01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit

[PATCH v8 00/16] PCI: imx6: Clean up and add imx95 pci support
 2024-01-09 18:27 UTC  (8+ messages)
` [PATCH v8 04/16] dt-bindings: imx6q-pcie: Add linux,pci-domain as required for iMX8MQ
` [PATCH v8 11/16] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH v8 15/16] dt-bindings: imx6q-pcie: Add iMX95 pcie endpoint "

[PATCH v2 1/1] arm64: remove unnecessary ifdefs around is_compat_task()
 2024-01-09 18:18 UTC  (3+ messages)

[PATCH-next] firmware: arm_scmi: Fix Clock protocol supported version
 2024-01-09 18:17 UTC 

[PATCH v4 0/5] Rework system pressure interface to the scheduler
 2024-01-09 17:00 UTC  (8+ messages)
` [PATCH v4 1/5] cpufreq: Add a cpufreq pressure feedback for "
` [PATCH v4 2/5] sched: Take cpufreq feedback into account
` [PATCH v4 3/5] thermal/cpufreq: Remove arch_update_thermal_pressure()
` [PATCH v4 4/5] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure
` [PATCH v4 5/5] sched/pelt: Remove shift of thermal clock

[PATCH RFC 0/4] arm64: support DMA zone starting above 4GB
 2024-01-09 17:51 UTC  (7+ messages)
` [PATCH RFC 3/4] dma-direct: add offset to zone_dma_bits

[PATCH 0/4] Refactor CONFIG_DEBUG_WX and check_wx_pages debugfs attribute
 2024-01-09 17:09 UTC  (5+ messages)
` [PATCH 1/4] arm: ptdump: Rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WX
` [PATCH 4/4] ptdump: add check_wx_pages debugfs attribute

[PATCH] ARM64: Update __NR_compat_syscalls for statmount/listmount
 2024-01-09 17:05 UTC  (3+ messages)

[PATCH 0/8] coresight: Separate sysfs and Perf usage and some other cleanups
 2024-01-09 16:48 UTC  (4+ messages)
` [PATCH 8/8] coresight: Remove unused stubs

[RFC 0/9] PCI: introduce the concept of power sequencing of PCIe devices
 2024-01-09 16:46 UTC  (9+ messages)
` [RFC 8/9] PCI/pwrseq: add a pwrseq driver for QCA6390

[PATCH 1/2] dt-bindings: arm64: mediatek: Add MT7988A and BPI-R4
 2024-01-09 16:40 UTC  (4+ messages)

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2024-01-09 16:23 UTC  (8+ messages)
` [PATCH v3 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH] arm64: irq: include <linux/cpumask.h>
 2024-01-09 16:16 UTC  (3+ messages)

[PATCH net v3 1/1] net: stmmac: Prevent DSA tags from breaking COE
 2024-01-09 15:16 UTC  (4+ messages)
` [PATCH net v3 1/1] net: stmmac: Prevent DSA tags from breaking C

[PATCH v3 00/13] arm64: Add support for FEAT_E2H0, or lack thereof
 2024-01-09 15:16 UTC  (4+ messages)
` [PATCH v3 06/13] arm64: cpufeature: Detect E2H0 not being implemented

[PATCH v2] net: stmmac: dwmac-qcom-ethqos: Add support for 2.5G SGMII
 2024-01-09 15:13 UTC  (4+ messages)

[PATCH] firmware: arm_scmi: Fix Clock protocol version for v3.2
 2024-01-09 15:01 UTC 

[PATCH net-next 07/15] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled
 2024-01-09 14:57 UTC  (11+ messages)

[PATCH net v3] net: stmmac: Fix ethool link settings ops for integrated PCS
 2024-01-09 14:47 UTC 

[PATCH v4] net: stmmac: Prevent DSA tags from breaking COE
 2024-01-09 14:42 UTC 

[PATCH v3 0/5] Rework system pressure interface to the scheduler
 2024-01-09 14:30 UTC  (9+ messages)
` [PATCH v3 2/5] sched: Take cpufreq feedback into account
` [PATCH v3 4/5] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure

[PATCH 0/2] irqchip/gic-v3: Enable non-coherent GIC designs probing
 2024-01-09 14:27 UTC  (4+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] ACPICA: MADT: Add GICC online capable bit handling

[PATCH V3 0/7] Clean up perf mem
 2024-01-09 14:01 UTC  (3+ messages)

[PATCH v2 0/3] Add AM64x ICSSG Ethernet support
 2024-01-09 14:01 UTC  (5+ messages)
` [PATCH v2 2/3] arm64: dts: ti: k3-am642-evm: add ICSSG1 "

[net-next PATCH v9 0/5] net: phy: generic polarity + LED support for qca808x
 2024-01-09 13:55 UTC  (3+ messages)

[PATCH v3 00/12] GS101 Oriole: CMU_PERIC0 support and USI updates
 2024-01-09 12:58 UTC  (6+ messages)
` [PATCH v3 06/12] tty: serial: samsung: add gs101 earlycon support
` [PATCH v3 09/12] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller
` [PATCH v3 10/12] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks
` [PATCH v3 11/12] arm64: dts: exynos: gs101: define USI8 with I2C configuration
` [PATCH v3 12/12] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole


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