linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-05 19:30:35 to 2025-02-06 12:01:30 UTC [more...]

[PATCH 0/8] KVM: arm64: FPSIMD/SVE/SME fixes
 2025-02-06 10:55 UTC  (10+ messages)
` [PATCH 7/8] KVM: arm64: Mark some header functions as inline
` [PATCH 8/8] KVM: arm64: Eagerly switch ZCR_EL{1,2}

[PATCH v2 0/4] scmi: Bypass set fwnode and introduce allow/block list to address devlink issue
 2025-02-06 11:46 UTC  (13+ messages)
` [PATCH v2 1/4] firmware: arm_scmi: Bypass setting fwnode for scmi cpufreq
` [PATCH v2 2/4] firmware: arm_scmi: Add machine_allowlist and machine_blocklist

[PATCH 0/4] barrier: Introduce smp_cond_load_*_timeout()
 2025-02-06 10:57 UTC  (2+ messages)

[PATCH net] Revert "net: stmmac: Specify hardware capability value when FIFO size isn't specified"
 2025-02-06 11:00 UTC  (6+ messages)

[PATCH v3 0/7] media: rockchip: add a driver for the rockchip camera interface
 2025-02-06 11:25 UTC  (9+ messages)
` [PATCH v3 1/7] media: dt-bindings: media: video-interfaces: add defines for sampling modes
` [PATCH v3 2/7] media: dt-bindings: media: add bindings for rockchip px30 vip
` [PATCH v3 3/7] media: dt-bindings: media: add bindings for rockchip rk3568 vicap
` [PATCH v3 4/7] media: rockchip: add a driver for the rockchip camera interface
` [PATCH v3 5/7] arm64: dts: rockchip: add the vip node to px30
` [PATCH v3 6/7] arm64: dts: rockchip: add vicap node to rk356x
` [PATCH v3 7/7] arm64: dts: rockchip: enable vicap dvp on wolfvision pf5 io expander

[PATCH v5 0/5] Driver for pre-DCP apple display controller
 2025-02-06 11:11 UTC  (13+ messages)
` [PATCH v5 1/5] dt-bindings: display: Add Apple pre-DCP "
` [PATCH v5 2/5] drm: adp: Add Apple Display Pipe driver
` [PATCH v5 3/5] drm: panel: Add a panel driver for the Summit display
` [PATCH v5 4/5] arm64: dts: apple: Add touchbar screen nodes
` [PATCH v5 5/5] MAINTAINERS: Add entries for touchbar display driver

[PATCH v3 0/4] Add support for Mediatek Genio 510 EVK board
 2025-02-06 11:08 UTC  (6+ messages)
` [PATCH v3 1/4] dt-bindings: arm: mediatek: add mt8370-evk board
` [PATCH v3 2/4] arm64: dts: mediatek: add support for MT8370 SoC
` [PATCH v3 3/4] arm64: dts: mediatek: mt8390-genio-700-evk: Move common parts to dtsi
` [PATCH v3 4/4] arm64: dts: mediatek: add device-tree for Genio 510 EVK board

[PATCH v7 0/6] Add display support for the MT8365-EVK board
 2025-02-06 11:08 UTC  (2+ messages)
` (subset) "

[PATCH 1/3] arm64: dts: mediatek: mt8173-elm: Drop pmic's #address-cells and #size-cells
 2025-02-06 11:08 UTC  (2+ messages)

[PATCH 1/3] arm64: dts: airoha: en7581: Add Clock Controller node
 2025-02-06 11:08 UTC  (2+ messages)

[PATCH v4 0/4] arm64: dts: rockchip: minimal support for Pre-ICT tester adapter for RK3588 Jaguar + add overlay tests
 2025-02-06 11:07 UTC  (6+ messages)
` [PATCH v4 3/4] arm64: dts: rockchip: add overlay tests for Rock 5B PCIe overlays

[PATCH v3 0/5] Improve Rockchip VOP2 display modes handling on RK3588 HDMI0
 2025-02-06 11:06 UTC  (3+ messages)
` (subset) "

[PATCH v7 0/2] Fix label name of hdptxphy for RK3588
 2025-02-06 11:06 UTC  (5+ messages)
` [PATCH v7 1/2] dt-bindings: display: rockchip: Fix label name of hdptxphy for RK3588 HDMI TX Controller
` [PATCH v7 2/2] arm64: dts: rockchip: Fix label name of hdptxphy for RK3588
` (subset) [PATCH v7 0/2] "

