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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-11
KVM: MMU: remove mmu_seq verification on pte update path
Xiao Guangrong
3
-15
/
+7
2011-05-11
KVM: x86 emulator: do not open code return values from the emulator
Gleb Natapov
1
-3
/
+3
2011-05-11
KVM: Remove base_addresss in kvm_pit since it is unused
Justin P. Mattock
1
-1
/
+0
2011-05-11
KVM: SVM: Remove nested sel_cr0_write handling code
Joerg Roedel
1
-52
/
+26
2011-05-11
KVM: SVM: Add checks for IO instructions
Joerg Roedel
3
-15
/
+70
2011-05-11
KVM: SVM: Add intercept checks for one-byte instructions
Joerg Roedel
2
-2
/
+16
2011-05-11
KVM: SVM: Add intercept checks for remaining twobyte instructions
Joerg Roedel
3
-7
/
+39
2011-05-11
KVM: SVM: Add intercept checks for remaining group7 instructions
Joerg Roedel
2
-2
/
+30
2011-05-11
KVM: SVM: Add intercept checks for SVM instructions
Joerg Roedel
2
-1
/
+51
2011-05-11
KVM: SVM: Add intercept checks for descriptor table accesses
Joerg Roedel
2
-2
/
+20
2011-05-11
KVM: SVM: Add intercept check for accessing dr registers
Joerg Roedel
3
-15
/
+56
2011-05-11
KVM: SVM: Add intercept check for emulated cr accesses
Joerg Roedel
5
-25
/
+192
2011-05-11
KVM: x86: Add x86 callback for intercept check
Joerg Roedel
6
-11
/
+74
2011-05-11
KVM: x86 emulator: Add flag to check for protected mode instructions
Joerg Roedel
2
-0
/
+11
2011-05-11
KVM: x86 emulator: Add check_perm callback
Joerg Roedel
2
-0
/
+15
2011-05-11
KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTED
Joerg Roedel
3
-0
/
+7
2011-05-11
KVM: x86 emulator: add SVM intercepts
Avi Kivity
2
-11
/
+48
2011-05-11
KVM: x86 emulator: add framework for instruction intercepts
Avi Kivity
3
-0
/
+55
2011-05-11
KVM: x86 emulator: implement movdqu instruction (f3 0f 6f, f3 0f 7f)
Avi Kivity
1
-2
/
+21
2011-05-11
KVM: x86 emulator: SSE support
Avi Kivity
2
-4
/
+104
2011-05-11
KVM: x86 emulator: Specialize decoding for insns with 66/f2/f3 prefixes
Avi Kivity
1
-1
/
+25
2011-05-11
KVM: x86 emulator: define callbacks for using the guest fpu within the emulator
Avi Kivity
2
-0
/
+20
2011-05-11
KVM: x86 emulator: do not munge rep prefix
Avi Kivity
2
-5
/
+3
2011-05-11
KVM: 16-byte mmio support
Avi Kivity
3
-10
/
+32
2011-05-11
KVM: Split mmio completion into a function
Avi Kivity
1
-14
/
+25
2011-05-11
KVM: extend in-kernel mmio to handle >8 byte transactions
Avi Kivity
1
-12
/
+46
2011-05-11
KVM: x86: better fix for race between nmi injection and enabling nmi window
Gleb Natapov
1
-1
/
+10
2011-05-11
Revert "KVM: Fix race between nmi injection and enabling nmi window"
Marcelo Tosatti
2
-4
/
+1
2011-05-11
KVM: expose async pf through our standard mechanism
Glauber Costa
1
-0
/
+1
2011-05-11
KVM: VMX: simplify NMI mask management
Avi Kivity
1
-8
/
+2
2011-05-11
KVM: SVM: Remove unused svm_features
Jan Kiszka
1
-3
/
+0
2011-05-11
KVM: VMX: Use cached VM_EXIT_INTR_INFO in handle_exception
Avi Kivity
1
-1
/
+1
2011-05-11
KVM: VMX: Don't VMREAD VM_EXIT_INTR_INFO unconditionally
Avi Kivity
1
-2
/
+7
2011-05-11
KVM: VMX: Refactor vmx_complete_atomic_exit()
Avi Kivity
1
-6
/
+9
2011-05-11
KVM: VMX: Qualify check for host NMI
Avi Kivity
1
-1
/
+2
2011-05-11
KVM: VMX: Avoid vmx_recover_nmi_blocking() when unneeded
Avi Kivity
1
-1
/
+15
2011-05-11
KVM: VMX: Cache cpl
Avi Kivity
2
-1
/
+17
2011-05-11
KVM: VMX: Optimize vmx_get_cpl()
Avi Kivity
1
-1
/
+2
2011-05-11
KVM: VMX: Optimize vmx_get_rflags()
Avi Kivity
2
-6
/
+15
2011-05-11
KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versions
Avi Kivity
3
-12
/
+12
2011-05-11
KVM: cleanup memslot_id function
Xiao Guangrong
2
-18
/
+5
2011-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
40
-232
/
+422
2011-05-11
slub: Revert "[PARISC] slub: fix panic with DISCONTIGMEM"
David Rientjes
1
-1
/
+0
2011-05-11
Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6
David S. Miller
14
-161
/
+279
2011-05-11
slcan: fix ldisc->open retval
Oliver Hartkopp
1
-1
/
+3
2011-05-11
net/usb: mark LG VL600 LTE modem ethernet interface as WWAN
Dan Williams
1
-1
/
+1
2011-05-11
xfrm: Don't allow esn with disabled anti replay detection
Steffen Klassert
1
-0
/
+3
2011-05-11
xfrm: Assign the inner mode output function to the dst entry
Steffen Klassert
6
-6
/
+27
2011-05-11
net: dev_close() should check IFF_UP
Eric Dumazet
1
-4
/
+6
2011-05-11
vlan: fix GVRP at dismantle time
Eric Dumazet
2
-3
/
+3
[next]