linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-11 08:08:23 to 2020-02-11 18:14:04 UTC [more...]

[PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-02-11 17:49 UTC  (77+ messages)
` [PATCH v2 01/94] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
` [PATCH v2 02/94] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v2 03/94] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v2 04/94] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v2 05/94] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v2 06/94] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v2 07/94] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v2 08/94] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v2 09/94] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v2 10/94] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v2 11/94] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v2 12/94] KVM: arm64: nv: Add EL2->EL1 translation helpers
` [PATCH v2 15/94] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v2 16/94] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v2 18/94] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v2 19/94] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v2 22/94] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v2 23/94] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v2 25/94] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v2 26/94] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v2 27/94] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v2 28/94] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v2 29/94] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v2 30/94] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v2 31/94] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v2 32/94] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v2 33/94] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v2 34/94] KVM: arm64: nv: Use ARMv8.5-GTG to advertise supported Stage-2 page sizes
` [PATCH v2 35/94] KVM: arm64: Check advertised Stage-2 page size capability
` [PATCH v2 36/94] KVM: arm/arm64: nv: Factor out stage 2 page table data from struct kvm
` [PATCH v2 37/94] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v2 38/94] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v2 39/94] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v2 40/94] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v2 42/94] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH v2 43/94] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v2 44/94] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v2 45/94] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v2 46/94] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v2 47/94] KVM: arm64: nv: Handle traps for timer _EL02 and _EL2 sysregs accessors
` [PATCH v2 48/94] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v2 49/94] KVM: arm64: nv: Propagate CNTVOFF_EL2 to the virtual EL1 timer
` [PATCH v2 50/94] KVM: arm64: nv: Load timer before the GIC
` [PATCH v2 51/94] KVM: arm64: nv: vgic-v3: Take cpu_if pointer directly instead of vcpu
` [PATCH v2 52/94] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v2 53/94] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v2 55/94] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v2 56/94] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v2 57/94] arm64: KVM: nv: Add handling of EL2-specific timer registers
` [PATCH v2 58/94] arm64: KVM: nv: Honor SCTLR_EL2.SPAN on entering vEL2
` [PATCH v2 59/94] arm64: KVM: nv: Handle SCTLR_EL2 RES0/RES1 bits
` [PATCH v2 61/94] arm64: KVM: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v2 63/94] arm64: KVM: nv: Add handling of ARMv8.4-TTL TLB invalidation
` [PATCH v2 64/94] arm64: KVM: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v2 65/94] arm64: KVM: nv: Tag shadow S2 entries with nested level
` [PATCH v2 66/94] arm64: Add SW reserved PTE/PMD bits
` [PATCH v2 67/94] arm64: Add level-hinted TLB invalidation helper
` [PATCH v2 69/94] arm64: KVM: Use TTL hint in when invalidating stage-2 translations
` [PATCH v2 70/94] arm64: KVM: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v2 72/94] KVM: arm64: sysreg: Use ctxt_sys_reg() instead of raw sys_regs access
` [PATCH v2 73/94] KVM: arm64: sve: Use __vcpu_sys_reg() "
` [PATCH v2 74/94] KVM: arm64: pauth: Use ctxt_sys_reg() "
` [PATCH v2 75/94] KVM: arm64: debug: "
` [PATCH v2 77/94] KVM: arm64: nv: Move sysreg reset check to boot time
` [PATCH v2 79/94] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v2 80/94] KVM: arm64: Use accessors for timer ctl/cval/offset
` [PATCH v2 81/94] KVM: arm64: Add VNCR-capable timer accessors for arm64
` [PATCH v2 82/94] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH v2 84/94] KVM: arm64: VNCR-ize SP_EL1
` [PATCH v2 85/94] KVM: arm64: Disintegrate SPSR array
` [PATCH v2 88/94] KVM: arm64: Add ARMv8.4 Enhanced Nested Virt cpufeature
` [PATCH v2 89/94] KVM: arm64: nv: Synchronize PSTATE early on exit
` [PATCH v2 90/94] KVM: arm64: nv: Sync nested timer state with ARMv8.4
` [PATCH v2 91/94] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v2 92/94] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v2 93/94] KVM: arm64: nv: Fast-track 'InHost' exception returns

[PATCH v11 00/10] Mediatek MT8183 scpsys support
 2020-02-11 17:49 UTC  (5+ messages)
` [PATCH v11 04/10] soc: mediatek: Add multiple step bus protection control
` [PATCH v11 07/10] soc: mediatek: Add extra sram control

LED backlight on Droid 4 and others
 2020-02-11 17:29 UTC  (3+ messages)

