Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-29 08:08:12 to 2024-07-29 14:56:20 UTC [more...]

[PATCH v7 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-07-29 14:22 UTC  (18+ messages)
` [PATCH v7 01/17] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [PATCH v7 02/17] ACPI: scan: Add a weak function to reorder the IRQCHIP probe
` [PATCH v7 03/17] ACPI: bus: Add acpi_riscv_init function
` [PATCH v7 04/17] ACPI: scan: Refactor dependency creation
` [PATCH v7 05/17] ACPI: scan: Add RISC-V interrupt controllers to honor list
` [PATCH v7 06/17] ACPI: scan: Define weak function to populate dependencies
` [PATCH v7 07/17] ACPI: bus: Add RINTC IRQ model for RISC-V
` [PATCH v7 08/17] ACPI: pci_link: Clear the dependencies after probe
` [PATCH v7 09/17] ACPI: RISC-V: Implement PCI related functionality
` [PATCH v7 10/17] ACPI: RISC-V: Implement function to reorder irqchip probe entries
` [PATCH v7 11/17] ACPI: RISC-V: Initialize GSI mapping structures
` [PATCH v7 12/17] ACPI: RISC-V: Implement function to add implicit dependencies
` [PATCH v7 13/17] irqchip/riscv-intc: Add ACPI support for AIA
` [PATCH v7 14/17] irqchip/riscv-imsic-state: Create separate function for DT
` [PATCH v7 15/17] irqchip/riscv-imsic: Add ACPI support
` [PATCH v7 16/17] irqchip/riscv-aplic: "
` [PATCH v7 17/17] irqchip/sifive-plic: "

[PATCH] arm64: signal: Update sigcontext reservations table
 2024-07-29 14:41 UTC 

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-07-29 14:41 UTC  (11+ messages)
` [PATCH v4 18/29] arm64: add POE signal support

[PATCH v3 0/8] pwm: New abstraction and userspace API
 2024-07-29 14:34 UTC  (2+ messages)
` [PATCH v3 8/8] pwm: stm32: Implementation of the waveform callbacks

[BOOT-WRAPPER 0/3] Allow use of bare-metal toolchains
 2024-07-29 14:31 UTC  (4+ messages)
` [BOOT-WRAPPER 1/3] Makefile: rework test-dtc-option
` [BOOT-WRAPPER 2/3] Makefile: suppress RWX segment warnings
` [BOOT-WRAPPER 3/3] configure: allow the use of bare-metal toolchains

[PATCH v3 0/2] Rust and the shadow call stack sanitizer
 2024-07-29 14:25 UTC  (4+ messages)
` [PATCH v3 1/2] rust: SHADOW_CALL_STACK is incompatible with Rust

[PATCH v4 0/2] Rust and the shadow call stack sanitizer
 2024-07-29 14:22 UTC  (3+ messages)
` [PATCH v4 1/2] rust: SHADOW_CALL_STACK is incompatible with Rust
` [PATCH v4 2/2] rust: support for shadow call stack sanitizer

[PATCH v1 00/36] soc: fsl: Add support for QUICC Engine TSA and QMC
 2024-07-29 14:21 UTC  (37+ messages)
` [PATCH v1 01/36] soc: fsl: cpm1: qmc: Update TRNSYNC only in transparent mode
` [PATCH v1 02/36] soc: fsl: cpm1: qmc: Enable TRNSYNC only when needed
` [PATCH v1 03/36] soc: fsl: cpm1: tsa: Fix tsa_write8()
` [PATCH v1 04/36] soc: fsl: cpm1: tsa: Use BIT(), GENMASK() and FIELD_PREP() macros
` [PATCH v1 05/36] soc: fsl: cpm1: tsa: Fix blank line and spaces
` [PATCH v1 06/36] soc: fsl: cpm1: tsa: Add missing spinlock comment
` [PATCH v1 07/36] dt-bindings: soc: fsl: cpm_qe: Add QUICC Engine (QE) TSA controller
` [PATCH v1 08/36] soc: fsl: cpm1: tsa: Remove unused registers offset definition
` [PATCH v1 09/36] soc: fsl: cpm1: tsa: Use ARRAY_SIZE() instead of hardcoded integer values
` [PATCH v1 10/36] soc: fsl: cpm1: tsa: Make SIRAM entries specific to CPM1
` [PATCH v1 11/36] soc: fsl: cpm1: tsa: Introduce tsa_setup() and its CPM1 compatible version
` [PATCH v1 12/36] soc: fsl: cpm1: tsa: Isolate specific CPM1 part from tsa_serial_{dis}connect()
` [PATCH v1 13/36] soc: fsl: cpm1: tsa: Introduce tsa_version
` [PATCH v1 14/36] soc: fsl: cpm1: tsa: Add support for QUICC Engine (QE) implementation
` [PATCH v1 15/36] MAINTAINERS: Add QE files related to the Freescale TSA controller
` [PATCH v1 16/36] soc: fsl: cpm1: tsa: Introduce tsa_serial_get_num()
` [PATCH v1 17/36] soc: fsl: cpm1: qmc: Rename QMC_TSA_MASK
` [PATCH v1 18/36] soc: fsl: cpm1: qmc: Use BIT(), GENMASK() and FIELD_PREP() macros
` [PATCH v1 19/36] soc: fsl: cpm1: qmc: Fix blank line and spaces
` [PATCH v1 20/36] soc: fsl: cpm1: qmc: Remove unneeded parenthesis
` [PATCH v1 21/36] soc: fsl: cpm1: qmc: Fix 'transmiter' typo
` [PATCH v1 22/36] soc: fsl: cpm1: qmc: Add missing spinlock comment
` [PATCH v1 23/36] dt-bindings: soc: fsl: cpm_qe: Add QUICC Engine (QE) QMC controller
` [PATCH v1 24/36] soc: fsl: cpm1: qmc: Introduce qmc_data structure
` [PATCH v1 25/36] soc: fsl: cpm1: qmc: Re-order probe() operations
` [PATCH v1 26/36] soc: fsl: cpm1: qmc: Introduce qmc_init_resource() and its CPM1 version
` [PATCH v1 27/36] soc: fsl: cpm1: qmc: Introduce qmc_{init,exit}_xcc() and their "
` [PATCH v1 28/36] soc: fsl: cpm1: qmc: Rename qmc_chan_command()
` [PATCH v1 29/36] soc: fsl: cpm1: qmc: Handle RPACK initialization
` [PATCH v1 30/36] soc: fsl: cpm1: qmc: Rename SCC_GSMRL_MODE_QMC
` [PATCH v1 31/36] soc: fsl: cpm1: qmc: Introduce qmc_version
` [PATCH v1 32/36] soc: fsl: qe: Add resource-managed muram allocators
` [PATCH v1 33/36] soc: fsl: qe: Add missing PUSHSCHED command
` [PATCH v1 34/36] soc: fsl: cpm1: qmc: Add support for QUICC Engine (QE) implementation
` [PATCH v1 35/36] soc: fsl: cpm1: qmc: Handle QUICC Engine (QE) soft-qmc firmware
` [PATCH v1 36/36] MAINTAINERS: Add QE files related to the Freescale QMC controller

[PATCH v1] ASoC: meson: axg-fifo: set option to use raw spinlock
 2024-07-29 14:15 UTC  (2+ messages)

[PATCH v5 0/5] Add Mediatek ISP3.0
 2024-07-29 14:14 UTC  (8+ messages)
` [PATCH v5 3/5] media: platform: mediatek: isp_30: add mediatek ISP3.0 sensor interface
` [PATCH v5 4/5] media: platform: mediatek: isp_30: add mediatek ISP3.0 camsv

[PATCH v10 8/9] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
 2024-07-29 14:01 UTC  (2+ messages)

[PATCH 00/13] armada-370-xp irqchip updates round 5
 2024-07-29 13:36 UTC  (5+ messages)
` [PATCH 10/13] irqchip/armada-370-xp: Fix reenabling last per-CPU interrupt

[PATCH v1] irqchip/meson-gpio: replace 'spinlock_t' with 'raw_spinlock_t'
 2024-07-29 13:18 UTC 

[PATCH V2 0/3] aarch64: Enable access for FEAT_D128 registers in EL1/EL2
 2024-07-29 13:29 UTC  (2+ messages)

[PATCH RESEND v3 0/3] Update STM DSI PHY driver
 2024-07-29 13:28 UTC  (5+ messages)
  ` [Linux-stm32] "

[PATCH can-next 00/21] can: rockchip_canfd: add support for CAN-FD IP core found on Rockchip RK3568
 2024-07-29 13:05 UTC  (22+ messages)
` [PATCH can-next 01/21] dt-bindings: can: rockchip_canfd: add binding for rockchip CAN-FD controller
` [PATCH can-next 02/21] arm64: dts: rockchip: add CAN-FD controller nodes to rk3568
` [PATCH can-next 03/21] arm64: dts: rockchip: mecsbc: add CAN0 and CAN1 interfaces
` [PATCH can-next 04/21] can: rockchip_canfd: add driver for Rockchip CAN-FD controller
` [PATCH can-next 05/21] can: rockchip_canfd: add quirks for errata workarounds
` [PATCH can-next 06/21] can: rockchip_canfd: add quirk for broken CAN-FD support
` [PATCH can-next 07/21] can: rockchip_canfd: add support for rk3568v3
` [PATCH can-next 08/21] can: rockchip_canfd: add notes about known issues
` [PATCH can-next 09/21] can: rockchip_canfd: rkcanfd_handle_rx_int_one(): implement workaround for erratum 5: check for empty FIFO
` [PATCH can-next 10/21] can: rockchip_canfd: rkcanfd_register_done(): add warning for erratum 5
` [PATCH can-next 11/21] can: rockchip_canfd: add functions to check if CAN-FD frames are equal
` [PATCH can-next 12/21] can: rockchip_canfd: add TX PATH
` [PATCH can-next 13/21] can: rockchip_canfd: implement workaround for erratum 6
` [PATCH can-next 14/21] can: rockchip_canfd: implement workaround for erratum 12
` [PATCH can-next 15/21] can: rockchip_canfd: rkcanfd_get_berr_counter_corrected(): work around broken {RX,TX}ERRORCNT register
` [PATCH can-next 16/21] can: rockchip_canfd: add stats support for errata workarounds
` [PATCH can-next 17/21] can: rockchip_canfd: prepare to use full TX-FIFO depth
` [PATCH can-next 18/21] can: rockchip_canfd: enable full TX-FIFO depth of 2
` [PATCH can-next 19/21] can: rockchip_canfd: add hardware timestamping support
` [PATCH can-next 20/21] can: rockchip_canfd: add support for CAN_CTRLMODE_LOOPBACK
` [PATCH can-next 21/21] can: rockchip_canfd: add support for CAN_CTRLMODE_BERR_REPORTING

[PATCH] ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE
 2024-07-29 13:05 UTC  (2+ messages)

[PATCH] perf: riscv: Fix selecting counters in legacy mode
 2024-07-29 12:58 UTC 

[PATCH v3 0/2] Add support for Kontron OSM-S i.MX93 SoM and carrier board
 2024-07-29 12:44 UTC  (2+ messages)
` [PATCH v3 2/2] arm64: dts: Add support for Kontron i.MX93 OSM-S SoM and BL "

[PATCH v4 1/3] PCI: rockchip: Simplify clock handling by using clk_bulk*() function
 2024-07-29 12:41 UTC  (2+ messages)

[PATCH v3 1/1] media: mediatek: jpeg: support 34bits
 2024-07-29 12:41 UTC  (2+ messages)

[PATCH v5] arm64: dts: rockchip: Add missing pinctrl wake and clkreq for PCIe node
 2024-07-29 12:37 UTC 

[PATCH v2 0/7] Switch more ARM plats to sys-off handler API
 2024-07-29 12:35 UTC  (8+ messages)
` [PATCH v2 1/7] ARM: highbank: Switch to new "
` [PATCH v2 2/7] ARM: imx: "
` [PATCH v2 3/7] ARM: orion5x: "
` [PATCH v2 4/7] ARM: pxa: "
` [PATCH v2 5/7] ARM: sa1100: "
` [PATCH v2 6/7] ARM: vt8500: "
` [PATCH v2 7/7] arm/xen: "

[PATCH] arm64: dts: mediatek: mt8195: Add missing clock for xhci1 controller
 2024-07-29 12:34 UTC  (9+ messages)

[PATCH 0/3] Add syscon-reboot and syscon-poweroff support for gs101/Pixel 6
 2024-07-29 12:31 UTC  (3+ messages)
` [PATCH v2 1/3] arm64: dts: exynos: gs101: add syscon-poweroff and syscon-reboot nodes
  ` (subset) "

[PATCH] arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount to 4GB
 2024-07-29 12:31 UTC  (2+ messages)

[PATCH] soc: mediatek: mtk-mutex: Reduce type size for mtk_mutex_data members
 2024-07-29 12:25 UTC 

[PATCH] ARM: s3c: Drop explicit initialization of struct i2c_device_id::driver_data to 0
 2024-07-29 12:25 UTC  (2+ messages)

[PATCH v6 RESEND] crash: Fix crash memory reserve exceed system memory bug
 2024-07-29 11:52 UTC 

[PATCH v6 0/2] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-07-29 11:45 UTC  (3+ messages)
` [PATCH v6 1/2] iommu/io-pgtable-arm: Add way to debug pgtable walk

[PATCH v3] ptp: Add vDSO-style vmclock support
 2024-07-29 10:42 UTC 

[PATCH v6] crash: Fix crash memory reserve exceed system memory bug
 2024-07-29 11:50 UTC 

[PATCH v3 0/2] Add documentation for PA_STATS and MAINTAINERS entry for ti,pruss.yaml
 2024-07-29 11:36 UTC  (6+ messages)
` [PATCH v3 2/2] dt-bindings: soc: ti: pruss: Add documentation for PA_STATS support

[PATCH v1 0/3] mm: split PTE/PMD PT table Kconfig cleanups+clarifications
 2024-07-29 11:33 UTC  (3+ messages)
` [PATCH v1 1/3] mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig options

[PATCH v4 0/6] Add support for ICSSG PA_STATS
 2024-07-29 11:32 UTC  (7+ messages)
` [PATCH v4 1/6] dt-bindings: soc: ti: pruss: Add documentation for PA_STATS support
` [DO NOT MERGE][PATCH v4 2/6] net: ti: icssg_prueth: Add support for PA Stats
` [DO NOT MERGE][PATCH v4 3/6] arm64: dts: ti: k3-am65-main: Add ti,pruss-pa-st node
` [DO NOT MERGE][PATCH v4 4/6] arm64: dts: ti: k3-am654-icssg2: Add ti,pa-stats property
` [DO NOT MERGE][PATCH v4 5/6] arm64: dts: ti: k3-am64-main: Add ti,pruss-pa-st node
` [DO NOT MERGE][PATCH v4 6/6] arm64: dts: ti: k3-am64: Add ti,pa-stats property

[PATCH v5] crash: Fix crash memory reserve exceed system memory bug
 2024-07-29 11:28 UTC  (5+ messages)

[PATCH v2] ARM: Add support for STACKLEAK gcc plugin
 2024-07-29 11:24 UTC  (4+ messages)

[PATCH] net: axienet: start napi before enabling Rx/Tx
 2024-07-29 11:24 UTC  (2+ messages)

[PATCH] pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pins
 2024-07-29 11:20 UTC  (2+ messages)

[PATCH v3] irqchip: Remove asmlinkage for handlers registered with set_handle_irq()
 2024-07-29 11:26 UTC 

[PATCH v4 0/3] crash: Fix crash memory reserve exceed system memory bug
 2024-07-29 11:14 UTC  (3+ messages)
` [PATCH v4 2/3] ARM: "

[PATCH v2] irqchip: Remove asmlinkage for *handle_irq() functions
 2024-07-29 11:10 UTC  (3+ messages)

[PATCH v6 00/18] Add Arm Mali-C55 Image Signal Processor Driver
 2024-07-29 11:03 UTC  (8+ messages)
` [PATCH v6 12/18] media: platform: Add mali-c55 3a stats devnode
` [PATCH v6 16/18] media: uapi: Add parameters structs to mali-c55-config.h

[PATCH v3 0/3] dma: support DMA zone starting above 4GB
 2024-07-29 10:51 UTC  (4+ messages)
` [PATCH v3 1/3] dma-mapping: improve DMA zone selection
` [PATCH v3 2/3] dma-mapping: replace zone_dma_bits by zone_dma_limit
` [PATCH v3 3/3] dma-direct: use RAM start to offset zone_dma_limit

[PATCH v3 2/2] fpga: zynq-fpga: Rename 'timeout' variable as 'time_left'
 2024-07-29 10:47 UTC  (2+ messages)

[PATCH v6 00/27] Add support for sam9x7 SoC family
 2024-07-29 10:24 UTC  (6+ messages)
` [PATCH v6 17/27] irqchip/atmel-aic5: Add support for sam9x7 aic

[PATCH v2] dt-bindings: arm-smmu: Document QCS9100 SMMU
 2024-07-29 10:23 UTC  (4+ messages)

[PATCH 1/1] arm: devtree: fix missing device_node cleanup
 2024-07-29 10:18 UTC  (3+ messages)

[PATCH v2 0/2] net: stmmac: dwmac-qcom-ethqos: Add QCS9100 ethqos compatible
 2024-07-29  9:59 UTC  (11+ messages)
` [PATCH v2 1/2] dt-bindings: net: qcom,ethqos: add description for qcs9100
` [PATCH v2 2/2] net: stmmac: dwmac-qcom-ethqos: add support for emac4 on qcs9100 platforms

[PATCH v2] arm: rust: Enable Rust support for ARMv7
 2024-07-29  9:58 UTC  (2+ messages)

[PATCH v4 0/5] Add AP6275P wireless support
 2024-07-29  9:55 UTC  (13+ messages)
` [PATCH v4 2/5] dt-bindings: net: wireless: brcm4329-fmac: add clock description for AP6275P Wi-Fi device
` [PATCH v4 4/5] wifi: brcmfmac: Add optional lpo clock enable support
` [PATCH v4 5/5] wifi: brcmfmac: add flag for random seed during firmware download

[PATCH] irqchip/gic-v4: Fix ordering between vmapp and vpe locks
 2024-07-29  9:48 UTC  (4+ messages)

[PATCH 1/1] arm64: dts: imx8-ss-dma: enable dma support for lpspi
 2024-07-29  9:45 UTC 

[PATCH 00/10] armada-370-xp irqchip updates round 4
 2024-07-29  9:44 UTC  (7+ messages)
` [PATCH 05/10] irqchip/armada-370-xp: Drop unneeded curly brackets

[PATCH v2 0/2] {ASoC,media}: constify snd_soc_component_driver when used as read-only
 2024-07-29  9:37 UTC  (3+ messages)
` [PATCH v2 1/2] media: i2c: tda1997x: constify snd_soc_component_driver struct
` [PATCH v2 2/2] ASoC: "

[PATCH] media: imx-mipi-csis: avoid logging while holding spinlock
 2024-07-29  9:32 UTC  (4+ messages)

[PATCH v2 0/2] Add ACSPCIE refclk support on J784S4-EVM
 2024-07-29  9:28 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: ti,j721e-pci-host: Add ACSPCIE proxy control property
` [PATCH v2 2/2] PCI: j721e: Enable ACSPCIE Refclk if "ti,syscon-acspcie-proxy-ctrl" exists

[PATCH 1/3] dt-bindings: usb: gpio-sbu-mux: Add an entry for PTN36043
 2024-07-29  9:03 UTC  (6+ messages)
` [PATCH 2/3] arm64: dts: imx8mp-evk: add typec node
` [PATCH 3/3] arm64: dts: imx8mq-evk: "

[PATCH v3 0/4] net: stmmac: dwc-qos: Add FSD EQoS support
 2024-07-29  8:49 UTC  (11+ messages)
  ` [PATCH v3 1/4] dt-bindings: net: Add FSD EQoS device tree bindings
  ` [PATCH v3 3/4] arm64: dts: fsd: Add Ethernet support for FSYS0 Block of FSD SoC

[PATCH v2 0/7] can: m_can: Add am62 wakeup support
 2024-07-29  8:51 UTC  (3+ messages)
` [PATCH v2 4/7] can: m_can: Support pinctrl wakeup state

Userspace programs segfaulting since CONFIG_ARM_PAN was introduced for LPAE
 2024-07-29  8:51 UTC  (2+ messages)

[PATCH 1/2] iommu: Optimize IOMMU UnMap
 2024-07-29  8:43 UTC  (3+ messages)

[PATCH] iommu/arm-smmu-qcom: Work around SDM845 Adreno SMMU w/ 16K pages
 2024-07-29  8:37 UTC 

[PATCH v12 00/11] Support page table check PowerPC
 2024-07-29  8:27 UTC  (3+ messages)

[PATCH V2 1/3] nvmem: u-boot-env: error if NVMEM device is too small
 2024-07-29  8:07 UTC  (3+ messages)
` [PATCH V2 2/3] dt-bindings: nvmem: convert U-Boot env to a layout
` [PATCH V2 3/3] nvmem: layouts: add U-Boot env layout


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