index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Ensure all vcpus are consistent with in-kernel irqchip settings
Avi Kivity
2012-03-08
1
-0
/
+8
*
KVM: x86 emulator: Allow PM/VM86 switch during task switch
Kevin Wolf
2012-03-08
3
-0
/
+30
*
KVM: SVM: Fix CPL updates
Kevin Wolf
2012-03-08
1
-3
/
+16
*
KVM: x86 emulator: VM86 segments must have DPL 3
Kevin Wolf
2012-03-08
1
-0
/
+2
*
KVM: x86 emulator: Fix task switch privilege checks
Kevin Wolf
2012-03-08
4
-14
/
+58
*
KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulation
Gleb Natapov
2012-03-08
1
-1
/
+1
*
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
Takuya Yoshikawa
2012-03-08
2
-1
/
+60
*
KVM: Introduce gfn_to_index() which returns the index for a given level
Takuya Yoshikawa
2012-03-08
1
-2
/
+1
*
KVM: Fix write protection race during dirty logging
Takuya Yoshikawa
2012-03-08
1
-6
/
+5
*
KVM: VMX: remove yield_on_hlt
Raghavendra K T
2012-03-08
1
-21
/
+1
*
KVM: Track TSC synchronization in generations
Zachary Amsden
2012-03-08
1
-8
/
+33
*
KVM: Dont mark TSC unstable due to S4 suspend
Zachary Amsden
2012-03-08
1
-5
/
+88
*
KVM: Allow adjust_tsc_offset to be in host or guest cycles
Marcelo Tosatti
2012-03-08
3
-3
/
+7
*
KVM: Add last_host_tsc tracking back to KVM
Zachary Amsden
2012-03-08
1
-8
/
+3
*
KVM: Fix last_guest_tsc / tsc_offset semantics
Zachary Amsden
2012-03-08
1
-4
/
+6
*
KVM: Leave TSC synchronization window open with each new sync
Zachary Amsden
2012-03-08
1
-1
/
+0
*
KVM: Improve TSC offset matching
Zachary Amsden
2012-03-08
1
-15
/
+29
*
KVM: Infrastructure for software and hardware based TSC rate scaling
Zachary Amsden
2012-03-08
4
-54
/
+66
*
KVM: x86: reset edge sense circuit of i8259 on init
Gleb Natapov
2012-03-05
1
-0
/
+1
*
KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guests
Avi Kivity
2012-03-05
1
-0
/
+19
*
KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)
Julian Stecklina
2012-03-05
1
-1
/
+1
*
KVM: SVM: comment nested paging and virtualization module parameters
Davidlohr Bueso
2012-03-05
1
-2
/
+4
*
KVM: MMU: Remove unused kvm parameter from rmap_next()
Takuya Yoshikawa
2012-03-05
2
-15
/
+15
*
KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()
Takuya Yoshikawa
2012-03-05
1
-4
/
+4
*
KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hack
Avi Kivity
2012-03-05
1
-8
/
+5
*
KVM: x86 emulator: add 8-bit memory operands
Avi Kivity
2012-03-05
1
-0
/
+5
*
KVM: SVM: Add support for AMD's OSVW feature in guests
Boris Ostrovsky
2012-03-05
4
-1
/
+88
*
KVM: MMU: unnecessary NX state assignment
Davidlohr Bueso
2012-03-05
1
-1
/
+0
*
KVM: s390: ucontrol: export SIE control block to user
Carsten Otte
2012-03-05
1
-0
/
+5
*
KVM: s390: add parameter for KVM_CREATE_VM
Carsten Otte
2012-03-05
1
-1
/
+4
*
KVM: MMU: remove the redundant get_written_sptes
Xiao Guangrong
2012-03-05
1
-4
/
+2
*
KVM: MMU: Add missing large page accounting to drop_large_spte()
Takuya Yoshikawa
2012-03-05
1
-0
/
+1
*
KVM: MMU: Remove for_each_unsync_children() macro
Takuya Yoshikawa
2012-03-05
1
-6
/
+1
*
i387: move TS_USEDFPU flag from thread_info to task_struct
Linus Torvalds
2012-02-18
1
-1
/
+1
*
i387: don't ever touch TS_USEDFPU directly, use helper functions
Linus Torvalds
2012-02-16
1
-1
/
+1
*
KVM: do not #GP on perf MSR writes when vPMU is disabled
Gleb Natapov
2012-02-01
1
-0
/
+22
*
KVM: x86: fix missing checks in syscall emulation
Stephan Bärwolf
2012-02-01
1
-0
/
+51
*
KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"
Stephan Bärwolf
2012-02-01
1
-0
/
+23
*
module_param: make bool parameters really bool (arch)
Rusty Russell
2012-01-13
3
-12
/
+12
*
KVM: x86 emulator: implement RDPMC (0F 33)
Avi Kivity
2011-12-27
2
-1
/
+19
*
KVM: x86 emulator: fix RDPMC privilege check
Avi Kivity
2011-12-27
1
-1
/
+1
*
KVM: Expose the architectural performance monitoring CPUID leaf
Gleb Natapov
2011-12-27
1
-1
/
+29
*
KVM: VMX: Intercept RDPMC
Avi Kivity
2011-12-27
1
-1
/
+14
*
KVM: SVM: Intercept RDPMC
Avi Kivity
2011-12-27
1
-0
/
+15
*
KVM: Add generic RDPMC support
Avi Kivity
2011-12-27
1
-0
/
+15
*
KVM: Expose a version 2 architectural PMU to a guests
Gleb Natapov
2011-12-27
5
-10
/
+550
*
KVM: Expose kvm_lapic_local_deliver()
Avi Kivity
2011-12-27
2
-1
/
+2
*
KVM: x86 emulator: Use opcode::execute for Group 9 instruction
Takuya Yoshikawa
2011-12-27
1
-5
/
+2
*
KVM: x86 emulator: Use opcode::execute for Group 4/5 instructions
Takuya Yoshikawa
2011-12-27
1
-11
/
+8
*
KVM: x86 emulator: Use opcode::execute for Group 1A instruction
Takuya Yoshikawa
2011-12-27
1
-9
/
+1
[next]