index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
*
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
*
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-06-04
|
\
\
\
|
*
|
|
pipe: change /proc/sys/fs/pipe-max-pages to byte sized interface
Jens Axboe
2010-06-03
*
|
|
|
kernel/: fix BUG_ON checks for cpu notifier callbacks direct call
Akinobu Mita
2010-06-04
[next]