index
:
litmus-rt-imx6.git
chengyangfu
master
wip-mc2
wip-mc2-lvc
wip-mc2-new
wip-mc2-ver2
LITMUS^RT and MC^2 V1 support for the i.MX6 processor family.
Namhoon Kim
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
*
workqueue: fix worker management invocation without pending works
Tejun Heo
2010-07-02
*
workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq()
Tejun Heo
2010-07-02
*
workqueue: fix race condition in flush_workqueue()
Tejun Heo
2010-07-02
*
workqueue: use worker_set/clr_flags() only from worker itself
Tejun Heo
2010-07-02
*
workqueue: implement cpu intensive workqueue
Tejun Heo
2010-06-29
*
workqueue: implement high priority workqueue
Tejun Heo
2010-06-29
*
workqueue: implement several utility APIs
Tejun Heo
2010-06-29
*
workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueues
Tejun Heo
2010-06-29
*
workqueue: increase max_active of keventd and kill current_is_keventd()
Tejun Heo
2010-06-29
*
workqueue: implement concurrency managed dynamic worker pool
Tejun Heo
2010-06-29
*
workqueue: implement worker_{set|clr}_flags()
Tejun Heo
2010-06-29
*
workqueue: use shared worklist and pool all workers per cpu
Tejun Heo
2010-06-29
*
workqueue: implement WQ_NON_REENTRANT
Tejun Heo
2010-06-29
*
workqueue: carry cpu number in work data once execution starts
Tejun Heo
2010-06-29
*
workqueue: add find_worker_executing_work() and track current_cwq
Tejun Heo
2010-06-29
*
workqueue: make single thread workqueue shared worker pool friendly
Tejun Heo
2010-06-29
*
workqueue: reimplement CPU hotplugging support using trustee
Tejun Heo
2010-06-29
*
workqueue: implement worker states
Tejun Heo
2010-06-29
*
workqueue: introduce global cwq and unify cwq locks
Tejun Heo
2010-06-29
*
workqueue: reimplement workqueue freeze using max_active
Tejun Heo
2010-06-29
*
workqueue: implement per-cwq active work limit
Tejun Heo
2010-06-29
*
workqueue: reimplement work flushing using linked works
Tejun Heo
2010-06-29
*
workqueue: introduce worker
Tejun Heo
2010-06-29
*
workqueue: reimplement workqueue flushing using color coded works
Tejun Heo
2010-06-29
*
workqueue: update cwq alignement
Tejun Heo
2010-06-29
*
workqueue: kill cpu_populated_map
Tejun Heo
2010-06-29
*
workqueue: temporarily remove workqueue tracing
Tejun Heo
2010-06-29
*
workqueue: separate out process_one_work()
Tejun Heo
2010-06-29
*
workqueue: define masks for work flags and conditionalize STATIC flags
Tejun Heo
2010-06-29
*
workqueue: merge feature parameters into flags
Tejun Heo
2010-06-29
*
workqueue: misc/cosmetic updates
Tejun Heo
2010-06-29
*
workqueue: kill RT workqueue
Tejun Heo
2010-06-29
*
kthread: implement kthread_data()
Tejun Heo
2010-06-29
*
kthread: implement kthread_worker
Tejun Heo
2010-06-29
*
Merge branch 'sched-wq' of ../wq into cmwq-base
Tejun Heo
2010-06-13
|
\
|
*
sched: add hooks for workqueue
Tejun Heo
2010-06-08
|
*
sched: refactor try_to_wake_up()
Tejun Heo
2010-06-08
|
*
sched: adjust when cpu_active and cpuset configurations are updated during cp...
Tejun Heo
2010-06-08
|
*
sched: define and use CPU_PRI_* enums for cpu notifier priorities
Tejun Heo
2010-06-08
*
|
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2010-06-10
|
\
\
|
|
/
|
/
|
|
*
perf: Fix signed comparison in perf_adjust_period()
Peter Zijlstra
2010-06-08
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2010-06-05
|
\
\
|
*
|
module: fix bne2 "gave up waiting for init of module libcrc32c"
Rusty Russell
2010-06-04
|
*
|
module: verify_export_symbols under the lock
Rusty Russell
2010-06-04
|
*
|
module: move find_module check to end
Linus Torvalds
2010-06-04
|
*
|
module: make locking more fine-grained.
Rusty Russell
2010-06-04
|
*
|
module: Make module sysfs functions private.
Rusty Russell
2010-06-04
|
*
|
module: move sysfs exposure to end of load_module
Rusty Russell
2010-06-04
|
*
|
module: fix kdb's illicit use of struct module_use.
Rusty Russell
2010-06-04
|
*
|
module: Make the 'usage' lists be two-way
Linus Torvalds
2010-06-04
[next]