index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
workqueue: implement concurrency managed dynamic worker pool
Tejun Heo
2010-06-29
3
-116
/
+841
*
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
2
-3
/
+30
*
workqueue: carry cpu number in work data once execution starts
Tejun Heo
2010-06-29
2
-61
/
+109
*
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
2
-38
/
+103
*
workqueue: reimplement CPU hotplugging support using trustee
Tejun Heo
2010-06-29
2
-16
/
+279
*
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
3
-12
/
+179
*
workqueue: implement per-cwq active work limit
Tejun Heo
2010-06-29
2
-11
/
+46
*
workqueue: reimplement work flushing using linked works
Tejun Heo
2010-06-29
2
-22
/
+134
*
workqueue: introduce worker
Tejun Heo
2010-06-29
1
-61
/
+150
*
workqueue: reimplement workqueue flushing using color coded works
Tejun Heo
2010-06-29
2
-54
/
+322
*
workqueue: update cwq alignement
Tejun Heo
2010-06-29
2
-6
/
+59
*
workqueue: kill cpu_populated_map
Tejun Heo
2010-06-29
1
-114
/
+59
*
workqueue: temporarily remove workqueue tracing
Tejun Heo
2010-06-29
3
-114
/
+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
2
-14
/
+27
*
workqueue: merge feature parameters into flags
Tejun Heo
2010-06-29
2
-20
/
+22
*
workqueue: misc/cosmetic updates
Tejun Heo
2010-06-29
2
-47
/
+89
*
workqueue: kill RT workqueue
Tejun Heo
2010-06-29
2
-17
/
+9
*
acpi: use queue_work_on() instead of binding workqueue worker to cpu0
Tejun Heo
2010-06-29
1
-29
/
+11
*
kthread: implement kthread_data()
Tejun Heo
2010-06-29
2
-0
/
+16
*
ivtv: use kthread_worker instead of workqueue
Tejun Heo
2010-06-29
4
-27
/
+24
*
kthread: implement kthread_worker
Tejun Heo
2010-06-29
2
-0
/
+213
*
Merge branch 'sched-wq' of ../wq into cmwq-base
Tejun Heo
2010-06-13
9
-81
/
+203
|
\
|
*
sched: add hooks for workqueue
Tejun Heo
2010-06-08
4
-3
/
+69
|
*
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
5
-42
/
+74
|
*
sched: define and use CPU_PRI_* enums for cpu notifier priorities
Tejun Heo
2010-06-08
3
-2
/
+11
*
|
Linux 2.6.35-rc3
v2.6.35-rc3
Linus Torvalds
2010-06-11
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-06-11
14
-28
/
+103
|
\
\
|
*
\
Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2010-06-11
1
-1
/
+1
|
|
\
\
|
|
*
|
wimax/i2400m: fix missing endian correction read in fw loader
Inaky Perez-Gonzalez
2010-06-11
1
-1
/
+1
|
*
|
|
net8139: fix a race at the end of NAPI
Figo.zhang
2010-06-10
2
-2
/
+2
|
*
|
|
pktgen: Fix accuracy of inter-packet delay.
Daniel Turull
2010-06-10
1
-1
/
+1
|
*
|
|
pkt_sched: gen_estimator: add a new lock
Eric Dumazet
2010-06-10
1
-3
/
+12
|
*
|
|
net: deliver skbs on inactive slaves to exact matches
John Fastabend
2010-06-10
3
-6
/
+20
|
*
|
|
ipv6: fix ICMP6_MIB_OUTERRORS
Eric Dumazet
2010-06-09
1
-2
/
+2
|
*
|
|
r8169: fix mdio_read and update mdio_write according to hw specs
Timo Teräs
2010-06-09
1
-3
/
+9
|
*
|
|
Merge branch 'num_rx_queues' of git://kernel.ubuntu.com/rtg/net-2.6
David S. Miller
2010-06-09
1
-5
/
+3
|
|
\
\
\
|
|
*
|
|
net: Print num_rx_queues imbalance warning only when there are allocated queues
Tim Gardner
2010-06-09
1
-5
/
+3
|
*
|
|
|
gianfar: Revive the driver for eTSEC devices (disable timestamping)
Anton Vorontsov
2010-06-09
1
-2
/
+1
|
*
|
|
|
caif: fix a couple range checks
Dan Carpenter
2010-06-09
2
-2
/
+2
|
*
|
|
|
phylib: Add support for the LXT973 phy.
Richard Cochran
2010-06-09
1
-1
/
+50
|
|
/
/
/
*
|
|
|
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2010-06-11
3
-0
/
+8
|
\
\
\
\
|
*
|
|
|
PM / x86: Save/restore MISC_ENABLE register
Ondrej Zary
2010-06-08
3
-0
/
+8
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2010-06-11
9
-17
/
+41
|
\
\
\
\
\
[next]