index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2011-03-17
13
-279
/
+307
|
\
|
*
KVM: unbreak userspace that does not sets tss address
Gleb Natapov
2011-03-17
1
-0
/
+13
|
*
KVM: MMU: cleanup pte write path
Xiao Guangrong
2011-03-17
3
-56
/
+32
|
*
KVM: MMU: introduce a common function to get no-dirty-logged slot
Xiao Guangrong
2011-03-17
1
-20
/
+17
|
*
KVM: fix rcu usage in init_rmode_* functions
Xiao Guangrong
2011-03-17
1
-4
/
+8
|
*
KVM: fix kvmclock regression due to missing clock update
Nikola Ciprich
2011-03-17
1
-1
/
+1
|
*
KVM: emulator: Fix permission checking in io permission bitmap
Gleb Natapov
2011-03-17
1
-3
/
+2
|
*
KVM: emulator: Fix io permission checking for 64bit guest
Gleb Natapov
2011-03-17
3
-21
/
+35
|
*
KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=n
Avi Kivity
2011-03-17
1
-0
/
+5
|
*
KVM: x86: Remove useless regs_page pointer from kvm_lapic
Takuya Yoshikawa
2011-03-17
3
-7
/
+5
|
*
KVM: MMU: remove unused macros
Xiao Guangrong
2011-03-17
2
-8
/
+0
|
*
KVM: MMU: cleanup page alloc and free
Xiao Guangrong
2011-03-17
1
-5
/
+5
|
*
KVM: MMU: do not record gfn in kvm_mmu_pte_write
Xiao Guangrong
2011-03-17
3
-7
/
+2
|
*
KVM: MMU: move mmu pages calculated out of mmu lock
Xiao Guangrong
2011-03-17
1
-5
/
+5
|
*
KVM: MMU: set spte accessed bit properly
Xiao Guangrong
2011-03-17
1
-1
/
+1
|
*
KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bits
Xiao Guangrong
2011-03-17
1
-2
/
+7
|
*
KVM: better readability of efer_reserved_bits
Lai Jiangshan
2011-03-17
1
-2
/
+3
|
*
KVM: Clear async page fault hash after switching to real mode
Lai Jiangshan
2011-03-17
1
-1
/
+3
|
*
KVM: VMX: Initialize vm86 TSS only once.
Gleb Natapov
2011-03-17
1
-22
/
+6
|
*
KVM: VMX: update live TR selector if it changes in real mode
Gleb Natapov
2011-03-17
1
-0
/
+1
|
*
KVM: VMX: add the __noclone attribute to vmx_vcpu_run
Lai Jiangshan
2011-03-17
1
-1
/
+1
|
*
KVM: x86: Convert tsc_write_lock to raw_spinlock
Jan Kiszka
2011-03-17
2
-4
/
+4
|
*
KVM: remove isr_ack logic from PIC
Gleb Natapov
2011-03-17
2
-27
/
+2
|
*
KVM: VMX: fix detection of BIOS disabling VMX
Joseph Cihula
2011-03-17
1
-2
/
+8
|
*
KVM: Convert kvm_lock to raw_spinlock
Jan Kiszka
2011-03-17
3
-5
/
+5
|
*
KVM: SVM: check for progress after IRET interception
Avi Kivity
2011-03-17
1
-1
/
+9
|
*
KVM: Fix race between nmi injection and enabling nmi window
Avi Kivity
2011-03-17
1
-1
/
+3
|
*
KVM: Drop ad-hoc vendor specific instruction restriction
Avi Kivity
2011-03-17
1
-28
/
+5
|
*
KVM: x86 emulator: vendor specific instructions
Avi Kivity
2011-03-17
2
-3
/
+10
|
*
KVM: Drop bogus x86_decode_insn() error check
Avi Kivity
2011-03-17
1
-3
/
+0
|
*
KVM: x86: Drop obsolete warning about INIT on runnable VCPU
Jan Kiszka
2011-03-17
1
-4
/
+0
|
*
KVM: x86: release kvmclock page on reset
Glauber Costa
2011-03-17
1
-8
/
+12
|
*
KVM: x86: handle guest access to BBL_CR_CTL3 MSR
john cooper
2011-03-17
2
-0
/
+20
|
*
KVM: Add "exiting guest mode" state
Xiao Guangrong
2011-03-17
1
-6
/
+10
|
*
KVM: x86: Remove user space triggerable MCE error message
Jan Kiszka
2011-03-17
1
-3
/
+0
|
*
KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs()
Xiao Guangrong
2011-03-17
1
-1
/
+4
|
*
KVM: VMX: Avoid atomic operation in vmx_vcpu_run
Avi Kivity
2011-03-17
1
-2
/
+5
|
*
KVM: VMX: Simplify saving guest rcx in vmx_vcpu_run
Avi Kivity
2011-03-17
1
-2
/
+2
|
*
KVM: VMX: increase ple_gap default to 128
Rik van Riel
2011-03-17
1
-2
/
+2
|
*
KVM: SVM: Add support for perf-kvm
Joerg Roedel
2011-03-17
1
-2
/
+10
|
*
KVM: VMX: Avoid leaking fake realmode state to userspace
Avi Kivity
2011-03-17
1
-7
/
+36
|
*
KVM: VMX: Save and restore tr selector across mode switches
Avi Kivity
2011-03-17
1
-0
/
+2
|
*
KVM guest: Fix section mismatch derived from kvm_guest_cpu_online()
Sedat Dilek
2011-03-17
1
-1
/
+1
|
*
KVM: MMU: Don't flush shadow when enabling dirty tracking
Avi Kivity
2011-03-17
1
-4
/
+8
|
|
|
\
*
-
.
\
Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git:...
Linus Torvalds
2011-03-17
1
-12
/
+29
|
\
\
\
|
|
*
|
xen: events: refactor GSI pirq bindings functions
Ian Campbell
2011-03-10
1
-12
/
+29
|
|
/
/
|
|
|
|
\
\
*
-
.
\
\
Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...
Linus Torvalds
2011-03-17
1
-2
/
+1
|
\
\
\
\
|
|
*
|
|
xen/balloon: Removal of driver_pages
Daniel Kiper
2011-03-14
1
-2
/
+1
*
|
|
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...
Linus Torvalds
2011-03-17
2
-4
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
[CPUFREQ] pcc-cpufreq: remove duplicate statements
Chumbalkar, Nagananda
2011-03-16
1
-2
/
+0
[next]