messages from 2025-03-03 10:29:24 to 2025-03-03 17:09:32 UTC [more...]
[PATCH] firmware: smccc: Support optional Arm SMC SOC_ID name
2025-03-03 17:07 UTC (5+ messages)
` [PATCH v4] "
[PATCH net-next v3 0/2] Add perout configuration support in IEP driver
2025-03-03 17:03 UTC (4+ messages)
` [PATCH net-next v3 1/2] net: ti: icss-iep: Add pwidth configuration for perout signal
` [PATCH net-next v3 2/2] net: ti: icss-iep: Add phase offset "
[PATCH v15 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
2025-03-03 17:01 UTC (10+ messages)
` [PATCH v15 02/15] irqdomain: Add IRQ_DOMAIN_FLAG_MSI_IMMUTABLE and irq_domain_is_msi_immutable()
` [PATCH v15 04/15] irqchip/gic-v3-its: Add support for device tree msi-map and msi-mask
` [PATCH v15 07/15] PCI: endpoint: pci-ep-msi: Add MSI address/data pair mutable check
[PATCH] arm64: dts: corstone1000: Add definitions for secondary CPU cores
2025-03-03 17:00 UTC (3+ messages)
` [PATCH v2] "
[PATCH v4 0/4] per-function storage support
2025-03-03 16:54 UTC (6+ messages)
` [PATCH v4 1/4] x86/ibt: factor out cfi and fineibt offset
` [PATCH v4 2/4] add per-function metadata storage support
` [PATCH v4 3/4] x86: implement per-function metadata storage for x86
` [PATCH v4 4/4] arm64: implement per-function metadata storage for arm64
[PATCH v2 0/4] Initial BBML2 support for contpte_convert()
2025-03-03 16:52 UTC (16+ messages)
` [PATCH v2 3/4] arm64/mm: Elide tlbi in contpte_convert() under BBML2
` [PATCH v2 4/4] iommu/arm: Add BBM Level 2 smmu feature
[PATCH v7 0/5] Driver for pre-DCP apple display controller
2025-03-03 16:48 UTC (8+ messages)
` (subset) "
[PATCH v3 00/12] perf script: Refactor branch flags for Arm SPE
2025-03-03 16:22 UTC (5+ messages)
` [PATCH v3 01/12] perf script: Make printing flags reliable
[PATCH v20 00/11] arm64/perf: Enable branch stack sampling
2025-03-03 16:44 UTC (3+ messages)
[PATCH] MAINTAINERS: Add myself (Neal Gompa) as a reviewer for ARM Apple support
2025-03-03 16:07 UTC (3+ messages)
[PATCH bpf-next v3 0/4] per-function storage support
2025-03-03 16:05 UTC (7+ messages)
` [PATCH bpf-next v3 1/4] x86/ibt: factor out cfi and fineibt offset
` [PATCH bpf-next v3 3/4] x86: implement per-function metadata storage for x86
[PATCH v2 00/20] Get mt6359-accdet ready for usage in Devicetree
2025-03-03 15:33 UTC (42+ messages)
` [PATCH v2 01/20] ASoC: dt-bindings: Add document for mt6359-accdet
` [PATCH v2 02/20] dt-bindings: mfd: mediatek: mt6397: Add accdet subnode
` [PATCH v2 03/20] mfd: mt6397-core: Add mfd_cell for mt6359-accdet
` [PATCH v2 05/20] ASoC: mediatek: mt6359-accdet: Handle hp-eint-high property
` [PATCH v2 06/20] ASoC: mediatek: mt6359-accdet: Implement HP_EINT polarity configuration
` [PATCH v2 07/20] ASoC: mediatek: mt6359-accdet: Drop dead code for EINT/GPIO IRQ handling
` [PATCH v2 08/20] ASoC: mediatek: mt6359-accdet: Drop dead code for EINT trigger setting
` [PATCH v2 09/20] ASoC: mediatek: mt6359-accdet: Drop dead code for button detection
` [PATCH v2 10/20] ASoC: mediatek: mt6359-accdet: Drop dead code for plugout-debounce
` [PATCH v2 11/20] ASoC: mediatek: mt6359-accdet: Drop unused moisture variables
` [PATCH v2 12/20] ASoC: mediatek: mt6359-accdet: Always use internal resistor
` [PATCH v2 13/20] ASoC: mediatek: mt6359-accdet: Make PWM debounce settings internal
` [PATCH v2 14/20] ASoC: mediatek: mt6359-accdet: Always use eint detect mode 4
` [PATCH v2 15/20] ASoC: mediatek: mt6359-accdet: Always set micbias1 to 2.8V
` [PATCH v2 16/20] ASoC: mediatek: mt6359-accdet: Always configure hardware as mic-mode 2
` [PATCH v2 17/20] ASoC: mediatek: mt6359-accdet: Always set comp-vth to 1.6V
` [PATCH v2 18/20] ASoC: mediatek: mt6359-accdet: Always use EINT0 IRQ
` [PATCH v2 19/20] arm64: dts: mt6359: Add accessory detect node
` [PATCH v2 20/20] arm64: defconfig: Enable MT6359 ACCDET
[PATCH v4 0/2] Allow non-coherent video capture buffers on Rockchip ISP V1
2025-03-03 15:24 UTC (4+ messages)
` [PATCH v4 1/2] media: videobuf2: Fix dmabuf cache sync/flush in dma-contig
` [PATCH v4 2/2] media: rkisp1: Allow non-coherent video capture buffers
[PATCH bpf-next v3 00/25] Resilient Queued Spin Lock
2025-03-03 15:23 UTC (26+ messages)
` [PATCH bpf-next v3 01/25] locking: Move MCS struct definition to public header
` [PATCH bpf-next v3 02/25] locking: Move common qspinlock helpers to a private header
` [PATCH bpf-next v3 03/25] locking: Allow obtaining result of arch_mcs_spin_lock_contended
` [PATCH bpf-next v3 04/25] locking: Copy out qspinlock.c to rqspinlock.c
` [PATCH bpf-next v3 05/25] rqspinlock: Add rqspinlock.h header
` [PATCH bpf-next v3 06/25] rqspinlock: Drop PV and virtualization support
` [PATCH bpf-next v3 07/25] rqspinlock: Add support for timeouts
` [PATCH bpf-next v3 08/25] rqspinlock: Hardcode cond_acquire loops for arm64
` [PATCH bpf-next v3 09/25] rqspinlock: Protect pending bit owners from stalls
` [PATCH bpf-next v3 10/25] rqspinlock: Protect waiters in queue "
` [PATCH bpf-next v3 11/25] rqspinlock: Protect waiters in trylock fallback "
` [PATCH bpf-next v3 12/25] rqspinlock: Add deadlock detection and recovery
` [PATCH bpf-next v3 13/25] rqspinlock: Add a test-and-set fallback
` [PATCH bpf-next v3 14/25] rqspinlock: Add basic support for CONFIG_PARAVIRT
` [PATCH bpf-next v3 15/25] rqspinlock: Add helper to print a splat on timeout or deadlock
` [PATCH bpf-next v3 16/25] rqspinlock: Add macros for rqspinlock usage
` [PATCH bpf-next v3 17/25] rqspinlock: Add locktorture support
` [PATCH bpf-next v3 18/25] rqspinlock: Add entry to Makefile, MAINTAINERS
` [PATCH bpf-next v3 19/25] bpf: Convert hashtab.c to rqspinlock
` [PATCH bpf-next v3 20/25] bpf: Convert percpu_freelist.c "
` [PATCH bpf-next v3 21/25] bpf: Convert lpm_trie.c "
` [PATCH bpf-next v3 22/25] bpf: Introduce rqspinlock kfuncs
` [PATCH bpf-next v3 23/25] bpf: Implement verifier support for rqspinlock
` [PATCH bpf-next v3 24/25] bpf: Maintain FIFO property for rqspinlock unlock
` [PATCH bpf-next v3 25/25] selftests/bpf: Add tests for rqspinlock
[PATCH 0/8] Support SD/SDIO controllers on RK3528
2025-03-03 15:08 UTC (7+ messages)
` [PATCH 1/8] dt-bindings: soc: rockchip: Add RK3528 VO GRF syscon
` [PATCH 2/8] dt-bindings: soc: rockchip: Add RK3528 VPU "
` [PATCH 3/8] dt-bindings: mmc: rockchip-dw-mshc: Add compatible string for RK3528
[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
2025-03-03 15:05 UTC (7+ messages)
` [PATCH v7 01/45] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v7 05/45] arm64: RME: Add wrappers for RMI calls
[PATCH 0/9] arm64: dts: imx95: Add support for Mali G310 GPU
2025-03-03 15:04 UTC (16+ messages)
` [PATCH 6/9] drm/panthor: Reset GPU after L2 cache power off
` [PATCH 8/9] drm/panthor: Add i.MX95 support
` [PATCH 9/9] arm64: dts: imx95: Describe Mali G310 GPU
[PATCH v4 00/10] Support ROHM BD79124 ADC
2025-03-03 14:57 UTC (7+ messages)
` [PATCH v4 07/10] iio: adc: ti-ads7924: Respect device tree config
[PATCH v2 0/3] Add Variscite i.MX6UL SoM and Concerto board support
2025-03-03 14:46 UTC (4+ messages)
` [PATCH v2 2/3] ARM: dts: imx6ul: Add Variscite VAR-SOM-MX6UL SoM support
[PATCH 0/9] General updates and two new drivers for HiSilicon Uncore PMU
2025-03-03 14:43 UTC (4+ messages)
` [PATCH 1/9] drivers/perf: hisi: Extend struct hisi_pmu_dev_info
[PATCH v11 0/4] Support SMT control on arm64
2025-03-03 14:42 UTC (22+ messages)
` [PATCH v11 1/4] cpu/SMT: Provide a default topology_is_primary_thread()
` [PATCH v11 2/4] arch_topology: Support SMT control for OF based system
` [PATCH v11 3/4] arm64: topology: Support SMT control on ACPI "
[PATCH v3 0/6] RK3576 thermal sensor support, including OTP trim adjustments
2025-03-03 14:26 UTC (3+ messages)
` [PATCH v3 4/6] dt-bindings: thermal: rockchip: document otp thermal trim
[PATCH v3 0/3] arm64: realm: Fix DMA address for devices
2025-03-03 14:16 UTC (4+ messages)
` [PATCH v3 3/3] arm64: realm: Use aliased addresses for device DMA to shared buffers
[PATCH net-next v3 0/3] net: ti: icssg-prueth: Add native mode XDP support
2025-03-03 14:08 UTC (17+ messages)
` [PATCH net-next v3 1/3] net: ti: icssg-prueth: Use page_pool API for RX buffer allocation
` [PATCH net-next v3 2/3] net: ti: icssg-prueth: introduce and use prueth_swdata struct for SWDATA
` [EXTERNAL] "
` [PATCH net-next v3 3/3] net: ti: icssg-prueth: Add XDP support
` [EXTERNAL] "
[PATCH] i2c: cadence: fix call balance of id->clk handling routines
2025-03-03 14:08 UTC
[PATCH 00/18] a few rtc driver cleanups
2025-03-03 14:04 UTC (3+ messages)
` [PATCH 13/18] rtc: sd2405al: drop needless struct sd2405al::rtc member
[PATCH v3 0/2] ARM: dts: socfpga: Add basic support for Terrasic's de10-nano
2025-03-03 14:03 UTC (2+ messages)
[PATCH] rtc: at91sam9: fix call balance of rtc->sclk handling routines
2025-03-03 14:02 UTC
[PATCH 00/15] gpio: convert more drivers to using the new value setters
2025-03-03 13:47 UTC (19+ messages)
` [PATCH 01/15] gpio: 74x164: use new line value setter callbacks
` [PATCH 02/15] gpio: adnp: use lock guards for the I2C lock
` [PATCH 03/15] gpio: adnp: use devm_mutex_init()
` [PATCH 04/15] gpio: adnp: use new line value setter callbacks
` [PATCH 05/15] gpio: adp5520: "
` [PATCH 06/15] gpio: adp5585: "
` [PATCH 07/15] gpio: altera-a10sr: "
` [PATCH 08/15] gpio: altera: "
` [PATCH 09/15] gpio: amd8111: "
` [PATCH 10/15] gpio: amd-fch: "
` [PATCH 11/15] gpio: arizona: "
` [PATCH 12/15] gpio: aspeed: use lock guards
` [PATCH 13/15] gpio: aspeed: use new line value setter callbacks
` [PATCH 14/15] gpio: aspeed-sgpio: use lock guards
` [PATCH 15/15] gpio: aspeed-sgpio: use new line value setter callbacks
[PATCH net-next] net: ti: icssg-prueth: Add ICSSG FW Stats
2025-03-03 13:42 UTC (2+ messages)
[PATCH v3 0/5] rust: Add bug/warn abstractions
2025-03-03 13:33 UTC (3+ messages)
` [PATCH v3 5/5] rust: Add warn_on and warn_on_once
[PATCH RESEND] drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer()
2025-03-03 13:29 UTC (2+ messages)
[RESEND PATCH v3] regulator: pca9450: Handle hardware with fixed SD_VSEL for LDO5
2025-03-03 13:22 UTC
[PATCH v7 0/6] Add display support for the MT8365-EVK board
2025-03-03 13:22 UTC (5+ messages)
` [PATCH v7 1/6] dt-bindings: display: mediatek: dpi: add power-domains example
` [PATCH v7 3/6] drm/mediatek: add MT8365 SoC support
[PATCH v2 0/2] Add System Components for Microchip SAMA7D65 SoC
2025-03-03 13:14 UTC (2+ messages)
[PATCH v2 0/2] Describe the cameras in the PinePhone Pro dts
2025-03-03 13:14 UTC (2+ messages)
[PATCH v4 0/7] Add support for the Exynos7870 SoC, along with three devices
2025-03-03 13:14 UTC (2+ messages)
[PATCH] clk: samsung: gs101: fix synchronous external abort in samsung_clk_save()
2025-03-03 13:11 UTC
[PATCH] ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC5300
2025-03-03 13:06 UTC
[PATCH] drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr
2025-03-03 13:05 UTC (2+ messages)
[PATCH 0/6] Add support for RK3588 DisplayPort Controller
2025-03-03 12:57 UTC (5+ messages)
` [PATCH 2/6] drm/bridge: synopsys: Add DW DPTX Controller support library
[PATCH] drm/mediatek: Fix config_updating flag never false when no mbox channel
2025-03-03 12:57 UTC (2+ messages)
[v2] spi: spi-mtk-nor: Modify the clock architecture of nor controller
2025-03-03 12:34 UTC (2+ messages)
[PATCH] firmware: arm_ffa: Set dma_mask for ffa devices
2025-03-03 11:48 UTC (2+ messages)
[PATCH v3 0/6] arm64: Introduce CIX P1 (SKY1) SoC
2025-03-03 11:38 UTC (4+ messages)
` [PATCH v3 6/6] arm64: dts: cix: add initial CIX P1(SKY1) dts support
[PATCH v5 00/10] Support ROHM BD79124 ADC
2025-03-03 11:34 UTC (4+ messages)
` [PATCH v5 03/10] iio: adc: add helpers for parsing ADC nodes
` [PATCH v5 05/10] iio: adc: sun20i-gpadc: Use adc-helpers
` [PATCH v5 08/10] MAINTAINERS: Add IIO ADC helpers
[PATCH 0/2] mt8395-radxa-nio-12l: Add overlay for Radxa 8HD panel
2025-03-03 11:32 UTC (3+ messages)
` [PATCH 1/2] arm64: dts: mediatek: mt8395-nio-12l: Prepare MIPI DSI port
[PATCH 00/19] vdso: Rework struct vdso_time_data and introduce struct vdso_clock
2025-03-03 11:11 UTC (20+ messages)
` [PATCH 01/19] vdso: Introduce vdso/cache.h
` [PATCH 02/19] arm64: Make asm/cache.h compatible with vDSO
` [PATCH 03/19] vdso: Make vdso_time_data cacheline aligned
` [PATCH 04/19] vdso/datapage: Define for vdso_data to make rework of vdso possible
` [PATCH 05/19] vdso/helpers: Prepare introduction of struct vdso_clock
` [PATCH 06/19] vdso/gettimeofday: "
` [PATCH 07/19] vdso/gettimeofday: Prepare do_hres() for "
` [PATCH 08/19] vdso/gettimeofday: Prepare do_hres_timens() "
` [PATCH 09/19] vdso/gettimeofday: Prepare do_coarse() "
` [PATCH 10/19] vdso/gettimeofday: Prepare do_coarse_timens() "
` [PATCH 11/19] vdso/gettimeofday: Prepare helper functions "
` [PATCH 12/19] vdso/vsyscall: Prepare "
` [PATCH 13/19] vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock struct
` [PATCH 14/19] time/namespace: Prepare introduction of struct vdso_clock
` [PATCH 15/19] x86/vdso: "
` [PATCH 16/19] arm64/vdso: "
` [PATCH 17/19] powerpc/vdso: "
` [PATCH 18/19] vdso: Move arch related data before basetime
` [PATCH 19/19] vdso: Rework struct vdso_time_data and introduce struct vdso_clock
[RFC V6 0/2] firmware: arm_scmi: Misc Fixes
2025-03-03 10:53 UTC (8+ messages)
` [RFC V6 2/2] firmware: arm_scmi: Add quirk to bypass SCP fw bug
[PATCH iwl-next v7 0/9] igc: Add support for Frame Preemption feature in IGC
2025-03-03 10:26 UTC (10+ messages)
` [PATCH iwl-next v7 1/9] net: ethtool: mm: extract stmmac verification logic into common library
` [PATCH iwl-next v7 2/9] igc: Rename xdp_get_tx_ring() for non-xdp usage
` [PATCH iwl-next v7 3/9] igc: Optimize the TX packet buffer utilization
` [PATCH iwl-next v7 4/9] igc: Set the RX packet buffer size for TSN mode
` [PATCH iwl-next v7 5/9] igc: Add support for frame preemption verification
` [PATCH iwl-next v7 6/9] igc: Add support to set tx-min-frag-size
` [PATCH iwl-next v7 7/9] igc: Block setting preemptible traffic class in taprio
` [PATCH iwl-next v7 8/9] igc: Add support to get MAC Merge data via ethtool
` [PATCH iwl-next v7 9/9] igc: Add support to get frame preemption statistics "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).