summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* More changes so that the KNSH build survives the changes needed for the ELF b...Gregory Nutt2014-09-161-4/+0
* A couple more changes for clean ELF buildGregory Nutt2014-09-162-7/+8
* First round of changes to get the ELF configuration building againGregory Nutt2014-09-163-9/+11
* Don't release user stack in kernel build. Already destroyed with all of the ...Gregory Nutt2014-09-152-6/+22
* execv() is a basic system interface. It should not be in libc/ but rather in...Gregory Nutt2014-09-151-0/+1
* execv() is a basic system interface. It should not be in libc/ but rather in...Gregory Nutt2014-09-152-1/+154
* Initial integration of kernel stack (does not work)Gregory Nutt2014-09-141-3/+9
* Don't build task_create() or task_spawn() interfaces if there is an addres en...Gregory Nutt2014-09-143-1/+11
* Kernel proxy thread should be a kernel thread, not a user taskGregory Nutt2014-09-141-4/+5
* Fix a couple more places where the wrong allocator is being usedGregory Nutt2014-09-111-5/+29
* When a privileged thread exits, we have to use the kernel alloctor to free me...Gregory Nutt2014-09-111-8/+3
* Rename some functions and reshuffling some paramtersGregory Nutt2014-09-112-12/+2
* Kconfig choice value needs a promptGregory Nutt2014-09-111-1/+1
* clock_gettime.c: Fix a cornercase bug in clock_gettime()Gregory Nutt2014-09-101-1/+1
* Fixes to clock bias logic. Remove vestiges of g_tickbias; apply bias instead...Gregory Nutt2014-09-103-19/+23
* A const storage class to to phthread parameters. From Freddie ChopinGregory Nutt2014-09-084-6/+6
* Fix some conditional compilation in kernel build mode. And, while we are tou...Gregory Nutt2014-09-071-4/+7
* Mostly cosmetic changesGregory Nutt2014-09-041-2/+1
* Add capability to perform initial board initialization on a separate worker t...Gregory Nutt2014-09-032-17/+130
* Fix more places where the user-mode allocator is used to allocate kernel thre...Gregory Nutt2014-09-038-46/+38
* Group creation logic must use new group flag when allocating resources so tha...Gregory Nutt2014-09-036-3/+342
* IDLE TCB setup needs to indicate the the IDLE thread is a privileged, kernel ...Gregory Nutt2014-09-032-0/+9
* Restructuring of build to allow use of use-space allocators by kernel logic i...Gregory Nutt2014-09-022-3/+1
* sbrk() need to initialized the memory manager on the first callGregory Nutt2014-09-021-2/+2
* Fix error in initialize of IDLE TCB due to last change. The argument list is...Gregory Nutt2014-09-011-4/+8
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-012-132/+23
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-018-60/+20
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-315-6/+6
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-319-12/+12
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-314-6/+6
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-313-3/+3
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-315-5/+5
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-313-3/+3
* Clean up some kernel build heap allocation issues. The Cortex-A kernel build...Gregory Nutt2014-08-312-4/+7
* ARMv7-A: A little more logic and a few more fixes for Cortex-A kernel buildGregory Nutt2014-08-311-0/+10
* last change alters semantics of __HAVE_KERNEL_GLOBALSGregory Nutt2014-08-301-1/+1
* Back out and replace recent kludges for errno and clock_systimer. There is a...Gregory Nutt2014-08-301-4/+3
* Add configuration options to start the system from a program on a file systemGregory Nutt2014-08-302-58/+268
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name u...Gregory Nutt2014-08-303-11/+11
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-2915-33/+50
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-2815-25/+26
* In some configurations, g_system_tmer must be extern'ed as a private variableGregory Nutt2014-08-281-3/+14
* Fix an error introduced into ALL implmentations of interrupt dispatch logicGregory Nutt2014-08-281-0/+10
* Minor address environment clean-up. Cannot generate debug contexts in certai...Gregory Nutt2014-08-272-4/+3
* ADDRENV: Use a group flag to determine if there is an address environment (in...Gregory Nutt2014-08-272-8/+19
* Add group_addrenv() which will be called during context switches in order to ...Gregory Nutt2014-08-261-0/+168
* Add group_addrenv() which will be called during context switches in order to ...Gregory Nutt2014-08-265-15/+46
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-251-1/+1
* Cortex-A/SAMA5 address environment support is code complete (untested)Gregory Nutt2014-08-251-0/+10
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-243-3/+3