linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-08 12:50:54 to 2021-10-09 03:25:27 UTC [more...]

[PATCH v2 00/16] Cleanup of LS1021a device trees
 2021-10-09  3:08 UTC  (6+ messages)
` [PATCH v2 02/16] dt-bindings: i2c: imx: update schema to align with original txt binding

[PATCH] dma-buf: remove restriction of IOCTL:DMA_BUF_SET_NAME
 2021-10-09  2:47 UTC 

[soc:arm/fixes] BUILD SUCCESS 897c2e746cc795870361fcf9cbf282524589fa5f
 2021-10-09  2:33 UTC 

[PATCH v4 00/14] Modular Broadcom irqchip drivers
 2021-10-09  2:20 UTC  (15+ messages)
` [PATCH v4 01/14] MIPS: BMIPS: Remove use of irq_cpu_offline
` [PATCH v4 02/14] irqchip/irq-bcm7038-l1: Remove .irq_cpu_offline()
` [PATCH v4 03/14] irqchip/irq-bcm7038-l1: Use irq_get_irq_data()
` [PATCH v4 04/14] irqchip/irq-bcm7038-l1: Gate use of CPU logical map to MIPS
` [PATCH v4 05/14] irqchip/irq-bcm7038-l1: Restrict affinity setting "
` [PATCH v4 06/14] irqchip/irq-bcm7038-l1: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v4 07/14] genirq: Export irq_gc_{unmask_enable, mask_disable}_reg
` [PATCH v4 08/14] irqchip/irq-brcmstb-l2: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v4 09/14] irqchip: Provide platform_device to of_irq_init_cb_t
` [PATCH v4 10/14] genirq: Export irq_gc_noop()
` [PATCH v4 11/14] irqchip/irq-bcm7120-l2: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v4 12/14] arm64: broadcom: Removed forced select of interrupt controllers
` [PATCH v4 13/14] ARM: bcm: "
` [PATCH v4 14/14] irqchip: Fix kernel-doc parameter typo for IRQCHIP_DECLARE

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-10-09  2:12 UTC  (44+ messages)
` [PATCH v2 01/43] KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest
` [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
` [PATCH v2 03/43] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
` [PATCH v2 04/43] KVM: Force PPC to define its own rcuwait object
` [PATCH v2 05/43] KVM: Update halt-polling stats if and only if halt-polling was attempted
` [PATCH v2 06/43] KVM: Refactor and document halt-polling stats update helper
` [PATCH v2 07/43] KVM: Reconcile discrepancies in halt-polling stats
` [PATCH v2 08/43] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
` [PATCH v2 09/43] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful
` [PATCH v2 12/43] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
` [PATCH v2 13/43] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
` [PATCH v2 14/43] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
` [PATCH v2 15/43] KVM: stats: Add stat to detect if vcpu is currently blocking
` [PATCH v2 16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [PATCH v2 17/43] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
` [PATCH v2 18/43] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
` [PATCH v2 19/43] KVM: Add helpers to wake/query blocking vCPU
` [PATCH v2 20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
` [PATCH v2 21/43] KVM: VMX: Clean up PI pre/post-block WARNs
` [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
` [PATCH v2 23/43] KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers
` [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking
` [PATCH v2 25/43] KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block
` [PATCH v2 26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
` [PATCH v2 27/43] KVM: VMX: Move Posted Interrupt ndst computation out of write loop
` [PATCH v2 28/43] KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
` [PATCH v2 29/43] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load
` [PATCH v2 30/43] KVM: Drop unused kvm_vcpu.pre_pcpu field
` [PATCH v2 31/43] KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
` [PATCH v2 32/43] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
` [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv, sw}_timer() helpers
` [PATCH v2 34/43] KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
` [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
` [PATCH v2 36/43] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
` [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
` [PATCH v2 38/43] KVM: Drop defunct kvm_arch_vcpu_(un)blocking() hooks
` [PATCH v2 39/43] KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
` [PATCH v2 40/43] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
` [PATCH v2 41/43] KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
` [PATCH v2 42/43] KVM: VMX: Fold fallback path into triggering posted IRQ helper
` [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup

[PATCH] net: dsa: rtl8366rb: fix semicolon.cocci warnings
 2021-10-08 22:31 UTC 

[GIT PULL 1/2] bcm2835-dt-next-2021-10-06
 2021-10-08 22:30 UTC  (4+ messages)
` [GIT PULL 2/2] bcm2835-dt-fixes-2021-10-06

[PATCH v4 00/17] clk: at91: updates for power management and dvfs
 2021-10-08 22:05 UTC  (5+ messages)
` [PATCH v4 02/17] clk: at91: pmc: execute suspend/resume only for backup mode

[PATCH 0/5] convert ifc binding to yaml and drop "simple-bus"
 2021-10-08 21:50 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: memory: fsl: convert ifc binding to yaml schema

[PATCH v2 1/2] PCI: MCFG: Consolidate the separate PCI MCFG table entry list
 2021-10-08 21:31 UTC  (2+ messages)

[PATCH V3 linux-pinctrl 1/3] Revert "dt-bindings: pinctrl: bcm4708-pinmux: rework binding to use syscon"
 2021-10-08 20:59 UTC  (3+ messages)
` [PATCH V3 linux-pinctrl 2/3] dt-bindings: pinctrl: brcm, ns-pinmux: drop unneeded CRU from example
` [PATCH V3 linux-pinctrl 3/3] Revert "pinctrl: bcm: ns: support updated DT binding as syscon subnode"

[PATCH v6] arm64: dts: marvell: add Globalscale MOCHAbin
 2021-10-08 20:53 UTC 

[PATCH V2 linux-pinctrl 1/2] Revert "dt-bindings: pinctrl: bcm4708-pinmux: rework binding to use syscon"
 2021-10-08 20:52 UTC  (6+ messages)
` [PATCH V2 linux-pinctrl 2/2] Revert "pinctrl: bcm: ns: support updated DT binding as syscon subnode"

[PATCH v5] arm64: dts: marvell: add Globalscale MOCHAbin
 2021-10-08 20:51 UTC  (9+ messages)

[PATCH v2 00/11] Add Apple M1 support to PASemi i2c driver
 2021-10-08 20:49 UTC  (13+ messages)
` [PATCH v2 01/11] dt-bindings: i2c: Add Apple I2C controller bindings
` [PATCH v2 02/11] i2c: pasemi: Use io{read,write}32
` [PATCH v2 03/11] i2c: pasemi: Use dev_name instead of port number
` [PATCH v2 04/11] i2c: pasemi: Remove usage of pci_dev
` [PATCH v2 05/11] i2c: pasemi: Split off common probing code
` [PATCH v2 06/11] i2c: pasemi: Split pci driver to its own file
` [PATCH v2 07/11] i2c: pasemi: Move common reset code to own function
` [PATCH v2 08/11] i2c: pasemi: Allow to configure bus frequency
` [PATCH v2 09/11] i2c: pasemi: Refactor _probe to use devm_*
` [PATCH v2 10/11] i2c: pasemi: Add Apple platform driver
` [PATCH v2 11/11] i2c: pasemi: Set enable bit for Apple variant

Add Apple M1 support to PASemi i2c driver
 2021-10-08 20:47 UTC  (3+ messages)

[PATCH 0/3] Updates for simple-pm-bus and ti-sysc bindings
 2021-10-08 20:39 UTC  (3+ messages)
` [PATCH 3/3] dt-bindings: bus: ti-sysc: Update to use yaml binding

[GIT PULL] arm64 fixes for 5.15-rc5
 2021-10-08 20:25 UTC  (2+ messages)

[PATCH 0/2] Extend Sparx5 switch reset driver for lan966x
 2021-10-08 20:18 UTC  (3+ messages)
` [PATCH 2/2] reset: mchp: sparx5: Extend support "

[GIT PULL 0/7] NVIDIA Tegra changes for v5.16-rc1
 2021-10-08 20:11 UTC  (8+ messages)
` [GIT PULL 1/7] dt-bindings: Changes "
` [GIT PULL 2/7] firmware: tegra: "
` [GIT PULL 3/7] soc/tegra: "
` [GIT PULL 4/7] cpuidle: tegra: "
` [GIT PULL 5/7] ARM: tegra: Device tree changes "
` [GIT PULL 6/7] arm64: "
` [GIT PULL 7/7] arm64: tegra: Default configuration "

[PATCH 0/9] Dynamic DT device nodes
 2021-10-08 19:43 UTC  (7+ messages)

[PATCH] arm64: defconfig: Enable Qualcomm prima/pronto drivers
 2021-10-08 19:28 UTC 

[PATCH v5 0/4] Add remoteproc driver for DSP on i.MX
 2021-10-08 19:26 UTC  (12+ messages)
` [PATCH v5 3/4] remoteproc: imx_dsp_rproc: "
` [PATCH v5 4/4] dt-bindings: dsp: fsl: update binding document for remote proc driver

[PATCH v6 0/5] Add FF-A support in OP-TEE driver
 2021-10-08 19:21 UTC  (5+ messages)
` [PATCH v6 5/5] optee: add FF-A support

[PATCH v2 0/5] clk: uniphier: Introduce some clock features and NX1 support
 2021-10-08 19:20 UTC  (5+ messages)
` [PATCH v2 4/5] dt-bindings: clock: uniphier: Add clock binding for SoC-glue

[PATCH v3 0/1] Add support for the Mercury+ AA1 module
 2021-10-08 18:58 UTC  (3+ messages)
` [PATCH v3 1/1] dts: socfpga: Add Mercury+ AA1 devicetree

[PATCH 0/3] perf tools: Enable strict JSON parsing
 2021-10-08 19:01 UTC  (11+ messages)
` [PATCH 2/3] perf tools: Make the JSON parser more conformant when in strict mode

[PATCH v3 00/16] arm64: Self-hosted trace related errata workarounds
 2021-10-08 18:29 UTC  (17+ messages)
` [PATCH v3 01/16] arm64: Add Neoverse-N2, Cortex-A710 CPU part definition
` [PATCH v3 02/16] arm64: errata: Add detection for TRBE overwrite in FILL mode
` [PATCH v3 03/16] arm64: errata: Add workaround for TSB flush failures
` [PATCH v3 04/16] arm64: errata: Add detection for TRBE write to out-of-range
` [PATCH v3 05/16] coresight: trbe: Add a helper to calculate the trace generated
` [PATCH v3 06/16] coresight: trbe: Add a helper to pad a given buffer area
` [PATCH v3 07/16] coresight: trbe: Decouple buffer base from the hardware base
` [PATCH v3 08/16] coresight: trbe: Allow driver to choose a different alignment
` [PATCH v3 09/16] coresight: trbe: Add infrastructure for Errata handling
` [PATCH v3 10/16] coresight: trbe: Workaround TRBE errata overwrite in FILL mode
` [PATCH v3 11/16] coresight: trbe: Add a helper to determine the minimum buffer size
` [PATCH v3 12/16] coresight: trbe: Make sure we have enough space
` [PATCH v3 13/16] coresight: trbe: Work around write to out of range
` [PATCH v3 14/16] arm64: errata: Advertise workaround for TRBE overwrite in FILL mode
` [PATCH v3 15/16] arm64: errata: Advertise the workaround for TSB flush failures
` [PATCH v3 16/16] arm64: errata: Advertise TRBE erratum workaround for write to out-of-range address

[PATCH] iio: adc: lpc18xx_adc: Convert probe to device managed version
 2021-10-08 18:29 UTC 

[PATCH] firmware: arm_sdei: pass sdei_api_event_register right parameters
 2021-10-08 17:39 UTC  (2+ messages)

[PATCHv2 0/5] arm64/irqentry: remove duplicate housekeeping of
 2021-10-08 17:25 UTC  (9+ messages)
` [PATCHv2 1/5] arm64/entry-common: push the judgement of nmi ahead

[PATCH v1 00/38] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-08 17:04 UTC  (6+ messages)
` [PATCH v1 12/38] arm64/sme: Provide ABI documentation for SME

[PATCH v9] drm/bridge: add it6505 driver
 2021-10-08 16:00 UTC  (2+ messages)

[PATCH v7 00/11] KVM: arm64: Fixed features for protected VMs
 2021-10-08 15:58 UTC  (12+ messages)
` [PATCH v7 01/11] KVM: arm64: Move __get_fault_info() and co into their own include file
` [PATCH v7 02/11] KVM: arm64: Don't include switch.h into nvhe/kvm-main.c
` [PATCH v7 03/11] KVM: arm64: Move early handlers to per-EC handlers
` [PATCH v7 04/11] KVM: arm64: Pass struct kvm "
` [PATCH v7 05/11] KVM: arm64: Add missing field descriptor for MDCR_EL2
` [PATCH v7 06/11] KVM: arm64: Simplify masking out MTE in feature id reg
` [PATCH v7 07/11] KVM: arm64: Add handlers for protected VM System Registers
` [PATCH v7 08/11] KVM: arm64: Initialize trap registers for protected VMs
` [PATCH v7 09/11] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v7 10/11] KVM: arm64: Trap access to pVM restricted features
` [PATCH v7 11/11] KVM: arm64: Handle protected guests at 32 bits

[PATCH v3 0/5] clk: samsung: Introduce Exynos850 SoC clock driver
 2021-10-08 15:43 UTC  (6+ messages)
` [PATCH v3 1/5] clk: samsung: clk-pll: Implement pll0822x PLL type
` [PATCH v3 2/5] clk: samsung: clk-pll: Implement pll0831x "
` [PATCH v3 3/5] dt-bindings: clock: Add bindings definitions for Exynos850 CMU
` [PATCH v3 4/5] dt-bindings: clock: Document Exynos850 CMU bindings
` [PATCH v3 5/5] clk: samsung: Introduce Exynos850 clock driver

[PATCH 0/4] net: stmmac: fix regression on SPEAr3xx SOC
 2021-10-08 15:40 UTC  (2+ messages)

[PATCH v2 0/5] clk: samsung: Introduce Exynos850 SoC clock driver
 2021-10-08 15:36 UTC  (7+ messages)
` [PATCH v2 3/5] dt-bindings: clock: Add bindings definitions for Exynos850 CMU
` [PATCH v2 5/5] clk: samsung: Introduce Exynos850 clock driver

[PATCHv2 0/4] watchdog_hld cleanup and async model for arm64
 2021-10-08 15:10 UTC  (5+ messages)
` [PATCHv2 3/4] kernel/watchdog: adapt the watchdog_hld interface for async model

[PATCH v2, 0/1] mailbox: cmdq: add instruction time-out interrupt support
 2021-10-08 14:55 UTC  (5+ messages)
` [PATCH v2, 1/1] "

[PATCH v1 4/4] drm/mediatek: add mt8195 hdmi TX support
 2021-10-08 14:49 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm: Add MT6589 Fairphone 1
 2021-10-08 14:33 UTC  (2+ messages)

[PATCH] soc: mediatek: cmdq: Use mailbox rx_callback instead of cmdq_task_cb
 2021-10-08 14:30 UTC  (3+ messages)

[PATCH] net: stmmac: dwmac-rk: Add runtime PM support
 2021-10-08 14:06 UTC  (2+ messages)

[PATCH v3 0/6] KVM: arm64: Restrict host hypercalls when pKVM is enabled
 2021-10-08 13:58 UTC  (7+ messages)
` [PATCH v3 1/6] KVM: arm64: Turn __KVM_HOST_SMCCC_FUNC_* into an enum (mostly)
` [PATCH v3 2/6] arm64: Prevent kexec and hibernation if is_protected_kvm_enabled()
` [PATCH v3 3/6] KVM: arm64: Reject stub hypercalls after pKVM has been initialised
` [PATCH v3 4/6] KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall
` [PATCH v3 5/6] KVM: arm64: Prevent re-finalisation of pKVM for a given CPU
` [PATCH v3 6/6] KVM: arm64: Disable privileged hypercalls after pKVM finalisation

[RESEND,v2,7/9] dt-bindings: arm64: dts: mediatek: Add mt7986 series
 2021-10-08 13:53 UTC  (3+ messages)
` [v3,7/9] "

[PATCH linux-pinctrl 1/2] Revert "dt-bindings: pinctrl: bcm4708-pinmux: rework binding to use syscon"
 2021-10-08 13:49 UTC  (2+ messages)

[PATCH v4 0/3] arm64: support page mapping percpu first chunk allocator
 2021-10-08 13:33 UTC  (3+ messages)

[PATCH] arm64: dts: meson-sm1-odroid: add cec nodes
 2021-10-08 13:30 UTC  (2+ messages)

[PATCH v4 0/7] Add support to the mmsys driver to be a reset controller
 2021-10-08 13:16 UTC  (2+ messages)

[PATCH v7 0/9] ACPI/IORT: Support for IORT RMR node
 2021-10-08 13:09 UTC  (7+ messages)
` [PATCH v7 2/9] ACPI/IORT: Add support for RMR node parsing
` [PATCH v7 3/9] iommu/dma: Introduce generic helper to retrieve RMR info
` [PATCH v7 9/9] iommu/dma: Reserve any RMR regions associated with a dev

[PATCH v5 00/10] Add Modem support on SC7280 SoCs
 2021-10-08 12:53 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).