summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* Various SAM4S related fixes, mostely related to the timer driver driver and t...Gregory Nutt2014-04-221-1/+1
* Add debug assertion on failure to allocate a watchdogGregory Nutt2014-04-211-0/+2
* More trailing whilespace removalGregory Nutt2014-04-1355-115/+115
* Make sure that there is one space after forGregory Nutt2014-04-122-4/+4
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-1/+1
* Add some checks: if getpid() or get_errno_ptr() are called very early in the...Gregory Nutt2014-04-103-11/+36
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2014-04-091-5/+16
* SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial con...Gregory Nutt2014-04-011-6/+0
* sched/Kconfig: Add another layer of menuing to simply this levelGregory Nutt2014-03-311-261/+294
* Add CONFIG_CLOCK_MONTONICGregory Nutt2014-03-312-2/+19
* Add support for CLOCK_MONOTONIC. From Macs NGregory Nutt2014-03-311-15/+63
* SAM4E-EK NSH: Increase the number of preallocated WDOGS to 32 to avoid timeo...Gregory Nutt2014-03-212-6/+8
* nanosleep(): Was not re-enabling interrupts. Fix from Jason JiangGregory Nutt2014-03-151-1/+1
* Support an asynchronous, 'external' clock to get better CPU load measurementsGregory Nutt2014-02-273-5/+56
* Fix how CPU load counts are adjusted so that the total always adds up to 100%Gregory Nutt2014-02-271-3/+8
* prtdiff_t: Defined in both stddef and sys/typesGregory Nutt2014-02-251-0/+4
* A few fixes for the per-process load average calculationGregory Nutt2014-02-234-58/+75
* CPU load calculations now available for all threads. Available in /proc/pid/...Gregory Nutt2014-02-236-25/+198
* Add logic to meaure and calculate the CPU load percentage. From David AlessioGregory Nutt2014-02-222-6/+103
* Add CONFIG_DEFAULT_SMALL that will select default values for configuration se...Gregory Nutt2014-02-201-3/+5
* sched/task_terminate always return an error because return value was not bein...Gregory Nutt2014-02-183-11/+10
* configs/viewtool-stm32f107/netnsh: Increase the number of pre-allocated watc...Gregory Nutt2014-01-221-0/+4
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-146-13/+21
* Make sure that the Z16F build still builds and runsGregory Nutt2014-01-011-12/+12
* NX server needs to be on a kernel thread for the kernel buildGregory Nutt2013-12-303-20/+2
* Various changes for a clean ZNEO ZDS-II buildGregory Nutt2013-12-191-3/+3
* /proc/uptime logic needs to sample timer in case multiple reads are used to r...Gregory Nutt2013-12-141-0/+14
* A10: Timer interrupt handlerGregory Nutt2013-12-131-0/+6
* Move sleep() and usleep() from sched/ to libc/unistd/. These functions now a...Gregory Nutt2013-12-134-375/+11
* Add nanosleep()Gregory Nutt2013-12-124-4/+219
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-052-2/+2
* fs/procfs: Add a tiny, primitive procfs file system. Might get more interes...Gregory Nutt2013-11-131-1/+0
* apps/platform: A new now for platform-specific applicatin codeGregory Nutt2013-10-301-1/+1
* sched/sched_releasetcb.c: Fix an error handling case where a pthread start-u...Gregory Nutt2013-10-271-1/+1
* Remove some warningsGregory Nutt2013-10-011-0/+3
* OS startup logic should not call group_setupidelfiles() if there is no file s...Gregory Nutt2013-09-271-0/+2
* Stack monitor fixesGregory Nutt2013-09-241-1/+1
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-274-5/+5
* SAMA5 page table is cached; need to flush the cache each time that the page t...Gregory Nutt2013-07-271-2/+2
* Fix an assertionGregory Nutt2013-06-021-3/+14
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-1/+2
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-1/+26
* Move task_terminate to its own C file to prevent drawing task_delete into the...Gregory Nutt2013-04-253-115/+192
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-251-1/+1
* Remove up_assert_codeGregory Nutt2013-04-2515-182/+78
* Minor Freedom-KL25Z updatesGregory Nutt2013-04-241-1/+0
* Some cosmetic renamingGregory Nutt2013-04-231-7/+9
* Reviewed all task exit logic. For pthread_exit() moved some logic higher in ...Gregory Nutt2013-04-236-176/+145
* New Kconfig convention: Extra indentation in comments will render as HTML pr...Gregory Nutt2013-04-221-22/+21