linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-21 09:33:47 to 2019-06-21 14:01:59 UTC [more...]

[PATCH 1/3] drm/stm: drv: fix suspend/resume
 2019-06-21 14:01 UTC  (3+ messages)

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-06-21 13:50 UTC  (67+ messages)
` [PATCH 01/59] KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s
` [PATCH 02/59] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
` [PATCH 03/59] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH 04/59] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH 05/59] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH 06/59] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH 07/59] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH 08/59] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH 09/59] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH 10/59] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH 11/59] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH 12/59] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH 13/59] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH 14/59] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH 15/59] KVM: arm64: nv: Refactor vcpu_{read,write}_sys_reg
` [PATCH 16/59] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH 17/59] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH 18/59] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH 19/59] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH 20/59] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH 21/59] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH 22/59] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH 23/59] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH 24/59] KVM: arm64: nv: Respect virtual CPTR_EL2.TFP setting
` [PATCH 25/59] KVM: arm64: nv: Don't expose SVE to nested guests
` [PATCH 26/59] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH 27/59] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH 28/59] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH 29/59] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH 30/59] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH 31/59] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH 32/59] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH 33/59] KVM: arm64: nv: Pretend we only support larger-than-host page sizes
` [PATCH 34/59] KVM: arm/arm64: nv: Factor out stage 2 page table data from struct kvm
` [PATCH 35/59] KVM: arm/arm64: nv: Support multiple nested stage 2 mmu structures
` [PATCH 36/59] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH 37/59] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH 38/59] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH 39/59] KVM: arm64: nv: Move last_vcpu_ran to be per s2 mmu
` [PATCH 40/59] KVM: arm64: nv: Don't always start an S2 MMU search from the beginning
` [PATCH 41/59] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH 42/59] KVM: arm64: nv: Rework the system instruction emulation framework
` [PATCH 43/59] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH 44/59] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH 45/59] KVM: arm64: nv: Handle traps for timer _EL02 and _EL2 sysregs accessors
` [PATCH 46/59] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH 47/59] KVM: arm64: nv: Propagate CNTVOFF_EL2 to the virtual EL1 timer
` [PATCH 48/59] KVM: arm64: nv: Load timer before the GIC
` [PATCH 49/59] KVM: arm64: nv: vgic-v3: Take cpu_if pointer directly instead of vcpu
` [PATCH 50/59] KVM: arm64: nv: Nested GICv3 Support
` [PATCH 51/59] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH 52/59] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH 53/59] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH 54/59] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH 55/59] arm64: KVM: nv: Add handling of EL2-specific timer registers
` [PATCH 56/59] arm64: KVM: nv: Honor SCTLR_EL2.SPAN on entering vEL2
` [PATCH 57/59] arm64: KVM: nv: Handle SCTLR_EL2 RES0/RES1 bits
` [PATCH 58/59] arm64: KVM: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH 59/59] arm64: KVM: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT

[PATCH] arm64: dts: rockchip: Add support for SkyKirin X99 TV Box
 2019-06-21 13:31 UTC  (2+ messages)

[PATCH v1 0/5] perf kvm: Add stat support on arm64
 2019-06-21 13:25 UTC  (6+ messages)
` [PATCH v1 2/5] KVM: arm/arm64: Adjust entry/exit and trap related tracepoints

[PATCH 2/6] thermal/drivers/cpu_cooling: Unregister with the policy
 2019-06-21 13:23 UTC  (2+ messages)
` [PATCH 5/6] thermal/drivers/imx: Remove cooling device usage

[PATCH] [media] media: mtk-mdp: fix reference count on old device tree
 2019-06-21 13:22 UTC  (2+ messages)

[PATCH v2] dmaengine: imx-sdma: remove BD_INTR for channel0
 2019-06-21 13:12 UTC  (3+ messages)

[PATCH V6 0/3] arm64/mm: Enable memory hot remove
 2019-06-21 12:53 UTC  (3+ messages)
