linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-01 08:02:39 to 2024-08-01 14:43:35 UTC [more...]

[PATCH v2 0/2] Add support for nuvoton ma35 usb2 phy
 2024-08-01 14:42 UTC  (3+ messages)
` [PATCH v2 2/2] phy: nuvoton: add new driver for the Nuvoton MA35 SoC USB 2.0 PHY

[PATCH v3 0/2] Add support for nuvoton ma35 usb2 phy
 2024-08-01 14:40 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: phy: nuvoton,ma35-usb2-phy: add new bindings

[PATCH v2 net-next 0/8] Add second QDMA support for EN7581 eth controller
 2024-08-01 14:35 UTC  (9+ messages)
` [PATCH v2 net-next 1/8] net: airoha: Introduce airoha_qdma struct
` [PATCH v2 net-next 2/8] net: airoha: Move airoha_queues in airoha_qdma
` [PATCH v2 net-next 3/8] net: airoha: Move irq_mask in airoha_qdma structure
` [PATCH v2 net-next 4/8] net: airoha: Add airoha_qdma pointer in airoha_tx_irq_queue/airoha_queue structures
` [PATCH v2 net-next 5/8] net: airoha: Use qdma pointer as private structure in airoha_irq_handler routine
` [PATCH v2 net-next 6/8] net: airoha: Allow mapping IO region for multiple qdma controllers
` [PATCH v2 net-next 7/8] net: airoha: Start all qdma NAPIs in airoha_probe()
` [PATCH v2 net-next 8/8] net: airoha: Link the gdm port to the selected qdma controller

[PATCH net-next v2 0/2] net: ethernet: mtk_eth_soc: improve RX performance
 2024-08-01 13:14 UTC  (13+ messages)
` [PATCH net-next v2 1/2] net: ethernet: mtk_eth_soc: use prefetch methods

[PATCH v6] perf/marvell: Marvell PEM performance monitor support
 2024-08-01 14:29 UTC 

Race condition observed between page migration and page fault handling on arm64 machines
 2024-08-01 14:25 UTC  (12+ messages)

[PATCH 0/7] Add pin control driver for BCM2712 SoC
 2024-08-01 14:19 UTC  (5+ messages)
` [PATCH 1/7] dt-bindings: pinctrl: Add support for Broadcom STB pin controller

[PATCH v2 1/3] dt-bindings: usb: gpio-sbu-mux: Add an entry for PTN36043
 2024-08-01 14:15 UTC  (8+ messages)
` [PATCH v2 2/3] arm64: dts: imx8mp-evk: add typec node
` [PATCH v2 3/3] arm64: dts: imx8mq-evk: "

[PATCH] watchdog: imx_sc_wdt: Don't disable WDT in suspend
 2024-08-01 14:16 UTC  (2+ messages)

[RFC} arm architecture board/feature deprecation timeline
 2024-08-01 14:15 UTC  (5+ messages)

[PATCH] arm64/mm: Avoid direct referencing page table enties in map_range()
 2024-08-01 14:07 UTC  (6+ messages)

[PATCH v2 0/2] arm64: dts: renesas: Add CAN-FD support for R-Car V4M and Gray Hawk Single
 2024-08-01 13:54 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: renesas: r8a779h0: Add CAN-FD node
` [PATCH v2 2/2] arm64: dts: renesas: gray-hawk-single: Add CAN-FD support

[PATCH 0/3] arm64: errata: Expand speculative SSBS workaround (again)
 2024-08-01 13:49 UTC  (8+ messages)
` [PATCH 1/3] arm64: cputype: Add Cortex-X1C definitions
` [PATCH 2/3] arm64: cputype: Add Cortex-A725 definitions
` [PATCH 3/3] arm64: errata: Expand speculative SSBS workaround (again)

[PATCH v3 2/3] dma-mapping: replace zone_dma_bits by zone_dma_limit
 2024-08-01 13:44 UTC  (6+ messages)

[PATCH net-next 0/9] Add second QDMA support for EN7581 eth controller
 2024-08-01 13:22 UTC  (10+ messages)
` [PATCH net-next 2/9] net: airoha: Move airoha_queues in airoha_qdma
` [PATCH net-next 6/9] net: airoha: Allow mapping IO region for multiple qdma controllers
` [PATCH net-next 7/9] net: airoha: Clean-up all qdma controllers running airoha_hw_cleanup()

[PATCH v2 0/2] remoteproc: imx_rproc: support non-blocking tx for i.MX7ULP
 2024-08-01 13:17 UTC  (5+ messages)
