linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-04 09:48:21 to 2023-05-04 22:42:55 UTC [more...]

[PATCH v7 0/6] Support hld delayed init based on Pseudo-NMI for
 2023-05-04 22:41 UTC  (2+ messages)

[PATCH v4 00/17] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-04 22:13 UTC  (17+ messages)
` [PATCH v4 01/17] watchdog/perf: Define dummy watchdog_update_hrtimer_threshold() on correct config
` [PATCH v4 02/17] watchdog: remove WATCHDOG_DEFAULT
` [PATCH v4 03/17] watchdog/hardlockup: change watchdog_nmi_enable() to void
` [PATCH v4 04/17] watchdog/perf: Ensure CPU-bound context when creating hardlockup detector event
` [PATCH v4 05/17] watchdog/hardlockup: Rename touch_nmi_watchdog() to touch_hardlockup_watchdog()
` [PATCH v4 06/17] watchdog/perf: Rename watchdog_hld.c to watchdog_perf.c
` [PATCH v4 08/17] watchdog/hardlockup: Style changes to watchdog_hardlockup_check() / ..._is_lockedup()
` [PATCH v4 09/17] watchdog/hardlockup: Add a "cpu" param to watchdog_hardlockup_check()
` [PATCH v4 10/17] watchdog/hardlockup: Move perf hardlockup watchdog petting to watchdog.c
` [PATCH v4 11/17] watchdog/hardlockup: Rename some "NMI watchdog" constants/function
` [PATCH v4 12/17] watchdog/hardlockup: Have the perf hardlockup use __weak functions more cleanly
` [PATCH v4 13/17] watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs
` [PATCH v4 14/17] watchdog/perf: Add a weak function for an arch to detect if perf can use NMIs
` [PATCH v4 15/17] watchdog/perf: Adapt the watchdog_perf interface for async model
` [PATCH v4 16/17] arm64: add hw_nmi_get_sample_period for preparation of lockup detector
` [PATCH v4 17/17] arm64: Enable perf events based hard "

[PATCH v3] hardlockup: detect hard lockups using secondary (buddy) CPUs
 2023-05-04 22:38 UTC  (6+ messages)
` cpu hotplug : was: "
` shared code: "

[PATCH 00/18] remoteproc: Convert to platform remove callback returning void
 2023-05-04 21:34 UTC  (9+ messages)
` [PATCH 02/18] remoteproc: imx_dsp: "
` [PATCH 03/18] remoteproc: imx: "
` [PATCH 05/18] remoteproc: meson_mx_ao_arc: "
` [PATCH 06/18] remoteproc: mtk_scp: "
` [PATCH 16/18] remoteproc: st: "
` [PATCH 17/18] remoteproc: stm32: "

[PATCH v2 0/4] Add i.MX8MP-EVK USB Gadget Support
 2023-05-04 19:47 UTC  (13+ messages)
` [PATCH v2 1/4] dt-bindings: usb: gpio-sbu-mux: add support for ss-data lanes mux
` [PATCH v2 2/4] usb: typec: mux: gpio-sbu-mux: add support for ss data lane muxing
` [PATCH v2 3/4] usb: typec: tcpci: clear the fault status bit
` [PATCH v2 4/4] arm64: dts: imx8mp-evk: add dual-role usb port1 support

[PATCH v2 0/8] Add RK3588 OTP memory support
 2023-05-04 20:06 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: nvmem: Convert rockchip-otp.txt to dt-schema