` [PATCH V6 3/3] "

[PATCH modules v2 0/2] Fix handling of exit unwinding sections (on ARM)
 2019-06-21 12:35 UTC  (2+ messages)

[PATCH][next] video: fbdev: atmel_lcdfb: remove redundant initialization to variable ret
 2019-06-21 12:06 UTC  (4+ messages)

[PATCH] watchdog: convert remaining drivers to use SPDX license identifier
 2019-06-21 12:04 UTC  (2+ messages)

[PATCH v2] dt-bindings: nvmem: Add YAML schemas for the generic NVMEM bindings
 2019-06-21 11:55 UTC 

[PATCH] ARM: dts: socfpga: update to new Denali NAND binding
 2019-06-21 11:23 UTC 

[PATCH 1/6] regulator: s2mps11: Consistently use local variable
 2019-06-21 11:13 UTC  (3+ messages)
  ` [PATCH 6/6] ARM: dts: exynos: Add regulator suspend configuration to Odroid XU3/XU4/HC1 family

[PATCH v2] video: fbdev: imxfb: add COMPILE_TEST support
 2019-06-21 11:07 UTC  (3+ messages)
` [PATCH] video: fbdev: imxfb: fix sparse warnings about using incorrect types

[GIT PULL] ARM: mvebu: dt64 for v5.3 (#1)
 2019-06-21 11:07 UTC 

[GIT PULL] ARM: mvebu: dt for v5.3 (#1)
 2019-06-21 11:06 UTC 

[PATCH V2 2/4] csky: Add new asid lib code from arm
 2019-06-21 11:05 UTC  (2+ messages)

[GIT PULL] ARM: mvebu: arm for v5.3 (#1)
 2019-06-21 11:05 UTC 

[PATCH] arm64: dts: uniphier: update to new Denali NAND binding
 2019-06-21 11:02 UTC 

[PATCH] ARM: dts: uniphier: update to new Denali NAND binding
 2019-06-21 10:53 UTC 

[PATCH v2 0/2] i2c: bcm2835: Fixes for clock changes in probe function
 2019-06-21 10:52 UTC  (3+ messages)
` [PATCH v2 1/2] i2c: bcm2835: Move IRQ request after clock code in probe
` [PATCH v2 2/2] i2c: bcm2835: Ensure clock exists when probing

[PATCH v7 00/25] Unify vDSOs across more architectures
 2019-06-21 10:49 UTC  (27+ messages)
` [PATCH v7 01/25] kernel: Standardize vdso_datapage
` [PATCH v7 02/25] kernel: Define gettimeofday vdso common code
` [PATCH v7 03/25] kernel: Unify update_vsyscall implementation
` [PATCH v7 04/25] arm64: Substitute gettimeofday with C implementation
` [PATCH v7 05/25] arm64: Build vDSO with -ffixed-x18
` [PATCH v7 06/25] arm64: compat: Add missing syscall numbers
` [PATCH v7 07/25] arm64: compat: Expose signal related structures
` [PATCH v7 08/25] arm64: compat: Generate asm offsets for signals
` [PATCH v7 09/25] lib: vdso: Add compat support
` [PATCH v7 10/25] arm64: compat: Add vDSO
` [PATCH v7 11/25] arm64: Refactor vDSO code
` [PATCH v7 12/25] arm64: compat: vDSO setup for compat layer
` [PATCH v7 13/25] arm64: elf: vDSO code page discovery
` [PATCH v7 14/25] arm64: compat: Get sigreturn trampolines from vDSO
` [PATCH v7 15/25] arm64: Add vDSO compat support
` [PATCH v7 16/25] arm: Add support for generic vDSO
` [PATCH v7 17/25] arm: Add clock_getres entry point
` [PATCH v7 18/25] arm: Add clock_gettime64 "
` [PATCH v7 19/25] mips: Add support for generic vDSO
` [PATCH v7 20/25] mips: Add clock_getres entry point
` [PATCH v7 21/25] mips: Add clock_gettime64 "
` [PATCH v7 22/25] x86: Add support for generic vDSO
` [PATCH v7 23/25] x86: Add clock_getres entry point
` [PATCH v7 24/25] x86: Add clock_gettime64 "
` [PATCH v7 25/25] kselftest: Extend vDSO selftest

