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
*
workqueue: increase max_active of keventd and kill current_is_keventd()
Tejun Heo
2010-06-29
1
-50
/
+13
*
workqueue: implement concurrency managed dynamic worker pool
Tejun Heo
2010-06-29
2
-113
/
+836
*
workqueue: implement worker_{set|clr}_flags()
Tejun Heo
2010-06-29
1
-8
/
+40
*
workqueue: use shared worklist and pool all workers per cpu
Tejun Heo
2010-06-29
1
-32
/
+99
*
workqueue: implement WQ_NON_REENTRANT
Tejun Heo
2010-06-29
1
-3
/
+29
*
workqueue: carry cpu number in work data once execution starts
Tejun Heo
2010-06-29
1
-59
/
+104
*
workqueue: add find_worker_executing_work() and track current_cwq
Tejun Heo
2010-06-29
1
-0
/
+56
*
workqueue: make single thread workqueue shared worker pool friendly
Tejun Heo
2010-06-29
1
-35
/
+100
*
workqueue: reimplement CPU hotplugging support using trustee
Tejun Heo
2010-06-29
1
-16
/
+277
*
workqueue: implement worker states
Tejun Heo
2010-06-29
1
-41
/
+173
*
workqueue: introduce global cwq and unify cwq locks
Tejun Heo
2010-06-29
1
-62
/
+98
*
workqueue: reimplement workqueue freeze using max_active
Tejun Heo
2010-06-29
2
-12
/
+172
*
workqueue: implement per-cwq active work limit
Tejun Heo
2010-06-29
1
-2
/
+37
*
workqueue: reimplement work flushing using linked works
Tejun Heo
2010-06-29
1
-21
/
+131
*
workqueue: introduce worker
Tejun Heo
2010-06-29
1
-61
/
+150
*
workqueue: reimplement workqueue flushing using color coded works
Tejun Heo
2010-06-29
1
-52
/
+303
*
workqueue: update cwq alignement
Tejun Heo
2010-06-29
1
-5
/
+55
*
workqueue: kill cpu_populated_map
Tejun Heo
2010-06-29
1
-114
/
+59
*
workqueue: temporarily remove workqueue tracing
Tejun Heo
2010-06-29
2
-22
/
+3
*
workqueue: separate out process_one_work()
Tejun Heo
2010-06-29
1
-39
/
+61
*
workqueue: define masks for work flags and conditionalize STATIC flags
Tejun Heo
2010-06-29
1
-6
/
+6
*
workqueue: merge feature parameters into flags
Tejun Heo
2010-06-29
1
-10
/
+7
*
workqueue: misc/cosmetic updates
Tejun Heo
2010-06-29
1
-47
/
+84
*
workqueue: kill RT workqueue
Tejun Heo
2010-06-29
1
-6
/
+0
*
kthread: implement kthread_data()
Tejun Heo
2010-06-29
1
-0
/
+15
*
kthread: implement kthread_worker
Tejun Heo
2010-06-29
1
-0
/
+149
*
Merge branch 'sched-wq' of ../wq into cmwq-base
Tejun Heo
2010-06-13
5
-80
/
+170
|
\
|
*
sched: add hooks for workqueue
Tejun Heo
2010-06-08
3
-3
/
+68
|
*
sched: refactor try_to_wake_up()
Tejun Heo
2010-06-08
1
-34
/
+49
|
*
sched: adjust when cpu_active and cpuset configurations are updated during cp...
Tejun Heo
2010-06-08
3
-42
/
+52
|
*
sched: define and use CPU_PRI_* enums for cpu notifier priorities
Tejun Heo
2010-06-08
1
-1
/
+1
*
|
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2010-06-10
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
perf: Fix signed comparison in perf_adjust_period()
Peter Zijlstra
2010-06-08
1
-1
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2010-06-04
2
-121
/
+211
|
\
\
|
*
|
module: fix bne2 "gave up waiting for init of module libcrc32c"
Rusty Russell
2010-06-05
1
-32
/
+59
|
*
|
module: verify_export_symbols under the lock
Rusty Russell
2010-06-05
1
-16
/
+10
|
*
|
module: move find_module check to end
Linus Torvalds
2010-06-05
1
-5
/
+7
|
*
|
module: make locking more fine-grained.
Rusty Russell
2010-06-05
1
-23
/
+42
|
*
|
module: Make module sysfs functions private.
Rusty Russell
2010-06-05
1
-4
/
+25
|
*
|
module: move sysfs exposure to end of load_module
Rusty Russell
2010-06-05
1
-11
/
+36
|
*
|
module: fix kdb's illicit use of struct module_use.
Rusty Russell
2010-06-05
2
-19
/
+4
|
*
|
module: Make the 'usage' lists be two-way
Linus Torvalds
2010-06-05
1
-31
/
+48
*
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-06-04
1
-4
/
+4
|
\
\
\
|
*
|
|
pipe: change /proc/sys/fs/pipe-max-pages to byte sized interface
Jens Axboe
2010-06-03
1
-4
/
+4
*
|
|
|
kernel/: fix BUG_ON checks for cpu notifier callbacks direct call
Akinobu Mita
2010-06-04
2
-2
/
+2
*
|
|
|
cgroups: alloc_css_id() increments hierarchy depth
Greg Thelen
2010-06-04
1
-1
/
+1
*
|
|
|
sys_personality: change sys_personality() to accept "unsigned int" instead of...
Oleg Nesterov
2010-06-04
1
-9
/
+9
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2010-06-03
3
-25
/
+23
|
\
\
\
|
*
|
|
sched: Fix wake_affine() vs RT tasks
Peter Zijlstra
2010-06-01
2
-24
/
+22
|
*
|
|
sched: Make sure timers have migrated before killing the migration_thread
Amit K. Arora
2010-05-31
1
-1
/
+1
|
|
/
/
[next]