index
:
Linux Stable
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: introduce id_to_memslot function
Xiao Guangrong
2011-12-27
4
-13
/
+15
*
KVM: introduce kvm_for_each_memslot macro
Xiao Guangrong
2011-12-27
2
-10
/
+8
*
KVM: introduce update_memslots function
Xiao Guangrong
2011-12-27
1
-1
/
+1
*
KVM: introduce KVM_MEM_SLOTS_NUM macro
Xiao Guangrong
2011-12-27
2
-2
/
+4
*
KVM: x86 emulator: Use opcode::execute for BSF/BSR
Takuya Yoshikawa
2011-12-27
1
-25
/
+35
*
KVM: x86 emulator: Use opcode::execute for CMPXCHG
Takuya Yoshikawa
2011-12-27
1
-18
/
+19
*
KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSR
Takuya Yoshikawa
2011-12-27
1
-26
/
+26
*
KVM: x86 emulator: Use opcode::execute for MOV to cr/dr
Takuya Yoshikawa
2011-12-27
1
-22
/
+30
*
KVM: x86 emulator: Use opcode::execute for CALL
Takuya Yoshikawa
2011-12-27
1
-8
/
+10
*
KVM: x86 emulator: Use opcode::execute for BT family
Takuya Yoshikawa
2011-12-27
1
-39
/
+38
*
KVM: x86 emulator: Use opcode::execute for IN/OUT
Takuya Yoshikawa
2011-12-27
1
-26
/
+28
*
KVM: VMX: remove unneeded vmx_load_host_state() calls.
Gleb Natapov
2011-12-27
1
-5
/
+0
*
KVM: Optimize dirty logging by rmap_write_protect()
Takuya Yoshikawa
2011-12-27
3
-11
/
+63
*
KVM: Count the number of dirty pages for dirty logging
Takuya Yoshikawa
2011-12-27
1
-6
/
+3
*
KVM: MMU: Split gfn_to_rmap() into two functions
Takuya Yoshikawa
2011-12-27
1
-9
/
+17
*
KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect()
Takuya Yoshikawa
2011-12-27
1
-3
/
+1
*
KVM: MMU: remove KVM host pv mmu support
Chris Wright
2011-12-27
3
-160
/
+0
*
KVM guest: remove KVM guest pv mmu support
Chris Wright
2011-12-27
1
-181
/
+0
*
KVM: x86: Simplify kvm timer handler
Jan Kiszka
2011-12-27
1
-22
/
+4
*
KVM: MMU: improve write flooding detected
Xiao Guangrong
2011-12-27
3
-48
/
+32
*
KVM: MMU: fix detecting misaligned accessed
Xiao Guangrong
2011-12-27
1
-0
/
+8
*
KVM: MMU: split kvm_mmu_pte_write function
Xiao Guangrong
2011-12-27
1
-75
/
+119
*
KVM: MMU: remove unnecessary kvm_mmu_free_some_pages
Xiao Guangrong
2011-12-27
1
-1
/
+0
*
KVM: MMU: fast prefetch spte on invlpg path
Xiao Guangrong
2011-12-27
4
-40
/
+36
*
KVM: MMU: cleanup FNAME(invlpg)
Xiao Guangrong
2011-12-27
2
-33
/
+27
*
KVM: MMU: do not mark accessed bit on pte write path
Xiao Guangrong
2011-12-27
2
-22
/
+1
*
KVM: x86: cleanup port-in/port-out emulated
Xiao Guangrong
2011-12-27
1
-33
/
+26
*
KVM: x86: retry non-page-table writing instructions
Xiao Guangrong
2011-12-27
5
-6
/
+77
*
KVM: x86: tag the instructions which are used to write page table
Xiao Guangrong
2011-12-27
1
-16
/
+21
*
KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write
Xiao Guangrong
2011-12-27
1
-5
/
+20
*
KVM: nVMX: Fix warning-causing idt-vectoring-info behavior
Nadav Har'El
2011-12-27
1
-3
/
+4
*
KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT
Nadav Har'El
2011-12-27
2
-5
/
+13
*
KVM: PPC: e500: include linux/export.h
Scott Wood
2011-12-26
1
-0
/
+1
*
KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=N
Michael Neuling
2011-12-26
1
-1
/
+1
*
KVM: PPC: protect use of kvmppc_h_pr
Andreas Schwab
2011-12-26
1
-0
/
+2
*
KVM: PPC: move compute_tlbie_rb to book3s_64 common header
Andreas Schwab
2011-12-26
2
-33
/
+33
*
KVM: Don't automatically expose the TSC deadline timer in cpuid
Jan Kiszka
2011-12-26
1
-10
/
+9
*
KVM: x86: Prevent starting PIT timers in the absence of irqchip support
Jan Kiszka
2011-12-25
1
-3
/
+7
*
sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().
David S. Miller
2011-12-22
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2011-12-21
1
-2
/
+2
|
\
|
*
net: bpf_jit: fix an off-one bug in x86_64 cond jump target
Markus Kötter
2011-12-19
1
-2
/
+2
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2011-12-20
2
-8
/
+8
|
\
\
|
*
|
x86, dumpstack: Fix code bytes breakage due to missing KERN_CONT
Clemens Ladisch
2011-12-19
2
-8
/
+8
|
|
/
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2011-12-20
1
-1
/
+1
|
\
\
|
*
|
oprofile: Fix uninitialized memory access when writing to writing to oprofilefs
Robert Richter
2011-12-19
1
-1
/
+1
|
|
/
*
|
Merge branch 'sh-fixes-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
2011-12-20
1
-6
/
+10
|
\
\
|
*
|
sh: fix build warning in board-sh7757lcr
Yoshihiro Shimoda
2011-11-18
1
-6
/
+10
*
|
|
Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
2011-12-20
3
-19
/
+139
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
|
|
|
\
|
*
-
.
\
Merge branches 'rmobile/core', 'rmobile/kota2' and 'rmobile/ag5' into rmobile...
Paul Mundt
2011-11-24
3
-18
/
+138
|
|
\
\
\
|
|
|
*
|
ARM: mach-shmobile: AG5EVM GIC Sparse IRQ fix
Magnus Damm
2011-11-24
1
-0
/
+1
|
|
|
|
/
[next]