Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-10 01:10:38 to 2023-10-10 11:48:06 UTC [more...]

[PATCH v1 00/20] Permission Overlay Extension
 2023-10-10 11:47 UTC  (10+ messages)
` [PATCH v1 05/20] arm64: context switch POR_EL0 register
` [PATCH v1 15/20] arm64: add POE signal support

[PATCH] mfd: Use device_get_match_data()
 2023-10-10 11:44 UTC  (2+ messages)

[PATCH] drivers: perf: arm_pmuv3: Update 'pmc_width' based on actual HW event width
 2023-10-10 11:38 UTC  (6+ messages)

[PATCH] pmdomain: Use device_get_match_data()
 2023-10-10 11:22 UTC 

[PATCH v2 0/2] arm64: dts: ti: k3-j721s2/j784s4: Add CSI BCDMA nodes
 2023-10-10 11:17 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: ti: k3-j721s2-main: Add BCDMA instance for CSI2RX
` [PATCH v2 2/2] arm64: dts: ti: k3-j784s4-main: "

[PATCH RFT v7 0/6] ARM: pxa: GPIO descriptor conversions
 2023-10-10 11:12 UTC  (5+ messages)
` [PATCH RFT v7 1/6] ARM: pxa: Convert Spitz OHCI to GPIO descriptors
` [PATCH RFT v7 2/6] ARM: pxa: Convert Spitz LEDs "

[PATCH v1 0/2] arm64: perf: Add support for event counting threshold
 2023-10-10 11:03 UTC  (5+ messages)
` [PATCH v1 1/2] "

[PATCH v6 0/5] Implement MTE tag compression for swapped pages
 2023-10-10 11:03 UTC  (8+ messages)
` [PATCH v6 1/5] lib/bitmap: add bitmap_{read,write}()

[PATCH] power: reset: vexpress: Use device_get_match_data()
 2023-10-10 11:02 UTC  (3+ messages)

[PATCH] ASoC: SOF: Convert to platform remove callback returning void
 2023-10-10 11:00 UTC  (3+ messages)

[PATCH v2 2/3] usb: chipidea: imx: support disabling runtime-pm
 2023-10-10 10:52 UTC  (14+ messages)
              ` [EXT] "

[PATCH 0/2] arm64: dts: ti: k3-j721s2/j784s4: Add CSI BCDMA nodes
 2023-10-10 10:52 UTC  (4+ messages)
` [PATCH 1/2] arm64: dts: ti: k3-j721s2-main: Add BCDMA instance for CSI2RX
` [PATCH 2/2] arm64: dts: ti: k3-j784s4-main: "

[PATCH v6 0/9] variable-order, large folios for anonymous memory
 2023-10-10 10:47 UTC  (11+ messages)
` [PATCH v6 6/9] mm: thp: Add "recommend" option for anon_orders

[PATCH 0/2] Add qcom hvc/shmem transport
 2023-10-10 10:42 UTC  (5+ messages)
` [PATCH v6 0/2] Add qcom smc/hvc transport support
  ` [PATCH v6 2/2] firmware: arm_scmi: "

[PATCH v2 0/3] arm64: perf: Add support for event counting threshold
 2023-10-10 10:40 UTC  (4+ messages)
` [PATCH v2 1/3] arm: perf: Include threshold control fields valid in PMEVTYPER mask
` [PATCH v2 2/3] arm64: perf: Add support for event counting threshold
` [PATCH v2 3/3] Documentation: arm64: Document the PMU event counting threshold feature

[PATCH v3 00/38] arm64: Remove cpus_have_const_cap()
 2023-10-10 10:31 UTC  (39+ messages)