[PATCH bpf-next v2 00/26] Resilient Queued Spin Lock
 2025-02-06 10:54 UTC  (27+ messages)
` [PATCH bpf-next v2 01/26] locking: Move MCS struct definition to public header
` [PATCH bpf-next v2 02/26] locking: Move common qspinlock helpers to a private header
` [PATCH bpf-next v2 03/26] locking: Allow obtaining result of arch_mcs_spin_lock_contended
` [PATCH bpf-next v2 04/26] locking: Copy out qspinlock.c to rqspinlock.c
` [PATCH bpf-next v2 05/26] rqspinlock: Add rqspinlock.h header
` [PATCH bpf-next v2 06/26] rqspinlock: Drop PV and virtualization support
` [PATCH bpf-next v2 07/26] rqspinlock: Add support for timeouts
` [PATCH bpf-next v2 08/26] rqspinlock: Protect pending bit owners from stalls
` [PATCH bpf-next v2 09/26] rqspinlock: Protect waiters in queue "
` [PATCH bpf-next v2 10/26] rqspinlock: Protect waiters in trylock fallback "
` [PATCH bpf-next v2 11/26] rqspinlock: Add deadlock detection and recovery
` [PATCH bpf-next v2 12/26] rqspinlock: Add a test-and-set fallback
` [PATCH bpf-next v2 13/26] rqspinlock: Add basic support for CONFIG_PARAVIRT
` [PATCH bpf-next v2 14/26] rqspinlock: Add helper to print a splat on timeout or deadlock
` [PATCH bpf-next v2 15/26] rqspinlock: Add macros for rqspinlock usage
` [PATCH bpf-next v2 16/26] rqspinlock: Add locktorture support
` [PATCH bpf-next v2 17/26] rqspinlock: Hardcode cond_acquire loops to asm-generic implementation
` [PATCH bpf-next v2 18/26] rqspinlock: Add entry to Makefile, MAINTAINERS
` [PATCH bpf-next v2 19/26] bpf: Convert hashtab.c to rqspinlock
` [PATCH bpf-next v2 20/26] bpf: Convert percpu_freelist.c "
` [PATCH bpf-next v2 21/26] bpf: Convert lpm_trie.c "
` [PATCH bpf-next v2 22/26] bpf: Introduce rqspinlock kfuncs
` [PATCH bpf-next v2 23/26] bpf: Handle allocation failure in acquire_lock_state
` [PATCH bpf-next v2 24/26] bpf: Implement verifier support for rqspinlock
` [PATCH bpf-next v2 25/26] bpf: Maintain FIFO property for rqspinlock unlock
` [PATCH bpf-next v2 26/26] selftests/bpf: Add tests for rqspinlock

[PATCH v1 00/16] hugetlb and vmalloc fixes and perf improvements
 2025-02-06 10:55 UTC  (10+ messages)
` [PATCH v1 01/16] mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()
` [PATCH v1 02/16] arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes
` [PATCH v1 03/16] arm64: hugetlb: Fix flush_hugetlb_tlb_range() invalidation level
` [PATCH v1 05/16] mm/page_table_check: Batch-check pmds/puds just like ptes

[PATCH v4 00/21] Add Counter delegation ISA extension support
 2025-02-06 10:51 UTC  (24+ messages)
` [PATCH v4 01/21] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH v4 02/21] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v4 03/21] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v4 04/21] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v4 05/21] RISC-V: Define indirect CSR access helpers
` [PATCH v4 06/21] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v4 07/21] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v4 08/21] RISC-V: Add Sscfg extension CSR definition
` [PATCH v4 09/21] RISC-V: Add Ssccfg ISA extension definition and parsing
` [PATCH v4 10/21] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v4 11/21] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v4 12/21] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v4 13/21] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v4 14/21] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v4 15/21] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v4 16/21] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v4 17/21] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v4 18/21] RISC-V: perf: Add Qemu virt machine events
` [PATCH v4 19/21] tools/perf: Support event code for arch standard events
` [PATCH v4 20/21] tools/perf: Pass the Counter constraint values in the pmu events
` [PATCH v4 21/21] Sync empty-pmu-events.c with autogenerated one

[PATCH v6 0/4] add NXP RTC driver support for S32G2/S32G3 SoCs
 2025-02-06 10:36 UTC  (4+ messages)
` [PATCH v6 2/4] rtc: s32g: add NXP S32G2/S32G3 SoC support

[PATCH netdev] net: stmmac: dwmac-rk: Provide FIFO sizes for DWMAC 1000
 2025-02-06 10:34 UTC  (3+ messages)

