summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm/arm64: vgic-v2: Reset LRs at boot timeMarc Zyngier2016-03-091-0/+12
* KVM: arm/arm64: vgic-v2: Do not save an LR known to be emptyMarc Zyngier2016-03-091-6/+20
* KVM: arm/arm64: vgic-v2: Move GICH_ELRSR saving to its own functionMarc Zyngier2016-03-091-15/+21
* KVM: arm/arm64: vgic-v2: Save maintenance interrupt state only if requiredMarc Zyngier2016-03-091-7/+47
* KVM: arm/arm64: vgic-v2: Avoid accessing GICH registersMarc Zyngier2016-03-092-22/+52
* KVM: arm/arm64: timer: Add active state cachingMarc Zyngier2016-02-293-0/+37
* ARM: KVM: Switch the CP reg search to be a binary searchMarc Zyngier2016-02-291-18/+23
* ARM: KVM: Rename struct coproc_reg::is_64 to is_64bitMarc Zyngier2016-02-292-6/+6
* ARM: KVM: Enforce sorting of all CP tablesMarc Zyngier2016-02-291-8/+17
* ARM: KVM: Properly sort the invariant tableMarc Zyngier2016-02-291-3/+3
* arm64: KVM: Switch the sys_reg search to be a binary searchMarc Zyngier2016-02-291-18/+22
* arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao2016-02-298-0/+240
* arm64: KVM: Introduce per-vcpu kvm device controlsShannon Zhao2016-02-295-4/+71
* arm64: KVM: Add a new feature bit for PMUv3Shannon Zhao2016-02-297-1/+20
* arm64: KVM: Free perf event of PMU when destroying vcpuShannon Zhao2016-02-293-0/+24
* arm64: KVM: Reset PMU state when resetting vcpuShannon Zhao2016-02-293-0/+22
* arm64: KVM: Add PMU overflow interrupt routingShannon Zhao2016-02-293-3/+79
* arm64: KVM: Add access handler for PMUSERENR registerShannon Zhao2016-02-295-5/+110
* arm64: KVM: Add helper to handle PMCR register bitsShannon Zhao2016-02-294-1/+40
* arm64: KVM: Add access handler for PMSWINC registerShannon Zhao2016-02-295-1/+58
* arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR registerShannon Zhao2016-02-294-3/+60
* arm64: KVM: Add access handler for PMINTENSET and PMINTENCLR registerShannon Zhao2016-02-292-4/+29
* arm64: KVM: Add access handler for event type registerShannon Zhao2016-02-292-2/+127
* arm64: KVM: PMU: Add perf event map and introduce perf event creating functionShannon Zhao2016-02-292-0/+78
* arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR registerShannon Zhao2016-02-294-4/+107
* arm64: KVM: Add access handler for event counter registerShannon Zhao2016-02-295-4/+213
* arm64: KVM: Add access handler for PMCEID0 and PMCEID1 registerShannon Zhao2016-02-291-4/+24
* arm64: KVM: Add access handler for PMSELR registerShannon Zhao2016-02-292-2/+19
* arm64: KVM: Add access handler for PMCR registerShannon Zhao2016-02-293-2/+47
* arm64: KVM: Define PMU data structure for each vcpuShannon Zhao2016-02-293-0/+51
* arm64: KVM: Add temporary kvm_perf_event.hMarc Zyngier2016-02-292-0/+56
* arm64: KVM: Move __cpu_init_stage2 after kvm_call_hypMarc Zyngier2016-02-291-5/+7
* ARM: KVM: Use common version of timer-sr.cMarc Zyngier2016-02-293-70/+10
* ARM: KVM: Use common version of vgic-v2-sr.cMarc Zyngier2016-02-292-83/+4
* ARM: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier2016-02-298-12/+7
* arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hypMarc Zyngier2016-02-293-2/+5
* arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier2016-02-299-20/+8
* arm64: VHE: Add support for running Linux in EL2 modeMarc Zyngier2016-02-292-1/+40
* arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYPMarc Zyngier2016-02-291-5/+13
* arm64: perf: Count EL2 events if the kernel is running in HYPMarc Zyngier2016-02-291-1/+5
* arm64: KVM: Move most of the fault decoding to CMarc Zyngier2016-02-293-67/+90
* arm64: KVM: VHE: Add alternative panic handlingMarc Zyngier2016-02-291-8/+27
* arm64: KVM: VHE: Add fpsimd enabling on guest accessMarc Zyngier2016-02-291-0/+6
* arm64: KVM: VHE: Use unified sysreg accessors for timerMarc Zyngier2016-02-291-5/+5
* arm64: KVM: VHE: Implement VHE activate/deactivate_trapsMarc Zyngier2016-02-293-7/+52
* 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