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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-02
workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND instead
Tejun Heo
2
-86
/
+21
2010-07-02
workqueue: implement unbound workqueue
Tejun Heo
2
-60
/
+173
2010-07-02
workqueue: prepare for WQ_UNBOUND implementation
Tejun Heo
2
-43
/
+50
2010-07-02
libata: take advantage of cmwq and remove concurrency limitations
Tejun Heo
6
-30
/
+15
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
2
-1
/
+16
2010-06-29
workqueue: implement high priority workqueue
Tejun Heo
2
-6
/
+65
2010-06-29
workqueue: implement several utility APIs
Tejun Heo
2
-2
/
+117
2010-06-29
workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueues
Tejun Heo
2
-28
/
+54
2010-06-29
workqueue: increase max_active of keventd and kill current_is_keventd()
Tejun Heo
4
-53
/
+18
2010-06-29
workqueue: implement concurrency managed dynamic worker pool
Tejun Heo
3
-116
/
+841
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
2
-3
/
+30
2010-06-29
workqueue: carry cpu number in work data once execution starts
Tejun Heo
2
-61
/
+109
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
2
-38
/
+103
2010-06-29
workqueue: reimplement CPU hotplugging support using trustee
Tejun Heo
2
-16
/
+279
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
3
-12
/
+179
2010-06-29
workqueue: implement per-cwq active work limit
Tejun Heo
2
-11
/
+46
2010-06-29
workqueue: reimplement work flushing using linked works
Tejun Heo
2
-22
/
+134
2010-06-29
workqueue: introduce worker
Tejun Heo
1
-61
/
+150
2010-06-29
workqueue: reimplement workqueue flushing using color coded works
Tejun Heo
2
-54
/
+322
2010-06-29
workqueue: update cwq alignement
Tejun Heo
2
-6
/
+59
2010-06-29
workqueue: kill cpu_populated_map
Tejun Heo
1
-114
/
+59
2010-06-29
workqueue: temporarily remove workqueue tracing
Tejun Heo
3
-114
/
+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
2
-14
/
+27
2010-06-29
workqueue: merge feature parameters into flags
Tejun Heo
2
-20
/
+22
2010-06-29
workqueue: misc/cosmetic updates
Tejun Heo
2
-47
/
+89
2010-06-29
workqueue: kill RT workqueue
Tejun Heo
2
-17
/
+9
2010-06-29
acpi: use queue_work_on() instead of binding workqueue worker to cpu0
Tejun Heo
1
-29
/
+11
2010-06-29
kthread: implement kthread_data()
Tejun Heo
2
-0
/
+16
2010-06-29
ivtv: use kthread_worker instead of workqueue
Tejun Heo
4
-27
/
+24
2010-06-29
kthread: implement kthread_worker
Tejun Heo
2
-0
/
+213
2010-06-13
Merge branch 'sched-wq' of ../wq into cmwq-base
Tejun Heo
9
-81
/
+203
2010-06-11
Linux 2.6.35-rc3
v2.6.35-rc3
Linus Torvalds
1
-1
/
+1
2010-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
14
-28
/
+103
2010-06-11
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
3
-0
/
+8
2010-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
9
-17
/
+41
2010-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
9
-130
/
+17
2010-06-11
PCI: clear bridge resource range if BIOS assigned bad one
Yinghai Lu
4
-0
/
+5
2010-06-11
PCI: hotplug/cpqphp, fix NULL dereference
Jiri Slaby
1
-0
/
+7
2010-06-11
Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"
Jesse Barnes
3
-125
/
+0
2010-06-11
PCI: change resource collision messages from KERN_ERR to KERN_INFO
Bjorn Helgaas
1
-5
/
+5
[next]