linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-03 09:09:50 to 2020-09-03 18:16:08 UTC [more...]

[PATCH v2 1/3] ARM: dts: exynos: Add assigned clock parent to CMU in Exynos3250
 2020-09-03 18:14 UTC  (3+ messages)
` [PATCH v2 2/3] ARM: dts: exynos: Add assigned clock parent to CMU in Exynos4412 Odroid
` [PATCH v2 3/3] ARM: dts: exynos: Add assigned clock parent to CMU in Exynos5422 Odroid XU3

[PATCH v3 00/21] KVM: arm64: Rewrite page-table code and fault handling
 2020-09-03 17:57 UTC  (21+ messages)
` [PATCH v3 06/21] KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table
` [PATCH v3 08/21] KVM: arm64: Convert kvm_set_spte_hva() to generic page-table API
` [PATCH v3 09/21] KVM: arm64: Convert unmap_stage2_range() "
` [PATCH v3 10/21] KVM: arm64: Add support for stage-2 page-aging in generic page-table
` [PATCH v3 20/21] KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'

[PATCH v2] coresight: etm4x: Handle unreachable sink in perf mode
 2020-09-03 17:47 UTC  (2+ messages)

[PATCH] coresight: etm4x: fix issues on trcseqevr access
 2020-09-03 17:42 UTC  (2+ messages)

[PATCH 0/2] arm64/mm: Enable THP migration
 2020-09-03 17:31 UTC  (6+ messages)
` [PATCH 1/2] arm64/mm: Change THP helpers to comply with generic MM semantics
` [PATCH 2/2] arm64/mm: Enable THP migration

[PATCH] coresight: etm4x: fix mis-usage of nr_resource in sysfs interface
 2020-09-03 17:22 UTC  (2+ messages)

[PATCH v2] coresight: cti: write regsiters directly in cti_enable_hw()
 2020-09-03 16:53 UTC  (2+ messages)

[PATCH v3 0/7] arm64: dts: rockchip: Add Engicam PX30.Core
 2020-09-03 16:47 UTC  (4+ messages)
` [PATCH v3 5/7] dt-bindings: arm: rockchip: Add Engicam PX30.Core C.TOUCH 2.0

[PATCH 01/10] dt-bindings: arm: samsung: pmu: Use unevaluatedProperties
 2020-09-03 16:45 UTC  (10+ messages)
` [PATCH 02/10] dt-bindings: gpu: arm, mali-midgard: "
  ` [PATCH 02/10] dt-bindings: gpu: arm,mali-midgard: "
` [PATCH 03/10] dt-bindings: timer: exynos4210-mct: "
` [PATCH 06/10] dt-bindings: sound: samsung-i2s: "

[PATCH 1/7] dt-bindings: clock: imx8m: Integrate duplicated i.MX 8M schemas
 2020-09-03 16:41 UTC  (7+ messages)
` [PATCH 3/7] dt-bindings: mailbox: fsl,mu: Use unevaluatedProperties
` [PATCH 4/7] dt-bindings: i2c: imx-lpi2c: "
` [PATCH 6/7] dt-bindings: i2c: imx: "

[PATCH v3 0/4] arm64: Introduce new IPI as IPI_CALL_NMI_FUNC
 2020-09-03 16:36 UTC  (6+ messages)
` [PATCH v3 1/4] arm64: smp: Introduce a "
` [PATCH v3 2/4] irqchip/gic-v3: Enable support for SGIs to act as NMIs
` [PATCH v3 3/4] arm64: smp: Setup IPI_CALL_NMI_FUNC as a pseudo NMI
` [PATCH v3 4/4] arm64: kgdb: Round up cpus using IPI_CALL_NMI_FUNC

[PATCH 1/4] dt-bindings: net: nfc: s3fwrn5: Convert to dtschema
 2020-09-03 16:32 UTC  (2+ messages)

[PATCH v14 0/2] media: i2c: Add support for OV02A10 sensor
 2020-09-03 16:13 UTC  (3+ messages)
` [PATCH v14 1/2] media: dt-bindings: media: i2c: Document OV02A10 bindings

[RESEND PATCH v2] mfd: syscon: Use a unique name with regmap_config
 2020-09-03 16:04 UTC  (8+ messages)

[PATCH] mfd: syscon: Don't free allocated name for regmap_config
 2020-09-03 16:02 UTC 

[PATCH 00/23] KVM: arm64: rVIC/rVID PV interrupt controller
 2020-09-03 15:26 UTC  (24+ messages)
