index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-23
KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch
Wei Huang
8
-338
/
+606
2015-06-23
KVM: x86/vPMU: introduce kvm_pmu_msr_idx_to_pmc
Wei Huang
1
-6
/
+18
2015-06-19
KVM: x86/vPMU: reorder PMU functions
Wei Huang
1
-78
/
+78
2015-06-19
KVM: x86/vPMU: whitespace and stylistic adjustments in PMU code
Wei Huang
1
-48
/
+64
2015-06-19
KVM: x86/vPMU: use the new macros to go between PMC, PMU and VCPU
Wei Huang
1
-20
/
+18
2015-06-19
KVM: x86/vPMU: introduce pmu.h header
Wei Huang
5
-18
/
+30
2015-06-19
KVM: x86/vPMU: rename a few PMU functions
Wei Huang
4
-49
/
+49
2015-06-19
KVM: MTRR: do not map huge page for non-consistent range
Xiao Guangrong
3
-1
/
+50
2015-06-19
KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type
Xiao Guangrong
1
-48
/
+16
2015-06-19
KVM: MTRR: introduce mtrr_for_each_mem_type
Xiao Guangrong
1
-0
/
+188
2015-06-19
KVM: MTRR: introduce fixed_mtrr_addr_* functions
Xiao Guangrong
1
-0
/
+25
2015-06-19
KVM: MTRR: sort variable MTRRs
Xiao Guangrong
4
-11
/
+45
2015-06-19
KVM: MTRR: introduce var_mtrr_range
Xiao Guangrong
1
-6
/
+17
2015-06-19
KVM: MTRR: introduce fixed_mtrr_segment table
Xiao Guangrong
1
-53
/
+147
2015-06-19
KVM: MTRR: improve kvm_mtrr_get_guest_memory_type
Xiao Guangrong
1
-45
/
+49
2015-06-19
KVM: MTRR: do not split 64 bits MSR content
Xiao Guangrong
2
-23
/
+16
2015-06-19
KVM: MTRR: clean up mtrr default type
Xiao Guangrong
2
-14
/
+29
2015-06-19
KVM: MTRR: exactly define the size of variable MTRRs
Xiao Guangrong
1
-1
/
+1
2015-06-19
KVM: MTRR: remove mtrr_state.have_fixed
Xiao Guangrong
3
-6
/
+11
2015-06-19
KVM: MTRR: handle MSR_MTRRcap in kvm_mtrr_get_msr
Xiao Guangrong
2
-2
/
+12
2015-06-19
KVM: x86: move MTRR related code to a separate file
Xiao Guangrong
7
-318
/
+342
2015-06-19
KVM: x86: fix CR0.CD virtualization
Xiao Guangrong
2
-10
/
+26
2015-06-19
KVM: nSVM: Check for NRIPS support before updating control field
Bandan Das
1
-2
/
+6
2015-06-05
KVM: x86: mark legacy PCI device assignment as deprecated
Paolo Bonzini
1
-1
/
+1
2015-06-05
KVM: x86: advertise KVM_CAP_X86_SMM
Paolo Bonzini
4
-0
/
+28
2015-06-05
KVM: x86: add SMM to the MMU role, support SMRAM address space
Paolo Bonzini
4
-17
/
+36
2015-06-05
KVM: x86: work on all available address spaces
Paolo Bonzini
4
-44
/
+91
2015-06-05
KVM: x86: use vcpu-specific functions to read/write/translate GFNs
Paolo Bonzini
7
-80
/
+80
2015-06-05
KVM: x86: pass struct kvm_mmu_page to gfn_to_rmap
Paolo Bonzini
2
-7
/
+11
2015-06-04
KVM: x86: save/load state on SMM switch
Paolo Bonzini
4
-2
/
+498
2015-06-04
KVM: x86: latch INITs while in system management mode
Paolo Bonzini
2
-1
/
+15
2015-06-04
KVM: x86: stubs for SMM support
Paolo Bonzini
6
-4
/
+80
2015-06-04
KVM: x86: API changes for SMM support
Paolo Bonzini
5
-3
/
+61
2015-06-04
KVM: x86: pass the whole hflags field to emulator and back
Paolo Bonzini
3
-5
/
+16
2015-06-04
KVM: x86: pass host_initiated to functions that read MSRs
Paolo Bonzini
4
-101
/
+127
2015-06-04
KVM: x86: introduce num_emulated_msrs
Paolo Bonzini
1
-13
/
+27
2015-06-04
KVM: x86: clear hidden CPU state at reset time
Paolo Bonzini
1
-0
/
+2
2015-06-04
kvm: x86: fix kvm_apic_has_events to check for NULL pointer
Paolo Bonzini
1
-1
/
+1
2015-06-04
kvm: x86: default legacy PCI device assignment support to "n"
Paolo Bonzini
1
-3
/
+4
2015-05-29
KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR
Marcelo Tosatti
1
-0
/
+4
2015-05-29
x86: kvmclock: set scheduler clock stable
Luiz Capitulino
1
-2
/
+12
2015-05-29
x86: kvmclock: add flag to indicate pvclock counts from zero
Marcelo Tosatti
1
-0
/
+1
2015-05-28
arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug
Andrew Morton
1
-7
/
+7
2015-05-28
KVM: x86: Allow ARAT CPU feature
Jan Kiszka
1
-1
/
+6
2015-05-28
KVM: x86: preserve x2APIC LDR on INIT
Radim Krčmář
1
-1
/
+2
2015-05-28
KVM: x86: use correct APIC ID on x2APIC transition
Radim Krčmář
1
-3
/
+10
2015-05-28
KVM: x86: add module parameter to disable periodic kvmclock sync
Marcelo Tosatti
1
-0
/
+9
2015-05-28
KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed
Paolo Bonzini
1
-4
/
+8
2015-05-28
KVM: pass kvm_memory_slot to gfn_to_page_many_atomic
Paolo Bonzini
1
-2
/
+4
2015-05-28
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
3
-11
/
+10
[next]