[PATCH v3 2/2] remoteproc: Add elf64 support in elf loader
 2020-02-11 17:24 UTC  (7+ messages)
` [PATCH v4 0/5] remoteproc: Add elf64 support
  ` [PATCH v4 1/5] remoteproc: Use u64 len for da_to_va

[PATCH v3 0/7] binfmt_elf: Update READ_IMPLIES_EXEC logic for modern CPUs
 2020-02-11 17:17 UTC  (2+ messages)

[PATCH v5 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
 2020-02-11 16:59 UTC  (3+ messages)
` [PATCH v5 1/3] arm64: cpufeature: Extract capped fields

SA-1111 USB OHCI driver (Jornada 720) - overcurrent condition
 2020-02-11 16:24 UTC  (2+ messages)

[PATCH v2 0/4] Add Support for MediaTek PMIC MT6359 Regulator
 2020-02-11 16:06 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: regulator: Add document for MT6359 regulator

[PATCH 1/2] spi: stm32-qspi: defer probe for reset controller
 2020-02-11 15:51 UTC  (2+ messages)
` Applied "spi: stm32-qspi: defer probe for reset controller" to the spi tree

[PATCH 2/2] spi: stm32-qspi: properly manage probe errors
 2020-02-11 15:51 UTC  (2+ messages)
` Applied "spi: stm32-qspi: properly manage probe errors" to the spi tree

[PATCH V3 1/4] dt-bindings: spi: imx: Add i.MX8MM/i.MX8MN/i.MX8MP compatible
 2020-02-11 15:51 UTC  (5+ messages)
` [PATCH V3 3/4] arm64: dts: freescale: Add i.MX8MP EVK board support
` [PATCH V3 4/4] dt-bindings: arm: imx: Add the i.MX8MP EVK board
` Applied "dt-bindings: spi: imx: Add i.MX8MM/i.MX8MN/i.MX8MP compatible" to the spi tree

[PATCH 1/6] ASoC: stm32: sai: manage error when getting reset controller
 2020-02-11 15:49 UTC  (2+ messages)
` Applied "ASoC: stm32: sai: manage error when getting reset controller" to the asoc tree

[PATCH 2/6] ASoC: stm32: spdifrx: manage error when getting reset controller
 2020-02-11 15:49 UTC  (2+ messages)
` Applied "ASoC: stm32: spdifrx: manage error when getting reset controller" to the asoc tree

[PATCH 3/6] ASoC: stm32: i2s: manage error when getting reset controller
 2020-02-11 15:49 UTC  (2+ messages)
` Applied "ASoC: stm32: i2s: manage error when getting reset controller" to the asoc tree

[PATCH 5/6] ASoC: stm32: spdifrx: improve error management on probe deferral
 2020-02-11 15:49 UTC  (2+ messages)
` Applied "ASoC: stm32: spdifrx: improve error management on probe deferral" to the asoc tree

[PATCH 4/6] ASoC: stm32: sai: improve error management on probe deferral
 2020-02-11 15:49 UTC  (2+ messages)
` Applied "ASoC: stm32: sai: improve error management on probe deferral" to the asoc tree

[PATCH 6/6] ASoC: stm32: i2s: improve error management on probe deferral
 2020-02-11 15:49 UTC  (2+ messages)
` Applied "ASoC: stm32: i2s: improve error management on probe deferral" to the asoc tree

[PATCH v2 3/3] ASoC: mediatek: mt8173-rt5650: support HDMI jack reporting
 2020-02-11 15:49 UTC  (2+ messages)
` Applied "ASoC: mediatek: mt8173-rt5650: support HDMI jack reporting" to the asoc tree

[PATCH v2 1/3] drm/mediatek: exit earlier if failed to register audio driver
 2020-02-11 15:48 UTC  (2+ messages)
` Applied "drm/mediatek: exit earlier if failed to register audio driver" to the asoc tree

[PATCH v2 2/3] drm/mediatek: support HDMI jack status reporting
 2020-02-11 15:48 UTC  (2+ messages)
` Applied "drm/mediatek: support HDMI jack status reporting" to the asoc tree

[PATCH RFC 0/7] perf pmu-events: Support event aliasing for system PMUs
 2020-02-11 15:41 UTC  (17+ messages)
` [PATCH RFC 3/7] perf jevents: Add support for a system events PMU
` [PATCH RFC 4/7] perf pmu: Rename uncore symbols to include system PMUs
` [PATCH RFC 5/7] perf pmu: Support matching by sysid

[PATCH 1/4] drm/sun4i: dsi: Remove unused drv from driver context
 2020-02-11 15:39 UTC  (4+ messages)
` [PATCH 4/4] drm/sun4i: dsi: Remove incorrect use of runtime PM

[PATCH 0/4] iio: adc: stm32-dfsdm: add scale and offset support
 2020-02-11 15:24 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: iio: adc: sd modulator: add vref support
` [PATCH 2/4] iio: adc: sd modulator: add scale support
` [PATCH 4/4] iio: adc: stm32-dfsdm: add scale and offset support

[RFC PATCH 0/5] Removing support for 32bit KVM/arm host
 2020-02-11 15:23 UTC  (3+ messages)

[PATCH V2 0/9] mmc: mmci: sdmmc: add sdr104 support
 2020-02-11 15:16 UTC  (5+ messages)
` [PATCH V2 9/9] mmc: mmci: add sdmmc variant revision 2.0

[PATCHv9 00/12] PCI: Recode Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2020-02-11 15:14 UTC  (16+ messages)

arm64/for-kernelci baseline: 25 runs, 2 regressions (v5.6-rc1-6-g74a44bed8d93)
 2020-02-11 15:07 UTC 

arm64/for-kernelci boot: 25 boots: 0 failed, 25 passed (v5.6-rc1-6-g74a44bed8d93)
 2020-02-11 15:07 UTC 

[PATCH] asm-generic: make more kernel-space headers mandatory
 2020-02-11 14:59 UTC  (3+ messages)

[PATCH] arm64: vdso32: Convert to modern assembler annotations
 2020-02-11 14:50 UTC 

[PATCH] arm64: vdso: Convert to modern assembler annotations
 2020-02-11 14:49 UTC 

[PATCH -next] staging: vc04_services: remove set but unused variable 'local_entity_uc'
 2020-02-11 14:28 UTC  (3+ messages)

arm64/for-kernelci build: 3 builds: 0 failed, 3 passed (v5.6-rc1-6-g74a44bed8d93)
 2020-02-11 14:23 UTC 

[PATCH v3 4/4] perf tools: Support "branch-misses:pp" on arm64
 2020-02-11 14:04 UTC  (6+ messages)
` [PATCH v4 0/4] perf tools: Add support for some spe events and precise ip
  ` [PATCH v4 1/4] perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
  ` [PATCH v4 2/4] perf tools: Add support for "report" for some spe events
  ` [PATCH v4 3/4] perf report: Add SPE options to --itrace argument
  ` [PATCH v4 4/4] perf tools: Support "branch-misses:pp" on arm64

[RFC] [PATCH 0/2] arm64: tlb: skip tlbi broadcast for single threaded TLB flushes
 2020-02-11 14:00 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2020-02-11 13:57 UTC  (15+ messages)
` [PATCH v7 00/11] "
  ` [PATCH v7 09/11] arm64: disable SCS for hypervisor code
  ` [PATCH v7 11/11] arm64: scs: add shadow stacks for SDEI

[PATCH] arm64: dts: imx8mq-phanbell: Add support for ethernet
 2020-02-11 13:48 UTC 

[PATCH 0/3] Add support for hwspinlock on A64 SoC
 2020-02-11 13:17 UTC  (10+ messages)
` [PATCH 1/3] hwspinlock: sunxi: Implement support for Allwinner's "
` [PATCH 2/3] arm64: dts: allwinner: a64: Add hwspinlock node

[PATCH 1/3] arm64: entry-ftrace.S: Convert to modern annotations for assembly functions
 2020-02-11 12:39 UTC  (3+ messages)
` [PATCH 2/3] arm64: ftrace: Correct annotation of ftrace_caller assembly
` [PATCH 3/3] arm64: ftrace: Modernise annotation of return_to_handler

[PATCH 0/3] iommu: Add Allwinner H6 IOMMU driver
 2020-02-11 12:39 UTC  (6+ messages)
` [PATCH 2/3] "

[PATCH v2 0/3] Add support for hwspinlock on A64 SoC
 2020-02-11 12:26 UTC  (4+ messages)
` [PATCH v2 1/3] hwspinlock: sunxi: Implement support for Allwinner's "
` [PATCH v2 2/3] arm64: dts: allwinner: a64: Add hwspinlock node
` [PATCH v2 3/3] dt-bindings: hwlock: Document A64 hwspinlock bindings

[PATCH] arm64: head: Annotate stext and preserve_boot_args as code
 2020-02-11 12:24 UTC 

[PATCH] ASoC: MT6660 update to 1.0.8_G
 2020-02-11 12:23 UTC  (4+ messages)

[PATCH] arm64: entry: Annotate ret_from_fork as code
 2020-02-11 12:22 UTC 

[PATCH] drivers/firmware/psci: Hide ACPI state during initialization
 2020-02-11 12:21 UTC  (3+ messages)

[PATCH 1/2] arm64: crypto: Modernize some extra assembly annotations
 2020-02-11 12:20 UTC  (2+ messages)
` [PATCH 2/2] arm64: crypto: Modernize names for AES function macros

[PATCH v8 0/3] arm64: meson: Add support for USB on Amlogic A1
 2020-02-11 12:16 UTC  (5+ messages)
` [PATCH v8 1/3] dt-bindings: phy: Add Amlogic A1 USB2 PHY Bindings
` [PATCH v8 2/3] phy: amlogic: Add Amlogic A1 USB2 PHY Driver
` [PATCH v8 3/3] arm64: dts: meson: a1: Enable USB2 PHY and DWC3 controller

[PATCH 0/7] dt-bindings: Convert the ARM Boards to YAML
 2020-02-11 12:05 UTC  (3+ messages)
` [PATCH 6/7] dt-bindings: arm: Add Versatile Express and Juno YAML schema

[PATCH 0/2] firmware: arm_scmi: add smc/hvc transports support
 2020-02-11 12:02 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: arm: arm,scmi: add smc/hvc transports

[PATCH] cpufreq: imx6q: Fixes unwanted cpu overclocking on i.MX6ULL
 2020-02-11 11:58 UTC 

[PATCH v2] arm64: sdei: Annotate SDEI entry points using new style annotations
 2020-02-11 12:00 UTC 

[PATCH v9 00/15] CoreSight CTI Driver
 2020-02-11 11:59 UTC  (3+ messages)
` [PATCH v9 11/15] dt-bindings: arm: Juno platform - add CTI entries to device tree

[PATCH v2 4/4] arm64: Dereference CPU operations indirectly
 2020-02-11 11:46 UTC  (2+ messages)

[PATCH V3 1/3] dt-bindings: pinctrl: Convert i.MX8MQ to json-schema
 2020-02-11 11:19 UTC  (3+ messages)

[PATCH v4 0/6] Describe CoreSight topology using sysfs links
 2020-02-11 10:58 UTC  (7+ messages)
` [PATCH v4 1/6] coresight: Pass coresight_device for coresight_release_platform_data
` [PATCH v4 2/6] coresight: add return value for fixup connections
` [PATCH v4 3/6] coresight: Add generic sysfs link creation functions
` [PATCH v4 4/6] coresight: Expose device connections via sysfs
` [PATCH v4 5/6] coresight: cti: Add in sysfs links to other coresight devices
` [PATCH v4 6/6] coresight: docs: Add information about the topology representations

[PATCH] counter: stm32-timer-cnt: remove iio headers
 2020-02-11 10:56 UTC 

[PATCH v2] counter: stm32-timer-cnt: add power management support
 2020-02-11 10:54 UTC  (3+ messages)

[PATCH V2 1/5] spi: fspi: enable fspi on imx8qxp and imx8mm
 2020-02-11 10:49 UTC  (4+ messages)
` [PATCH V2 4/5] dt-bindings: spi: spi-nxp-fspi: Add support for imx8mm, imx8qxp

[PATCH] rtc: zynqmp: Clear alarm interrupt status before interrupt enable
 2020-02-11 10:40 UTC  (4+ messages)

Question about kthread_mod_delayed_work() allowed context
 2020-02-11 10:23 UTC 

[PATCH 0/2] Add GPIO level-sensitive interrupt support
 2020-02-11 10:08 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: stm32: Add level interrupt support to gpio irq chip

[PATCH -next] ASoC: SOF: imx8: Fix randbuild error
 2020-02-11  9:59 UTC  (4+ messages)
` [alsa-devel] "

[PATCH RESEND 1/1] ARM: dts: imx7s: Add power domain for imx7d HSIC
 2020-02-11  8:57 UTC  (2+ messages)

[PATCH 0/3] aspeed-g6: enable usb support
 2020-02-11  8:50 UTC  (6+ messages)
` [PATCH 1/3] usb: gadget: aspeed: read vhub config from of_device_id

[PATCH v2] arm64: dts: allwinner: h6: orangepi-3: Add eMMC node
 2020-02-11  8:35 UTC  (4+ messages)

[PATCH] arm64: csum: Optimise IPv6 header checksum
 2020-02-11  8:35 UTC  (4+ messages)


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