` [PATCH v2 2/2] remoteproc: imx_rproc: handle system off "

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

[PATCH v3] phy: fsl-imx8mq-usb: fix tuning parameter name
 2024-08-01 12:53 UTC  (2+ messages)

[PATCH v2] phy: fsl-imx8mq-usb: fix tuning parameter name
 2024-08-01 12:42 UTC  (3+ messages)

[PATCH v2] dt-bindings: mfd: syscon: Add ti,j784s4-acspcie-proxy-ctrl compatible
 2024-08-01 12:43 UTC  (4+ messages)

[PATCH] syscalls: fix syscall macros for newfstat/newfstatat
 2024-08-01 12:32 UTC 

syscall.tbl refactoring seems to have dropped definition of __NR_newfstatat on arm64 and riscv (64-bit) at least
 2024-08-01 12:20 UTC  (3+ messages)

[PATCH] perf scripts python arm-cs-trace-disasm.py: Skip disasm if address continuity is broken
 2024-08-01 11:58 UTC  (12+ messages)

[PATCH v2] ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
 2024-08-01 12:07 UTC 

[PATCH v3 0/3] pinctrl: pinctrl-zynqmp: Add Versal platform support
 2024-08-01 12:00 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: pinctrl: Add support for Xilinx Versal platform
` [PATCH v3 2/3] firmware: xilinx: Add Pinctrl Get Attribute ID
` [PATCH v3 3/3] pinctrl: pinctrl-zynqmp: Add support for Versal platform

[PATCH] perf: arm_pmuv3: Fix chained event check for cycle counter
 2024-08-01 11:29 UTC  (2+ messages)

[PATCH] perf: arm_pmu: Use of_property_present()
 2024-08-01 11:11 UTC  (2+ messages)

[v1, 1/1] mmc: mtk-sd: receive cmd8 data when hs400 tuning fail
 2024-08-01 11:01 UTC  (2+ messages)

[PATCH v5 0/2] Add support for Nuvoton MA35D1 SDHCI
 2024-08-01 11:01 UTC  (2+ messages)

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-08-01 11:01 UTC  (5+ messages)
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values

[PATCH] firmware: arm_scmi: fix voltage description in failure cases
 2024-08-01 10:58 UTC  (3+ messages)

[PATCH] phy: fsl-imx8mq-usb: fix tuning parameter name
 2024-08-01 10:55 UTC  (3+ messages)

[RFC 00/10] KVM: arm64: Enable fine grained undefined for MDSELR_EL1
 2024-08-01 10:46 UTC  (8+ messages)
` [RFC 10/10] KVM: arm64: nv: Add new HDFGRTR2_GROUP & HDFGRTR2_GROUP based FGU handling

[PATCH 0/4] use device_for_each_child_node_scoped to access device child nodes
 2024-08-01 10:37 UTC  (4+ messages)
` [PATCH 1/4] coresight: cti: use device_* to iterate over "

[PATCH 0/3] Add VPU support for RK3128
 2024-08-01 10:36 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: media: rockchip,vpu: Document RK3128 compatible

[PATCH v4 0/2] dma: support DMA zone starting above 4GB
 2024-08-01 10:30 UTC  (6+ messages)
` [PATCH v4 1/2] dma: improve DMA zone selection
` [PATCH v4 2/2] dma: replace zone_dma_bits by zone_dma_limit

[arm-platforms:kvm-arm64/nv-el1-el2-switch 1/2] arch/arm64/kvm/emulate-nested.c:2341:6: warning: variable 'elr' is used uninitialized whenever '&&' condition is false
 2024-08-01 10:13 UTC 

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-01 10:07 UTC  (15+ messages)
` [PATCH v12 01/84] KVM: arm64: Release pfn, i.e. put page, if copying MTE tags hits ZONE_DEVICE
` [PATCH v12 03/84] KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error
` [PATCH v12 04/84] KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer
` [PATCH v12 05/84] KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes
` [PATCH v12 12/84] KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
` [PATCH v12 24/84] KVM: Use plain "struct page" pointer instead of single-entry array
` [PATCH v12 26/84] KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up in kvm_main.c

[PATCH v3 2/2] phy: nuvoton: add new driver for the Nuvoton MA35 SoC USB 2.0 PHY
 2024-08-01  9:50 UTC  (2+ messages)

[PATCH v2 0/3] Add initial support for the Rockchip RK3588 HDMI TX Controller
 2024-08-01  9:50 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: display: rockchip: Add schema for "

[PATCH 0/3] Add atomic transfer support to i2c-cadence
 2024-08-01  9:44 UTC  (4+ messages)
` [PATCH 1/3] i2c: cadence: Relocate cdns_i2c_runtime_suspend and cdns_i2c_runtime_resume to facilitate atomic mode
` [PATCH 2/3] i2c: cadence: Split cdns_i2c_master_xfer for Atomic Mode
` [PATCH 3/3] i2c: cadence: Add atomic transfer support for controller version 1.4

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-01  9:36 UTC  (5+ messages)
` [PATCH v6 04/11] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers

[PATCH] ARM: smp: Fix missing backtrace IPI statics
 2024-08-01  9:40 UTC 

[PATCH] KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-list
 2024-08-01  9:30 UTC  (2+ messages)

[PATCH v11 0/6] Add Toshiba Visconti Video Input Interface driver
 2024-08-01  9:23 UTC  (11+ messages)
