index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kvm-arm-cleanup' from git://github.com/columbia/linux-kvm-arm.git
Gleb Natapov
2013-04-25
19
-387
/
+585
|
\
|
*
ARM: KVM: Fix length of mmio access
Marc Zyngier
2013-03-06
1
-3
/
+4
|
*
ARM: KVM: sanitize freeing of HYP page tables
Marc Zyngier
2013-03-06
1
-18
/
+26
|
*
ARM: KVM: move kvm_handle_wfi to handle_exit.c
Marc Zyngier
2013-03-06
3
-17
/
+19
|
*
ARM: KVM: change kvm_tlb_flush_vmid to kvm_tlb_flush_vmid_ipa
Marc Zyngier
2013-03-06
3
-8
/
+11
|
*
ARM: KVM: move include of asm/idmap.h to kvm_mmu.h
Marc Zyngier
2013-03-06
2
-1
/
+1
|
*
ARM: KVM: vgic: decouple alignment restriction from page size
Marc Zyngier
2013-03-06
1
-1
/
+1
|
*
ARM: KVM: fix fault_ipa computing
Marc Zyngier
2013-03-06
1
-2
/
+7
|
*
ARM: KVM: move kvm_target_cpu to guest.c
Marc Zyngier
2013-03-06
2
-17
/
+17
|
*
ARM: KVM: fix address validation for HYP mappings
Marc Zyngier
2013-03-06
1
-2
/
+7
|
*
ARM: KVM: allow HYP mappings to be at an offset from kernel mappings
Marc Zyngier
2013-03-06
2
-16
/
+35
|
*
ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containers
Marc Zyngier
2013-03-06
2
-5
/
+7
|
*
ARM: KVM: move hyp init to kvm_host.h
Marc Zyngier
2013-03-06
2
-11
/
+20
|
*
ARM: KVM: remove superfluous include from kvm_vgic.h
Marc Zyngier
2013-03-06
1
-1
/
+0
|
*
ARM: KVM: abstract most MMU operations
Marc Zyngier
2013-03-06
2
-46
/
+70
|
*
KVM: ARM: Reintroduce trace_kvm_hvc
Christoffer Dall
2013-03-06
2
-0
/
+10
|
*
ARM: KVM: move exit handler selection to a separate file
Marc Zyngier
2013-03-06
4
-114
/
+144
|
*
ARM: KVM: move kvm_condition_valid to emulate.c
Marc Zyngier
2013-03-06
3
-45
/
+46
|
*
ARM: KVM: abstract HSR_EC_IABT away
Marc Zyngier
2013-03-06
2
-5
/
+8
|
*
ARM: KVM: abstract fault decoding away
Marc Zyngier
2013-03-06
2
-1
/
+6
|
*
ARM: KVM: abstract exception class decoding away
Marc Zyngier
2013-03-06
3
-3
/
+8
|
*
ARM: KVM: abstract IL decoding away
Marc Zyngier
2013-03-06
4
-4
/
+9
|
*
ARM: KVM: abstract SAS decoding away
Marc Zyngier
2013-03-06
2
-14
/
+19
|
*
ARM: KVM: abstract S1TW abort detection away
Marc Zyngier
2013-03-06
3
-1
/
+7
|
*
ARM: KVM: abstract (and fix) external abort detection away
Marc Zyngier
2013-03-06
3
-1
/
+9
|
*
ARM: KVM: abstract HSR_SRT_{MASK,SHIFT} away
Marc Zyngier
2013-03-06
2
-1
/
+6
|
*
ARM: KVM: abstract HSR_SSE away
Marc Zyngier
2013-03-06
2
-1
/
+6
|
*
ARM: KVM: abstract HSR_WNR away
Marc Zyngier
2013-03-06
2
-1
/
+6
|
*
ARM: KVM: abstract HSR_ISV away
Marc Zyngier
2013-03-06
2
-1
/
+6
|
*
ARM: KVM: abstract fault register accesses
Marc Zyngier
2013-03-06
7
-55
/
+78
|
*
ARM: KVM: convert GP registers from u32 to unsigned long
Marc Zyngier
2013-03-06
6
-28
/
+28
|
*
KVM: ARM: Fix wrong address in comment
Jonghwan Choi
2013-03-06
1
-2
/
+2
*
|
KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructions
Gleb Natapov
2013-04-25
1
-0
/
+4
*
|
KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settings
Jan Kiszka
2013-04-22
1
-2
/
+2
*
|
KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFER
Jan Kiszka
2013-04-22
3
-10
/
+60
*
|
KVM: nVMX: Fix conditions for NMI injection
Jan Kiszka
2013-04-22
1
-0
/
+26
*
|
KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_mask
Jan Kiszka
2013-04-22
1
-10
/
+10
*
|
KVM: x86: Fix memory leak in vmx.c
Andrew Honig
2013-04-22
1
-0
/
+17
*
|
KVM: x86: fix error return code in kvm_arch_vcpu_init()
Wei Yongjun
2013-04-22
1
-1
/
+3
*
|
KVM: nVMX: Enable and disable shadow vmcs functionality
Abel Gordon
2013-04-22
1
-0
/
+11
*
|
KVM: nVMX: Synchronize VMCS12 content with the shadow vmcs
Abel Gordon
2013-04-22
1
-0
/
+32
*
|
KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcs
Abel Gordon
2013-04-22
1
-0
/
+45
*
|
KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12
Abel Gordon
2013-04-22
1
-0
/
+35
*
|
KVM: nVMX: Release shadow vmcs
Abel Gordon
2013-04-22
1
-8
/
+12
*
|
KVM: nVMX: Allocate shadow vmcs
Abel Gordon
2013-04-22
1
-0
/
+12
*
|
KVM: nVMX: Fix VMXON emulation
Abel Gordon
2013-04-22
1
-0
/
+8
*
|
KVM: nVMX: Refactor handle_vmwrite
Abel Gordon
2013-04-22
1
-24
/
+28
*
|
KVM: nVMX: Introduce vmread and vmwrite bitmaps
Abel Gordon
2013-04-22
1
-1
/
+89
*
|
KVM: nVMX: Detect shadow-vmcs capability
Abel Gordon
2013-04-22
1
-1
/
+24
*
|
KVM: nVMX: Shadow-vmcs control fields/bits
Abel Gordon
2013-04-22
2
-0
/
+5
[next]