` [PATCH v2 2/8] dt-bindings: nvmem: rockchip,otp: Add compatible for RK3588
` [PATCH v2 3/8] nvmem: rockchip-otp: Add clks and reg_read to rockchip_data
` [PATCH v2 4/8] nvmem: rockchip-otp: Generalize rockchip_otp_wait_status()
` [PATCH v2 5/8] nvmem: rockchip-otp: Use devm_reset_control_array_get_exclusive()
` [PATCH v2 6/8] nvmem: rockchip-otp: Improve probe error handling
` [PATCH v2 7/8] nvmem: rockchip-otp: Add support for RK3588
` [PATCH v2 8/8] arm64: dts: rockchip: Add rk3588 OTP node

[GIT PULL] arm64 fixes for -rc1
 2023-05-04 19:49 UTC  (2+ messages)

[RFC PATCH v7 0/8] Create common DPLL configuration API
 2023-05-04 21:24 UTC  (12+ messages)
` [RFC PATCH v7 1/8] dpll: spec: Add Netlink spec in YAML
` [RFC PATCH v7 2/8] dpll: Add DPLL framework base functions
` [RFC PATCH v7 3/8] dpll: documentation on DPLL subsystem interface
` [RFC PATCH v7 7/8] netdev: expose DPLL pin handle for netdevice

[PATCH RESEND] arm64: defconfig: Enable Rockchip I2S TDM and ES8316 drivers
 2023-05-04 20:19 UTC 

[patch V2 00/38] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-04 19:03 UTC  (39+ messages)
` [patch V2 01/38] x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()
` [patch V2 02/38] cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __init
` [patch V2 03/38] x86/smpboot: Avoid pointless delay calibration if TSC is synchronized
` [patch V2 04/38] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch V2 05/38] x86/topology: Remove CPU0 hotplug option
` [patch V2 06/38] x86/smpboot: Remove the CPU0 hotplug kludge
` [patch V2 07/38] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch V2 08/38] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [patch V2 09/38] x86/smpboot: Get rid of cpu_init_secondary()
` [patch V2 10/38] x86/cpu/cacheinfo: Remove cpu_callout_mask dependency
` [patch V2 11/38] x86/smpboot: Move synchronization masks to SMP boot code
` [patch V2 12/38] x86/smpboot: Make TSC synchronization function call based
` [patch V2 13/38] x86/smpboot: Remove cpu_callin_mask
` [patch V2 14/38] cpu/hotplug: Rework sparse_irq locking in bringup_cpu()
` [patch V2 15/38] x86/smpboot: Remove wait for cpu_online()
` [patch V2 16/38] x86/xen/smp_pv: Remove wait for CPU online
` [patch V2 17/38] x86/xen/hvm: Get rid of DEAD_FROZEN handling
` [patch V2 18/38] cpu/hotplug: Add CPU state tracking and synchronization
` [patch V2 19/38] x86/smpboot: Switch to hotplug core state synchronization
` [patch V2 20/38] cpu/hotplug: Remove cpu_report_state() and related unused cruft
` [patch V2 21/38] ARM: smp: Switch to hotplug core state synchronization
` [patch V2 22/38] arm64: "
` [patch V2 23/38] csky/smp: "
` [patch V2 24/38] MIPS: SMP_CPS: "
` [patch V2 25/38] parisc: "
` [patch V2 26/38] riscv: "
` [patch V2 27/38] cpu/hotplug: Remove unused state functions
` [patch V2 28/38] cpu/hotplug: Reset task stack state in _cpu_up()
` [patch V2 29/38] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism
` [patch V2 30/38] x86/smpboot: Enable split CPU startup
` [patch V2 31/38] x86/apic: Provide cpu_primary_thread mask
` [patch V2 32/38] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
` [patch V2 33/38] x86/topology: Store extended topology leaf information
` [patch V2 34/38] x86/cpu/amd; Invoke detect_extended_topology_early() on boot CPU
` [patch V2 35/38] x86/apic: Save the APIC virtual base address
` [patch V2 36/38] x86/smpboot: Implement a bit spinlock to protect the realmode stack
` [patch V2 37/38] x86/smpboot: Support parallel startup of secondary CPUs
` [patch V2 38/38] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it

[PATCH v2 1/1] perf: RISC-V: Limit the number of counters returned from SBI
 2023-05-04 20:49 UTC  (2+ messages)

