summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-02-29arm64: KVM: VHE: Make __fpsimd_enabled VHE awareMarc Zyngier3-4/+23
2016-02-29arm64: KVM: VHE: Enable minimal sysreg save/restoreMarc Zyngier1-2/+13
2016-02-29arm64: KVM: VHE: Use unified system register accessorsMarc Zyngier1-42/+42
2016-02-29arm64: KVM: VHE: Split save/restore of registers shared between guest and hostMarc Zyngier1-15/+33
2016-02-29arm64: KVM: VHE: Differenciate host/guest sysreg save/restoreMarc Zyngier3-9/+31
2016-02-29arm64: KVM: VHE: Introduce unified system register accessorsMarc Zyngier1-0/+72
2016-02-29arm64: KVM: VHE: Patch out kern_hyp_vaMarc Zyngier2-4/+33
2016-02-29arm64: KVM: VHE: Patch out use of HVCMarc Zyngier2-9/+38
2016-02-29arm64: KVM: Skip HYP setup when already running in HYPMarc Zyngier2-59/+121
2016-02-29arm64: Add ARM64_HAS_VIRT_HOST_EXTN featureMarc Zyngier2-1/+16
2016-02-29arm/arm64: Add new is_kernel_in_hyp_mode predicateMarc Zyngier2-0/+15
2016-02-29arm64: KVM: Switch to C-based stage2 initMarc Zyngier5-14/+50
2016-02-29arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOPMarc Zyngier3-0/+26
2016-02-29ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_endMarc Zyngier1-3/+0
2016-02-29ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORTMarc Zyngier1-2/+0
2016-02-29ARM: KVM: Remove unused hyp_pc fieldMarc Zyngier4-12/+0
2016-02-29ARM: KVM: Cleanup asm-offsets.cMarc Zyngier1-30/+0
2016-02-29ARM: KVM: Turn CP15 defines to an enumMarc Zyngier3-34/+39
2016-02-29ARM: KVM: Remove __weak attributesMarc Zyngier3-7/+5
2016-02-29ARM: KVM: Switch to C-based stage2 initMarc Zyngier6-8/+40
2016-02-29ARM: KVM: Remove the old world switchMarc Zyngier2-1128/+1
2016-02-29ARM: KVM: Change kvm_call_hyp return type to unsigned longMarc Zyngier2-9/+3
2016-02-29ARM: KVM: Add panic handling codeMarc Zyngier2-7/+59
2016-02-29ARM: KVM: Add HYP mode entry codeMarc Zyngier3-0/+160
2016-02-29ARM: KVM: Add populating of fault data structureMarc Zyngier2-0/+58
2016-02-29ARM: KVM: Add the new world switch implementationMarc Zyngier3-0/+148
2016-02-29ARM: KVM: Add VFP lazy save/restore handlerMarc Zyngier1-0/+31
2016-02-29ARM: KVM: Add guest entry codeMarc Zyngier3-0/+73
2016-02-29ARM: KVM: Add banked registers save/restoreMarc Zyngier3-0/+89
2016-02-29ARM: KVM: Add VFP save/restoreMarc Zyngier3-0/+82
2016-02-29ARM: KVM: Add vgic v2 save/restoreMarc Zyngier3-0/+88
2016-02-29ARM: KVM: Add timer save/restoreMarc Zyngier3-0/+80
2016-02-29ARM: KVM: Add CP15 save/restore codeMarc Zyngier3-0/+113
2016-02-29ARM: KVM: Add TLB invalidation codeMarc Zyngier4-0/+81
2016-02-29ARM: KVM: Add system register accessor macrosMarc Zyngier1-0/+15
2016-02-29ARM: KVM: Add a HYP-specific header fileMarc Zyngier1-0/+30
2016-02-29ARM: KVM: Move GP registers into the CPU context structureMarc Zyngier7-24/+34
2016-02-29ARM: KVM: Move CP15 array into the CPU context structureMarc Zyngier8-42/+43
2016-02-29ARM: KVM: Move VFP registers to a CPU context structureMarc Zyngier4-20/+26
2016-02-29ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_endMarc Zyngier3-7/+1
2016-02-29ARM: KVM: Move the HYP code to its own sectionMarc Zyngier4-10/+19
2016-02-29arm/arm64: KVM: Add hook for C-based stage2 initMarc Zyngier3-0/+9
2016-02-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-7/+15
2016-02-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2016-02-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds22-92/+163
2016-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-13/+13
2016-02-27Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-26/+34
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman7-13/+13
2016-02-27Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas4-15/+29
2016-02-27x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King1-1/+1