aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Merge branch 'prop/misc-fixes' into wip-2012.3-gpuGlenn Elliott2013-02-05
|\
| * P-FP: fix BUG_ON releated to priority inheritancearchive/unc-master-3.0Bjoern Brandenburg2013-02-04
| | | | | | | | | | | | | | In some cases, the PCP priority inheritance code triggered a (defensive) BUG_ON() in fp_common.c. This shuffles the order of operations a bit to be compliant with the restriction that tasks are never compared against themselves.
| * FDSO: fail to build if some ops are missingBjoern Brandenburg2013-02-04
| | | | | | | | Prevents out-of-bounds lookups.
| * TRACE_TASK(): accept NULL pointersBjoern Brandenburg2013-02-04
| | | | | | | | Allow tracing of NULL tasks. Makes debugging a bit easier.
* | a lame commitGlenn Elliott2013-02-05
| |
* | BUG IKGLP: Count replica holders as in FIFOGlenn Elliott2013-01-29
| | | | | | | | | | Tasks that immediatly acquired a free replica were not being counted as being in the FIFOs.
* | part. gpu hack and fixed dumb ikglp bugGlenn Elliott2013-01-28
| | | | | | | | | | | | IKGLP wasn't being passed the right value for 'm' in C-EDF. It went undected for so long since m < k in our GPUSync experiments.
* | ECRTS13 testbed (hopefully)Glenn Elliott2013-01-27
| | | | | | | | | | fixed minor bugs and cleaned up ikglp affinity logic
* | Added TRACE calls to ikglpGlenn Elliott2013-01-25
| |
* | Fix inheritance propagation for klmirqd&aux tasks.Glenn Elliott2013-01-24
| | | | | | | | | | | | | | | | | | | | Bug: Inheritance not propagated to klmirqd and aux tasks when the task these threads inherit from has a change in its own priority. (Also removed per-task NV interrupt tracking since we cannnot identify exact interrupt ownership under GPUSync.)
* | Fix AUX tasks from being dropped by Litmus.Glenn Elliott2013-01-23
| |
* | Fixed case where blocked tasks are released.Glenn Elliott2013-01-21
| | | | | | | | | | | | | | | | | | | | Fixed bug where AUX tasks were being added to the ready queue while those AUX tasks were actually blocked. Bug stems from the fact that the AUX tasks do not make themselves realtime, but another thread does this instead. Also fixed minor bugs elsewhere. NOTE: ONLY FIXES C-EDF. OTHER PLUGINS REMAIN TO BE FIXED.
* | Minor changes to lock procGlenn Elliott2013-01-18
| |
* | minor fixesGlenn Elliott2013-01-18
| |
* | Support NV 304.x and 310.x drivers.Glenn Elliott2013-01-18
| |
* | Removed trailing spaces.Glenn Elliott2013-01-18
| |
* | /proc hooks for locking protocols.Glenn Elliott2013-01-18
| | | | | | | | RSM locks only make use of /proc for now.
* | Increase max aux runtime from 1 jiffy to 4.Glenn Elliott2013-01-18
| |
* | Remove tasklet::owner field (just commented out).Glenn Elliott2013-01-18
| |
* | Remove tasklet_owner requirements.Glenn Elliott2013-01-15
| |
* | Fix WARN_ON() and fix CUDA 5.0 (NV RM 310.x).Glenn Elliott2013-01-15
| |
* | remove sem/mutex hacks needed for old klmirqdGlenn Elliott2013-01-10
| |
* | Merge branch 'wip-gpu-cleanup' into wip-2012.3-gpuGlenn Elliott2013-01-10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/litmus/fpmath.h include/litmus/litmus.h include/litmus/rt_param.h include/litmus/trace.h kernel/sched.c kernel/softirq.c litmus/edf_common.c litmus/jobs.c litmus/litmus.c litmus/locking.c litmus/preempt.c litmus/sched_cedf.c litmus/sched_gsn_edf.c litmus/sched_litmus.c litmus/sync.c
| * | Enable sched_trace log injection from userspacewip-gpu-cleanupGlenn Elliott2013-01-09
| | |
| * | Extend non-rt support to sync-releases.Glenn Elliott2013-01-08
| | | | | | | | | | | | | | | | | | Note that non-rt tasks are released immediately. That is, the 'delay' provided to the release_ts() system-call is ignored for non-rt tasks.
| * | Allow klmirqd threads to be given names.wip-klmirqd-to-auxGlenn Elliott2012-12-13
| | |
| * | Fix several klmirqd bugs.Glenn Elliott2012-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Deadlock in litmus_task_exit()-- added litmus_pre_task_exit() to be called without the Linux runqueue lock held. 2) Prioritization of base-prio klmirqd/aux threads vs. normal real-time tasks. 3) Initialization of gpu owner binheap node moved to *after* memset(0) of rt_params. 4) Exit path of klmirqd threads.
| * | test2Glenn Elliott2012-12-13
| | |
| * | blahGlenn Elliott2012-12-13
| | |
| * | Fix klmirqd plugin switching to not panic.Glenn Elliott2012-12-13
| | |
| * | Use num_online_gpus()Glenn Elliott2012-12-12
| | | | | | | | | | | | | | | | | | Note that num_online_gpus() merely reports the staticly configured maximum number of available GPUs. Will make dynamic in the future.
| * | Cluster assignment of nv klmirqd threads.Glenn Elliott2012-12-12
| | |
| * | make klmirqd work like aux tasks. checkpoint.Glenn Elliott2012-12-12
| | | | | | | | | | | | this code is untested!
| * | Rename klitirqd klmirqd.Glenn Elliott2012-12-09
| | |
| * | Specify aux thread granularity in jiffiesGlenn Elliott2012-12-09
| | |
| * | Send reboot notifications to LitmusGlenn Elliott2012-12-07
| | | | | | | | | | | | | | | | | | | | | | | | This patch causes reboot notifications to be send to Litmus. With this patch, Litmus attempts to switch back to the Linux-plugin before the reboot proceeds. Any failures to switch back are reported via printk() (the reboot is not halted).
| * | AUX_FUTURE and revised inh-based aux tie breakGlenn Elliott2012-12-06
| | |
| * | Fix compilation warnings.Glenn Elliott2012-11-30
| | |
| * | More improvements on affinity heuristicsGlenn Elliott2012-11-30
| | |
| * | Merge branch 'wip-aux-hacks' into wip-load-balance-gpusGlenn Elliott2012-11-11
| |\ \
| | * | boost aux tasks unconditionallyGlenn Elliott2012-11-11
| | | |
| * | | improve ikglp heuristicsGlenn Elliott2012-11-11
| |/ /
| * | Description of refined aux task inheritance.Glenn Elliott2012-09-17
| | |
| * | Fixed three bugs with aux threads and nested locksGlenn Elliott2012-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes two bugs with nested locks: 1) List of aux threads could become corrupted. -- moved modifications to be within scheduler lock. 2) Fixed bad EDF comparison ordering that could lead to schedule thrashing in an infinite loop. 3) Prevent aux threads from inheriting a priority from a task that is blocked on a real-time litmus lock. (since the aux threads can't possibly hold these locks, we don't have to worry about inheritance.)
| * | Merge branch 'prop/sched_fork' into wip-gpu-rtas12Glenn Elliott2012-09-17
| |\ \ | | | | | | | | | | | | | | | | Conflicts: kernel/sched.c
| | * | Do processor state transitions in schedule_tail().Glenn Elliott2012-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bug in Litmus where processor scheduling states could become corrupted. Corruption can occur when a just-forked thread is externally forced to be scheduled by SCHED_LITMUS before this just-forked thread can complete post-fork processing. Specifically, before schedule_tail() has completed.
| * | | Add support for CUDA 5.0 (release candidate)Glenn Elliott2012-09-16
| | | |
| * | | C-EDF support for auxillary tasks.Glenn Elliott2012-09-16
| | | | | | | | | | | | | | | | Extended auxillary task support to C-EDF. Modeld after G-EDF.
| * | | Added CONFIG_REALTIME_AUX_TASKS optionGlenn Elliott2012-09-16
| | | | | | | | | | | | | | | | | | | | | | | | Auxillary task features were enabled by CONFIG_LITMUS_LOCKING. Made auxillary tasks a seperate feature that depends upon CONFIG_LITMUS_LOCKING.
| * | | Implement real-time aux threads. G-EDF only.Glenn Elliott2012-09-16
| | | |