linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-28 15:43:37 to 2024-08-29 03:40:29 UTC [more...]

[PATCH v2 00/14] introduce pte_offset_map_{ro|rw}_nolock()
 2024-08-29  3:39 UTC  (9+ messages)
` [PATCH v2 01/14] mm: pgtable: "
` [PATCH v2 02/14] arm: adjust_pte() use pte_offset_map_rw_nolock()

[PATCH v2] drivers: spi: Insert the missing pci_dev_put()before return
 2024-08-29  3:35 UTC 

[PATCH] arm64: Return early when break handler is found on linked-list
 2024-08-29  3:29 UTC  (5+ messages)

[PATCH net-next v2 00/13] net: Simplified with scoped function
 2024-08-29  3:26 UTC  (16+ messages)
` [PATCH net-next v2 01/13] net: stmmac: dwmac-sun8i: Use for_each_child_of_node_scoped()
` [PATCH net-next v2 05/13] net: phy: Fix missing of_node_put() for leds
` [PATCH net-next v2 08/13] net: mdio: mux-mmioreg: Simplified with dev_err_probe()

[PATCH v10 0/4] firmware: ti_sci: Introduce system suspend support
 2024-08-29  3:24 UTC  (5+ messages)
` [PATCH v10 3/4] firmware: ti_sci: Introduce Power Management Ops

[PATCH v5 02/22] thermal/drivers/sun8i: convert to use devm_request*_irq_probe()
 2024-08-29  3:21 UTC  (4+ messages)
    ` 答复: "

[PATCH] regulator: mt6359: Fix UBSAN shift-out-of-bounds
 2024-08-29  2:58 UTC 

[Patch v3 0/4] add NETCMIX block control support on i.MX95
 2024-08-29  1:18 UTC  (5+ messages)
` [Patch v3 1/4] dt-bindings: clock: add i.MX95 NETCMIX block control
` [Patch v3 2/4] dt-bindings: clock: add RMII clock selection
` [Patch v3 3/4] clk: imx95: enable the clock of NETCMIX block control
` [Patch v3 4/4] arm64: dts: imx95: Add NETCMIX block control support

[PATCH -next 0/8] soc: Simplify with scoped for each OF child loop and dev_err_probe()
 2024-08-29  2:25 UTC  (6+ messages)
` [PATCH -next 2/8] soc: fsl: cpm1: Simplify with dev_err_probe()

[PATCH v4 0/5] Coresight: Add Coresight TMC Control Unit driver
 2024-08-29  1:22 UTC  (4+ messages)
` [PATCH v4 3/5] dt-bindings: arm: Add Coresight TMC Control Unit hardware

[PATCH net-next] net: ethtool: cable-test: Release RTNL when the PHY isn't found
 2024-08-29  1:00 UTC  (2+ messages)

[PATCH v12 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-28 23:27 UTC  (40+ messages)
` [PATCH v12 01/39] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v12 02/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v12 03/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v12 04/39] mman: Add map_shadow_stack() flags
` [PATCH v12 05/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v12 06/39] arm64/gcs: Document the ABI "
` [PATCH v12 07/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v12 08/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v12 09/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v12 10/39] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v12 11/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v12 12/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v12 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v12 14/39] arm64/mm: Map pages for guarded control stack
` [PATCH v12 15/39] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v12 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v12 17/39] arm64/hwcap: Add hwcap "
` [PATCH v12 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v12 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v12 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v12 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v12 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v12 23/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v12 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v12 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v12 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v12 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v12 28/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v12 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v12 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v12 31/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v12 32/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v12 33/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v12 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v12 35/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v12 36/39] kselftest/arm64: Add GCS signal tests
` [PATCH v12 37/39] kselftest/arm64: Add a GCS stress test
` [PATCH v12 38/39] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v12 39/39] KVM: selftests: arm64: Add GCS registers to get-reg-list

remove the dma_set_{max_seg_size,seg_boundary,min_align_mask} return value v2
 2024-08-29  0:57 UTC  (2+ messages)

[PATCH v2 00/11] KVM: arm64: Handle the lack of GICv3 exposed to a guest
 2024-08-29  0:48 UTC  (4+ messages)
` [PATCH v2 05/11] KVM: arm64: Zero ID_AA64PFR0_EL1.GIC when no GICv3 is presented to the guest

[PATCH v2 0/3] Add support for AST2700 clk driver
 2024-08-29  0:18 UTC  (4+ messages)
` [PATCH v2 3/3] clk: aspeed: add "