[PATCH] dt-bindings: xilinx: Remove Naga from memory and mtd bindings
 2023-05-04 20:13 UTC  (2+ messages)

[PATCH AUTOSEL 6.3 41/59] wifi: mt76: mt7921: add Netgear AXE3000 (A8000) support
 2023-05-04 19:41 UTC 

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-04 18:46 UTC  (3+ messages)

[PATCH RFC v6 2/6] dpll: Add DPLL framework base functions
 2023-05-04 18:44 UTC  (11+ messages)

[PATCH 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's
 2023-05-04 18:24 UTC  (4+ messages)

[PATCH V4 0/3] soc: qcom: boot_stats: Add driver support for boot_stats
 2023-05-04 18:17 UTC  (12+ messages)
` [PATCH V4 2/3] soc: qcom: boot_stat: Add Driver Support for Boot Stats
  ` [PATCH V4 1/3] dt-bindings: sram: qcom,imem: Add Boot Stat region within IMEM

[PATCH 0/7] spi: stm32: add spi slave mode
 2023-05-04 17:13 UTC  (10+ messages)
` [PATCH 1/7] dt-bindings: spi: stm32: add address-cells and size-cells into yaml
` [PATCH 4/7] dt-bindings: spi: stm32: add bindings regarding stm32h7 spi slave
` [PATCH 6/7] dt-bindings: spi: stm32: add stm32h7 st,spi-slave-underrun property

[PATCH v2] dt-bindings: spi: zynqmp-qspi: Add power-domains and iommus properties
 2023-05-04 17:01 UTC  (2+ messages)

[PATCH v2 2/3] usb: chipidea: imx: support disabling runtime-pm
 2023-05-04 16:50 UTC  (3+ messages)

[PATCH v3 00/18] Add basic Minidump kernel driver support
 2023-05-04 16:34 UTC  (33+ messages)
` [PATCH v3 01/18] remoteproc: qcom: Expand MD_* as MINIDUMP_*
` [PATCH v3 02/18] remoteproc: qcom: Move minidump specific data to qcom_minidump.h
` [PATCH v3 04/18] soc: qcom: Add Qualcomm minidump kernel driver
` [PATCH v3 06/18] soc: qcom: minidump: Add update region support
` [PATCH v3 07/18] arm64: defconfig: Enable Qualcomm minidump driver
` [PATCH v3 09/18] soc: qcom: Add qcom's pstore minidump driver support
` [PATCH v3 10/18] dt-bindings: reserved-memory: Add qcom,ramoops-minidump binding
` [PATCH v3 11/18] arm64: dts: qcom: sm8450: Add Qualcomm ramoops minidump node
` [PATCH v3 13/18] arm64: defconfig: Enable Qualcomm pstore minidump client driver

[PATCH] perf: arm64: Fix build with refcount checking
 2023-05-04 16:28 UTC  (2+ messages)

[PATCH v6 0/3] Several UFS MCQ Code Changes
 2023-05-04 15:44 UTC  (4+ messages)
` [PATCH v6 1/3] scsi: ufs: core: Fix mcq tag calcualtion
` [PATCH v6 2/3] scsi: ufs: core: Rename symbol sizeof_utp_transfer_cmd_desc()
` [PATCH v6 3/3] scsi: ufs: core: Fix mcq nr_hw_queues

[PATCH 0/6] arm64: qcom: sm84[34]50: enable DP altmode on USB-C Connector
 2023-05-04 15:39 UTC  (8+ messages)
` [PATCH 1/6] arm64: dts: qcom: sm8350: add ports subnodes in usb1 qmpphy node
` [PATCH 3/6] arm64: dts: qcom: sm8350-hdk: Add QMP & DP to SuperSpeed graph

[PATCH v4 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-04 15:37 UTC  (3+ messages)
` [PATCH v4 4/6] fbdev: Include <linux/fb.h> instead of <asm/fb.h>

[PATCH v9 3/3] KVM: arm64: Dirty quota-based throttling of vcpus
 2023-05-04 15:08 UTC 

[PATCH] perf cs-etm: Fix contextid validation
 2023-05-04 14:48 UTC 

[PATCH 0/8] Add RK3588 OTP memory support
 2023-05-04 14:39 UTC  (5+ messages)
` [PATCH 2/8] dt-bindings: nvmem: rockchip-otp: Add compatible for RK3588

[PATCH 1/2] dt-bindings: arm: ti: Add bindings for PHYTEC AM62x based hardware
 2023-05-04 14:26 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: ti: Add basic support for phyBOARD-Lyra-AM625

[PATCH] arm64: dts: ti: k3-j784s4: Fix wakeup pinmux range and pinctrl node offsets
 2023-05-04 14:22 UTC  (6+ messages)

[PATCH v3] media: mediatek: vcodec: support stateless hevc decoder
 2023-05-04 13:08 UTC  (2+ messages)

[PATCH v2] media: mediatek: vcodec: support stateless hevc decoder
 2023-05-04 13:07 UTC  (4+ messages)

[PATCH 0/5] dt-bindings: clocks: at91: convert to yaml
 2023-05-04 12:50 UTC  (5+ messages)
` [PATCH 2/5] dt-bindings: clocks: atmel,at91rm9200-pmc: "
` [PATCH 5/5] dt-bindings: clocks: at91sam9x5-sckc: "

[PATCH v1 0/5] refactoring and fix for Meson NAND
 2023-05-04 12:31 UTC  (25+ messages)
` [PATCH v1 4/5] mtd: rawnand: meson: clear OOB buffer before read

[PATCH 0/2] Add rs485 support to uartps driver
 2023-05-04 12:22 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: Add optional gpio property to uartps node to support rs485

[PATCH 0/3] Get rid of OMAP2 GPIO pdata quirks
 2023-05-04 12:19 UTC  (4+ messages)
` [PATCH 1/3] ARM/gpio: Push OMAP2 quirk down into TWL4030 driver

[PATCH v2 0/5] Add JSON metrics for arm CMN and Yitian710 DDR
 2023-05-04 12:15 UTC  (6+ messages)
` [PATCH v2 1/5] driver/perf: Add identifier sysfs file for CMN

[PATCH v6 0/3] Add support for ESM
 2023-05-04 12:03 UTC  (5+ messages)
` [PATCH v6 1/3] dt-bindings: misc: esm: Add ESM support for TI K3 devices

[PATCH V5 0/2] Fix WKUP domain IO PADCONFIG issue and add RPi header support
 2023-05-04 11:55 UTC  (3+ messages)
` [PATCH V5 1/2] arm64: dts: ti: k3-j721s2: fix wkup pinmux range

[RFC PATCH 0/1] Categorize ARM dts directory
 2023-05-04 11:44 UTC  (9+ messages)

[PATCH] clk: imx: imx93: introduce clk_bypassed module parameter
 2023-05-04 11:39 UTC  (9+ messages)

[PATCH] spmi: mtk-pmif: Add a WFVLDCLR specific timeout
 2023-05-04 11:39 UTC 

[PATCH 0/2] MediaTek PCIe Gen3: Suspend fixes
 2023-05-04 11:35 UTC  (3+ messages)
` [PATCH 1/2] PCI: mediatek-gen3: Stop acquiring spinlocks in {suspend,resume}_noirq
` [PATCH 2/2] PCI: mediatek-gen3: Assert MAC reset only if PHY reset also present

[PATCH] pinctrl: rockchip: rk3328: rk3328_mux_recalced_data: fix bit alignment
 2023-05-04 11:01 UTC 

[PATCH v2 0/4] stm32mp15: update remoteproc to support SCMI Device tree
 2023-05-04  9:46 UTC  (3+ messages)
` [PATCH v2 2/4] remoteproc: stm32: Allow hold boot management by the SCMI reset controller
` [PATCH v2 4/4] ARM: dts: stm32: fix m4_rproc references to use SCMI


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