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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-03
KVM: VMX: code clean for vmx_init()
Guo Chao
1
-9
/
+7
2012-07-03
apic: fix kvm build on UP without IOAPIC
Michael S. Tsirkin
1
-0
/
+5
2012-06-25
KVM: host side for eoi optimization
Michael S. Tsirkin
6
-4
/
+193
2012-06-25
KVM: rearrange injection cancelling code
Michael S. Tsirkin
1
-4
/
+6
2012-06-25
KVM: only sync when attention bits set
Michael S. Tsirkin
1
-1
/
+2
2012-06-25
x86, bitops: note on __test_and_clear_bit atomicity
Michael S. Tsirkin
1
-0
/
+7
2012-06-25
KVM guest: guest side for eoi avoidance
Michael S. Tsirkin
2
-3
/
+61
2012-06-25
KVM: optimize ISR lookups
Michael S. Tsirkin
2
-2
/
+55
2012-06-25
KVM: document lapic regs field
Michael S. Tsirkin
1
-0
/
+5
2012-06-19
KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()
Takuya Yoshikawa
1
-1
/
+1
2012-06-18
KVM: Introduce __KVM_HAVE_IRQ_LINE
Christoffer Dall
2
-0
/
+2
2012-06-14
KVM: s390: Perform early event mask processing during boot
Heinz Graalfs
2
-3
/
+11
2012-06-14
KVM: s390: Set CPU in stopped state on initial cpu reset
Christian Borntraeger
1
-0
/
+1
2012-06-14
KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit
Xudong Hao
1
-1
/
+1
2012-06-12
KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()
Takuya Yoshikawa
1
-9
/
+5
2012-06-06
Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into next
Avi Kivity
18
-90
/
+267
2012-06-06
KVM: disable uninitialized var warning
Michael S. Tsirkin
1
-1
/
+1
2012-06-06
KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers
Christoffer Dall
3
-31
/
+31
2012-06-05
KVM: VMX: Fix KVM_SET_SREGS with big real mode segments
Orit Wasserman
1
-12
/
+58
2012-06-05
KVM: MMU: do not iterate over all VMs in mmu_shrink()
Gleb Natapov
1
-10
/
+17
2012-06-05
KVM: ia64: Mark ia64 KVM as BROKEN
Avi Kivity
1
-0
/
+1
2012-06-05
KVM: VMX: Use EPT Access bit in response to memory notifiers
Xudong Hao
2
-8
/
+12
2012-06-05
KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTP
Xudong Hao
1
-0
/
+2
2012-06-05
KVM: VMX: Add parameter to control A/D bits support, default is on
Xudong Hao
1
-0
/
+12
2012-06-05
KVM: VMX: Add EPT A/D bits definitions
Xudong Hao
1
-0
/
+4
2012-06-05
KVM: Avoid wasting pages for small lpage_info arrays
Takuya Yoshikawa
1
-2
/
+2
2012-06-05
fixups for signal breakage
Al Viro
3
-4
/
+4
2012-06-04
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+6
2012-06-03
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-39
/
+232
2012-06-02
Merge 'for-linus' branches from git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+2
2012-06-02
powerpc: Fix size of st_nlink on 64bit
Anton Blanchard
1
-1
/
+1
2012-06-02
frv: Remove bogus closing parenthesis
Geert Uytterhoeven
1
-1
/
+1
2012-06-02
Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6
Linus Torvalds
21
-305
/
+527
2012-06-02
Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd
Linus Torvalds
23
-56
/
+206
2012-06-02
Merge remote-tracking branch 'rostedt/tip/perf/urgent-2' into x86-urgent-for-...
H. Peter Anvin
6
-16
/
+154
2012-06-02
Merge branch 'ux500/hickup' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-21
/
+281
2012-06-02
x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32
H.J. Lu
1
-6
/
+0
2012-06-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
61
-1059
/
+416
2012-06-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
26
-100
/
+14
2012-06-01
x86: get rid of calling do_notify_resume() when returning to kernel mode
Al Viro
2
-13
/
+10
2012-06-01
blackfin: check __get_user() return value
Al Viro
1
-16
/
+14
2012-06-01
whack-a-mole with TIF_FREEZE
Al Viro
1
-2
/
+0
2012-06-01
FRV: Optimise the system call exit path in entry.S [ver #2]
David Howells
1
-6
/
+7
2012-06-01
FRV: Shrink TIF_WORK_MASK [ver #2]
David Howells
2
-13
/
+15
2012-06-01
FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptions
David Howells
2
-11
/
+3
2012-06-01
new helper: signal_delivered()
Al Viro
32
-73
/
+33
2012-06-01
powerpc: get rid of restore_sigmask()
Al Viro
4
-14
/
+4
2012-06-01
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
42
-133
/
+2
2012-06-01
set_restore_sigmask() is never called without SIGPENDING (and never should be)
Al Viro
7
-7
/
+7
2012-06-01
TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set
Al Viro
13
-19
/
+14
[next]