linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-26 12:57:19 to 2024-08-26 22:03:57 UTC [more...]

[PATCH v1 00/10] arm64: dts: colibri-imx8x: Various improvements and additions
 2024-08-26 21:59 UTC  (5+ messages)
` [PATCH v1 01/10] arm64: dts: colibri-imx8x: Add usb support
` [PATCH v1 02/10] arm64: dts: colibri-imx8x: Add analog inputs
` [PATCH v1 03/10] arm64: dts: colibri-imx8x: Add fxl6408 gpio expander
` [PATCH v1 04/10] arm64: dts: colibri-imx8x: Add sound card

[PATCH v2 0/6] soc: ti: Add and use PVU on K3-AM65 for DMA isolation
 2024-08-26 21:50 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: soc: ti: Add AM65 peripheral virtualization unit
` [PATCH v2 2/6] soc: ti: Add IOMPU-like PVU driver
` [PATCH v2 3/6] dt-bindings: PCI: ti,am65: Extend for use with PVU
` [PATCH v2 4/6] arm64: dts: ti: k3-am65-main: Add VMAP registers to PCI root complexes
` [PATCH v2 5/6] PCI: keystone: Add supported for PVU-based DMA isolation on AM654
` [PATCH v2 6/6] arm64: dts: ti: iot2050: Enforce DMA isolation for devices behind PCI RC

[PATCH v13 08/10] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
 2024-08-26 21:44 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: PCI: lx2160 use fsl,lx2160ar2-pcie
 2024-08-26 21:38 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: PCI: layerscape-pci: Replace fsl,lx2160a-pcie with fsl,lx2160ar2-pcie
` [PATCH 2/3] arm64: dts: fsl-lx2160a: add rev2 support
` [PATCH 3/3] arm64: dts: fsl-lx2160a: include rev2 chip's dts

[PATCH V2 1/5] Add dso__is_pie call to identify ELF PIE
 2024-08-26 21:35 UTC  (6+ messages)
` [PATCH V2 0/5] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
  ` [PATCH V2 5/5] Adjust objdump start/end range per map pgoff parameter
  ` [PATCH V2 4/5] Add map pgoff to python dictionary based on MAPPING_TYPE
  ` [PATCH V2 3/5] Force MAPPING_TYPE__IDENTIY for PIE
  ` [PATCH V2 2/5] Add dso__is_pie prototype

[PATCH 0/5] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
 2024-08-26 21:33 UTC  (4+ messages)
` [PATCH 1/5] Add dso__is_pie call to identify ELF PIE

[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-08-26 21:29 UTC  (11+ messages)
` [PATCH 04/11] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
` [PATCH 10/11] net: macb: Add support for RP1's MACB variant
` [PATCH 11/11] arm64: dts: rp1: Add support for MACB contained in RP1

[PATCH 1/1] MAINTAINERS: PCI: Add mail list imx@lists.linux.dev for NXP PCI controller
 2024-08-26 20:27 UTC 

