platform/kernel/linux-rpi.git
2018-03-26 Marc ZyngierKVM: arm/arm64: vgic-its: Fix potential overrun in...
2018-03-26 Marc ZyngierKVM: arm/arm64: vgic: Disallow Active+Pending for level...
2018-03-19 Shanker Donthineniarm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor...
2018-03-19 Peter MaydellKVM: arm: Reserve bit in KVM_REG_ARM encoding for secur...
2018-03-19 Marc ZyngierMerge tag 'kvm-arm-fixes-for-v4.16-2' into HEAD
2018-03-19 Marc Zyngierarm64: Enable ARM64_HARDEN_EL2_VECTORS on Cortex-A57...
2018-03-19 Marc Zyngierarm64: KVM: Allow mapping of vectors outside of the...
2018-03-19 Marc Zyngierarm64: Make BP hardening slot counter available
2018-03-19 Marc Zyngierarm/arm64: KVM: Introduce EL2-specific executable mappings
2018-03-19 Marc Zyngierarm64: KVM: Allow far branches from vector slots to...
2018-03-19 Marc Zyngierarm64: KVM: Reserve 4 additional instructions in the...
2018-03-19 Marc Zyngierarm64: KVM: Move BP hardening vectors into .hyp.text...
2018-03-19 Marc Zyngierarm64: KVM: Move stashing of x0/x1 into the vector...
2018-03-19 Marc Zyngierarm64: KVM: Move vector offsetting from hyp-init.S...
2018-03-19 Marc Zyngierarm64: Update the KVM memory map documentation
2018-03-19 Marc Zyngierarm64: KVM: Introduce EL2 VA randomisation
2018-03-19 Marc Zyngierarm64: KVM: Dynamically compute the HYP VA mask
2018-03-19 Marc Zyngierarm64: insn: Allow ADD/SUB (immediate) with LSL #12
2018-03-19 Marc Zyngierarm64; insn: Add encoder for the EXTR instruction
2018-03-19 Marc ZyngierKVM: arm/arm64: Move HYP IO VAs to the "idmap" range
2018-03-19 Marc ZyngierKVM: arm64: Fix HYP idmap unmap when using 52bit PA
2018-03-19 Marc ZyngierKVM: arm/arm64: Fix idmap size and alignment
2018-03-19 Marc ZyngierKVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
2018-03-19 Marc ZyngierKVM: arm/arm64: Move ioremap calls to create_hyp_io_map...
2018-03-19 Marc ZyngierKVM: arm/arm64: Demote HYP VA range display to being...
2018-03-19 Marc ZyngierKVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_...
2018-03-19 Marc Zyngierarm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW featu...
2018-03-19 Marc Zyngierarm64: KVM: Dynamically patch the kernel/hyp VA mask
2018-03-19 Marc Zyngierarm64: insn: Add encoder for bitwise operations using...
2018-03-19 Marc Zyngierarm64: insn: Add N immediate encoding
2018-03-19 Marc Zyngierarm64: alternatives: Add dynamic patching feature
2018-03-19 Christoffer... KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with...
2018-03-19 Christoffer... KVM: arm/arm64: Move VGIC APR save/restore to vgic...
2018-03-19 Christoffer... KVM: arm/arm64: Handle VGICv3 save/restore from the...
2018-03-19 Christoffer... KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to...
2018-03-19 Christoffer... KVM: arm/arm64: Handle VGICv2 save/restore from the...
2018-03-19 Christoffer... KVM: arm/arm64: Get rid of vgic_elrsr
2018-03-19 Christoffer... KVM: arm64: Cleanup __activate_traps and __deactive_tra...
2018-03-19 Christoffer... KVM: arm64: Configure c15, PMU, and debug register...
2018-03-19 Christoffer... KVM: arm64: Directly call VHE and non-VHE FPSIMD enable...
2018-03-19 Christoffer... KVM: arm64: Move common VHE/non-VHE trap config in...
2018-03-19 Christoffer... KVM: arm64: Defer saving/restoring 32-bit sysregs to...
2018-03-19 Christoffer... KVM: arm64: Prepare to handle deferred save/restore...
2018-03-19 Christoffer... KVM: arm64: Defer saving/restoring 64-bit sysregs to...
2018-03-19 Christoffer... KVM: arm64: Prepare to handle deferred save/restore...
2018-03-19 Christoffer... KVM: arm/arm64: Prepare to handle deferred save/restore...
2018-03-19 Christoffer... KVM: arm64: Introduce framework for accessing deferred...
2018-03-19 Christoffer... KVM: arm64: Rewrite system register accessors to read...
2018-03-19 Christoffer... KVM: arm64: Change 32-bit handling of VM system registers
2018-03-19 Christoffer... KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2...
2018-03-19 Christoffer... KVM: arm64: Unify non-VHE host/guest sysreg save and...
2018-03-19 Christoffer... KVM: arm/arm64: Remove leftover comment from kvm_vcpu_r...
2018-03-19 Christoffer... KVM: arm64: Introduce separate VHE/non-VHE sysreg save...
2018-03-19 Christoffer... KVM: arm64: Rewrite sysreg alternatives to static keys
2018-03-19 Christoffer... KVM: arm64: Move userspace system registers into separa...
2018-03-19 Christoffer... KVM: arm64: Remove noop calls to timer save/restore...
2018-03-19 Christoffer... KVM: arm64: Don't deactivate VM on VHE systems
2018-03-19 Christoffer... KVM: arm64: Remove kern_hyp_va() use in VHE switch...
2018-03-19 Christoffer... KVM: arm64: Introduce VHE-specific kvm_vcpu_run
2018-03-19 Christoffer... KVM: arm64: Factor out fault info population and gic...
2018-03-19 Christoffer... KVM: arm64: Improve debug register save/restore flow
2018-03-19 Christoffer... KVM: arm64: Slightly improve debug save/restore functions
2018-03-19 Christoffer... KVM: arm64: Move debug dirty flag calculation out of...
2018-03-19 Christoffer... KVM: arm/arm64: Introduce vcpu_el1_is_32bit
2018-03-19 Christoffer... KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_...
2018-03-19 Christoffer... KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
2018-03-19 Shih-Wei LiKVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2...
2018-03-19 Christoffer... KVM: arm64: Rework hyp_panic for VHE and non-VHE
2018-03-19 Christoffer... KVM: arm64: Avoid storing the vcpu pointer on the stack
2018-03-19 Christoffer... KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_firs...
2018-03-19 Christoffer... KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls...
2018-03-14 Marc Zyngierkvm: arm/arm64: vgic-v3: Tighten synchronization for...
2018-03-14 Marc ZyngierKVM: arm/arm64: vgic: Don't populate multiple LRs with...
2018-03-14 Ard BiesheuvelKVM: arm/arm64: Reduce verbosity of KVM init log
2018-03-14 Christoffer... KVM: arm/arm64: Reset mapped IRQs on VM reset
2018-03-14 Christoffer... KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls...
2018-03-14 Andre PrzywaraKVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio...
2018-02-26 Shanker DonthineniKVM: arm/arm64: No need to zero CNTVOFF in kvm_timer_vc...
2018-02-26 Jérémy FanguèdeKVM: arm: Enable emulation of the physical timer
2018-02-26 Jérémy FanguèdeKVM: arm64: Enable the EL1 physical timer for AArch32...
2018-02-26 Dave Martinarm64: KVM: Move CPU ID reg trap setup off the world...
2018-02-26 Mark Rutlandarm64/kvm: Prohibit guest LOR accesses
2018-02-26 Linus TorvaldsLinux 4.16-rc3
2018-02-26 Linus TorvaldsMerge tag 'xtensa-20180225' of git://github.com/jcmvbkb...
2018-02-26 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2018-02-26 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2018-02-26 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2018-02-26 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2018-02-25 Linus TorvaldsMerge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org...
2018-02-25 Linus TorvaldsMerge tag 'powerpc-4.16-4' of git://git./linux/kernel...
2018-02-23 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2018-02-23 Linus TorvaldsMerge branch 'fixes-v4.16-rc3' of git://git./linux...
2018-02-23 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2018-02-23 Linus TorvaldsMerge tag 'mips_fixes_4.16_3' of git://git./linux/kerne...
2018-02-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2018-02-23 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2018-02-23 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2018-02-23 Linus TorvaldsMerge tag 'drm-fixes-for-v4.16-rc3' of git://people...
2018-02-23 Eric Dumazetnet_sched: gen_estimator: fix broken estimators based...
2018-02-23 David S. MillerMerge git://git./pub/scm/linux/kernel/git/bpf/bpf
next