[PATCH] coresight-tmc: stop disabling tmc when flush timeout
 2025-02-06 10:32 UTC  (3+ messages)

[PATCH RFC 0/3] Add support for Texas Instruments DTHE V2 crypto accelerator
 2025-02-06 10:24 UTC  (5+ messages)
` [PATCH RFC 1/3] dt-bindings: crypto: Add binding for TI DTHE V2 driver
` [PATCH RFC 2/3] crypto: ti: Add driver for DTHE V2 AES Engine (ECB, CBC)
` [PATCH RFC DONOTMERGE 3/3] arm64: defconfig: enable DTHE V2 module

[PATCH]: watchdog: Allow watchdog to remain enabled after probe
 2025-02-06 10:14 UTC  (2+ messages)

[PATCH net-next v6 0/7] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
 2025-02-06 10:11 UTC  (9+ messages)
` [PATCH net-next v6 4/7] stmmac: intel: configure SerDes according to the interface mode

[PATCH v1] arm64: head.S: Do not trap access to MPAMSM_EL1
 2025-02-06 10:06 UTC  (3+ messages)

[PATCH] media: nxp: imx8-isi: check return value of media_pad_remote_pad_first()
 2025-02-06  8:49 UTC  (2+ messages)

[PATCH v3 0/8] Support Multi-frequency scale for UFS
 2025-02-06  9:53 UTC  (5+ messages)
` [PATCH v3 1/8] scsi: ufs: core: Pass target_freq to clk_scale_notify() vop

[PATCH v2 0/4] clk: Support spread spectrum and use it in clk-pll144x and clk-scmi
 2025-02-06  9:47 UTC  (8+ messages)
` [PATCH v2 1/4] clk: Introduce clk_hw_set_spread_spectrum
` [PATCH v2 3/4] clk: imx: pll14xx: support spread spectrum clock generation

[GIT PULL] KVM/arm64 fixes for 6.14, take #1
 2025-02-06  9:39 UTC  (2+ messages)

[PATCH netdev] net: stmmac: dwmac-rk: Provide FIFO sizes for DWMAC 1000
 2025-02-06  9:35 UTC  (2+ messages)

[PATCH v11 1/3] dt-bindings: display: Add powertip,{st7272|hx8238a} as DT Schema description
 2025-02-06  9:27 UTC  (5+ messages)
` [PATCH v11 3/3] ARM: dts: mxs: Add descriptions for imx287 based btt3-[012] devices

[PATCH v2 0/4] Add support for Mediatek Genio 510 EVK board
 2025-02-06  9:25 UTC  (4+ messages)
` [PATCH v2 1/4] dt-bindings: arm: mediatek: add mt8370-evk board

[PATCH v1 0/9] Add PERIC0/1 support for Exynos 990
 2025-02-06  7:45 UTC  (15+ messages)
` [PATCH v1 1/9] dt-bindings: clock: samsung,exynos990-clock: add PERIC0/1 clock management unit
` [PATCH v1 2/9] dt-bindings: i2c: exynos5: add samsung,exynos990-hsi2c compatible
` [PATCH v1 3/9] dt-bindings: serial: samsung: add Exynos990 compatible
` [PATCH v1 4/9] dt-bindings: samsung: usi: add exynos990-usi compatible
` [PATCH v1 5/9] spi: dt-bindings: samsung: add samsung,exynos990-spi compatible
` [PATCH v1 6/9] dt-bindings: soc: samsung: exynos-sysreg: add compatibles peric0/1 sysreg for Exynos990
` [PATCH v1 7/9] clk: samsung: exynos990: add support for CMU_PERIC0/1
` [PATCH v1 8/9] spi: s3c64xx: add support exynos990-spi to new port config data
` [PATCH v1 9/9] arm64: dts: exynos990: define all PERIC USI nodes

[PATCH v6 0/3] firmware: add Exynos ACPM protocol driver
 2025-02-06  9:02 UTC  (4+ messages)
` [PATCH v6 2/3] "

[PATCH v5] arm64: mm: Populate vmemmap/linear at the page level for hotplugged sections
 2025-02-06  8:48 UTC  (3+ messages)

[PATCH v3 0/5] ARM Error Source Table V2 Support
 2025-02-06  8:32 UTC  (4+ messages)
` [PATCH v3 1/5] ACPI/RAS/AEST: Initial AEST driver

[PATCH v2] KVM: arm64: Remove cyclical dependency in arm_pmuv3.h
 2025-02-06  8:27 UTC  (2+ messages)