[PATCH v2] resource: limit request_free_mem_region based on arch_get_mappable_range
 2024-08-29  0:08 UTC  (4+ messages)

[PATCH RESEND v2 1/3] dt-bindings: trivial-devices: Document elgin,jg10309-01
 2024-08-29  0:09 UTC  (5+ messages)
` [PATCH RESEND v3 2/3] spi: spidev: Add an entry for elgin,jg10309-01
` [PATCH RESEND v3 3/3] ARM: dts: rockchip: rv1108-elgin-r1: Do not describe unexisting DAC device

[PATCH v2 00/19] mm: Support huge pfnmaps
 2024-08-28 23:49 UTC  (19+ messages)
` [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 06/19] mm/pagewalk: Check pfnmap for folio_walk_start()

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

[PATCH v3] mm: Fix race between __split_huge_pmd_locked() and GUP-fast
 2024-08-28 22:21 UTC  (4+ messages)

[PATCH 1/5] power: reset: brcmstb: Use normal driver register function
 2024-08-28 22:17 UTC  (2+ messages)

[PATCH v4 0/4] Add Synopsys DesignWare HDMI RX Controller
 2024-08-28 22:13 UTC  (3+ messages)

[PATCH V4 0/4] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
 2024-08-28 21:26 UTC  (9+ messages)
` [PATCH V4 3/4] Add map pgoff to python dictionary based on MAPPING_TYPE
` [PATCH V4 1/4] Add dso__is_pie call to identify ELF PIE

[PATCH v3 2/2] PCI: j721e: Enable ACSPCIE Refclk if "ti,syscon-acspcie-proxy-ctrl" exists
 2024-08-28 21:19 UTC  (2+ messages)

[PATCH v1 0/9] perf auxtrace: Refactor with evsel__is_aux_event()
 2024-08-28 21:16 UTC  (4+ messages)
` [PATCH v1 2/9] perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_record

[PATCH] perf vendor events arm64: Move Yitian 710 DDR PMU into T-Head directory
 2024-08-28 21:12 UTC  (3+ messages)

[PATCH v1] drivers:spi:Insert the missing pci_dev_put()before return
 2024-08-28 20:54 UTC  (2+ messages)

[PATCH v1 0/9] clk: rockchip: Drop CLK_NR_CLKS CLKPMU_NR_CLKS usage
 2024-08-28 20:53 UTC  (2+ messages)

[PATCH 0/2] Work around reserved SMMU context bank on msm8998
 2024-08-28 20:49 UTC  (5+ messages)
` [PATCH 1/2] iommu/arm-smmu-qcom: hide last LPASS SMMU context bank from linux
` [PATCH 2/2] arm64: dts: qcom: msm8998: add qcom,msm8998-lpass-smmu compatible

[PATCH v4 0/3] interconnect: qcom: Add SM4450 interconnect
 2024-08-28 20:40 UTC  (5+ messages)
` [PATCH v4 2/3] interconnect: qcom: Add SM4450 interconnect provider driver
` [PATCH v4 3/3] arm64: defconfig: Enable interconnect for SM4450

[PATCH 00/11] arm64: qcom: set of fixes for SM8350 platform
 2024-08-28 20:33 UTC  (3+ messages)
` [PATCH 03/11] drm/msm/dsi: correct programming sequence for SM8350 / SM8450

[PATCH 0/8] regulator: kerneldoc section fixes
 2024-08-28 20:29 UTC  (5+ messages)
` [PATCH 3/8] regulator: core: Fix incorrectly formatted kerneldoc "Return" sections

[PATCH] mfd: syscon: Set max_register_is_0 when syscon points to a single register
 2024-08-28 20:26 UTC  (6+ messages)

[PATCH v2] arm64: errata: Enable the AC03_CPU_38 workaround for ampere1a
 2024-08-28 20:21 UTC  (2+ messages)

[PATCH] ARM: dts: imx28-apx4devkit: Fix the rtc compatible
 2024-08-28 20:02 UTC 

[PATCH v2 0/8] Initial support for SMMUv3 nested translation
 2024-08-28 19:50 UTC  (18+ messages)
