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.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
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/res...
Linus Torvalds
2012-03-07
1
-2
/
+2
*
genirq: Clear action->thread_mask if IRQ_ONESHOT is not set
Thomas Gleixner
2012-03-06
1
-6
/
+38
*
hung_task: fix the broken rcu_lock_break() logic
Oleg Nesterov
2012-03-05
1
-4
/
+7
*
vfork: kill PF_STARTING
Oleg Nesterov
2012-03-05
1
-9
/
+0
*
coredump_wait: don't call complete_vfork_done()
Oleg Nesterov
2012-03-05
1
-1
/
+1
*
vfork: make it killable
Oleg Nesterov
2012-03-05
1
-8
/
+32
*
vfork: introduce complete_vfork_done()
Oleg Nesterov
2012-03-05
1
-7
/
+10
*
kprobes: return proper error code from register_kprobe()
Prashanth Nageshappa
2012-03-05
1
-5
/
+7
*
kmsg_dump: don't run on non-error paths by default
Matthew Garrett
2012-03-05
1
-0
/
+6
*
-
.
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...
Linus Torvalds
2012-03-02
2
-4
/
+4
|
\
\
|
|
*
CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resume
Srivatsa S. Bhat
2012-02-27
1
-2
/
+2
|
*
|
perf/hwbp: Fix a possible memory leak
Namhyung Kim
2012-02-28
1
-2
/
+2
|
/
/
*
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2012-02-27
2
-1
/
+2
|
\
|
|
*
sched/events: Revert trace_sched_stat_sleeptime()
Peter Zijlstra
2012-02-22
2
-1
/
+2
*
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2012-02-27
4
-13
/
+37
|
\
\
|
*
|
genirq: Handle pending irqs in irq_startup()
Thomas Gleixner
2012-02-15
4
-11
/
+14
|
*
|
genirq: Unmask oneshot irqs when thread was not woken
Thomas Gleixner
2012-02-15
1
-2
/
+23
*
|
|
epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()
Oleg Nesterov
2012-02-24
1
-1
/
+4
|
|
/
|
/
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-02-20
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
vfs: fix panic in __d_lookup() with high dentry hashtable counts
Dimitri Sivanich
2012-02-13
1
-2
/
+2
*
|
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
Linus Torvalds
2012-02-13
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
module: make module param bint handle nul value
Dave Young
2012-02-14
1
-1
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2012-02-11
2
-3
/
+9
|
\
\
|
*
|
relay: prevent integer overflow in relay_open()
Dan Carpenter
2012-02-10
1
-2
/
+8
|
*
|
block: strip out locking optimization in put_io_context()
Tejun Heo
2012-02-07
1
-1
/
+1
*
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-02-10
1
-5
/
+14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
perf: Fix double start/stop in x86_pmu_start()
Stephane Eranian
2012-02-07
1
-5
/
+14
*
|
|
Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-02-04
3
-6
/
+31
|
\
\
\
|
*
|
|
PM / Freezer: Thaw only kernel threads if freezing of kernel threads fails
Srivatsa S. Bhat
2012-02-04
2
-4
/
+27
|
*
|
|
PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl path
Srivatsa S. Bhat
2012-02-01
1
-2
/
+4
*
|
|
|
kprobes: fix a memory leak in function pre_handler_kretprobe()
Jiang Liu
2012-02-03
1
-1
/
+5
|
|
/
/
|
/
|
|
*
|
|
Fix race in process_vm_rw_core
Christopher Yeoh
2012-02-02
1
-0
/
+20
|
|
|
|
\
\
|
\
\
|
\
\
|
\
\
|
\
\
*
-
-
-
-
-
.
\
\
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...
Linus Torvalds
2012-02-02
6
-56
/
+124
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSW
Chanho Min
2012-01-27
1
-0
/
+5
|
|
|
*
|
|
sched: Fix ancient race in do_exit()
Yasunori Goto
2012-01-27
1
-0
/
+16
|
|
|
*
|
|
sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplug
Suresh Siddha
2012-01-26
1
-5
/
+29
|
|
|
*
|
|
sched/s390: Fix compile error in sched/core.c
Christian Borntraeger
2012-01-26
1
-0
/
+1
|
|
|
*
|
|
sched: Fix rq->nr_uninterruptible update race
Peter Zijlstra
2012-01-26
1
-12
/
+6
|
|
|
|
/
/
|
|
*
|
|
perf: Fix broken interrupt rate throttling
Stephane Eranian
2012-01-27
1
-38
/
+66
|
*
|
|
|
bugs, x86: Fix printk levels for panic, softlockups and stack dumps
Prarit Bhargava
2012-01-26
1
-1
/
+1
*
|
|
|
|
PM / Hibernate: Fix s2disk regression related to freezing workqueues
Rafael J. Wysocki
2012-01-29
2
-0
/
+28
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-01-26
2
-3
/
+1
|
\
\
\
\
|
*
|
|
|
perf: Call perf_cgroup_event_time() directly
Namhyung Kim
2012-01-21
1
-1
/
+1
|
*
|
|
|
perf: Don't call release_callchain_buffers() if allocation fails
Namhyung Kim
2012-01-21
1
-2
/
+0
*
|
|
|
|
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-01-26
1
-4
/
+4
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
/
/
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Ingo Molnar
2012-01-17
1
-4
/
+4
|
|
\
\
\
|
|
*
|
|
rcu: Add missing __cpuinit annotation in rcutorture code
Heiko Carstens
2012-01-16
1
-2
/
+2
|
|
*
|
|
rcu: Make rcutorture bool parameters really bool (core code)
Rusty Russell
2012-01-16
1
-2
/
+2
|
|
*
|
|
Merge branch 'rcu/fixes-for-v3.2' into rcu/urgent
Paul E. McKenney
2012-01-16
17
-243
/
+933
|
|
|
\
\
\
*
|
|
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2012-01-24
1
-0
/
+25
|
\
\
\
\
\
\
[next]