messages from 2022-11-02 17:18:36 to 2022-11-03 03:23:11 UTC [more...]
[PATCH v6 00/21] Drivers for gunyah hypervisor
2022-11-03 3:21 UTC (29+ messages)
` [PATCH v6 02/21] dt-bindings: Add binding "
` [PATCH v6 10/21] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v6 13/21] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v6 21/21] docs: gunyah: Document Gunyah "
[PATCH v5 0/3] Add driver nodes for MT8195 SoC
2022-11-03 2:56 UTC (3+ messages)
` [PATCH v5 1/3] dt-bindings: PCI: mediatek-gen3: Support mt8195
` [PATCH v5 2/3] arm64: dts: mt8195: Add pcie and pcie phy nodes
[PATCH v2 0/6] Support new features to the SPEAr600
2022-11-03 2:51 UTC (5+ messages)
` [PATCH v2 1/6] arm: configs: spear6xx: Refresh defconfig
` [PATCH v2 3/6] arm: configs: spear6xx: Enable PL110 display controller
[PATCH] serial: 8250_bcm2835aux: return PTR_ERR when fail to acquire clk
2022-11-03 2:51 UTC (2+ messages)
[PATCH V14 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
2022-11-03 2:49 UTC (3+ messages)
` [PATCH V14 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
mmc: host: sdhci-esdhc-imx: async sdio interrupt and hardware auto-tuning
2022-11-03 2:32 UTC (2+ messages)
[PATCH v1 0/2] Revise mt8186 ADSP clock driver
2022-11-03 2:27 UTC (4+ messages)
` [PATCH v1 1/2] dt-bindings: dsp: mediatek: Add default clock sources for mt8186 dsp
[PATCH net-next v2 0/5] Extend TC key support for Sparx5 IS2 VCAP
2022-11-03 1:28 UTC (9+ messages)
` [PATCH net-next v2 2/5] net: microchip: sparx5: Adding more tc flower keys for the "
[PATCH] ARM: module: Reclaim the unwind list of module on kmalloc failed
2022-11-03 1:17 UTC
[PATCH 1/2] ARM: kprobes: Improve robustness for kprobe coverage testing
2022-11-03 1:16 UTC
[PATCH v4 0/9] TI-Nspire cleanups
2022-11-03 1:13 UTC (6+ messages)
` [PATCH v4 1/9] dt-bindings: mfd: Add TI-Nspire misc registers
[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
2022-11-02 23:19 UTC (45+ messages)
` [PATCH 01/44] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH 03/44] KVM: Allocate cpus_hardware_enabled "
` [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH 07/44] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
` [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
` [PATCH 11/44] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH 12/44] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH 14/44] KVM: arm64: Simplify the CPUHP logic
` [PATCH 15/44] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH 16/44] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
` [PATCH 18/44] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH 19/44] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH 24/44] KVM: PPC: Move processor compatibility check to module init
` [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH 28/44] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH 29/44] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH 31/44] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH 34/44] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH 35/44] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
` [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH 40/44] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH 41/44] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH 42/44] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH 43/44] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC
[PATCH 1/3] arm: omap2: n8x0: stop instantiating codec platform data
2022-11-02 23:20 UTC (3+ messages)
` [PATCH 2/3] ASoC: tlv320aic3x: remove support for "
` [PATCH 3/3] ASoC: tlv320aic3x: switch to using gpiod API
[PATCH 1/4] counter: Adjust final parameter type in function and signal callbacks
2022-11-02 23:22 UTC (7+ messages)
` [PATCH 2/4] counter: stm32-timer-cnt: Adjust final parameter type of stm32_count_direction_read()
[PATCH v1] PCI: imx6: Set MSI enable bit of RC in resume
2022-11-02 23:10 UTC (2+ messages)
[PATCH v3 00/15] KVM: arm64: Parallel stage-2 fault handling
2022-11-02 23:03 UTC (4+ messages)
` [PATCH v3 12/15] KVM: arm64: Make block->table PTE changes parallel-aware
[PATCH] ARM: dts: aspeed: rainier: Fix pca9551 nodes
2022-11-02 22:35 UTC
[PATCH v3] ARM: Add wpcm450_defconfig for Nuvoton WPCM450
2022-11-02 22:29 UTC (2+ messages)
[PATCH] dt-bindings: nvmem: snvs-lpgpr: Fix i.MX8M compatible strings
2022-11-02 22:25 UTC
[PATCH 0/4] iommu/exynos: Convert to module
2022-11-02 22:07 UTC (3+ messages)
` [PATCH 3/4] iommu/exynos: Modularize the driver
[PATCH] dt-bindings: media: imx7-csi: Document i.MX8M power-domains property
2022-11-02 22:07 UTC (3+ messages)
[PATCH 1/3] dt-bindings: imx6q-pcie: Handle various clock configurations
2022-11-02 21:57 UTC (3+ messages)
` [PATCH 2/3] dt-bindings: imx6q-pcie: Handle various PD configurations
` [PATCH 3/3] dt-bindings: imx6q-pcie: Handle more resets on legacy platforms
[PATCH] kbuild: Add DTB_FILES variable for dtbs_check
2022-11-02 21:46 UTC (3+ messages)
[PATCH 00/12] Improve MTD bindings
2022-11-02 21:46 UTC (5+ messages)
` [PATCH 05/12] dt-bindings: mtd: onenand: Mention the expected node name
[PATCH 0/5] Add GMAC support for S32 SoC family
2022-11-02 21:44 UTC (5+ messages)
` [PATCH 2/5] dt-bindings: net: add schema for NXP S32CC dwmac glue driver
[PATCH] docs: dt: writing-schema: Document usage of CHECK_DTBS make flag
2022-11-02 21:43 UTC
[PATCH] arm64: dts: ti: rename clock-names adc_tsc_fck to fck
2022-11-02 21:32 UTC (3+ messages)
[v3 0/3] Support pwm/tach driver for aspeed ast26xx
2022-11-02 21:31 UTC (4+ messages)
` [v3 1/3] dt-bindings: Add bindings for aspeed pwm-tach
[PATCH 1/3] arm64: dts: imx8mm: Deduplicate PCIe clock-names property
2022-11-02 21:22 UTC (3+ messages)
` [PATCH 2/3] arm64: dts: imx8mp: "
` [PATCH 3/3] arm64: dts: imx8mq: "
[PATCH 0/3] Support pwm/tach driver for aspeed ast26xx
2022-11-02 21:20 UTC (3+ messages)
` [PATCH 1/3] dt-bindings: Add bindings for aspeed pwm-tach
[PATCH] arm64: dts: imx8mm: Remove watchdog always-enabled property from eDM SBC
2022-11-02 21:19 UTC
[RFC PATCH v2 00/11] iommu/arm-smmu-qcom: Rework Qualcomm SMMU bindings and implementation
2022-11-02 20:59 UTC (16+ messages)
` [RFC PATCH v2 01/11] arm64: dts: qcom: msm8996: change order of SMMU clocks on this platform
` [RFC PATCH v2 02/11] dt-bindings: arm-smmu: Add missing Qualcomm SMMU compatibles
` [RFC PATCH v2 03/11] dt-bindings: arm-smmu: fix clocks/clock-names schema
` [RFC PATCH v2 04/11] dt-bindings: arm-smmu: add special case for Google Cheza platform
` [RFC PATCH v2 05/11] dt-bindings: arm-smmu: Add generic qcom,smmu-500 bindings
` [RFC PATCH v2 06/11] iommu/arm-smmu-qcom: Move implementation data into match data
` [RFC PATCH v2 07/11] iommu/arm-smmu-qcom: Move the qcom,adreno-smmu check into qcom_smmu_create
` [RFC PATCH v2 08/11] iommu/arm-smmu-qcom: provide separate implementation for SDM845-smmu-500
` [RFC PATCH v2 09/11] iommu/arm-smmu-qcom: Merge table from arm-smmu-qcom-debug into match data
` [RFC PATCH v2 10/11] iommu/arm-smmu-qcom: Stop using mmu500 reset for v2 MMUs
` [RFC PATCH v2 11/11] iommu/arm-smmu-qcom: Add generic qcom,smmu-500 match entry
[PATCH v2 2/2] treewide: Add the __GFP_PACKED flag to several non-DMA kmalloc() allocations
2022-11-02 20:50 UTC (11+ messages)
[PATCH 10/20] arm64: dts: Update cache properties for marvell
2022-11-02 20:47 UTC (2+ messages)
[PATCH 1/2] thermal: mediatek: add support for MT7986 and MT7981
2022-11-02 20:43 UTC (4+ messages)
` [PATCH 2/2] dt-bindings: thermal: mediatek: add compatible string for MT7986 SoC
[PATCH net-next] dt-bindings: net: xlnx,axi-ethernet: convert bindings document to yaml
2022-11-02 20:37 UTC (2+ messages)
[PATCH v3 0/7] MediaTek watchdog: Convert mtk-wdt.txt to dt-schema
2022-11-02 20:28 UTC (15+ messages)
` [PATCH v3 1/7] arm64: dts: mediatek: mt8186: Fix watchdog compatible
` [PATCH v3 2/7] arm64: dts: mediatek: mt8195: "
` [PATCH v3 3/7] arm64: dts: mediatek: mt7986: "
` [PATCH v3 4/7] arm64: dts: mediatek: mt8516: Fix the watchdog node name
` [PATCH v3 5/7] dt-bindings: watchdog: mediatek: Convert mtk-wdt to json-schema
` [PATCH v3 6/7] dt-bindings: watchdog: mediatek,mtk-wdt: Add compatible for MT6795
` [PATCH v3 7/7] dt-bindings: watchdog: mediatek,mtk-wdt: Add compatible for MT8173
[PATCH 06/20] arm64: dts: Update cache properties for exynos
2022-11-02 20:21 UTC (2+ messages)
` (subset) "
[PATCH 0/9] ARM: dts: suniv: F1C100s: add more peripherals
2022-11-02 20:19 UTC (10+ messages)
` [PATCH 1/9] dt-bindings: pwm: allwinner,sun4i-a10: Add F1C100s compatible
` [PATCH 3/9] dt-bindings: i2c: mv64xxx: Add F1C100s compatible string
` [PATCH 6/9] dt-bindings: media: IR: Add F1C100s IR "
` [PATCH 8/9] dt-bindings: input: sun4i-lradc-keys: Add F1C100s compatible
[PATCHv1 0/8] Add support for sam9x60 curiosity board
2022-11-02 20:18 UTC (2+ messages)
[PATCH v10 0/6] Add Xilinx RPU subsystem support
2022-11-02 19:58 UTC (3+ messages)
[PATCH 1/2] dt-bindings: arm: ti: Add bindings for PHYTEC AM64x based hardware
2022-11-02 19:55 UTC (6+ messages)
` [PATCH 2/2] arm64: dts: Add support for phyBOARD-Electra-AM642
[PATCH 0/3] RNG clock property cleanup
2022-11-02 19:44 UTC (5+ messages)
` [PATCH 1/3] arm64: dts: ti: k3-am65-main: drop RNG clock
[PATCH] arm64: dts: imx8mm: imx8mn: imx8mp: imx8mq: Replace opp-xM with opp-x000000
2022-11-02 19:31 UTC
[PATCH] drm/mediatek: Fix return type of mtk_hdmi_bridge_mode_valid()
2022-11-02 19:22 UTC (2+ messages)
[PATCH 1/3] ARM: dts: imx7: Fix NAND controller size-cells
2022-11-02 19:19 UTC (3+ messages)
` [PATCH 2/3] arm64: dts: imx8mm: "
` [PATCH 3/3] arm64: dts: imx8mn: "
[PATCH] dt-bindings: mxsfb: Document i.MX8M power-domains property
2022-11-02 19:18 UTC
[PATCH] arm64: dts: imx8mm: Rename /watchdog-gpio to plain /watchdog
2022-11-02 19:17 UTC
[PATCH 0/4] arm64: amlogic: add initial Odroid Go Ultra DTS
2022-11-02 19:16 UTC (3+ messages)
` [PATCH 4/4] arm64: dts: "
[PATCH v3 0/5] MT8192 Asurada devicetree - Part 2
2022-11-02 19:06 UTC (6+ messages)
` [PATCH v3 1/5] arm64: dts: mediatek: asurada: Add display regulators
` [PATCH v3 2/5] arm64: dts: mediatek: asurada: Add display backlight
` [PATCH v3 3/5] arm64: dts: mediatek: asurada: Enable internal display
` [PATCH v3 4/5] arm64: dts: mediatek: asurada: Enable audio support
` [PATCH v3 5/5] arm64: dts: mediatek: asurada: Add aliases for i2c and mmc
[PATCH V2 0/2] remoteproc: imx: add start up delay
2022-11-02 19:01 UTC (4+ messages)
` [PATCH V2 1/2] dt-bindings: remoteproc: imx_rproc: add fsl,startup-delay-ms
[PATCH v5 00/13] Drivers for gunyah hypervisor
2022-11-02 18:47 UTC (9+ messages)
` [PATCH v5 02/13] dt-bindings: Add binding "
[PATCH v2 1/3] dt-bindings: power: supply: define monitored-battery in common place
2022-11-02 18:45 UTC (3+ messages)
` [PATCH v2 2/3] dt-bindings: power: supply: bq25890: allow power-supply fields
` [PATCH v2 3/3] dt-bindings: power: supply: maxim,max17042: allow power-supplies
[RFC PATCH v2 0/8] Generic IPI sending tracepoint
2022-11-02 18:33 UTC (9+ messages)
` [RFC PATCH v2 1/8] DO-NOT-MERGE: tracing: Add __cpumask to denote a trace event field that is a cpumask_t
` [RFC PATCH v2 2/8] trace: Add trace_ipi_send_cpumask()
` [RFC PATCH v2 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [RFC PATCH v2 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [RFC PATCH v2 5/8] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [RFC PATCH v2 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
` [RFC PATCH v2 7/8] smp: reword smp call IPI comment
` [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI
[v2 0/3] upport pwm/tach driver for aspeed ast26xx
2022-11-02 18:19 UTC (5+ messages)
` [v2 1/3] dt-bindings: Add bindings for aspeed pwm-tach
[PATCH v2 00/11] media: cedrus: Format handling improvements and 10-bit HEVC support
2022-11-02 18:08 UTC (12+ messages)
` [PATCH v2 01/11] media: cedrus: remove superfluous call
` [PATCH v2 02/11] media: cedrus: Add format reset helpers
` [PATCH v2 03/11] media: cedrus: use helper to set default formats
` [PATCH v2 04/11] media: cedrus: Add helper for checking capabilities
` [PATCH v2 05/11] media: cedrus: Filter controls based on capability
` [PATCH v2 06/11] media: cedrus: set codec ops immediately
` [PATCH v2 07/11] media: cedrus: Remove cedrus_codec enum
` [PATCH v2 08/11] media: cedrus: prefer untiled capture format
` [PATCH v2 09/11] media: cedrus: initialize controls a bit later
` [PATCH v2 10/11] media: cedrus: Adjust buffer size based on control values
` [PATCH v2 11/11] media: cedrus: h265: Support decoding 10-bit frames
[PATCH v3 0/7] drm/bridge_connector: perform HPD enablement automatically
2022-11-02 18:07 UTC (8+ messages)
` [PATCH v3 1/7] drm/poll-helper: merge drm_kms_helper_poll_disable() and _fini()
` [PATCH v3 2/7] drm/probe-helper: enable and disable HPD on connectors
` [PATCH v3 3/7] drm/bridge_connector: rely on drm_kms_helper_poll_* for HPD enablement
` [PATCH v3 4/7] drm/imx/dcss: stop using drm_bridge_connector_en/disable_hpd()
` [PATCH v3 5/7] drm/msm/hdmi: "
` [PATCH v3 6/7] drm/omap: "
` [PATCH v3 7/7] drm/bridge_connector: drop drm_bridge_connector_en/disable_hpd()
[PATCH] remoteproc: imx_rproc: correct i.MX93 DRAM mapping
2022-11-02 17:40 UTC (2+ messages)
[linux-next:pending-fixes] BUILD REGRESSION 846aa7b143a35e32b50d04ecf2f40d8d778c7a44
2022-11-02 17:16 UTC
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).