[PATCH v8 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-08-26 21:17 UTC  (7+ messages)

[PATCH v2] arm64: dts: ti: k3-am64* Disable ethernet by default at SoC level
 2024-08-26 21:17 UTC  (5+ messages)

[PATCH 0/4] arm64: dts: rockchip: Add Hardkernel ODROID-M1S
 2024-08-26 21:14 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: arm: rockchip: Correct vendor for Hardkernel ODROID-M1
` [PATCH 2/4] arm64: dts: rockchip: Correct vendor prefix "
` [PATCH 3/4] dt-bindings: arm: rockchip: Add Hardkernel ODROID-M1S
` [PATCH 4/4] arm64: dts: "

[PATCH v6] rust: support for shadow call stack sanitizer
 2024-08-26 21:08 UTC  (3+ messages)

[PATCH 1/3] arm64: dts: imx93-11x11-evk: add io-expander adi,adp5585-00
 2024-08-26 20:59 UTC  (4+ messages)
` [PATCH 2/3] arm64: dts: imx93-11x11-evk: add flexcan support
` [PATCH 3/3] arm64: dts: imx93-11x11-evk: Enable sound-wm8962 sound card

[PATCH] aarch64: vdso: Wire up getrandom() vDSO implementation
 2024-08-26 20:55 UTC  (2+ messages)

[PATCH v2 00/19] mm: Support huge pfnmaps
 2024-08-26 20:43 UTC  (20+ messages)
` [PATCH v2 01/19] mm: Introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pud
` [PATCH v2 02/19] mm: Drop is_huge_zero_pud()
` [PATCH v2 03/19] mm: Mark special bits for huge pfn mappings when inject
` [PATCH v2 04/19] mm: Allow THP orders for PFNMAPs
` [PATCH v2 05/19] mm/gup: Detect huge pfnmap entries in gup-fast
` [PATCH v2 06/19] mm/pagewalk: Check pfnmap for folio_walk_start()
` [PATCH v2 07/19] mm/fork: Accept huge pfnmap entries
` [PATCH v2 08/19] mm: Always define pxx_pgprot()
` [PATCH v2 09/19] mm: New follow_pfnmap API
` [PATCH v2 10/19] KVM: Use "
` [PATCH v2 11/19] s390/pci_mmio: "
` [PATCH v2 12/19] mm/x86/pat: Use the new "
` [PATCH v2 13/19] vfio: "
` [PATCH v2 14/19] acrn: "
` [PATCH v2 15/19] mm/access_process_vm: "
` [PATCH v2 16/19] mm: Remove follow_pte()
` [PATCH v2 17/19] mm/x86: Support large pfn mappings
` [PATCH v2 18/19] mm/arm64: "
` [PATCH v2 19/19] vfio/pci: Implement huge_fault support

[PATCH v3 0/5] usb drivers use devm_clk_get_enabled() helpers
 2024-08-26 20:17 UTC  (3+ messages)
` [PATCH v3 2/5] usb: pxa27x_udc: Use "

[PATCH v4 0/3] arm64: dts: k3: Resolve remaining dtbs_check warnings
 2024-08-26 20:13 UTC  (8+ messages)
` [PATCH v4 2/3] dt-bindings: soc: ti: am645-system-controller: add child nodes used by main domain

[PATCH v2 11/12] arm64: dts: rockchip: Add rk3576 SoC base DT
 2024-08-26 19:56 UTC  (2+ messages)

[PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
 2024-08-26 19:51 UTC  (3+ messages)

[PATCH -fixes] drivers: perf: Fix smp_processor_id() use in preemptible code
 2024-08-26 19:35 UTC  (5+ messages)

[PATCH v6 RESED 0/2] dma: support DMA zone starting above 4GB
 2024-08-26 19:28 UTC  (3+ messages)
  ` [PATCH v6 RESED 1/2] dma: replace zone_dma_bits by zone_dma_limit

[PATCH 0/6] dma:Use devm_clk_get_enabled() helpers
 2024-08-26 19:27 UTC  (4+ messages)
` [PATCH 4/6] dma:imx-sdma:Use "

[PATCH 0/5] soc: ti: Add and use PVU on K3-AM65 for DMA isolation
 2024-08-26 19:25 UTC  (10+ messages)
` [PATCH 1/5] dt-bindings: soc: ti: Add AM65 peripheral virtualization unit
` [PATCH 2/5] soc: ti: Add IOMPU-like PVU driver
` [PATCH 3/5] arm64: dts: ti: k3-am65-main: Add VMAP registers to PCI root complexes
` [PATCH 4/5] PCI: keystone: Add supported for PVU-based DMA isolation on AM654
` [PATCH 5/5] arm64: dts: ti: iot2050: Enforce DMA isolation for devices behind PCI RC

[PATCH 0/3] KVM: selftests: Fix unsupported $(ARCH) builds
 2024-08-26 19:01 UTC  (4+ messages)
` [PATCH 1/3] KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHs
` [PATCH 2/3] KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
` [PATCH 3/3] KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR

[PATCH v1 0/9] clk: rockchip: Drop CLK_NR_CLKS CLKPMU_NR_CLKS usage
 2024-08-26 17:11 UTC  (11+ messages)
` [PATCH v1 1/9] clk: rockchip: px30: "
` [PATCH v1 2/9] clk: rockchip: rk3036: Drop CLK_NR_CLKS usage
` [PATCH v1 3/9] clk: rockchip: rk3228: "
` [PATCH v1 4/9] clk: rockchip: rk3288: "
` [PATCH v1 5/9] clk: rockchip: rk3308: "
` [PATCH v1 6/9] clk: rockchip: rk3328: "
` [PATCH v1 7/9] clk: rockchip: rk3368: "
` [PATCH v1 8/9] clk: rockchip: rk3399: Drop CLK_NR_CLKS CLKPMU_NR_CLKS usage
` [PATCH v1 9/9] dt-bindings: clock: rockchip: remove CLK_NR_CLKS and CLKPMU_NR_CLKS

[net-next v4 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2024-08-26 18:53 UTC  (8+ messages)
` [net-next v4 2/5] net: stmmac: Add basic dw25gmac support to stmmac core
` [net-next v4 3/5] net: stmmac: Integrate dw25gmac into stmmac hwif handling
` [net-next v4 4/5] net: stmmac: Add PCI driver support for BCM8958x

[PATCH RFC 0/3] Add generic Overlay for Grove Sunlight Sensor
 2024-08-26 18:44 UTC  (3+ messages)

[PATCH] arm64: dts: toshiba: Fix pl011 and pl022 clocks
 2024-08-26 18:38 UTC 

[PATCH] arm64: dts: ti: k3-j784s4-main: align watchdog clocks
 2024-08-26 18:31 UTC  (5+ messages)

[PATCH v3 0/6] New support and problem adjustment of SPI rockchip
 2024-08-26 18:30 UTC  (5+ messages)
` [PATCH v3 5/6] spi: rockchip: Suspend and resume the bus during NOIRQ_SYSTEM_SLEEP_PM ops

[PATCH] arm64: dts: ti: k3-am62p5-sk: Remove CTS/RTS from wkup_uart0 pinctrl
 2024-08-26 18:07 UTC 

[PATCH 0/3] clk: at91: sckc: Add macros for the slow clock
 2024-08-26 17:42 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: clk: at91: Add clock IDs for the slow clock controller
` [PATCH 2/3] clk: at91: sckc: Use SCKC_{TD, MD}_SLCK IDs for clk32k clocks
` [PATCH 3/3] ARM: dts: microchip: "

[PATCH v1 0/4] vfio/iommu: Flag to allow userspace to set DMA buffers system cacheable
 2024-08-26 17:36 UTC  (3+ messages)

[PATCH v8 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-08-26 17:15 UTC  (4+ messages)
` [PATCH v8 1/4] iommu/io-pgtable-arm: Make pgtable walker more generic
` [PATCH v8 2/4] iommu/io-pgtable-arm: Re-use the pgtable walk for iova_to_phys
` [PATCH v8 3/4] iommu/io-pgtable-arm: Add way to debug pgtable walk

[PATCH v3 0/4] arm64: dts: ti: k3-am62{a,p}x-sk: add opp frequencies
 2024-08-26 17:22 UTC  (5+ messages)
` [PATCH v3 1/4] arm64: dts: ti: k3-am62a: "
` [PATCH v3 2/4] arm64: dts: ti: k3-am62a7-sk: add 1.4ghz opp entry
` [PATCH v3 3/4] arm64: dts: ti: k3-am62p: add opp frequencies
` [PATCH v3 4/4] arm64: dts: ti: k3-am62p5-sk: add 1.4ghz opp entry

[PATCH net-next v3 0/5] net: xilinx: axienet: Multicast fixes and improvements
 2024-08-26 17:00 UTC  (2+ messages)

[PATCH v2 0/2] Add pinctrl support to EN7581 SoC
 2024-08-26 17:07 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: airoha: Add EN7581 pinctrl controller

[PATCH v3 0/9] PCI: Remove pcim_iounmap_regions()
 2024-08-26 17:12 UTC  (7+ messages)
` [PATCH v3 5/9] ethernet: cavium: Replace deprecated PCI functions

[PATCH 00/16] Add initial USB support for the Renesas RZ/G3S SoC
 2024-08-26 17:09 UTC  (9+ messages)
` [PATCH 02/16] dt-bindings: soc: renesas: renesas,rzg2l-sysc: Add #reset-cells for RZ/G3S

[GIT PULL] Microchip AT91 fixes for v6.11
 2024-08-26 17:07 UTC 

[v2 PATCH 1/2] hugetlb: arm64: add mte support
 2024-08-26 17:02 UTC  (3+ messages)

[PATCH] ARM: dts: microchip: sama7g5: Fix RTT clock
 2024-08-26 16:53 UTC 

[PATCH v10 0/4] firmware: ti_sci: Introduce system suspend support
 2024-08-26 16:43 UTC  (7+ messages)
` [PATCH v10 1/4] firmware: ti_sci: Add support for querying the firmware caps
` [PATCH v10 2/4] firmware: ti_sci: Add system suspend and resume call
` [PATCH v10 3/4] firmware: ti_sci: Introduce Power Management Ops

[PATCH net-next v7 0/2] Add support for ICSSG PA_STATS
 2024-08-26 16:40 UTC  (2+ messages)

[PATCH v3 1/1] dt-bindings: dma: fsl-mxs-dma: Add compatible string "fsl,imx8qxp-dma-apbh"
 2024-08-26 16:31 UTC  (2+ messages)

[PATCH 0/2] Enable E5010 JPEG encoder
 2024-08-26 16:22 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: ti: k3-am62a : Add E5010 JPEG Encoder
` [PATCH 2/2] arm64: defconfig: Enable "

[PATCH] dt-bindings: mfd: mediatek,mt6357: Fixup reference to pwrap node
 2024-08-26 16:07 UTC  (4+ messages)

[PATCH v2 0/4] arm64: dts: ti: k3-am62{a,p}x-sk: add opp frequencies
 2024-08-26 16:11 UTC  (4+ messages)
` [PATCH v2 3/4] arm64: dts: ti: k3-am62p: "

[PATCH v3 0/3] Add Firmware Upload support for beagleplay cc1352
 2024-08-26 16:09 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: net: ti,cc1352p7: Add bootloader-backdoor-gpios

[PATCH v3 0/3] arm64: entry: Convert to generic entry
 2024-08-26 15:56 UTC  (9+ messages)
` [PATCH v3 1/3] entry: Add some arch funcs to support arm64 to use "
` [PATCH v3 3/3] arm64: entry: Convert to "

[PATCH v3 0/9] of: property: add of_graph_get_next_port/port_endpoint()
 2024-08-26 15:40 UTC  (3+ messages)
` [PATCH v3 2/9] of: property: add of_graph_get_next_port_endpoint()

[PATCH v2 00/14] introduce pte_offset_map_{ro|rw}_nolock()
 2024-08-26 15:36 UTC  (13+ messages)
` [PATCH v2 01/14] mm: pgtable: "
` [PATCH v2 02/14] arm: adjust_pte() use pte_offset_map_rw_nolock()
` [PATCH v2 03/14] powerpc: assert_pte_locked() use pte_offset_map_ro_nolock()
` [PATCH v2 04/14] mm: filemap: filemap_fault_recheck_pte_none() "
` [PATCH v2 05/14] mm: khugepaged: __collapse_huge_page_swapin() "
` [PATCH v2 06/14] mm: handle_pte_fault() use pte_offset_map_rw_nolock()

[PATCH v3 0/2] remoteproc: imx_rproc: support non-blocking tx for i.MX7ULP
 2024-08-26 15:31 UTC  (2+ messages)

[PATCH next 1/2] mtd: rawnand: mtk: Factorize out the logic cleaning mtk chips
 2024-08-26 15:30 UTC  (2+ messages)
` [PATCH next 2/2] mtd: rawnand: mtk: Fix init error path

[GIT PULL] Qualcomm Arm64 DeviceTree fixes for v6.11
 2024-08-26 15:24 UTC 

[GIT PULL] Qualcomm Arm64 defconfig fix for 6.11
 2024-08-26 14:57 UTC 

[GIT PULL] Qualcomm clock fixes for v6.11
 2024-08-26 15:08 UTC 

[PATCH] gpio: rockchip: fix OF node leak in probe()
 2024-08-26 15:08 UTC 

[PATCH -next] arm64: Constify struct kobj_type
 2024-08-26 15:12 UTC 

[PATCH v4 4/4] mmc: dw_mmc-rockchip: Add support for rk3576 SoCs
 2024-08-26 14:52 UTC  (6+ messages)
  ` [PATCH v4 2/4] mmc: dw_mmc-rockchip: Add internal phase support
  ` [PATCH v4 3/4] mmc: dw_mmc-rockchip: Skip all phases bigger than 270 degrees

[GIT PULL] Qualcomm driver fixes for v6.11
 2024-08-26 14:52 UTC 

next-20240826: arm: tinyconfig: mm/vma.h:184:26: error: 'USER_PGTABLES_CEILING' undeclared (first use in this function)
 2024-08-26 14:41 UTC  (3+ messages)

[PATCH RFC 0/6] mm: THP-agnostic refactor on huge mappings
 2024-08-26 14:34 UTC  (6+ messages)
` [PATCH RFC 2/6] mm: PGTABLE_HAS_P[MU]D_LEAVES config options

[PATCH 0/2] arm64: dts: iot2050: Fix R5 lock-step settings, add overlays
 2024-08-26 14:28 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: ti: iot2050: Disable lock-step for all iot2050 boards
` [PATCH 2/2] arm64: dts: ti: iot2050: Add overlays for M.2 used by firmware

[PATCH v6 00/13] PCI: brcnstb: Enable STB 7712 SOC
 2024-08-26 14:17 UTC  (10+ messages)
` [PATCH v6 05/13] PCI: brcmstb: Use bridge reset if available

[PATCH 0/3] gpio: siul2-s32g2: add initial GPIO driver
 2024-08-26 14:06 UTC  (8+ messages)
` [PATCH 2/3] drivers: gpio: siul2-s32g2: add NXP S32G2/S32G3 SoCs support

[PATCH v6 1/3] dt-bindings: clock, reset: Add support for rk3576
 2024-08-26 14:00 UTC 

[PATCH -next 0/2] spi: atmel-quadspi: Fix uninitialized res
 2024-08-26 12:59 UTC  (2+ messages)
` [PATCH -next 2/2] spi: atmel-quadspi: Simplify with dev_err_probe()

[PATCH v9 00/23] Support more Amlogic SoC families in crypto driver
 2024-08-26 13:52 UTC  (7+ messages)
` [PATCH v9 17/23] dt-bindings: crypto: meson: correct clk and remove second interrupt line
` [PATCH v9 18/23] dt-bindings: crypto: meson: support new SoC's
` [PATCH v9 19/23] arch: arm64: dts: meson: gxl: correct crypto node definition

[PATCH v3 0/9] clk: clocking-wizard: add user clock monitor support
 2024-08-26 13:11 UTC  (3+ messages)
` [PATCH v3 7/9] uio: add Xilinx "

[PATCH v5 02/10] regulator: Move OF-specific regulator lookup code to of_regulator.c
 2024-08-26 13:19 UTC  (2+ messages)

[PATCH -next] mmc: sdhci-of-aspeed: fix module autoloading
 2024-08-26 12:48 UTC 

[PATCH -next RESEND 00/10] mtd: Use for_each_child_of_node_scoped()
 2024-08-26 12:56 UTC  (5+ 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 NNTP newsgroup(s).