[PATCH v7 0/6] Add support for Orange Pi 3
 2019-06-21 10:44 UTC  (2+ messages)

[PATCH v2 0/5] Perf uncore PMU event alias support for Hisi hip08 ARM64 platform
 2019-06-21 10:42 UTC  (6+ messages)
` [PATCH v2 2/5] perf pmu: Support more complex PMU event aliasing

[PATCH 00/13] Add arm64/signal initial kselftest support
 2019-06-21 10:36 UTC  (28+ messages)
` [PATCH 01/13] kselftest: arm64: introduce new boilerplate code
` [PATCH 02/13] kselftest: arm64: adds arm64/signal support code
` [PATCH 03/13] kselftest: arm64: mangle_sp_misaligned
` [PATCH 04/13] kselftest: arm64: mangle_pc_invalid
` [PATCH 05/13] kselftest: arm64: mangle_pstate_invalid_daif_bits
` [PATCH 06/13] kselftest: arm64: mangle_pstate_invalid_state_toggle
` [PATCH 07/13] kselftest: arm64: mangle_pstate_invalid_mode_el?
` [PATCH 08/13] kselftest: arm64: mangle_pstate_ssbs_regs
` [PATCH 09/13] kselftest: arm64: fake_sigreturn_misaligned
` [PATCH 10/13] kselftest: arm64: fake_sigreturn_bad_magic
` [PATCH 11/13] kselftest: arm64: fake_sigreturn_bad_size
` [PATCH 12/13] kselftest: arm64: fake_sigreturn_bad_size_for_magic0
` [PATCH 13/13] kselftest: arm64: fake_sigreturn_overflow_reserved

[PATCH v10 0/6] support a new type of PMIC, including two chips(rk817 and rk809)
 2019-06-21 10:34 UTC  (7+ messages)
` [PATCH v10 1/6] mfd: rk808: remove the id_table
` [PATCH v10 2/6] mfd: rk808: Add RK817 and RK809 support
` [PATCH v10 3/6] regulator: rk808: add RK809 and RK817 support
` [PATCH v10 4/6] dt-bindings: mfd: rk808: Add binding information for RK809 and RK817
` [PATCH v10 5/6] rtc: rk808: add RK809 and RK817 support
` [PATCH v10 6/6] clk: RK808: "

[PATCH 0/2] add Microchip PIT64B timer
 2019-06-21 10:34 UTC  (9+ messages)
` [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support
          `  "

[PATCHv2 0/2] coresight: Do not default to CPU0 for missing CPU phandle
 2019-06-21 10:33 UTC  (7+ messages)
` [PATCHv2 1/2] "
` [PATCHv2 2/2] coresight: Abort probe if cpus are not available

[PATCH v4 0/8] arm64: IRQ priority masking and Pseudo-NMI fixes
 2019-06-21 10:27 UTC  (2+ messages)

[RESEND, v2] cpufreq: s5pv210: Don't flood kernel log after cpufreq change
 2019-06-21 10:10 UTC 

[PATCH v7 00/21] MT8183 IOMMU SUPPORT
 2019-06-21 10:10 UTC  (5+ messages)
` [PATCH v7 19/21] iommu/mediatek: Rename enable_4GB to dram_is_4gb

[PATCH 1/7] video: add HDMI state notifier support
 2019-06-21  9:39 UTC  (12+ messages)

[PATCH 0/7] clk: at91: sckc: improve error path
 2019-06-21  9:33 UTC  (4+ messages)

[PATCH v1 5/5] coresight: etm4x: save/restore state across CPU low power states
 2019-06-21  9:29 UTC  (11+ messages)

[PATCH v2 0/5] Panel rotation patches
 2019-06-21  9:19 UTC  (5+ messages)
` [PATCH 3/5] drm/panel: Add attach/detach callbacks

[GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v5.3
 2019-06-21  9:16 UTC  (3+ messages)
` [PATCH 1/2] arm64: defconfig: Enable TDA19988
` [PATCH 2/2] arm64: defconfig: enable TYPEC_HD3SS3220 config option

[GIT PULL] Renesas ARM64 Based SoC DT Updates for v5.3
 2019-06-21  9:16 UTC  (42+ messages)
` [PATCH 13/53] arm64: dts: renesas: r8a7795: Add TPU support
` [PATCH 14/53] arm64: dts: renesas: cat874: Add WLAN support
` [PATCH 15/53] arm64: dts: renesas: cat874: Add BT support
` [PATCH 16/53] arm64: dts: renesas: Use ip=on for bootargs
` [PATCH 17/53] arm64: dts: renesas: r8a774c0: Clean up CPU compatibles
` [PATCH 18/53] arm64: dts: renesas: ebisu: Remove renesas, no-ether-link property
` [PATCH 19/53] arm64: dts: renesas: Revise usb2_phy nodes and phys properties
` [PATCH 20/53] arm64: dts: renesas: r8a7795: Create thermal zone to support IPA
` [PATCH 21/53] arm64: dts: renesas: r8a7795: Add dynamic power coefficient
` [PATCH 22/53] arm64: dts: renesas: r8a7796: Create thermal zone to support IPA
` [PATCH 23/53] arm64: dts: renesas: r8a7796: Add dynamic power coefficient
` [PATCH 24/53] arm64: dts: renesas: r8a77965: Create thermal zone to support IPA
` [PATCH 25/53] arm64: dts: renesas: r8a77965: Add dynamic power coefficient
` [PATCH 26/53] arm64: dts: renesas: r8a77990: Create thermal zone to support IPA
` [PATCH 27/53] arm64: dts: renesas: r8a77990: Add dynamic power coefficient
` [PATCH 28/53] arm64: dts: renesas: r8a774a1: Add operating points
` [PATCH 29/53] arm64: dts: renesas: Add HiHope RZ/G2M main board support
` [PATCH 30/53] arm64: dts: renesas: hihope-common: Add pincontrol support to scif2/scif clock
` [PATCH 31/53] arm64: dts: renesas: Add HiHope RZ/G2M sub board support
` [PATCH 32/53] arm64: dts: renesas: r8a774a1: Add PCIe device nodes
` [PATCH 33/53] arm64: dts: renesas: hihope-common: Declare pcie bus clock
` [PATCH 34/53] arm64: dts: renesas: hihope-rzg2-ex: Enable PCIe support
` [PATCH 35/53] arm64: dts: renesas: hihope-common: Add RWDT support
` [PATCH 36/53] arm64: dts: renesas: r8a7799[05]: Point LVDS0 to its companion LVDS1
` [PATCH 37/53] arm64: dts: renesas: cat874: Enable USB3.0 host/peripheral device node
` [PATCH 38/53] arm64: dts: renesas: cat874: Enable usb role switch support
` [PATCH 39/53] arm64: dts: renesas: r8a77990: Fix register range of display node
` [PATCH 40/53] arm64: dts: renesas: hihope-common: Add uSD and eMMC
` [PATCH 41/53] arm64: dts: renesas: r8a774a1: Add CMT device nodes
` [PATCH 42/53] arm64: dts: renesas: r8a774a1: Add TMU "
` [PATCH 43/53] arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks
` [PATCH 44/53] arm64: dts: renesas: hihope-common: Add USB 2.0 support
` [PATCH 45/53] arm64: dts: renesas: hihope-common: Enable USB3.0
` [PATCH 46/53] arm64: dts: renesas: hihope-common: Add LEDs support
` [PATCH 47/53] arm64: dts: renesas: r8a774a1: Add CPU topology on r8a774a1 SoC
` [PATCH 48/53] arm64: dts: renesas: r8a774a1: Add CPU capacity-dmips-mhz
` [PATCH 49/53] arm64: dts: renesas: r8a774a1: Create thermal zone to support IPA
` [PATCH 50/53] arm64: dts: renesas: r8a774a1: Add dynamic power coefficient
` [PATCH 51/53] arm64: dts: renesas: r8a774a1: Add HDMI encoder instance
` [PATCH 52/53] arm64: dts: renesas: hihope-common: Add HDMI support
` [PATCH 53/53] arm64: dts: renesas: hihope-common: Remove "label" from LEDs


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