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