summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm64: Allow the arch timer to use the HYP timerMarc Zyngier2016-02-291-37/+59
* 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/+0Star
* ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORTMarc Zyngier2016-02-291-2/+0Star
* ARM: KVM: Remove unused hyp_pc fieldMarc Zyngier2016-02-294-12/+0Star
* ARM: KVM: Cleanup asm-offsets.cMarc Zyngier2016-02-291-30/+0Star
* ARM: KVM: Turn CP15 defines to an enumMarc Zyngier2016-02-293-34/+39
* ARM: KVM: Remove __weak attributesMarc Zyngier2016-02-293-7/+5Star
* ARM: KVM: Switch to C-based stage2 initMarc Zyngier2016-02-296-8/+40
* ARM: KVM: Remove the old world switchMarc Zyngier2016-02-292-1128/+1Star
* ARM: KVM: Change kvm_call_hyp return type to unsigned longMarc Zyngier2016-02-292-9/+3Star
* 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/+1Star
* 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
* Linux 4.5-rc6Linus Torvalds2016-02-281-1/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-02-282-131/+244
|\
| * perf: Robustify task_function_call()Peter Zijlstra2016-02-251-20/+20
| * perf: Fix scaling vs. perf_install_in_context()Peter Zijlstra2016-02-251-45/+70
| * perf: Fix scaling vs. perf_event_enable()Peter Zijlstra2016-02-251-19/+23
| * perf: Fix scaling vs. perf_event_enable_on_exec()Peter Zijlstra2016-02-251-0/+1
| * perf: Fix ctx time tracking by introducing EVENT_TIMEPeter Zijlstra2016-02-251-12/+30
| * perf: Cure event->pending_disable racePeter Zijlstra2016-02-251-3/+3
| * perf: Fix race between event install and jump_labelsPeter Zijlstra2016-02-252-11/+44
| * perf: Fix cloningPeter Zijlstra2016-02-252-15/+15
| * perf: Only update context time when activePeter Zijlstra2016-02-251-6/+6