index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-22
ARM: gic-v3: Introduce 32-to-64-bit mappings for GICv3 cpu registers
Vladimir Murzin
1
-0
/
+64
2016-09-22
ARM: Move system register accessors to asm/cp15.h
Vladimir Murzin
3
-30
/
+27
2016-09-22
ARM: Introduce MPIDR_LEVEL_SHIFT macro
Vladimir Murzin
1
-0
/
+1
2016-09-22
KVM: arm: vgic: Support 64-bit data manipulation on 32-bit host systems
Vladimir Murzin
2
-2
/
+2
2016-09-22
KVM: arm: vgic: Fix compiler warnings when built for 32-bit
Vladimir Murzin
1
-2
/
+2
2016-09-22
KVM: arm64: vgic-its: Introduce config option to guard ITS specific code
Vladimir Murzin
4
-0
/
+13
2016-09-22
arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hyp
Vladimir Murzin
2
-1
/
+1
2016-09-22
arm64: KVM: Move GIC accessors to arch_gicv3.h
Vladimir Murzin
2
-13
/
+13
2016-09-22
arm64: KVM: Use static keys for selecting the GIC backend
Vladimir Murzin
4
-11
/
+20
2016-09-08
KVM: ARM: cleanup kvm_timer_hyp_init
Paolo Bonzini
1
-5
/
+1
2016-09-08
arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2
Marc Zyngier
3
-9
/
+32
2016-09-08
arm/arm64: KVM: Remove external abort test from MMIO handling
Marc Zyngier
1
-6
/
+0
2016-09-08
arm/arm64: KVM: Inject virtual abort when guest exits on external abort
Marc Zyngier
1
-0
/
+5
2016-09-08
arm: KVM: Drop unreachable HYP abort handlers
Marc Zyngier
1
-27
/
+0
2016-09-08
arm: KVM: Inject a Virtual Abort if it was pending
Marc Zyngier
1
-0
/
+19
2016-09-08
arm: KVM: Handle async aborts delivered while at HYP
Marc Zyngier
2
-1
/
+46
2016-09-08
arm: KVM: Allow an exit code to be tagged with a Virtual Abort
Marc Zyngier
1
-0
/
+4
2016-09-08
arm: KVM: Add HYP async abort handler
Marc Zyngier
1
-0
/
+3
2016-09-08
arm: KVM: Add Virtual Abort injection helper
Marc Zyngier
2
-0
/
+13
2016-09-08
arm: KVM: Preserve pending Virtual Abort in world switch
Marc Zyngier
1
-0
/
+9
2016-09-08
arm64: KVM: Handle async aborts delivered while at EL2
Marc Zyngier
3
-3
/
+61
2016-09-08
arm64: KVM: Inject a Virtual SError if it was pending
Marc Zyngier
1
-0
/
+20
2016-09-08
arm64: KVM: Allow an exit code to be tagged with an SError
Marc Zyngier
1
-0
/
+4
2016-09-08
arm64: KVM: Route asynchronous aborts
Marc Zyngier
1
-3
/
+8
2016-09-08
arm64: KVM: Add EL1 async abort handler
Marc Zyngier
1
-0
/
+3
2016-09-08
arm64: KVM: Add exception code to report EL1 asynchronous aborts
Marc Zyngier
1
-2
/
+3
2016-09-08
arm64: KVM: Add Virtual Abort injection helper
Marc Zyngier
2
-0
/
+13
2016-09-08
arm64: KVM: Preserve pending vSError in world switch
Marc Zyngier
1
-0
/
+9
2016-09-08
arm64: KVM: Rename HCR_VA to HCR_VSE
Marc Zyngier
1
-2
/
+2
2016-09-08
arm64: KVM: vgic-v2: Enable GICV access from HYP if access from guest is unsafe
Marc Zyngier
1
-27
/
+42
2016-09-08
arm64: KVM: vgic-v2: Add GICV access from HYP
Marc Zyngier
2
-0
/
+42
2016-09-08
arm64: KVM: vgic-v2: Add the GICV emulation infrastructure
Marc Zyngier
5
-0
/
+45
2016-09-08
arm64: KVM: Make kvm_skip_instr32 available to HYP
Marc Zyngier
1
-2
/
+3
2016-09-08
arm: KVM: Use common AArch32 conditional execution code
Marc Zyngier
4
-104
/
+33
2016-09-08
arm64: KVM: Move the AArch32 conditional execution to common code
Marc Zyngier
3
-7
/
+4
2016-09-08
arm64: KVM: Move kvm_vcpu_get_condition out of emulate.c
Marc Zyngier
2
-11
/
+10
2016-09-08
arm64: KVM: VHE: reset PSTATE.PAN on entry to EL2
Vladimir Murzin
1
-0
/
+2
2016-09-08
KVM: arm/arm64: Get rid of exported aliases to static functions
Christoffer Dall
6
-33
/
+11
2016-09-08
arm64/kvm: remove unused stub functions
Mark Rutland
1
-6
/
+0
2016-09-08
arm/kvm: excise redundant cache maintenance
Mark Rutland
2
-28
/
+2
2016-09-08
KVM: arm: vgic: Drop build compatibility hack for older kernel versions
Marc Zyngier
1
-6
/
+0
2016-09-08
arm64: KVM: Optimize __guest_enter/exit() to save a few instructions
Shanker Donthineni
2
-75
/
+63
2016-09-08
KVM: arm/arm64: Rename vgic_attr_regs_access to vgic_attr_regs_access_v2
Christoffer Dall
1
-15
/
+11
2016-09-08
KVM: arm/arm64: Factor out vgic_attr_regs_access functionality
Christoffer Dall
1
-27
/
+73
2016-09-08
KVM: arm/arm64: Add VGICv3 save/restore API documentation
Christoffer Dall
3
-35
/
+261
2016-09-07
KVM: nVMX: expose INS/OUTS information support
Jan Dakinevich
1
-0
/
+9
2016-09-07
KVM: VMX: not use vmcs_config in setup_vmcs_config
Paolo Bonzini
1
-1
/
+1
2016-09-07
KVM: x86: remove stale comments
Paolo Bonzini
1
-1
/
+0
2016-09-07
KVM: x86: ratelimit and decrease severity for guest-triggered printk
Paolo Bonzini
1
-9
/
+9
2016-09-07
KVM: nVMX: pass valid guest linear-address to the L1
Jan Dakinevich
1
-0
/
+3
[next]