` [PATCH v2 2/8] iommu/arm-smmu-v3: Use S2FWB when available
` [PATCH v2 5/8] iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS
` [PATCH v2 8/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED

[PATCH] ARM: dts: imx23/8: Rename apbh and apbx nodes
 2024-08-28 19:49 UTC 

[PATCH v3 1/2] dt-bindings: arm: ti: Add BeagleY-AI
 2024-08-28 19:48 UTC  (12+ messages)
` [PATCH v3 2/2] arm64: dts: ti: Add k3-am67a-beagley-ai

[PATCH] arm64: dts: ti: k3-j784s4-main: align watchdog clocks
 2024-08-28 18:39 UTC  (2+ messages)

[PATCH v3] dmaengine: xilinx: dpdma: Add support for cyclic dma mode
 2024-08-28 18:16 UTC  (2+ messages)

[PATCH -next 0/2] spi: bcmbca-hsspi: Fix missing pm_runtime_disable()
 2024-08-28 19:09 UTC  (5+ messages)
` [PATCH -next 1/2] "
` [PATCH -next 2/2] spi: bcmbca-hsspi: Use devm_spi_alloc_host()

[PATCH 0/2] Enable E5010 JPEG encoder
 2024-08-28 19:04 UTC  (2+ messages)

[PATCH v2 0/2] Add support for multiple can instances as well as describe main_uart5
 2024-08-28 19:02 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-am62p5-sk: Remove CTS/RTS from wkup_uart0 pinctrl
 2024-08-28 19:01 UTC  (2+ messages)

[PATCH v4 0/7] Reserve Timer Nodes to avoid clash with Remoteproc firmware
 2024-08-28 18:58 UTC  (2+ messages)

[PATCH v2 0/2] arm64: dts: iot2050: Fix R5 lock-step settings, add overlays
 2024-08-28 18:55 UTC  (2+ messages)

[PATCH v3 0/7] Switch MAIN R5F clusters to Split-mode for TI K3 Platforms
 2024-08-28 18:43 UTC  (2+ messages)

[PATCH v4 0/4] Do device node auto cleanup in drivers/soc/ti/
 2024-08-28 18:41 UTC  (2+ messages)

[PATCH v2] arm64: dts: ti: k3-am64* Disable ethernet by default at SoC level
 2024-08-28 18:41 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: ti: k3-j721e-sk: Fix reversed C6x carveout locations
 2024-08-28 18:37 UTC  (2+ messages)

[PATCH v3 0/5] Binding and driver for gated-fixed-clocks
 2024-08-28 18:30 UTC  (5+ messages)
` [PATCH v3 1/5] dt-bindings: clocks: add binding "
` [PATCH v3 4/5] clk: clk-gpio: add driver "

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

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

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

[PATCH v4 4/5] Coresight: Add Coresight TMC Control Unit driver
 2024-08-28 17:52 UTC  (2+ messages)

[PATCH v4 2/5] Coresight: Add trace_id function to retrieving the trace ID
 2024-08-28 17:50 UTC  (2+ messages)

[PATCH v6] rust: support for shadow call stack sanitizer
 2024-08-28 17:38 UTC  (4+ messages)

[PATCH 1/2 v2] dt-bindings: arm: fsl: rename gw7905 to gw75xx
 2024-08-28 17:36 UTC  (2+ messages)
