summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Add support for delivery of use-mode signals in the kernel build.Gregory Nutt2014-09-027-19/+75
* Restructuring of build to allow use of use-space allocators by kernel logic i...Gregory Nutt2014-09-022-10/+10
* Space at the beginning of the process data space is now reserved for user hea...Gregory Nutt2014-09-021-4/+11
* sbrk() need to initialized the memory manager on the first callGregory Nutt2014-09-021-12/+27
* Add misc/Obsoleted/ChangeLog and misc/Obsoleted/Patches/Remove-8051-2014-9-1....Gregory Nutt2014-09-011-6/+7
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-0142-202/+220
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-012-15/+0
* Obsolete support for the 8051 family. Trying to maintain compatibility with ...Gregory Nutt2014-09-0130-4655/+0
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-015-7/+285
* ARMv7 address environment: Static functions not marked staticGregory Nutt2014-09-011-6/+6
* Fix common heap allocation logic, taking into account the kernel build requir...Gregory Nutt2014-09-011-14/+30
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-3112-14/+14
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-3134-52/+52
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-3131-80/+80
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-3116-29/+29
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-316-10/+10
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-311-3/+3
* Rename kmemalign to kmm_memalign for consitency with other namingGregory Nutt2014-08-319-26/+26
* Clean up some kernel build heap allocation issues. The Cortex-A kernel build...Gregory Nutt2014-08-311-123/+39
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-312-3/+3
* ARMv7-A: A little more logic and a few more fixes for Cortex-A kernel buildGregory Nutt2014-08-314-28/+147
* Various changes/fixes to get configs/stm32f4discovery/kostest working after t...Gregory Nutt2014-08-294-11/+9
* Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration c...Gregory Nutt2014-08-291-2/+1
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-29132-445/+372
* Fix hard coded values in dispatch_sysall inline assembly. Back out/corect par...Gregory Nutt2014-08-291-42/+15
* Fix a cloned typoGregory Nutt2014-08-291-9/+10
* Fix ARM7/9 and Cortex-A SYSCALLs: For threads in SVC mode, the SVC instructi...Gregory Nutt2014-08-292-15/+16
* Various fixes to the ARMv7-A system call logicGregory Nutt2014-08-291-10/+32
* Rename arch/arm/src/armv7-a/syscall.h to svcall.h to work around some includ...Gregory Nutt2014-08-294-17/+22
* ARMv7-A: Add SYSCALL handling logicGregory Nutt2014-08-286-19/+392
* Add an ARMv7-A system call definition header fileGregory Nutt2014-08-285-14/+145
* The system call library can now be built with CONFIG_NUTTX_KERNEL. New selec...Gregory Nutt2014-08-284-22/+38
* Cortex-A address environments: Fix issue with page privilegesGregory Nutt2014-08-282-9/+57
* Remove a warningGregory Nutt2014-08-281-3/+0
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generi...Gregory Nutt2014-08-282-36/+151
* Fix an error introduced into ALL implmentations of interrupt dispatch logicGregory Nutt2014-08-2812-13/+12
* Add address environment support to ALL implementatins of up_release_pending()Gregory Nutt2014-08-289-16/+125
* Add address environment support to ALL implementatins of up_reprioritize_rtr()Gregory Nutt2014-08-2810-22/+132
* Z80: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-283-33/+41
* x86: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-283-36/+41
* SH: Move address environment switch from the task switchers to the interrupt ...Gregory Nutt2014-08-283-60/+64
* MIPS: Move address environment switch from the task switchers to the interrup...Gregory Nutt2014-08-284-49/+82
* AVR32: Move address environment switch from the task switchers to the interru...Gregory Nutt2014-08-283-38/+43
* AVR32: Move address environment switch from the task switchers to the interru...Gregory Nutt2014-08-283-38/+45
* ARM: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-285-29/+112
* ARM: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-286-63/+68
* Add ADDRENV support to ALL implmentations of _exit()Gregory Nutt2014-08-278-7/+94
* Add ADDRENV support to ALL implementations of up_unblock_task()Gregory Nutt2014-08-279-22/+200
* Add ADDRENV support to all implementations of up_block_task()Gregory Nutt2014-08-279-14/+189
* Minor address environment clean-up. Cannot generate debug contexts in certai...Gregory Nutt2014-08-271-2/+0