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
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
ptrace: kill task_ptrace()
Tejun Heo
2011-06-22
2
-11
/
+11
*
ptrace: implement PTRACE_LISTEN
Tejun Heo
2011-06-16
3
-8
/
+50
*
ptrace: implement TRAP_NOTIFY and use it for group stop events
Tejun Heo
2011-06-16
1
-3
/
+35
*
ptrace: implement PTRACE_INTERRUPT
Tejun Heo
2011-06-16
1
-2
/
+27
*
ptrace: implement PTRACE_SEIZE
Tejun Heo
2011-06-16
2
-15
/
+59
*
job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap
Tejun Heo
2011-06-16
2
-32
/
+70
*
signal: remove three noop tracehooks
Tejun Heo
2011-06-04
1
-30
/
+14
*
ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit
Tejun Heo
2011-06-04
2
-4
/
+9
*
job control: introduce task_set_jobctl_pending()
Tejun Heo
2011-06-04
2
-9
/
+43
*
job control: make task_clear_jobctl_pending() clear TRAPPING automatically
Tejun Heo
2011-06-04
1
-5
/
+8
*
job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()
Tejun Heo
2011-06-04
1
-10
/
+17
*
ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop()
Tejun Heo
2011-06-04
1
-15
/
+13
*
ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments
Tejun Heo
2011-06-04
1
-5
/
+19
*
job control: rename signal->group_stop and flags to jobctl and update them
Tejun Heo
2011-06-04
2
-51
/
+52
*
ptrace: remove silly wait_trap variable from ptrace_attach()
Tejun Heo
2011-06-04
1
-3
/
+1
*
rcu: Cure load woes
Peter Zijlstra
2011-05-31
2
-9
/
+56
*
mm: Fix boot crash in mm_alloc()
Linus Torvalds
2011-05-29
1
-32
/
+10
*
Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2011-05-29
1
-12
/
+25
|
\
|
*
idle governor: Avoid lock acquisition to read pm_qos before entering idle
Tim Chen
2011-05-29
1
-12
/
+25
*
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2011-05-28
6
-26
/
+57
|
\
\
|
*
|
cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed
KOSAKI Motohiro
2011-05-28
3
-11
/
+16
|
*
|
sched: Fix ->min_vruntime calculation in dequeue_entity()
Peter Zijlstra
2011-05-28
1
-2
/
+3
|
*
|
sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSW
Peter Zijlstra
2011-05-28
1
-9
/
+28
|
*
|
sched: More sched_domain iterations fixes
Xiaotian Feng
2011-05-28
2
-4
/
+10
*
|
|
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2011-05-28
4
-136
/
+94
|
\
\
\
|
*
|
|
rcu: Start RCU kthreads in TASK_INTERRUPTIBLE state
Paul E. McKenney
2011-05-28
2
-0
/
+3
|
*
|
|
rcu: Remove waitqueue usage for cpu, node, and boost kthreads
Peter Zijlstra
2011-05-28
3
-39
/
+17
|
*
|
|
rcu: Avoid acquiring rcu_node locks in timer functions
Paul E. McKenney
2011-05-28
2
-9
/
+8
|
*
|
|
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Ingo Molnar
2011-05-28
4
-90
/
+68
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
rcu: Decrease memory-barrier usage based on semi-formal proof
Paul E. McKenney
2011-05-26
4
-77
/
+62
|
|
*
|
rcu: Make rcu_enter_nohz() pay attention to nesting
Paul E. McKenney
2011-05-26
1
-2
/
+2
|
|
*
|
rcu: Don't do reschedule unless in irq
Paul E. McKenney
2011-05-26
1
-2
/
+3
|
|
*
|
rcu: Remove old memory barriers from rcu_process_callbacks()
Paul E. McKenney
2011-05-26
1
-14
/
+0
|
|
*
|
rcu: Add memory barriers
Paul E. McKenney
2011-05-26
1
-0
/
+6
*
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2011-05-28
8
-24
/
+101
|
\
\
\
\
|
*
|
|
|
perf: Fix SIGIO handling
Peter Zijlstra
2011-05-28
1
-0
/
+8
|
*
|
|
|
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2011-05-27
6
-18
/
+90
|
|
\
\
\
\
|
|
*
|
|
|
ftrace: Add internal recursive checks
Steven Rostedt
2011-05-25
3
-6
/
+32
|
|
*
|
|
|
tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine
liubo
2011-05-25
1
-0
/
+27
|
|
*
|
|
|
ftrace: Set ops->flag to enabled even on static function tracing
Steven Rostedt
2011-05-25
1
-1
/
+5
|
|
*
|
|
|
tracing: Have event with function tracer check error return
Steven Rostedt
2011-05-25
1
-1
/
+6
|
|
*
|
|
|
ftrace: Have ftrace_startup() return failure code
Steven Rostedt
2011-05-25
1
-6
/
+8
|
|
*
|
|
|
jump_label: Check entries limit in __jump_label_update
Jiri Olsa
2011-05-25
1
-5
/
+13
|
*
|
|
|
|
Merge branch 'linus' into perf/urgent
Ingo Molnar
2011-05-26
32
-541
/
+1224
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
watchdog: Fix non-standard prototype of get_softlockup_thresh()
Ingo Molnar
2011-05-24
1
-7
/
+4
*
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2011-05-27
2
-119
/
+134
|
\
\
\
\
\
\
|
*
|
|
|
|
|
PM: Fix PM QOS's user mode interface to work with ASCII input
Rafael J. Wysocki
2011-05-27
1
-10
/
+23
|
*
|
|
|
|
|
PM / Hibernate: Update kerneldoc comments in hibernate.c
Rafael J. Wysocki
2011-05-24
1
-90
/
+104
|
*
|
|
|
|
|
PM / Hibernate: Remove arch_prepare_suspend()
Rafael J. Wysocki
2011-05-24
1
-5
/
+0
|
*
|
|
|
|
|
PM / Hibernate: Update some comments in core hibernate code
Rafael J. Wysocki
2011-05-24
1
-14
/
+7
[next]