` [PATCH 01/23] irqchip: Add Reduced Virtual Interrupt Controller driver
` [PATCH 02/23] irqchip/rvic: Add support for untrusted interrupt allocation
` [PATCH 03/23] irqchip: Add Reduced Virtual Interrupt Distributor support
` [PATCH 04/23] irqchip/rvid: Add PCI MSI support
` [PATCH 05/23] KVM: arm64: Move GIC model out of the distributor
` [PATCH 06/23] KVM: arm64: vgic-v3: Move early init to kvm_vgic_create()
` [PATCH 07/23] KVM: arm64: Add irqchip callback structure to kvm_arch
` [PATCH 08/23] KVM: arm64: Move kvm_vgic_destroy to kvm_irqchip_flow
` [PATCH 09/23] KVM: arm64: Move kvm_vgic_vcpu_init() to irqchip_flow
` [PATCH 10/23] KVM: arm64: Move kvm_vgic_vcpu_[un]blocking() "
` [PATCH 11/23] KVM: arm64: Move kvm_vgic_vcpu_load/put() "
` [PATCH 12/23] KVM: arm64: Move kvm_vgic_vcpu_pending_irq() "
` [PATCH 13/23] KVM: arm64: Move vgic resource mapping on first run "
` [PATCH 14/23] KVM: arm64: Move kvm_vgic_vcpu_{sync, flush}_hwstate() "
` [PATCH 15/23] KVM: arm64: nVHE: Only save/restore GICv3 state if modeling a GIC
` [PATCH 16/23] KVM: arm64: Move interrupt injection to irqchip_flow
` [PATCH 17/23] KVM: arm64: Move mapping of HW interrupts into irqchip_flow
` [PATCH 18/23] KVM: arm64: Move set_owner "
` [PATCH 19/23] KVM: arm64: Turn vgic_initialized into irqchip_finalized
` [PATCH 20/23] KVM: arm64: Move irqfd routing to irqchip_flow
` [PATCH 21/23] KVM: arm64: Tighten msis_require_devid reporting
` [PATCH 22/23] KVM: arm64: Add a rVIC/rVID in-kernel implementation
` [PATCH 23/23] KVM: arm64: Add debugfs files for the rVIC/rVID implementation

[PATCH v5 0/7] make hdmi work on bananapi-r2
 2020-09-03 15:07 UTC  (2+ messages)

[PATCH v2] dt-bindings: crypto: Specify that allwinner, sun8i-a33-crypto needs reset
 2020-09-03 14:54 UTC 

[PATCH v2 1/2] ARM: dts: imx6qdl: tqma6: fix indentation
 2020-09-03 14:53 UTC  (2+ messages)
` [PATCH v2 2/2] ARM: dts: imx6qdl: tqma6: minor fixes

[PATCH] spi-imx: remove num-cs support, set num_chipselect to 4
 2020-09-03 14:40 UTC 

[PATCH] arm64: Enable PCI write-combine resources under sysfs
 2020-09-03 14:36 UTC  (4+ messages)

[PATCH] arm64: dts: mt8173-elm: fix supported values for regulator-allowed-modes of da9211
 2020-09-03 14:28 UTC 

[PATCH v5 0/5] cpufreq: improve frequency invariance support
 2020-09-03 14:19 UTC  (6+ messages)
