summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-4/+1
* More fixes to tickless operation, alarm/mode code. From Brandon WarhurstGregory Nutt2014-10-231-1/+7
* Fixes to tickless operation code. From Brandon WarhurstGregory Nutt2014-10-231-5/+5
* Simplify how C source files are selected in the buildGregory Nutt2014-10-071-15/+15
* Complete re-implementation of mq_closeGregory Nutt2014-09-292-5/+2
* Don't release user stack in kernel build. Already destroyed with all of the ...Gregory Nutt2014-09-151-3/+19
* Initial integration of kernel stack (does not work)Gregory Nutt2014-09-141-3/+9
* Restructuring of build to allow use of use-space allocators by kernel logic i...Gregory Nutt2014-09-021-2/+0
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-26/+1
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-7/+3
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-312-2/+2
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-312-2/+2
* Clean up some kernel build heap allocation issues. The Cortex-A kernel build...Gregory Nutt2014-08-311-2/+3
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-295-8/+15
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-283-5/+5
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* A few fixes for compilation errors due to recent address environment fixesGregory Nutt2014-08-221-1/+1
* An address environment is the property of a task group, not of a threadGregory Nutt2014-08-221-2/+2
* Updated commentsGregory Nutt2014-08-121-4/+14
* Tickless Stuff: Back out the risky timer operations when the ready-to-run li...Gregory Nutt2014-08-124-57/+32
* Tickless: If using an ALARM, then really should report time of expirationGregory Nutt2014-08-121-2/+190
* Minor update to handling of timeslick delay on tast switchesGregory Nutt2014-08-112-7/+43
* Fix a computation error in the fix for the last computational errorGregory Nutt2014-08-111-3/+3
* Fix inaccurate time conversion. Remove MSEC_PER_TICK and convert uint32_t to...Gregory Nutt2014-08-111-5/+17
* Timers: In Tickless mode, need to stop the interval timer before inserted a n...Gregory Nutt2014-08-112-32/+131
* Comment out reassessment of timer in the middle of context switches. Need to...Gregory Nutt2014-08-112-1/+13
* Part of the last incomplete changeGregory Nutt2014-08-081-0/+70
* Partial (non-working) checked in before the big, risky automated changeGregory Nutt2014-08-0834-0/+5736