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
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: latch INITs while in system management mode
Paolo Bonzini
2015-06-04
2
-1
/
+15
*
KVM: x86: stubs for SMM support
Paolo Bonzini
2015-06-04
6
-4
/
+80
*
KVM: x86: API changes for SMM support
Paolo Bonzini
2015-06-04
5
-3
/
+61
*
KVM: x86: pass the whole hflags field to emulator and back
Paolo Bonzini
2015-06-04
3
-5
/
+16
*
KVM: x86: pass host_initiated to functions that read MSRs
Paolo Bonzini
2015-06-04
4
-101
/
+127
*
KVM: x86: introduce num_emulated_msrs
Paolo Bonzini
2015-06-04
1
-13
/
+27
*
KVM: x86: clear hidden CPU state at reset time
Paolo Bonzini
2015-06-04
1
-0
/
+2
*
kvm: x86: fix kvm_apic_has_events to check for NULL pointer
Paolo Bonzini
2015-06-04
1
-1
/
+1
*
kvm: x86: default legacy PCI device assignment support to "n"
Paolo Bonzini
2015-06-04
1
-3
/
+4
*
KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR
Marcelo Tosatti
2015-05-29
1
-0
/
+4
*
x86: kvmclock: set scheduler clock stable
Luiz Capitulino
2015-05-29
1
-2
/
+12
*
x86: kvmclock: add flag to indicate pvclock counts from zero
Marcelo Tosatti
2015-05-29
1
-0
/
+1
*
arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug
Andrew Morton
2015-05-28
1
-7
/
+7
*
KVM: x86: Allow ARAT CPU feature
Jan Kiszka
2015-05-28
1
-1
/
+6
*
KVM: x86: preserve x2APIC LDR on INIT
Radim Krčmář
2015-05-28
1
-1
/
+2
*
KVM: x86: use correct APIC ID on x2APIC transition
Radim Krčmář
2015-05-28
1
-3
/
+10
*
KVM: x86: add module parameter to disable periodic kvmclock sync
Marcelo Tosatti
2015-05-28
1
-0
/
+9
*
KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed
Paolo Bonzini
2015-05-28
1
-4
/
+8
*
KVM: pass kvm_memory_slot to gfn_to_page_many_atomic
Paolo Bonzini
2015-05-28
1
-2
/
+4
*
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
2015-05-28
3
-11
/
+10
*
KVM: add memslots argument to kvm_arch_memslots_updated
Paolo Bonzini
2015-05-26
1
-1
/
+1
*
KVM: const-ify uses of struct kvm_userspace_memory_region
Paolo Bonzini
2015-05-26
1
-2
/
+2
*
KVM: use kvm_memslots whenever possible
Paolo Bonzini
2015-05-26
1
-1
/
+3
*
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
2015-05-20
6
-2
/
+30
|
\
|
*
kvm/fpu: Enable eager restore kvm FPU for MPX
Liang Li
2015-05-20
4
-2
/
+27
|
*
Revert "KVM: x86: drop fpu_activate hook"
Paolo Bonzini
2015-05-20
3
-0
/
+3
|
*
kvm: fix crash in kvm_vcpu_reload_apic_access_page
Andrea Arcangeli
2015-05-20
1
-0
/
+2
|
*
KVM: MMU: fix SMAP virtualization
Xiao Guangrong
2015-05-11
4
-11
/
+16
|
*
KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages
Paolo Bonzini
2015-05-11
1
-1
/
+1
|
*
KVM: MMU: fix smap permission check
Xiao Guangrong
2015-05-11
2
-0
/
+9
*
|
kvm: x86: Make functions that have no external callers static
Nicholas Krause
2015-05-20
1
-2
/
+2
*
|
KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
Paolo Bonzini
2015-05-19
1
-4
/
+5
*
|
KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changed
Xiao Guangrong
2015-05-19
1
-2
/
+1
*
|
KVM: MMU: fix MTRR update
Xiao Guangrong
2015-05-19
3
-1
/
+83
*
|
KVM: MMU: fix decoding cache type from MTRR
Xiao Guangrong
2015-05-19
1
-8
/
+6
*
|
KVM: MMU: introduce kvm_zap_rmapp
Xiao Guangrong
2015-05-19
1
-8
/
+12
*
|
KVM: MMU: use slot_handle_level and its helper to clean up the code
Xiao Guangrong
2015-05-19
1
-112
/
+16
*
|
KVM: MMU: introduce slot_handle_level_range() and its helpers
Xiao Guangrong
2015-05-19
1
-0
/
+69
*
|
KVM: MMU: introduce for_each_slot_rmap_range
Xiao Guangrong
2015-05-19
1
-22
/
+75
*
|
KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVEL
Xiao Guangrong
2015-05-19
2
-15
/
+10
*
|
KVM: MMU: introduce for_each_rmap_spte()
Xiao Guangrong
2015-05-19
2
-38
/
+19
*
|
Revert "kvmclock: set scheduler clock stable"
Paolo Bonzini
2015-05-19
1
-3
/
+0
*
|
KVM: MMU: fix SMAP virtualization
Xiao Guangrong
2015-05-19
4
-11
/
+16
*
|
KVM: x86: Fix zero iterations REP-string
Nadav Amit
2015-05-19
1
-0
/
+25
*
|
KVM: x86: Fix update RCX/RDI/RSI on REP-string
Nadav Amit
2015-05-19
1
-6
/
+2
*
|
KVM: x86: Fix DR7 mask on task-switch while debugging
Nadav Amit
2015-05-19
2
-4
/
+5
*
|
KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages
Paolo Bonzini
2015-05-08
1
-1
/
+1
*
|
KVM: MMU: fix smap permission check
Xiao Guangrong
2015-05-08
2
-0
/
+9
*
|
KVM: nVMX: Fix host crash when loading MSRs with userspace irqchip
Jan Kiszka
2015-05-08
1
-3
/
+2
*
|
KVM: x86: Call-far should not be emulated as stack op
Nadav Amit
2015-05-08
1
-1
/
+1
[next]