index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
workqueue: implement cpu intensive workqueue
Tejun Heo
2010-06-29
1
-0
/
+1
*
workqueue: implement high priority workqueue
Tejun Heo
2010-06-29
1
-0
/
+1
*
workqueue: implement several utility APIs
Tejun Heo
2010-06-29
1
-1
/
+10
*
workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueues
Tejun Heo
2010-06-29
1
-11
/
+29
*
workqueue: increase max_active of keventd and kill current_is_keventd()
Tejun Heo
2010-06-29
1
-1
/
+3
*
workqueue: implement concurrency managed dynamic worker pool
Tejun Heo
2010-06-29
1
-3
/
+5
*
workqueue: implement WQ_NON_REENTRANT
Tejun Heo
2010-06-29
1
-0
/
+1
*
workqueue: carry cpu number in work data once execution starts
Tejun Heo
2010-06-29
1
-2
/
+5
*
workqueue: make single thread workqueue shared worker pool friendly
Tejun Heo
2010-06-29
1
-3
/
+3
*
workqueue: reimplement CPU hotplugging support using trustee
Tejun Heo
2010-06-29
1
-0
/
+2
*
workqueue: reimplement workqueue freeze using max_active
Tejun Heo
2010-06-29
1
-0
/
+7
*
workqueue: implement per-cwq active work limit
Tejun Heo
2010-06-29
1
-9
/
+9
*
workqueue: reimplement work flushing using linked works
Tejun Heo
2010-06-29
1
-1
/
+3
*
workqueue: reimplement workqueue flushing using color coded works
Tejun Heo
2010-06-29
1
-2
/
+19
*
workqueue: update cwq alignement
Tejun Heo
2010-06-29
1
-1
/
+4
*
workqueue: temporarily remove workqueue tracing
Tejun Heo
2010-06-29
1
-92
/
+0
*
workqueue: define masks for work flags and conditionalize STATIC flags
Tejun Heo
2010-06-29
1
-8
/
+21
*
workqueue: merge feature parameters into flags
Tejun Heo
2010-06-29
1
-10
/
+15
*
workqueue: misc/cosmetic updates
Tejun Heo
2010-06-29
1
-0
/
+5
*
workqueue: kill RT workqueue
Tejun Heo
2010-06-29
1
-11
/
+9
*
kthread: implement kthread_data()
Tejun Heo
2010-06-29
1
-0
/
+1
*
kthread: implement kthread_worker
Tejun Heo
2010-06-29
1
-0
/
+64
*
Merge branch 'sched-wq' of ../wq into cmwq-base
Tejun Heo
2010-06-13
4
-1
/
+33
|
\
|
*
sched: add hooks for workqueue
Tejun Heo
2010-06-08
1
-0
/
+1
|
*
sched: adjust when cpu_active and cpuset configurations are updated during cp...
Tejun Heo
2010-06-08
2
-0
/
+22
|
*
sched: define and use CPU_PRI_* enums for cpu notifier priorities
Tejun Heo
2010-06-08
2
-1
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-06-11
1
-1
/
+4
|
\
\
|
*
|
net: deliver skbs on inactive slaves to exact matches
John Fastabend
2010-06-11
1
-1
/
+4
*
|
|
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2010-06-10
1
-1
/
+2
|
\
\
\
|
*
|
|
tracing: Fix null pointer deref with SEND_SIG_FORCED
Oleg Nesterov
2010-06-08
1
-1
/
+2
*
|
|
|
misc: Fix allocation 'borrowed' by vhost_net
Alan Cox
2010-06-09
1
-1
/
+6
*
|
|
|
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2010-06-09
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
drm/radeon/kms/evergreen: set accel_enabled
Alex Deucher
2010-06-08
1
-0
/
+1
*
|
|
|
|
writeback: pay attention to wbc->nr_to_write in write_cache_pages
Dave Chinner
2010-06-09
2
-13
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
ahci: add pci quirk for JMB362
Tejun Heo
2010-06-07
1
-0
/
+1
|
/
/
/
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-06-05
1
-3
/
+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
net: check for refcount if pop a stacked dst_entry
Steffen Klassert
2010-06-05
1
-3
/
+3
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-06-05
1
-1
/
+1
|
\
\
\
|
*
|
|
wrong type for 'magic' argument in simple_fill_super()
Roberto Sassu
2010-06-04
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2010-06-05
1
-34
/
+10
|
\
\
\
\
|
*
|
|
|
module: Make module sysfs functions private.
Rusty Russell
2010-06-05
1
-33
/
+0
|
*
|
|
|
module: fix kdb's illicit use of struct module_use.
Rusty Russell
2010-06-05
1
-0
/
+7
|
*
|
|
|
module: Make the 'usage' lists be two-way
Linus Torvalds
2010-06-05
1
-1
/
+3
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
2010-06-05
2
-3
/
+162
|
\
\
\
\
\
|
*
|
|
|
|
sh: add boot code to MMCIF driver header
Magnus Damm
2010-05-31
1
-0
/
+129
|
*
|
|
|
|
sh: prepare MMCIF driver header file
Magnus Damm
2010-05-31
1
-0
/
+32
|
*
|
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
2010-05-31
127
-1088
/
+3005
|
|
\
\
\
\
\
|
*
|
|
|
|
|
serial: sh-sci: fix up serial DMA build.
Paul Mundt
2010-05-25
1
-3
/
+1
*
|
|
|
|
|
|
Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2010-06-05
3
-0
/
+84
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Add support for Westmere to i7core_edac driver
Vernon Mauery
2010-05-19
1
-0
/
+16
[next]