index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-22
workqueue: fix how cpu number is stored in work->data
Tejun Heo
1
-23
/
+13
2010-07-20
workqueue: fix mayday_mask handling on UP
Tejun Heo
1
-7
/
+28
2010-07-20
workqueue: fix build problem on !CONFIG_SMP
Tejun Heo
1
-4
/
+14
2010-07-14
workqueue: fix locking in retry path of maybe_create_worker()
Tejun Heo
1
-5
/
+3
2010-07-14
async: use workqueue for worker pool
Tejun Heo
1
-119
/
+22
2010-07-02
workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND instead
Tejun Heo
1
-82
/
+18
2010-07-02
workqueue: implement unbound workqueue
Tejun Heo
1
-59
/
+159
2010-07-02
workqueue: prepare for WQ_UNBOUND implementation
Tejun Heo
1
-40
/
+43
2010-07-02
workqueue: fix worker management invocation without pending works
Tejun Heo
1
-2
/
+2
2010-07-02
workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq()
Tejun Heo
1
-1
/
+1
2010-07-02
workqueue: fix race condition in flush_workqueue()
Tejun Heo
1
-0
/
+4
2010-07-02
workqueue: use worker_set/clr_flags() only from worker itself
Tejun Heo
1
-19
/
+28
2010-06-29
workqueue: implement cpu intensive workqueue
Tejun Heo
1
-1
/
+15
2010-06-29
workqueue: implement high priority workqueue
Tejun Heo
1
-6
/
+64
2010-06-29
workqueue: implement several utility APIs
Tejun Heo
1
-1
/
+107
2010-06-29
workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueues
Tejun Heo
1
-17
/
+25
2010-06-29
workqueue: increase max_active of keventd and kill current_is_keventd()
Tejun Heo
1
-50
/
+13
2010-06-29
workqueue: implement concurrency managed dynamic worker pool
Tejun Heo
2
-113
/
+836
2010-06-29
workqueue: implement worker_{set|clr}_flags()
Tejun Heo
1
-8
/
+40
2010-06-29
workqueue: use shared worklist and pool all workers per cpu
Tejun Heo
1
-32
/
+99
2010-06-29
workqueue: implement WQ_NON_REENTRANT
Tejun Heo
1
-3
/
+29
2010-06-29
workqueue: carry cpu number in work data once execution starts
Tejun Heo
1
-59
/
+104
2010-06-29
workqueue: add find_worker_executing_work() and track current_cwq
Tejun Heo
1
-0
/
+56
2010-06-29
workqueue: make single thread workqueue shared worker pool friendly
Tejun Heo
1
-35
/
+100
2010-06-29
workqueue: reimplement CPU hotplugging support using trustee
Tejun Heo
1
-16
/
+277
2010-06-29
workqueue: implement worker states
Tejun Heo
1
-41
/
+173
2010-06-29
workqueue: introduce global cwq and unify cwq locks
Tejun Heo
1
-62
/
+98
2010-06-29
workqueue: reimplement workqueue freeze using max_active
Tejun Heo
2
-12
/
+172
2010-06-29
workqueue: implement per-cwq active work limit
Tejun Heo
1
-2
/
+37
2010-06-29
workqueue: reimplement work flushing using linked works
Tejun Heo
1
-21
/
+131
2010-06-29
workqueue: introduce worker
Tejun Heo
1
-61
/
+150
2010-06-29
workqueue: reimplement workqueue flushing using color coded works
Tejun Heo
1
-52
/
+303
2010-06-29
workqueue: update cwq alignement
Tejun Heo
1
-5
/
+55
2010-06-29
workqueue: kill cpu_populated_map
Tejun Heo
1
-114
/
+59
2010-06-29
workqueue: temporarily remove workqueue tracing
Tejun Heo
2
-22
/
+3
2010-06-29
workqueue: separate out process_one_work()
Tejun Heo
1
-39
/
+61
2010-06-29
workqueue: define masks for work flags and conditionalize STATIC flags
Tejun Heo
1
-6
/
+6
2010-06-29
workqueue: merge feature parameters into flags
Tejun Heo
1
-10
/
+7
2010-06-29
workqueue: misc/cosmetic updates
Tejun Heo
1
-47
/
+84
2010-06-29
workqueue: kill RT workqueue
Tejun Heo
1
-6
/
+0
2010-06-29
kthread: implement kthread_data()
Tejun Heo
1
-0
/
+15
2010-06-29
kthread: implement kthread_worker
Tejun Heo
1
-0
/
+149
2010-06-13
Merge branch 'sched-wq' of ../wq into cmwq-base
Tejun Heo
5
-80
/
+170
2010-06-10
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+4
2010-06-08
sched: add hooks for workqueue
Tejun Heo
3
-3
/
+68
2010-06-08
sched: refactor try_to_wake_up()
Tejun Heo
1
-34
/
+49
2010-06-08
sched: adjust when cpu_active and cpuset configurations are updated during cp...
Tejun Heo
3
-42
/
+52
2010-06-08
sched: define and use CPU_PRI_* enums for cpu notifier priorities
Tejun Heo
1
-1
/
+1
2010-06-08
perf: Fix signed comparison in perf_adjust_period()
Peter Zijlstra
1
-1
/
+4
2010-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2
-121
/
+211
[next]