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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-05-05
3
-62
/
+161
|
\
|
*
KVM: PPC: Book3S: Add API for in-kernel XICS emulation
Paul Mackerras
2013-05-02
2
-0
/
+3
|
*
kvm: Allow build-time configuration of KVM device assignment
Alex Williamson
2013-04-28
2
-26
/
+8
|
*
Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queue
Gleb Natapov
2013-04-28
3
-13
/
+89
|
|
\
|
|
*
KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls
Michael Ellerman
2013-04-26
1
-0
/
+3
|
|
*
kvm: destroy emulated devices on VM exit
Scott Wood
2013-04-26
1
-1
/
+2
|
|
*
kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC
Scott Wood
2013-04-26
1
-0
/
+1
|
|
*
kvm/ppc/mpic: in-kernel MPIC emulation
Scott Wood
2013-04-26
2
-0
/
+5
|
|
*
kvm: add device control API
Scott Wood
2013-04-26
2
-0
/
+62
|
|
*
KVM: Move irq routing setup to irqchip.c
Alexander Graf
2013-04-26
1
-0
/
+3
|
|
*
KVM: Extract generic irqchip logic into irqchip.c
Alexander Graf
2013-04-26
1
-2
/
+10
|
|
*
KVM: Remove kvm_get_intr_delivery_bitmask
Alexander Graf
2013-04-26
1
-5
/
+0
|
|
*
KVM: Drop __KVM_HAVE_IOAPIC condition on irq routing
Alexander Graf
2013-04-26
1
-2
/
+0
|
|
*
KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING
Alexander Graf
2013-04-26
1
-3
/
+3
|
|
*
KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS
Alexander Graf
2013-04-26
1
-1
/
+1
|
*
|
KVM: x86: Rework request for immediate exit
Jan Kiszka
2013-04-28
1
-8
/
+7
|
|
/
|
*
KVM: Call common update function when ioapic entry changed.
Yang Zhang
2013-04-16
1
-2
/
+2
|
*
KVM: Let ioapic know the irq line status
Yang Zhang
2013-04-15
1
-4
/
+7
|
*
KVM: Move kvm_rebooting declaration out of x86
Geoff Levand
2013-04-08
1
-0
/
+2
|
*
KVM: Move vm_list kvm_lock declarations out of x86
Geoff Levand
2013-04-08
1
-0
/
+3
|
*
Merge remote-tracking branch 'upstream/master' into queue
Marcelo Tosatti
2013-03-21
35
-71
/
+170
|
|
\
|
*
|
kvm: Record the preemption status of vcpus using preempt notifiers
Raghavendra K T
2013-03-11
1
-0
/
+1
|
*
|
KVM: ioeventfd for virtio-ccw devices.
Cornelia Huck
2013-03-05
1
-0
/
+3
|
*
|
KVM: Introduce KVM_VIRTIO_CCW_NOTIFY_BUS.
Cornelia Huck
2013-03-05
1
-0
/
+1
|
*
|
KVM: Initialize irqfd from kvm_init().
Cornelia Huck
2013-03-05
1
-0
/
+13
|
*
|
KVM: set_memory_region: Refactor commit_memory_region()
Takuya Yoshikawa
2013-03-04
1
-1
/
+2
|
*
|
KVM: set_memory_region: Refactor prepare_memory_region()
Takuya Yoshikawa
2013-03-04
1
-2
/
+2
|
*
|
KVM: set_memory_region: Make kvm_mr_change available to arch code
Takuya Yoshikawa
2013-03-04
1
-0
/
+18
|
*
|
KVM: set_memory_region: Drop user_alloc from set_memory_region()
Takuya Yoshikawa
2013-03-04
1
-7
/
+3
|
*
|
KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()
Takuya Yoshikawa
2013-03-04
1
-4
/
+2
*
|
|
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-05-05
7
-19
/
+89
|
\
\
\
|
*
|
|
sched: Keep at least 1 tick per second for active dynticks tasks
Frederic Weisbecker
2013-05-04
1
-0
/
+1
|
*
|
|
Merge commit '8700c95adb03' into timers/nohz
Frederic Weisbecker
2013-05-02
217
-1120
/
+3517
|
|
\
\
\
|
*
|
|
|
cputime_nsecs: use math64.h for nsec resolution conversion helpers
Kevin Hilman
2013-04-26
1
-9
/
+19
|
*
|
|
|
nohz: Fix unavailable tick_stop tracepoint in dynticks idle
Frederic Weisbecker
2013-04-24
1
-1
/
+1
|
*
|
|
|
nohz: Add basic tracing
Frederic Weisbecker
2013-04-22
1
-0
/
+21
|
*
|
|
|
nohz: Re-evaluate the tick for the new task after a context switch
Frederic Weisbecker
2013-04-22
1
-0
/
+2
|
*
|
|
|
nohz: Re-evaluate the tick from the scheduler IPI
Frederic Weisbecker
2013-04-22
1
-0
/
+2
|
*
|
|
|
sched: New helper to prevent from stopping the tick in full dynticks
Frederic Weisbecker
2013-04-22
1
-0
/
+6
|
*
|
|
|
perf: New helper to prevent full dynticks CPUs from stopping tick
Frederic Weisbecker
2013-04-22
1
-0
/
+6
|
*
|
|
|
Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...
Ingo Molnar
2013-04-21
2
-0
/
+6
|
|
\
\
\
\
|
|
*
|
|
|
posix_timers: New API to prevent from stopping the tick when timers are running
Frederic Weisbecker
2013-04-19
1
-0
/
+2
|
|
*
|
|
|
nohz: New APIs to re-evaluate the tick on full dynticks CPUs
Frederic Weisbecker
2013-04-18
1
-0
/
+4
|
*
|
|
|
|
nohz: Ensure full dynticks CPUs are RCU nocbs
Frederic Weisbecker
2013-04-19
2
-0
/
+9
|
|
/
/
/
/
|
*
|
|
|
nohz: Switch from "extended nohz" to "full nohz" based naming
Frederic Weisbecker
2013-04-15
1
-3
/
+3
|
*
|
|
|
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
Frederic Weisbecker
2013-04-03
2
-8
/
+8
|
*
|
|
|
nohz: Wake up full dynticks CPUs when a timer gets enqueued
Frederic Weisbecker
2013-03-21
1
-2
/
+2
|
*
|
|
|
nohz: Basic full dynticks interface
Frederic Weisbecker
2013-03-21
1
-0
/
+7
*
|
|
|
|
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2013-05-05
6
-33
/
+27
|
\
\
\
\
\
|
*
|
|
|
|
CONFIG_SYMBOL_PREFIX: cleanup.
Rusty Russell
2013-03-15
5
-30
/
+21
[next]