index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-02-29
arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
Marc Zyngier
9
-20
/
+8
2016-02-29
arm64: VHE: Add support for running Linux in EL2 mode
Marc Zyngier
2
-1
/
+40
2016-02-29
arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYP
Marc Zyngier
1
-5
/
+13
2016-02-29
arm64: perf: Count EL2 events if the kernel is running in HYP
Marc Zyngier
1
-1
/
+5
2016-02-29
arm64: KVM: Move most of the fault decoding to C
Marc Zyngier
3
-67
/
+90
2016-02-29
arm64: KVM: VHE: Add alternative panic handling
Marc Zyngier
1
-8
/
+27
2016-02-29
arm64: KVM: VHE: Add fpsimd enabling on guest access
Marc Zyngier
1
-0
/
+6
2016-02-29
arm64: KVM: VHE: Use unified sysreg accessors for timer
Marc Zyngier
1
-5
/
+5
2016-02-29
arm64: KVM: VHE: Implement VHE activate/deactivate_traps
Marc Zyngier
3
-7
/
+52
2016-02-29
arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
Marc Zyngier
3
-4
/
+23
2016-02-29
arm64: KVM: VHE: Enable minimal sysreg save/restore
Marc Zyngier
1
-2
/
+13
2016-02-29
arm64: KVM: VHE: Use unified system register accessors
Marc Zyngier
1
-42
/
+42
2016-02-29
arm64: KVM: VHE: Split save/restore of registers shared between guest and host
Marc Zyngier
1
-15
/
+33
2016-02-29
arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
Marc Zyngier
3
-9
/
+31
2016-02-29
arm64: KVM: VHE: Introduce unified system register accessors
Marc Zyngier
1
-0
/
+72
2016-02-29
arm64: KVM: VHE: Patch out kern_hyp_va
Marc Zyngier
2
-4
/
+33
2016-02-29
arm64: KVM: VHE: Patch out use of HVC
Marc Zyngier
2
-9
/
+38
2016-02-29
arm64: KVM: Skip HYP setup when already running in HYP
Marc Zyngier
2
-59
/
+121
2016-02-29
arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
Marc Zyngier
2
-1
/
+16
2016-02-29
arm64: Allow the arch timer to use the HYP timer
Marc Zyngier
1
-37
/
+59
2016-02-29
arm/arm64: Add new is_kernel_in_hyp_mode predicate
Marc Zyngier
2
-0
/
+15
2016-02-29
arm64: KVM: Switch to C-based stage2 init
Marc Zyngier
5
-14
/
+50
2016-02-29
arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOP
Marc Zyngier
3
-0
/
+26
2016-02-29
ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_end
Marc Zyngier
1
-3
/
+0
2016-02-29
ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORT
Marc Zyngier
1
-2
/
+0
2016-02-29
ARM: KVM: Remove unused hyp_pc field
Marc Zyngier
4
-12
/
+0
2016-02-29
ARM: KVM: Cleanup asm-offsets.c
Marc Zyngier
1
-30
/
+0
2016-02-29
ARM: KVM: Turn CP15 defines to an enum
Marc Zyngier
3
-34
/
+39
2016-02-29
ARM: KVM: Remove __weak attributes
Marc Zyngier
3
-7
/
+5
2016-02-29
ARM: KVM: Switch to C-based stage2 init
Marc Zyngier
6
-8
/
+40
2016-02-29
ARM: KVM: Remove the old world switch
Marc Zyngier
2
-1128
/
+1
2016-02-29
ARM: KVM: Change kvm_call_hyp return type to unsigned long
Marc Zyngier
2
-9
/
+3
2016-02-29
ARM: KVM: Add panic handling code
Marc Zyngier
2
-7
/
+59
2016-02-29
ARM: KVM: Add HYP mode entry code
Marc Zyngier
3
-0
/
+160
2016-02-29
ARM: KVM: Add populating of fault data structure
Marc Zyngier
2
-0
/
+58
2016-02-29
ARM: KVM: Add the new world switch implementation
Marc Zyngier
3
-0
/
+148
2016-02-29
ARM: KVM: Add VFP lazy save/restore handler
Marc Zyngier
1
-0
/
+31
2016-02-29
ARM: KVM: Add guest entry code
Marc Zyngier
3
-0
/
+73
2016-02-29
ARM: KVM: Add banked registers save/restore
Marc Zyngier
3
-0
/
+89
2016-02-29
ARM: KVM: Add VFP save/restore
Marc Zyngier
3
-0
/
+82
2016-02-29
ARM: KVM: Add vgic v2 save/restore
Marc Zyngier
3
-0
/
+88
2016-02-29
ARM: KVM: Add timer save/restore
Marc Zyngier
3
-0
/
+80
2016-02-29
ARM: KVM: Add CP15 save/restore code
Marc Zyngier
3
-0
/
+113
2016-02-29
ARM: KVM: Add TLB invalidation code
Marc Zyngier
4
-0
/
+81
2016-02-29
ARM: KVM: Add system register accessor macros
Marc Zyngier
1
-0
/
+15