` [PATCH 2/2 v2] arm64: dts: freescale: "

[PATCH v2 0/4] K3 include entire FSS region in ranges
 2024-08-28 17:29 UTC  (5+ messages)
` [PATCH v2 1/4] arm64: dts: ti: k3-am65: Include "
` [PATCH v2 2/4] arm64: dts: ti: k3-j721e: "
` [PATCH v2 3/4] arm64: dts: ti: k3-j721s2: "
` [PATCH v2 4/4] arm64: dts: ti: k3-j784s4: "

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-28 17:32 UTC  (8+ messages)
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames

[PATCH v2] Avoid memory barrier in read_seqcount() through load acquire
 2024-08-28 17:15 UTC  (3+ messages)

[PATCH v5 0/7] Event parsing fixes
 2024-08-28 17:14 UTC  (3+ messages)

[PATCH -fixes] drivers: perf: Fix smp_processor_id() use in preemptible code
 2024-08-28 17:13 UTC  (4+ messages)

[PATCH v1 0/2] gpiolib:legacy: Kill GPIOF_DIR_* and GPIOF_INIT_*
 2024-08-28 17:05 UTC  (2+ messages)

[PATCH 1/5] dt-bindings: clock: baikal,bt1-ccu-div: add top-level constraints
 2024-08-28 17:00 UTC  (6+ messages)
` [PATCH 2/5] dt-bindings: clock: cirrus,lochnagar: "
` [PATCH 5/5] dt-bindings: clock: st,stm32mp1-rcc: "

[PATCH V2] Documentation: Fix spelling mistakes
 2024-08-28 17:03 UTC  (2+ messages)

[PATCH 1/1] MAINTAINERS: PCI: Add mail list imx@lists.linux.dev for NXP PCI controller
 2024-08-28 16:59 UTC  (2+ messages)

[PATCH] dts: nxp: mxs: Add descriptions for imx287 based btt3-[012] devices
 2024-08-28 16:54 UTC  (5+ messages)

[PATCH v4 0/5] Add STM32MP25 USB3/PCIE COMBOPHY driver
 2024-08-28 16:11 UTC  (4+ messages)
` [PATCH v4 1/5] dt-bindings: phy: Add STM32MP25 COMBOPHY bindings
` [PATCH v4 5/5] arm64: dts: st: Enable COMBOPHY on the stm32mp257f-ev1 board

[PATCH 0/4] OPP: Re-work code to drop _opp_attach|detach_genpd()
 2024-08-28 15:26 UTC  (4+ messages)
` [PATCH 1/4] drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list()

[PATCH v1 0/9] perf arm-spe: Introduce metadata version 2
 2024-08-28 16:20 UTC  (3+ messages)
` [PATCH v1 9/9] perf arm-spe: Dump metadata with "

[v2,3/3] arm64: dts: rockchip: add dts for LCKFB Taishan Pi RK3566
 2024-08-28 16:17 UTC  (3+ messages)

[PATCH] arm: dts: mxs: Remove not used "fsl,imx2[38]-icoll' compatibles
 2024-08-28 16:15 UTC  (4+ messages)

[PATCH 0/3] dt-bindings: gpio/pinctrl: add missing type to GPIO hogs
 2024-08-28 15:53 UTC  (3+ messages)
` [PATCH 3/3] dt-bindings: gpio: simplify GPIO hog nodes schema

[PATCH v7 1/3] dt-bindings: clock, reset: Add support for rk3576
 2024-08-28 15:42 UTC  (2+ messages)
` [PATCH v7 2/3] clk: rockchip: Add new pll type pll_rk3588_ddr

[PATCH bpf-next 0/2] bpf, arm64: Simplify jited prologue/epilogue
 2024-08-28 15:50 UTC  (2+ messages)

[PATCH v7 0/3] Add CRU support for rk3576 SoC
 2024-08-28 15:42 UTC 

[PATCH v2 0/2] Fix compatibles for RK3588 VO{0,1}_GRF
 2024-08-28 15:39 UTC 

[PATCH 1/3] drm/nouveau/tegra: Use iommu_paging_domain_alloc()
 2024-08-28 15:27 UTC  (3+ messages)
` [PATCH 3/3] drm/tegra: Remove call to iommu_domain_alloc()

[PATCH ethtool-next v2 0/3] Introduce PHY listing and targeting
 2024-08-28 15:25 UTC  (4+ messages)
` [PATCH ethtool-next v2 1/3] update UAPI header copies
` [PATCH ethtool-next v2 2/3] ethtool: Allow passing a PHY index for phy-targetting commands
` [PATCH ethtool-next v2 3/3] ethtool: Introduce a command to list PHYs

[PATCH v5 1/3] dt-bindings: mmc: Add support for rk3576 dw-mshc
 2024-08-28 15:24 UTC  (3+ messages)
` [PATCH v5 2/3] mmc: dw_mmc-rockchip: Add internal phase support
` [PATCH v5 3/3] mmc: dw_mmc-rockchip: Add support for rk3576 SoCs

[PATCH v5 0/3] Add dw_mmc support for rk3576
 2024-08-28 15:24 UTC 

[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-08-28 15:24 UTC  (4+ messages)
` [PATCH 07/11] pinctrl: rp1: Implement RaspberryPi RP1 gpio support

[PATCH -next] mmc: sdhci-of-aspeed: fix module autoloading
 2024-08-28 15:23 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 NNTP newsgroup(s).