summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: KVM: VHE: Make __fpsimd_enabled VHE awareMarc Zyngier2016-02-293-4/+23
* arm64: KVM: VHE: Enable minimal sysreg save/restoreMarc Zyngier2016-02-291-2/+13
* arm64: KVM: VHE: Use unified system register accessorsMarc Zyngier2016-02-291-42/+42
* arm64: KVM: VHE: Split save/restore of registers shared between guest and hostMarc Zyngier2016-02-291-15/+33
* arm64: KVM: VHE: Differenciate host/guest sysreg save/restoreMarc Zyngier2016-02-293-9/+31
* arm64: KVM: VHE: Introduce unified system register accessorsMarc Zyngier2016-02-291-0/+72
* arm64: KVM: VHE: Patch out kern_hyp_vaMarc Zyngier2016-02-292-4/+33
* arm64: KVM: VHE: Patch out use of HVCMarc Zyngier2016-02-292-9/+38
* arm64: KVM: Skip HYP setup when already running in HYPMarc Zyngier2016-02-292-59/+121
* arm64: Add ARM64_HAS_VIRT_HOST_EXTN featureMarc Zyngier2016-02-292-1/+16
* arm/arm64: Add new is_kernel_in_hyp_mode predicateMarc Zyngier2016-02-292-0/+15
* arm64: KVM: Switch to C-based stage2 initMarc Zyngier2016-02-295-14/+50
* arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOPMarc Zyngier2016-02-293-0/+26
* ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_endMarc Zyngier2016-02-291-3/+0
* ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORTMarc Zyngier2016-02-291-2/+0
* ARM: KVM: Remove unused hyp_pc fieldMarc Zyngier2016-02-294-12/+0
* ARM: KVM: Cleanup asm-offsets.cMarc Zyngier2016-02-291-30/+0
* ARM: KVM: Turn CP15 defines to an enumMarc Zyngier2016-02-293-34/+39
* ARM: KVM: Remove __weak attributesMarc Zyngier2016-02-293-7/+5
* ARM: KVM: Switch to C-based stage2 initMarc Zyngier2016-02-296-8/+40
* ARM: KVM: Remove the old world switchMarc Zyngier2016-02-292-1128/+1
* ARM: KVM: Change kvm_call_hyp return type to unsigned longMarc Zyngier2016-02-292-9/+3
* ARM: KVM: Add panic handling codeMarc Zyngier2016-02-292-7/+59
* ARM: KVM: Add HYP mode entry codeMarc Zyngier2016-02-293-0/+160
* ARM: KVM: Add populating of fault data structureMarc Zyngier2016-02-292-0/+58
* ARM: KVM: Add the new world switch implementationMarc Zyngier2016-02-293-0/+148
* ARM: KVM: Add VFP lazy save/restore handlerMarc Zyngier2016-02-291-0/+31
* ARM: KVM: Add guest entry codeMarc Zyngier2016-02-293-0/+73
* ARM: KVM: Add banked registers save/restoreMarc Zyngier2016-02-293-0/+89
* ARM: KVM: Add VFP save/restoreMarc Zyngier2016-02-293-0/+82
* ARM: KVM: Add vgic v2 save/restoreMarc Zyngier2016-02-293-0/+88
* ARM: KVM: Add timer save/restoreMarc Zyngier2016-02-293-0/+80
* ARM: KVM: Add CP15 save/restore codeMarc Zyngier2016-02-293-0/+113
* ARM: KVM: Add TLB invalidation codeMarc Zyngier2016-02-294-0/+81
* ARM: KVM: Add system register accessor macrosMarc Zyngier2016-02-291-0/+15
* ARM: KVM: Add a HYP-specific header fileMarc Zyngier2016-02-291-0/+30
* ARM: KVM: Move GP registers into the CPU context structureMarc Zyngier2016-02-297-24/+34
* ARM: KVM: Move CP15 array into the CPU context structureMarc Zyngier2016-02-298-42/+43
* ARM: KVM: Move VFP registers to a CPU context structureMarc Zyngier2016-02-294-20/+26
* ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_endMarc Zyngier2016-02-293-7/+1
* ARM: KVM: Move the HYP code to its own sectionMarc Zyngier2016-02-294-10/+19
* arm/arm64: KVM: Add hook for C-based stage2 initMarc Zyngier2016-02-293-0/+9
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-285-7/+15
|\
| * x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King2016-02-261-1/+1
| * x86/mm: Fix slow_virt_to_phys() for X86_PAE againDexuan Cui2016-02-251-4/+10
| * x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski2016-02-251-0/+1
| * x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32Andy Lutomirski2016-02-241-0/+1
| * x86/platform/intel/quark: Change the kernel's IMR lock bit to falseBryan O'Donoghue2016-02-231-2/+2
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-281-0/+1
|\ \
| * | irqchip/gic-v3: Add missing barrier to 32bit version of gic_read_iar()Marc Zyngier2016-02-181-0/+1