index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
switch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-19
KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
Christoffer Dall
1
-4
/
+0
2018-03-19
KVM: arm64: Cleanup __activate_traps and __deactive_traps for VHE and non-VHE
Christoffer Dall
1
-12
/
+10
2018-03-19
KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
Christoffer Dall
1
-9
/
+22
2018-03-19
KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions
Christoffer Dall
1
-12
/
+3
2018-03-19
KVM: arm64: Move common VHE/non-VHE trap config in separate functions
Christoffer Dall
1
-31
/
+46
2018-03-19
KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put
Christoffer Dall
1
-6
/
+11
2018-03-19
KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
Christoffer Dall
1
-5
/
+5
2018-03-19
KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe
Christoffer Dall
1
-4
/
+0
2018-03-19
KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
Christoffer Dall
1
-10
/
+10
2018-03-19
KVM: arm64: Remove noop calls to timer save/restore from VHE switch
Christoffer Dall
1
-2
/
+0
2018-03-19
KVM: arm64: Don't deactivate VM on VHE systems
Christoffer Dall
1
-5
/
+3
2018-03-19
KVM: arm64: Remove kern_hyp_va() use in VHE switch function
Christoffer Dall
1
-3
/
+1
2018-03-19
KVM: arm64: Introduce VHE-specific kvm_vcpu_run
Christoffer Dall
1
-1
/
+65
2018-03-19
KVM: arm64: Factor out fault info population and gic workarounds
Christoffer Dall
1
-47
/
+57
2018-03-19
KVM: arm64: Improve debug register save/restore flow
Christoffer Dall
1
-4
/
+2
2018-03-19
KVM: arm/arm64: Introduce vcpu_el1_is_32bit
Christoffer Dall
1
-6
/
+5
2018-03-19
KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
Christoffer Dall
1
-6
/
+0
2018-03-19
KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
Shih-Wei Li
1
-3
/
+0
2018-03-19
KVM: arm64: Rework hyp_panic for VHE and non-VHE
Christoffer Dall
1
-19
/
+23
2018-03-19
KVM: arm64: Avoid storing the vcpu pointer on the stack
Christoffer Dall
1
-4
/
+1
2018-02-26
arm64: KVM: Move CPU ID reg trap setup off the world switch path
Dave Martin
1
-4
/
+0
2018-02-12
arm64: Add missing Falkor part number for branch predictor hardening
Shanker Donthineni
1
-1
/
+3
2018-02-10
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2018-02-06
arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
Marc Zyngier
1
-14
/
+0
2018-02-06
arm/arm64: KVM: Turn kvm_psci_version into a static inline
Marc Zyngier
1
-8
/
+12
2018-01-16
KVM: arm64: Save ESR_EL2 on guest SError
James Morse
1
-3
/
+6
2018-01-16
KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.
James Morse
1
-0
/
+3
2018-01-13
KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
James Morse
1
-12
/
+13
2018-01-08
arm64: Implement branch predictor hardening for Falkor
Shanker Donthineni
1
-0
/
+8
2018-01-08
arm64: KVM: Make PSCI_VERSION a fast path
Marc Zyngier
1
-0
/
+13
2018-01-08
arm64: KVM: Use per-CPU vector when BP hardening is enabled
Marc Zyngier
1
-1
/
+1
2018-01-08
KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h
Marc Zyngier
1
-0
/
+1
2017-11-29
kvm: arm64: handle single-step of hyp emulated mmio instructions
Alex Bennée
1
-7
/
+30
2017-11-16
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+3
2017-11-06
KVM: arm/arm64: Move timer save/restore out of the hyp code
Christoffer Dall
1
-3
/
+3
2017-11-03
arm64/sve: KVM: Prevent guests from using SVE
Dave Martin
1
-3
/
+3
2017-11-03
arm64: KVM: Hide unsupported AArch64 CPU features from guests
Dave Martin
1
-0
/
+6
2017-06-15
KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
Marc Zyngier
1
-0
/
+14
2017-05-16
KVM: arm64: Restore host physical timer access on hyp_panic()
James Morse
1
-0
/
+1
2017-02-02
arm64: KVM: Save/restore the host SPE state when entering/leaving a VM
Will Deacon
1
-1
/
+16
2016-12-13
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+4
2016-12-09
arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guest
Marc Zyngier
1
-1
/
+7
2016-11-16
arm64: Support systems without FP/ASIMD
Suzuki K Poulose
1
-1
/
+4
2016-09-22
arm64: KVM: Use static keys for selecting the GIC backend
Vladimir Murzin
1
-10
/
+11
2016-09-08
arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2
Marc Zyngier
1
-3
/
+15
2016-09-08
arm64: KVM: Handle async aborts delivered while at EL2
Marc Zyngier
1
-0
/
+6
2016-09-08
arm64: KVM: Preserve pending vSError in world switch
Marc Zyngier
1
-0
/
+9
2016-09-08
arm64: KVM: vgic-v2: Add the GICV emulation infrastructure
Marc Zyngier
1
-0
/
+32
2016-09-08
KVM: arm/arm64: Get rid of exported aliases to static functions
Christoffer Dall
1
-3
/
+1
2016-08-17
arm64: Document workaround for Cortex-A72 erratum #853709
Marc Zyngier
1
-1
/
+1
[next]