` [PATCH v5 3/5] cpufreq: report whether cpufreq supports Frequency Invariance (FI)

[PATCH 0/7] arm64: dts: ti: k3-*: Squash up node_name_chars_strict warnings
 2020-09-03 14:02 UTC  (21+ messages)
` [PATCH 6/7] arm64: dts: ti: k3-*: Use generic adc for node names
` [PATCH V2 0/8] arm64: dts: ti: k3-*: Squash up node_name_chars_strict warnings + hex usage
` [PATCH V2 1/8] arm64: dts: ti: k3-j721e: Use lower case hexadecimal
` [PATCH V2 2/8] arm64: dts: ti: k3-am65-main: "
` [PATCH V2 3/8] arm64: dts: ti: k3-am65*: Use generic gpio for node names
` [PATCH V2 4/8] arm64: dts: ti: k3-am65*: Use generic clock for syscon clock names
` [PATCH V2 5/8] arm64: dts: ti: k3-*: Use generic pinctrl for node names
` [PATCH V2 6/8] arm64: dts: ti: k3-am65-base-board Use generic camera for node name instead of ov5640
` [PATCH V2 7/8] arm64: dts: ti: k3-am65-wakeup: Use generic temperature-sensor for node name
` [PATCH V2 8/8] arm64: dts: ti: k3-*: Fix up node_name_chars_strict warnings

[PATCH v3 00/18] Introduce separate nVHE hyp context
 2020-09-03 13:53 UTC  (19+ messages)
` [PATCH v3 01/18] KVM: arm64: Remove __activate_vm wrapper
` [PATCH v3 02/18] KVM: arm64: Remove hyp_panic arguments
` [PATCH v3 03/18] KVM: arm64: Remove kvm_host_data_t typedef
` [PATCH v3 04/18] KVM: arm64: Restrict symbol aliasing to outside nVHE
` [PATCH v3 05/18] KVM: arm64: Save chosen hyp vector to a percpu variable
` [PATCH v3 06/18] KVM: arm64: nVHE: Use separate vector for the host
` [PATCH v3 07/18] KVM: arm64: nVHE: Don't consume host SErrors with ESB
` [PATCH v3 08/18] KVM: arm64: Introduce hyp context
` [PATCH v3 09/18] KVM: arm64: Update context references from host to hyp
` [PATCH v3 10/18] KVM: arm64: Restore hyp when panicking in guest context
` [PATCH v3 11/18] KVM: arm64: Share context save and restore macros
` [PATCH v3 12/18] KVM: arm64: nVHE: Switch to hyp context for EL2
` [PATCH v3 13/18] KVM: arm64: nVHE: Handle hyp panics
` [PATCH v3 14/18] smccc: Cast arguments to unsigned long
` [PATCH v3 15/18] KVM: arm64: nVHE: Pass pointers consistently to hyp-init
` [PATCH v3 16/18] KVM: arm64: nVHE: Migrate hyp interface to SMCCC
` [PATCH v3 17/18] KVM: arm64: nVHE: Migrate hyp-init "
` [PATCH v3 18/18] KVM: arm64: nVHE: Fix pointers during SMCCC convertion

[PATCH] hwmon: sparx5: Fix initial reading of temperature
 2020-09-03 13:52 UTC  (2+ messages)

[PATCH v2 0/3] pinctrl: Adding support for Microchip/Microsemi serial GPIO controller
 2020-09-03 13:35 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: Add bindings for pinctrl-mchp-sgpio driver
` [PATCH v2 2/3] pinctrl: pinctrl-mchp-sgpio: Add pinctrl driver for Microsemi Serial GPIO
` [PATCH v2 3/3] arm64: dts: sparx5: Add SGPIO devices

[PATCH v11 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-09-03 13:18 UTC  (8+ messages)
` [PATCH v11 3/5] arm64: kdump: reimplement crashkernel=X
` [PATCH v11 5/5] kdump: update Documentation about crashkernel

[PATCH v6 0/8] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm
 2020-09-03 13:12 UTC  (9+ messages)
` [PATCH v6 1/8] crypto: sm3 - export crypto_sm3_final function
` [PATCH v6 2/8] lib/mpi: Extend the MPI library
` [PATCH v6 3/8] lib/mpi: Introduce ec implementation to "
` [PATCH v6 4/8] crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm
` [PATCH v6 5/8] crypto: testmgr - support test with different ciphertext per encryption
` [PATCH v6 6/8] X.509: support OSCCA certificate parse
` [PATCH v6 7/8] X.509: support OSCCA sm2-with-sm3 certificate verification
` [PATCH v6 8/8] integrity: Asymmetric digsig supports SM2-with-SM3 algorithm

[arm-platforms:irq/rvic 14/39] arch/arm64/kernel/irq.c:75:2: error: implicit declaration of function 'nmi_enter'
 2020-09-03 12:42 UTC 

[PATCH v3 0/6] ACPI: Only create NUMA nodes from entries in SRAT or SRAT emulation
 2020-09-03 12:33 UTC  (2+ messages)

[PATCH] PCI: exynos: simplify with PTR_ERR_OR_ZERO
 2020-09-03 12:29 UTC  (2+ messages)

[PATCH 0/3] add support for Hisilicon SD5203 SoC
 2020-09-03 12:27 UTC  (4+ messages)
` [PATCH 1/3] ARM: hisi: add support for "
` [PATCH 2/3] ARM: debug: add UART early console support for SD5203
` [PATCH 3/3] ARM: dts: add SD5203 dts

[PATCH v2] arm64: mm: free unused memmap for sparse memory model that define VMEMMAP
 2020-09-03 12:27 UTC  (4+ messages)

[PATCH 1/4] crypto: caam - Fix kerneldoc
 2020-09-03 12:21 UTC  (5+ messages)
` [PATCH 2/4] crypto: caam - Simplify with dev_err_probe()

[PATCH 00/11] mmc: Minor cleanups and compile test
 2020-09-03 11:47 UTC  (4+ messages)
` [PATCH 04/11] mmc: jz4740: Simplify with dev_err_probe()

[PATCH] coresight: etm4x: Modify core-commit of cpu to avoid the overflow of HiSilicon ETM
 2020-09-03 11:37 UTC 