` [PATCH v11 1/6] dt-bindings: media: platform: visconti: Add Toshiba Visconti Video Input Interface
` [PATCH v11 2/6] media: videodev2.h: add visconti viif meta buffer format
` [PATCH v11 5/6] documentation: media: add documentation for Toshiba Visconti Video Input Interface driver

[PATCH v11 00/10] spi: Add support for stacked/parallel memories
 2024-08-01  9:28 UTC  (19+ messages)
` [PATCH v11 07/10] mtd: spi-nor: Add stacked memories support in spi-nor

[PATCH v2 0/8] KVM: arm64: Add support for FP8
 2024-08-01  9:19 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: arm64: Move SVCR into the sysreg array
` [PATCH v2 2/8] KVM: arm64: Add predicate for FPMR support in a VM
` [PATCH v2 3/8] KVM: arm64: Move FPMR into the sysreg array
` [PATCH v2 4/8] KVM: arm64: Add save/restore support for FPMR
` [PATCH v2 5/8] KVM: arm64: Honor trap routing "
` [PATCH v2 6/8] KVM: arm64: Expose ID_AA64FPFR0_EL1 as a writable ID reg
` [PATCH v2 7/8] KVM: arm64: Enable FP8 support when available and configured
` [PATCH v2 8/8] KVM: arm64: Expose ID_AA64PFR2_EL1 to userspace and guests

[PATCH 0/6] Update the device tree for Ampere's BMC platform
 2024-08-01  9:12 UTC  (7+ messages)
` [PATCH 1/6] ARM: dts: aspeed: mtjade, mtmitchell: Add OCP temperature sensors
` [PATCH 2/6] ARM: dts: aspeed: mtmitchell: Add I2C temperature sensor alias ports
` [PATCH 3/6] ARM: dts: aspeed: mtmitchell: Add I2C Riser card "
` [PATCH 4/6] ARM: dts: aspeed: mtmitchell: Enable i2c10 and i2c15
` [PATCH 5/6] ARM: dts: aspeed: mtmitchell: Add LEDs
` [PATCH 6/6] ARM: dts: aspeed: mtmitchell: Add I2C FAN controllers

[PATCH v15 00/29] drm/connector: Create HDMI Connector infrastructure
 2024-08-01  9:08 UTC  (5+ messages)
` [PATCH v15 01/29] drm/connector: Introduce an HDMI connector initialization function

[PATCH RESEND v3 0/3] Update STM DSI PHY driver
 2024-08-01  9:07 UTC  (6+ messages)
  ` [Linux-stm32] "

[PATCH v3 0/3] interconnect: qcom: Add SM4450 interconnect
 2024-08-01  8:54 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: interconnect: Add Qualcomm SM4450
` [PATCH v3 2/3] interconnect: qcom: Add SM4450 interconnect provider driver
` [PATCH v3 3/3] arm64: defconfig: Enable interconnect for SM4450

[PATCH RESEND v2 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-08-01  8:57 UTC  (7+ messages)

[PATCH v6 0/5] v6: firmware: imx: driver for NXP secure-enclave
 2024-08-01  8:52 UTC  (11+ messages)
` [PATCH v6 2/5] dt-bindings: arm: fsl: add imx-se-fw binding doc
    ` [EXT] "

[PATCH v4] drm/mediatek: dsi: Add dsi per-frame lp code for mt8188
 2024-08-01  8:47 UTC  (2+ messages)

[PATCH v2] ASoC: mediatek: mt8188: Mark AFE_DAC_CON0 register as volatile
 2024-08-01  8:43 UTC 

Fotowoltaika - propozycja instalacji
 2024-08-01  8:16 UTC 

[PATCH] drm: mediatek: Drop unnecessary check for property presence
 2024-08-01  8:23 UTC  (2+ messages)

[PATCH] pinctrl: mediatek: Use of_property_read_bool()
 2024-08-01  8:22 UTC  (2+ messages)

[PATCH v7 0/6] Mediatek thermal sensor driver support for MT8186 and MT8188
 2024-08-01  8:20 UTC  (4+ messages)
` (subset) "

[PATCH v2 net-next 0/2] Add support for EN7581 to mt7530 driver
 2024-08-01  8:19 UTC  (5+ messages)
` [PATCH v2 net-next 1/2] dt-bindings: net: dsa: mediatek,mt7530: Add airoha,en7581-switch
` [PATCH v2 net-next 2/2] net: dsa: mt7530: Add EN7581 support

[PATCH v2 0/3] media: mediatek: vcodec: fix vcodec smatch warning
 2024-08-01  8:14 UTC  (7+ messages)
` [PATCH v2 1/3] media: mediatek: vcodec: fix h264 multi statless decoder "
` [PATCH v2 2/3] media: mediatek: vcodec: fix vp8 stateless "
` [PATCH v2 3/3] media: mediatek: vcodec: fix h264 "

[PATCH] perf: riscv: Fix selecting counters in legacy mode
 2024-08-01  8:09 UTC  (3+ messages)

[PATCH] arm64: dts: imx93: add cache info
 2024-08-01  8:11 UTC 


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