summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* CC3200 Launchpad updatesGregory Nutt2014-08-263-3/+84
* Support the the TC3200 from Jim EwingGregory Nutt2014-08-2616-4/+2781
* Add up_addrenv_coherent which will be called before address environment switchesGregory Nutt2014-08-262-0/+73
* up_coherent_dcache should do nothing the the length is zeroGregory Nutt2014-08-261-3/+6
* Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments...Gregory Nutt2014-08-262-28/+30
* Mostly cosmetic use of uintptr_t to hold addresses instead of uint32_tGregory Nutt2014-08-262-4/+4
* Fix confusion about what is a page of data and what is a page of L2 page tabl...Gregory Nutt2014-08-261-116/+176
* Add lots of debug outputGregory Nutt2014-08-261-0/+15
* Cortex-A address environment: Fix some section mapping and address incrementsGregory Nutt2014-08-262-29/+33
* ARMv7-A: Use of write back might be unpredictableGregory Nutt2014-08-251-3/+3
* Bugfixes.. still integrating SAMA5 ELF with address environmentGregory Nutt2014-08-251-4/+4
* SAMA5 ELF configuration with address environments finally builds without errorsGregory Nutt2014-08-252-6/+6
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-258-94/+122
* Cortex-A/SAMA5 address environment support is code complete (untested)Gregory Nutt2014-08-258-20/+609