index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-01
KVM: do not #GP on perf MSR writes when vPMU is disabled
Gleb Natapov
1
-0
/
+22
2012-02-01
KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"
Stephan Bärwolf
1
-0
/
+23
2012-01-13
module_param: make bool parameters really bool (arch)
Rusty Russell
1
-2
/
+2
2011-12-27
KVM: x86 emulator: implement RDPMC (0F 33)
Avi Kivity
1
-0
/
+7
2011-12-27
KVM: Add generic RDPMC support
Avi Kivity
1
-0
/
+15
2011-12-27
KVM: Expose a version 2 architectural PMU to a guests
Gleb Natapov
1
-9
/
+13
2011-12-27
KVM: Use memdup_user instead of kmalloc/copy_from_user
Sasha Levin
1
-47
/
+35
2011-12-27
KVM: Use kmemdup() instead of kmalloc/memcpy
Sasha Levin
1
-2
/
+2
2011-12-27
KVM: use this_cpu_xxx replace percpu_xxx funcs
Alex,Shi
1
-7
/
+7
2011-12-27
KVM: MMU: move the relevant mmu code to mmu.c
Xiao Guangrong
1
-10
/
+1
2011-12-27
KVM: x86: remove the dead code of KVM_EXIT_HYPERCALL
Xiao Guangrong
1
-4
/
+0
2011-12-27
KVM: Move cpuid code to new file
Avi Kivity
1
-631
/
+3
2011-12-27
KVM: introduce id_to_memslot function
Xiao Guangrong
1
-9
/
+9
2011-12-27
KVM: introduce update_memslots function
Xiao Guangrong
1
-1
/
+1
2011-12-27
KVM: Optimize dirty logging by rmap_write_protect()
Takuya Yoshikawa
1
-7
/
+51
2011-12-27
KVM: Count the number of dirty pages for dirty logging
Takuya Yoshikawa
1
-6
/
+3
2011-12-27
KVM: MMU: remove KVM host pv mmu support
Chris Wright
1
-12
/
+0
2011-12-27
KVM: MMU: fast prefetch spte on invlpg path
Xiao Guangrong
1
-2
/
+2
2011-12-27
KVM: x86: cleanup port-in/port-out emulated
Xiao Guangrong
1
-33
/
+26
2011-12-27
KVM: x86: retry non-page-table writing instructions
Xiao Guangrong
1
-0
/
+47
2011-12-27
KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT
Nadav Har'El
1
-1
/
+6
2011-12-26
KVM: Don't automatically expose the TSC deadline timer in cpuid
Jan Kiszka
1
-10
/
+9
2011-10-30
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-1
/
+2
2011-10-21
iommu/core: Convert iommu_found to iommu_present
Joerg Roedel
1
-1
/
+2
2011-10-05
KVM: emulate lapic tsc deadline timer for guest
Liu, Jinsong
1
-1
/
+20
2011-09-25
KVM: Fix simultaneous NMIs
Avi Kivity
1
-17
/
+31
2011-09-25
KVM: L1 TSC handling
Nadav Har'El
1
-4
/
+4
2011-09-25
KVM: x86: report valid microcode update ID
Marcelo Tosatti
1
-1
/
+3
2011-09-25
KVM: x86 emulator: Make x86_decode_insn() return proper macros
Takuya Yoshikawa
1
-1
/
+1
2011-09-25
KVM: Intelligent device lookup on I/O bus
Sasha Levin
1
-1
/
+5
2011-09-25
KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGE
Mike Waychison
1
-1
/
+2
2011-09-25
KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGE
Mike Waychison
1
-0
/
+2
2011-09-25
KVM: x86: Raise the hard VCPU count limit
Sasha Levin
1
-0
/
+3
2011-09-25
KVM: x86: cleanup the code of read/write emulation
Xiao Guangrong
1
-101
/
+45
2011-09-25
KVM: x86: abstract the operation for read/write emulation
Xiao Guangrong
1
-0
/
+72
2011-09-25
KVM: x86: fix broken read emulation spans a page boundary
Xiao Guangrong
1
-8
/
+31
2011-07-24
KVM: MMU: trace mmio page fault
Xiao Guangrong
1
-1
/
+4
2011-07-24
KVM: MMU: mmio page fault support
Xiao Guangrong
1
-0
/
+25
2011-07-24
KVM: MMU: remove bypass_guest_pf
Xiao Guangrong
1
-1
/
+0
2011-07-24
KVM: MMU: cache mmio info on page fault path
Xiao Guangrong
1
-0
/
+11
2011-07-24
KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code
Xiao Guangrong
1
-11
/
+31
2011-07-14
KVM: Steal time implementation
Glauber Costa
1
-2
/
+72
2011-07-12
KVM: Enable ERMS feature support for KVM
Yang, Wei
1
-1
/
+1
2011-07-12
KVM: Expose RDWRGSFS bit to KVM guests
Yang, Wei
1
-1
/
+1
2011-07-12
KVM: Add RDWRGSFS support when setting CR4
Yang, Wei
1
-0
/
+11
2011-07-12
KVM: Enable DRNG feature support for KVM
Yang, Wei Y
1
-1
/
+1
2011-07-12
KVM: fix XSAVE bit scanning (now properly)
Andre Przywara
1
-4
/
+5
2011-07-12
KVM: Mask function7 ebx against host capability word9
Yang, Wei Y
1
-1
/
+19
2011-07-12
KVM: Add SMEP support when setting CR4
Yang, Wei Y
1
-2
/
+13
2011-07-12
KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt
Avi Kivity
1
-25
/
+22
[next]