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
Commit message (
Expand
)
Author
Age
*
Cleanup priority tracking for budget enforcement.
wip-gpusync-merge
Glenn Elliott
2014-03-18
*
Fix task-exit race with budget timer.
Glenn Elliott
2014-03-16
*
Make R2DGLP use sbinheap.
Glenn Elliott
2014-03-14
*
More API cleanup for sbinheap.
Glenn Elliott
2014-03-14
*
C-EDF: Use sbinheap to track to top-m prio tasks.
Glenn Elliott
2014-03-13
*
C-EDF: Use sbinheap to track CPU priority
Glenn Elliott
2014-03-13
*
Make API match binheap when using sbinheap_node_t
Glenn Elliott
2014-03-13
*
Add sbinheap. API compatible with binheap.
Glenn Elliott
2014-03-13
*
Make comparators take const operands.
Glenn Elliott
2014-03-13
*
Make bheap's compare func use const ptrs.
Glenn Elliott
2014-03-13
*
Optimize binheap imlp.
Glenn Elliott
2014-03-13
*
Use wait-q instead of arrays for delayed wake ups.
Glenn Elliott
2014-03-07
*
Move wakeup transition to TASK_RUNNING to plugin
Glenn Elliott
2014-03-07
*
Call flush_pending_wakes() prior to suspension.
Glenn Elliott
2014-03-07
*
EDF compare: Mark self-compare case unlikely.
Glenn Elliott
2014-03-07
*
Add mb() to recursive spinlock.
Glenn Elliott
2014-03-07
*
print extra TRACE() info for aux tasks.
Glenn Elliott
2014-03-04
*
Increase max size of TRACE buffer.
Glenn Elliott
2014-03-04
*
fpmath.h: Use normal division outside of kernel.
Glenn Elliott
2014-03-04
*
Fix merge bug: plugin activation and tsk cleanup
Glenn Elliott
2014-03-03
*
Fix bug where NP tasks can be dropped from sched.
Glenn Elliott
2014-03-03
*
Cleanup sync release.
Glenn Elliott
2014-03-03
*
Fix rebase/merge bugs
Glenn Elliott
2014-03-03
*
Fix compil. bug when nested locking is disabled
Glenn Elliott
2014-03-03
*
Fix logic bug in GPUSync modifications.
Glenn Elliott
2014-03-03
*
Support new NV GPU driver 331.44
Glenn Elliott
2014-03-03
*
Rename IKGLP R2DGLP.
Glenn Elliott
2014-03-03
*
Fix compilation bug in cedf when sched_trace on
Glenn Elliott
2014-03-03
*
C-EDF: make cedf_task_new() match main Litmus
Glenn Elliott
2014-03-03
*
pfair: Reject all budget enforcement policies.
Glenn Elliott
2014-03-03
*
GSN-EDF: Support budget state machine
Glenn Elliott
2014-03-03
*
PSN-EDF: Support budget state machine
Glenn Elliott
2014-03-03
*
P-FP: Support budget state machine
Glenn Elliott
2014-03-03
*
GPUSync integration into C-EDF.
Glenn Elliott
2014-03-03
*
Add nvidia tasklet and workqueue tracing
Glenn Elliott
2014-03-03
*
Add backlog info to Litmus kshark task complete
Glenn Elliott
2014-03-03
*
Add priority change events to litmus kshark trace
Glenn Elliott
2014-03-03
*
Add I/O blocking info to kshark tracing
Glenn Elliott
2014-03-03
*
Update/cleanup lockdep to support nested locks
Glenn Elliott
2014-03-03
*
Minor: Add task period-related macros.
Glenn Elliott
2014-03-03
*
Support recursive ready queue locks.
Glenn Elliott
2014-03-03
*
Export symbols for nv tasklet/workqueue scheduling
Glenn Elliott
2014-03-03
*
Fix compilation bug when GPUs and klmirqd are used
Glenn Elliott
2014-03-03
*
cleanup: minor formatting issues.
Glenn Elliott
2014-03-03
*
Auxiliary- and klmirqd-aware priority comparisons.
Glenn Elliott
2014-03-03
*
Misc. integration fixes to litmus.c
Glenn Elliott
2014-03-03
*
Add gpusync syscalls to arch syscall tables.
Glenn Elliott
2014-03-03
*
Add more robust budget tracking/enforcement.
Glenn Elliott
2014-03-03
*
Clean up locking.c
Glenn Elliott
2014-03-03
*
Add auxiliary task support.
Glenn Elliott
2014-03-03
[next]