aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
* Fix synchronous task system release supportBjoern Brandenburg2013-06-08
* Define is_priority_boosted() if !CONFIG_LITMUS_LOCKINGBjoern Brandenburg2013-05-04
* Fix enum name conflictFelipe Cerqueira2013-05-03
* Changed completion flag use to remove race condition in Cedf,Gedf.Jonathan Herman2013-04-12
* Differentiate between PERIODIC and SPORADIC tasks.Glenn Elliott2013-03-12
* EDF schedulers: Support early job releasing.Glenn Elliott2013-03-12
* Disallow nesting of LITMUS^RT locksBjoern Brandenburg2013-02-15
* TRACE_TASK(): accept NULL pointersBjoern Brandenburg2013-02-04
* litmus: get rid of unused RT_F_EXIT_SEM flagManohar Vanga2012-11-27
* litmus: get rid of RT_F_SLEEP and RT_F_RUNNINGManohar Vanga2012-11-27
* litmus: fix compiler warning in sched_plugin.hManohar Vanga2012-11-27
* P-FP: prevent misuse of priority queueBjoern Brandenburg2012-10-18
* Feather-Trace: hide irq in SEND_RESCHED_ENDBjoern Brandenburg2012-10-18
* Use user-provided irq count for TS_SYSCALL_IN_ENDBjoern Brandenburg2012-10-18
* Export IRQ count to control pageBjoern Brandenburg2012-10-18
* Feather-Trace: add support for locking-related syscall overheadsBjoern Brandenburg2012-10-18
* Feather-Trace: update locking timestampsBjoern Brandenburg2012-10-18
* Feather-Trace: keep track of PID in trace recordBjoern Brandenburg2012-10-18
* Remove complete_n() APIBjoern Brandenburg2012-10-18
* Fix compilation error on ARM platforms.Christopher Kenna2012-09-29
* Fix 64-bit division in fpmath.hChristopher Kenna2012-09-29
* EDF priority tie-breaks.Glenn Elliott2012-09-21
* Include a missing header file.Christopher Kenna2012-09-20
* New Feature: Arbitrary deadlines.2012.2Glenn Elliott2012-08-01
* P-FP: Clarify meaning of prioritiesBjoern Brandenburg2012-07-23
* P-FP: make PCP available to userspaceSven Dziadek2012-07-23
* P-FP: port P-FP plugin used in B. Brandenburg'sSven Dziadek2012-07-23
* GSN-EDF: do not requeue jobs without budgetBjoern Brandenburg2012-05-31
* Move budget-related helpers to budget.hBjoern Brandenburg2012-05-31
* An efficient binary heap implementation.wip-stage-binheapGlenn Elliott2012-05-26
* Add kernel-style events for sched_trace_XXX() functionsAndrea Bastoni2012-03-30
* Typo in macroJonathan Herman2012-02-16
* Feather-Trace: keep track of interrupt-related interference.2012.1Bjoern B. Brandenburg2012-01-30
* Litmus core: simplify np-section protocolwip-2011.2-bbbBjoern B. Brandenburg2011-11-24
* ftdev: let bufffer-specific code handle writes from userspaceBjoern B. Brandenburg2011-11-24
* Feather-Trace: keep track of release latencyBjoern B. Brandenburg2011-11-24
* Feather-Trace: trace locking-related suspensionsBjoern B. Brandenburg2011-11-24
* Add option to turn off preemption state tracingBjoern B. Brandenburg2011-11-24
* C-EDF: Make migration affinity work with Release MasterGlenn Elliott2011-08-27
* COMMENT: Correct comment on precise budget enforcementGlenn Elliott2011-08-27
* Avoid needlessly costly migrations. CONFIG_SCHED_CPU_AFFINITYGlenn Elliott2011-08-27
* Merge 'Linux v3.0' into LitmusAndrea Bastoni2011-08-27
|\
| * Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-20
| |\
| | * Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-07-20
| | |\
| | | * rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney2011-07-20
| * | | sched: Allow for overlapping sched_domain spansPeter Zijlstra2011-07-20
| * | | sched: Break out cpu_power from the sched_group structurePeter Zijlstra2011-07-20
| |/ /
| * | include/linux/sdla.h: remove the prototype of sdla()WANG Cong2011-07-18
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-07-17
| |\ \
| | * | net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław2011-07-14