[PATCH 00/20] usb: Use new pm_ptr() macro
 2020-09-03 11:25 UTC  (21+ messages)
` [PATCH 01/20] usb/host: ohci-platform: Use "
` [PATCH 02/20] usb/host: ehci-spear: "
` [PATCH 03/20] usb/host: ehci-npcm7xx: "
` [PATCH 04/20] usb/host: ehci-platform: "
` [PATCH 05/20] usb/cdns3: core: "
` [PATCH 06/20] usb/chipidea: "
` [PATCH 07/20] usb/misc: usb3503: "
` [PATCH 08/20] usb/misc: usb4604: "
` [PATCH 09/20] usb/musb: am35x: "
` [PATCH 10/20] usb/musb: da8xx: "
` [PATCH 11/20] usb/musb: musb_dsps: "
` [PATCH 12/20] usb/musb: ux500: "
` [PATCH 13/20] usb/phy: am335x: "
` [PATCH 14/20] usb/phy: mxs-usb: "
` [PATCH 15/20] usb/gadget/udc: atmel: "
` [PATCH 16/20] usb/gadget/udc: bdc: "
` [PATCH 17/20] usb/gadget/udc: mv-u3d: "
` [PATCH 18/20] usb/gadget/udc: pch: "
` [PATCH 19/20] usb/gadget/udc: renesas: "
` [PATCH 20/20] usb/gadget/udc: snps: "

[GIT PULL 1/3] SoC changes for omaps for v5.10
 2020-09-03 11:26 UTC  (3+ messages)
` [GIT PULL 2/3] Drop legacy platform data "
` [GIT PULL 3/3] Device tree changes "

[GIT PULL] Fixes for omaps for v5.9-rc cycle
 2020-09-03 11:21 UTC 

[PATCH v2 6/9] spi: spi-s3c64xx: Check return values
 2020-09-03 11:18 UTC  (3+ messages)

pwm-sun4i: PWM backlight is not turned off on shutdown
 2020-09-03 11:18 UTC  (5+ messages)

[PATCH v2 0/4] kselftests/arm64: add PAuth tests
 2020-09-03 10:48 UTC  (4+ messages)
` [PATCH v2 3/4] kselftests/arm64: add PAuth test for whether exec() changes keys

[PATCH v11 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-09-03 10:44 UTC  (5+ messages)
` [PATCH v11 3/5] firmware: xilinx: Add RPU configuration APIs
` [PATCH v11 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

❌ FAIL: Test report for kernel 5.9.0-rc3-f75aef3.cki (arm-next)
 2020-09-03 10:42 UTC  (2+ messages)

[PATCH 0/3] Enable CPUFreq for STi stih418 SoC
 2020-09-03 10:43 UTC  (2+ messages)

[PATCH 0/4] kselftests/arm64: add PAuth tests
 2020-09-03 10:20 UTC  (9+ messages)
` [PATCH 1/4] kselftests/arm64: add a basic Pointer Authentication test
` [PATCH 3/4] kselftests/arm64: add PAuth test for whether exec() changes keys

[PATCH 1/1] ARM: dts: imx6sx: fix the pad QSPI1B_SCLK mux mode for uart3
 2020-09-03 10:05 UTC 

[PATCH] irqchip/gic-v3: change gic_data into gic_v3_data
 2020-09-03 10:12 UTC  (4+ messages)

[PATCH v2] drm/bridge: add it6505 driver
 2020-09-03  9:48 UTC 

[PATCH] drm/bridge: add it6505 driver
 2020-09-03  9:43 UTC 

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-09-03  8:01 UTC  (2+ messages)
` [PATCH v5 62/80] drm/vc4: hdmi: Rename drm_encoder pointer in mode_valid

[PATCH v2 00/10] Independent per-CPU data section for nVHE
 2020-09-03  9:17 UTC  (11+ messages)
` [PATCH v2 01/10] Macros to override naming of percpu symbols and sections
` [PATCH v2 02/10] kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY
` [PATCH v2 03/10] kvm: arm64: Remove __hyp_this_cpu_read
` [PATCH v2 04/10] kvm: arm64: Remove hyp_adr/ldr_this_cpu
` [PATCH v2 05/10] kvm: arm64: Add helpers for accessing nVHE hyp per-cpu vars
` [PATCH v2 06/10] kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp
` [PATCH v2 07/10] kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE
` [PATCH v2 08/10] kvm: arm64: Mark hyp stack pages reserved
` [PATCH v2 09/10] kvm: arm64: Set up hyp percpu data for nVHE
` [PATCH v2 10/10] kvm: arm64: Remove unnecessary hyp mappings


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