[PATCH v3] dma-engine: sun4i: Use devm functions in probe()
 2025-02-06  7:55 UTC  (2+ messages)

[PATCH] net: stmmac: Allow zero for [tr]x_fifo_size
 2025-02-06  7:05 UTC  (8+ messages)

[PATCH v8 0/7] Add NSS clock controller support for IPQ9574
 2025-02-06  7:01 UTC  (6+ messages)
` [PATCH v8 5/7] clk: qcom: Add NSS clock Controller driver "

[PATCH v13 00/13] VOP Support for rk3576
 2025-02-06  6:46 UTC  (14+ messages)
` [PATCH v13 01/13] drm/rockchip: vop2: use devm_regmap_field_alloc for cluster-regs
` [PATCH v13 02/13] drm/rockchip: vop2: Rename TRANSFORM_OFFSET to TRANSFORM_OFFS
` [PATCH v13 03/13] drm/rockchip: vop2: Add platform specific callback
` [PATCH v13 04/13] drm/rockchip: vop2: Merge vop2_cluster/esmart_init function
` [PATCH v13 05/13] drm/rockchip: vop2: Support for different layer select configuration between VPs
` [PATCH v13 06/13] drm/rockchip: vop2: Introduce vop hardware version
` [PATCH v13 07/13] drm/rockchip: vop2: Register the primary plane and overlay plane separately
` [PATCH v13 08/13] drm/rockchip: vop2: Set plane possible crtcs by possible vp mask
` [PATCH v13 09/13] drm/rockchip: vop2: Add uv swap for cluster window
` [PATCH v13 10/13] dt-bindings: display: vop2: describe constraint SoC by SoC
` [PATCH v13 11/13] dt-bindings: display: vop2: Add missing rockchip,grf property for rk3566/8
` [PATCH v13 12/13] dt-bindings: display: vop2: Add rk3576 support
` [PATCH v13 13/13] drm/rockchip: vop2: Add support for rk3576

[PATCH 00/19] iommu: Further abstract iommu-pages
 2025-02-06  5:53 UTC  (5+ messages)
` [PATCH 09/19] iommu/riscv: Convert to use struct iommu_pages_list
` [PATCH 17/19] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()

[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
 2025-02-06  4:33 UTC  (4+ messages)
` [PATCH v6 20/43] arm64: RME: Runtime faulting of memory

[PATCH V2] mm/ptdump: Drop GENERIC_PTDUMP
 2025-02-06  4:21 UTC  (3+ messages)

[PATCH] MAINTAINERS: Mark Andrew as M: for ASPEED MACHINE SUPPORT
 2025-02-06  3:04 UTC  (2+ messages)

[PATCH v9 3/6] Coresight: Introduce a new struct coresight_path
 2025-02-06  3:02 UTC  (4+ messages)
` [PATCH 0/3] coresight: Alloc trace ID after building the path
  ` [PATCH 1/3] coresight: Don't save handle in path

[PATCH 0/5] firmware: scmi/imx: Add i.MX95 LMM/CPU Protocol
 2025-02-06  2:40 UTC  (2+ messages)

[PATCH] ASoC: mediatek: mt8186: Remove unused mt8186_afe_(suspend|resume)_clock
 2025-02-06  1:40 UTC 

[PATCH] ARM: OMAP1: select CONFIG_GENERIC_IRQ_CHIP
 2025-02-06  0:37 UTC  (2+ messages)

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-06  0:10 UTC  (4+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path

[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-02-05 22:56 UTC  (3+ messages)

[PATCH 0/2] Introduce support for Exynos7870 I2C and HSI2C
 2025-02-05 22:14 UTC  (2+ messages)

[PATCH v3 0/9] Add R5F and C7xv device nodes
 2025-02-05 21:46 UTC  (3+ messages)
` [PATCH v3 1/9] arm64: dts: ti: k3-am62-wakeup: Add wakeup R5F node

[PATCH net-next 00/13] Introduce flowtable hw offloading in airoha_eth driver
 2025-02-05 20:54 UTC  (9+ messages)
` [PATCH net-next 09/13] dt-bindings: net: airoha: Add airoha,npu phandle property
` [PATCH net-next 13/13] net: airoha: Introduce PPE debugfs support

[PATCH 0/3] pwm: pxa: Use #pwm-cells = <3>
 2025-02-05 19:35 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: pwm: marvell,pxa-pwm: Update to use "

[PATCH 02/19] iommu/tegra: Do not use struct page as the handle for pts
 2025-02-05 19:28 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).