` [PATCH v3 01/38] clocksource/drivers/arm_arch_timer: Initialize evtstrm after finalizing cpucaps
` [PATCH v3 02/38] arm64/arm: xen: enlighten: Fix KPTI checks
` [PATCH v3 03/38] arm64: Factor out cpucap definitions
` [PATCH v3 04/38] arm64: Add cpucap_is_possible()
` [PATCH v3 05/38] arm64: Add cpus_have_final_boot_cap()
` [PATCH v3 06/38] arm64: Rework setup_cpu_features()
` [PATCH v3 07/38] arm64: Fixup user features at boot time
` [PATCH v3 08/38] arm64: Split kpti_install_ng_mappings()
` [PATCH v3 09/38] arm64: kvm: Use cpus_have_final_cap() explicitly
` [PATCH v3 10/38] arm64: Explicitly save/restore CPACR when probing SVE and SME
` [PATCH v3 11/38] arm64: Use build-time assertions for cpucap ordering
` [PATCH v3 12/38] arm64: Rename SVE/SME cpu_enable functions
` [PATCH v3 13/38] arm64: Use a positive cpucap for FP/SIMD
` [PATCH v3 14/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_{ADDRESS,GENERIC}_AUTH
` [PATCH v3 15/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_ARMv8_4_TTL
` [PATCH v3 16/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_BTI
` [PATCH v3 17/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_CACHE_DIC
` [PATCH v3 18/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_CNP
` [PATCH v3 19/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_DIT
` [PATCH v3 20/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_GIC_PRIO_MASKING
` [PATCH v3 21/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_PAN
` [PATCH v3 22/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_EPAN
` [PATCH v3 23/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_RNG
` [PATCH v3 24/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_WFXT
` [PATCH v3 25/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_TLB_RANGE
` [PATCH v3 26/38] arm64: Avoid cpus_have_const_cap() for ARM64_MTE
` [PATCH v3 27/38] arm64: Avoid cpus_have_const_cap() for ARM64_SSBS
` [PATCH v3 28/38] arm64: Avoid cpus_have_const_cap() for ARM64_SPECTRE_V2
` [PATCH v3 29/38] arm64: Avoid cpus_have_const_cap() for ARM64_{SVE,SME,SME2,FA64}
` [PATCH v3 30/38] arm64: Avoid cpus_have_const_cap() for ARM64_UNMAP_KERNEL_AT_EL0
` [PATCH v3 31/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_843419
` [PATCH v3 32/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1542419
` [PATCH v3 33/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1742098
` [PATCH v3 34/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_2645198
` [PATCH v3 35/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_CAVIUM_23154
` [PATCH v3 36/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_NVIDIA_CARMEL_CNP
` [PATCH v3 37/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_REPEAT_TLBI
` [PATCH v3 38/38] arm64: Remove cpus_have_const_cap()

[PATCH] firmware: arm_scmi: Convert u32 to unsigned long to align with arm_smccc_1_1_invoke()
 2023-10-10 10:21 UTC  (2+ messages)

[PATCH v1] arm64: dts: amlogic: Used onboard usb hub reset on odroid n2
 2023-10-10  9:55 UTC  (3+ messages)

[PATCH v3 0/2] PCI: mediatek-gen3: Support controlling power supplies
 2023-10-10  9:51 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: mediatek-gen3: Add support for controlling power and reset
` [PATCH v3 2/2] PCI: mediatek-gen3: Add power and reset control feature for downstream component

[PATCH] ACPI: bus: Move acpi_arm_init() to the place of after acpi_ghes_init()
 2023-10-10  9:44 UTC  (4+ messages)

[RFC] firmware: arm_scmi: clock: add fixed clock attribute support
 2023-10-10  9:35 UTC  (9+ messages)

[PATCH drivers/perf: hisi:] drivers/perf: hisi: fix NULL pointer issue when uninstall hns3 pmu driver
 2023-10-10  9:32 UTC  (2+ messages)

[PATCH v2 0/5] Add support for video hardware codec of STMicroelectronics STM32 SoC series
 2023-10-10  9:16 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: media: Document STM32MP25 VDEC & VENC video codecs
` [PATCH v2 2/5] media: hantro: add support for STM32MP25 VDEC
` [PATCH v2 3/5] media: hantro: add support for STM32MP25 VENC
` [PATCH v2 4/5] arm64: dts: st: add video decoder support to stm32mp255
` [PATCH v2 5/5] arm64: dts: st: add video encoder "

[PATCH v3 05/15] firmware: qcom: scm: enable the TZ mem allocator
 2023-10-10  9:11 UTC  (2+ messages)

[PATCH v3 0/2] Rpmsg support for i.MX DSP with resource table
 2023-10-10  9:09 UTC  (3+ messages)
` [PATCH v3 1/2] remoteproc: imx_dsp_rproc: add mandatory find_loaded_rsc_table op
` [PATCH v3 2/2] arm64: dts: imx8mp: add reserve-memory nodes for DSP

[PATCH] net: dsa: mt7530: replace deprecated strncpy with ethtool_sprintf
 2023-10-10  9:05 UTC  (2+ messages)

[PATCH v3] spmi: mtk-pmif: Serialize PMIF status check and command submission
 2023-10-10  8:52 UTC  (3+ messages)

[PATCH v2] i2c: stm32f7: Fix PEC handling in case of SMBUS transfers
 2023-10-10  8:44 UTC 

[PATCH v7 00/30] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
 2023-10-10  8:29 UTC  (7+ messages)
` [PATCH v7 24/30] net: wan: Add framer framework support
` [PATCH v7 26/30] net: wan: framer: Add support for the Lantiq PEF2256 framer

[PATCH v3 00/15] arm64: qcom: add and enable SHM Bridge support
 2023-10-10  8:26 UTC  (5+ messages)
` [PATCH v3 04/15] firmware: qcom: add a dedicated TrustZone buffer allocator

[PATCH v5 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series
 2023-10-10  8:24 UTC  (6+ messages)
` [PATCH v5 1/5] dt-bindings: media: add bindings for stm32 dcmipp
` [PATCH v5 2/5] media: MAINTAINERS: add entry for STM32 DCMIPP driver
` [PATCH v5 3/5] media: stm32-dcmipp: STM32 DCMIPP camera interface driver
` [PATCH v5 4/5] ARM: dts: stm32: add dcmipp support to stm32mp135
` [PATCH v5 5/5] ARM: multi_v7_defconfig: enable STM32 DCMIPP media support

[PATCH] spi: stm32: Explicitly include correct DT includes
 2023-10-10  8:01 UTC 

[Linux-stm32] [PATCH] media: stm32-dcmi: Drop unnecessary of_match_device() call
 2023-10-10  7:59 UTC 

[PATCH 00/11] pwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
 2023-10-10  7:51 UTC  (8+ messages)
` [PATCH 01/11] pwm: atmel-hlcdc: "
` [PATCH 02/11] pwm: atmel-tcb: "
` [PATCH 04/11] pwm: brcmstb: "
` [PATCH 06/11] pwm: imx-tpm: "
` [PATCH 07/11] pwm: samsung: "
` [PATCH 08/11] pwm: stm32-lp: "
` [PATCH 09/11] pwm: stm32: "

[PATCH v2 0/2] Add support for poweroff via RK806 PMIC
 2023-10-10  7:48 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: mfd: rk806: Allow rockchip,system-power-controller property
` [PATCH v2 2/2] mfd: rk8xx: Add support for RK806 power off

[PATCH v6 0/4] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
 2023-10-10  7:45 UTC  (12+ messages)
` [PATCH v6 3/4] drivers/perf: add DesignWare PCIe PMU driver

[PATCH 1/5] csky: remove unused cmd_vdso_install
 2023-10-10  7:36 UTC  (3+ messages)
` [PATCH 4/5] kbuild: unify vdso_install rules

[PATCH v2] pwm: bcm2835: Add support for suspend/resume
 2023-10-10  7:19 UTC  (2+ messages)

[PATCH v2] ACPI: bus: Consolidate all arm specific initialisation into acpi_arm_init()
 2023-10-10  7:16 UTC  (5+ messages)

[PATCH V2 0/4] Add C3 SoC PLLs and Peripheral clock
 2023-10-10  6:29 UTC  (5+ messages)
` [PATCH V2 1/4] dt-bindings: clock: add Amlogic C3 PLL clock controller bindings
` [PATCH V2 2/4] dt-bindings: clock: add Amlogic C3 peripherals "
` [PATCH V2 3/4] clk: meson: c3: add support for the C3 SoC PLL clock
` [PATCH V2 4/4] clk: meson: c3: add c3 clock peripherals controller driver

[PATCH] watchdog: st_lpc: Use device_get_match_data()
 2023-10-10  6:29 UTC 

[PATCH] remoteproc: st: Use device_get_match_data()
 2023-10-10  6:28 UTC 

[PATCH 1/5] media: dt-bindings: media: imx335: Add supply bindings
 2023-10-10  6:06 UTC  (4+ messages)

[PATCH 0/4] Add C3 SoC PLLs and Peripheral clock
 2023-10-10  6:06 UTC  (6+ messages)
` [PATCH 3/4] clk: meson: C3: add support for the C3 SoC PLL clock

[PATCH v6 00/26] Add perf support to the rockchip-dfi driver
 2023-10-10  5:58 UTC  (2+ messages)

[RFC v2 0/5] gpio: add pinctrl based generic gpio driver
 2023-10-10  5:25 UTC  (9+ messages)
` [RFC v2 5/5] dt-bindings: gpio: Add bindings for "

[PATCH] soc: imx8mp: support 128 bits UID
 2023-10-10  5:20 UTC  (3+ messages)

[GIT PULL] Microchip AT91 DT updates for v6.7
 2023-10-10  4:59 UTC 

[PATCH v2 0/2] Avoid spurious ptimer interrupts for non-zero cntpoff
 2023-10-10  4:54 UTC  (10+ messages)
` [PATCH v2 2/2] KVM: arm64: timers: Save restore CVAL of a ptimer across guest entry and exits

[PATCH 0/2] arm64: dts: ti: enable more peripherals
 2023-10-10  3:59 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: ti: k3-am62p: Add nodes for more IPs
` [PATCH 2/2] arm64: dts: ti: k3-am62p5-sk: Updates for SK EVM

[PATCH 0/7] Update the device tree for Ampere's BMC platform
 2023-10-10  3:28 UTC  (4+ messages)
` [PATCH 4/7] ARM: dts: aspeed: mtmitchell: Add LEDs

arm64/for-kernelci baseline: 30 runs, 12 regressions (v6.6-rc4-20-g19af4a4ed414f)
 2023-10-10  3:04 UTC 

[PATCH 1/2] ARM: mxs: Add serial: Search for specific ocotp nodes
 2023-10-10  2:44 UTC  (2+ messages)

[PATCH] coresight: Fix crash when Perf and sysfs modes are used concurrently
 2023-10-10  2:43 UTC  (3+ messages)

[PATCH V3 1/4] arm64: dts: imx8mm-beacon: Migrate sound card to simple-audio-card
 2023-10-10  2:41 UTC  (2+ messages)

[PATCH] driver: perf: arm_pmu: Drop some unused arguments from armv8_pmu_init()
 2023-10-10  2:36 UTC  (3+ messages)

[PATCH] firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels()
 2023-10-10  2:33 UTC  (2+ messages)

[PATCH] ARM: dts: imx7d-pico-pi: Disable USDHC1
 2023-10-10  2:29 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mn-evk: Remove codec clocks/clock-names
 2023-10-10  2:29 UTC  (2+ messages)

[PATCH] driver: perf: arm_pmuv3: Read PMMIR_EL1 unconditionally
 2023-10-10  2:27 UTC  (3+ messages)

[PATCH V3] arm64: dts: imx8mp-beacon: Configure 100MHz PCIe Ref Clk
 2023-10-10  2:25 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: imx8mm: Add sound-dai-cells to micfil node
 2023-10-10  2:21 UTC  (2+ messages)

arm64/for-kernelci build: 1 build: 0 failed, 1 passed (v6.6-rc4-20-g19af4a4ed414f)
 2023-10-10  2:21 UTC 

[PATCH v3 0/5] TQMLS10xxA support
 2023-10-10  2:19 UTC  (2+ messages)

[PATCH v2] kasan:print the original fault addr when access invalid shadow
 2023-10-10  1:52 UTC  (2+ messages)

[PATCH] ARM: dts: imx28: Fix dcp compatible
 2023-10-10  1:50 UTC  (2+ messages)

[v6 0/4] arm64: dts: freescale: Add support for LX2162 SoM & Clearfog Board
 2023-10-10  1:48 UTC  (2+ messages)

[PATCH v5 0/7] gpio: update i.MX93/8ULP and support i.MX95
 2023-10-10  1:44 UTC  (6+ messages)
` [PATCH v5 6/7] arm64: dts: imx8ulp: update gpio node
` [PATCH v5 7/7] arm64: dts: imx93: "

[PATCH] ARM: dts: imx7s: Remove #power-domain-cells from gpcv2
 2023-10-10  1:41 UTC  (2+ messages)

[PATCH] arm64: dts: ls1012a: Remove big-endian from thermal
 2023-10-10  1:40 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mq-librem5: Fix tps65132 compatible
 2023-10-10  1:38 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mp-debix-model-a: Remove USB hub reset-gpios
 2023-10-10  1:36 UTC  (2+ messages)

[PATCH] arm64: dts: imx8-apalis-v1.1: Fix Ethernet PHY reset-names
 2023-10-10  1:36 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mm-venice-gw790: Remove phy-mode from switch node
 2023-10-10  1:34 UTC  (2+ messages)

[PATCH] ARM: dts: imx25: Remove clock-names from the watchdog
 2023-10-10  1:29 UTC  (2+ messages)

[PATCH v2] arm64: dts: imx8mp-venice-gw73xx: add TPM device
 2023-10-10  1:28 UTC  (2+ messages)

[PATCH v2] arm64: dts: imx8mm-venice-gw73xx: add TPM device
 2023-10-10  1:27 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mp-verdin: Remove invalid property from eqos
 2023-10-10  1:21 UTC  (2+ messages)

[PATCH] ARM: dts: imx25: Fix sram node
 2023-10-10  1:20 UTC  (2+ messages)

[PATCH] ARM: dts: imx25: Fix dryice node
 2023-10-10  1:19 UTC  (2+ messages)

[PATCH v2] ARM: dts: imx6qdl-gw5904: add dt props for populating eth MAC addrs
 2023-10-10  1:13 UTC  (2+ messages)

[PATCH] ARM: dts: vfxxx: Write dmas in a single line
 2023-10-10  1:11 UTC  (2+ messages)

[PATCH v2 0/5] KVM: selftests: Add ID reg test, update headers
 2023-10-10  1:10 UTC  (6+ messages)
` [PATCH v2 1/5] tools headers arm64: Copy sysreg-defs generation from kernel source
` [PATCH v2 2/5] perf build: Generate arm64's sysreg-defs.h and add to include path
` [PATCH v2 3/5] KVM: selftests: Generate "
` [PATCH v2 4/5] tools headers arm64: Update sysreg.h with kernel sources
` [PATCH v2 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH v4] arm64: imx8qm-ss-img: Fix jpegenc compatible entry
 2023-10-10  1:09 UTC  (2+ messages)


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