summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* A little more clean-up of poll() error handlingGregory Nutt2014-09-261-13/+13
* This completes the implementation of shared memory supportGregory Nutt2014-09-244-44/+310
* STM32 CAN correction suggested by Max HoltzbergGregory Nutt2014-09-241-3/+3
* Build support for platform-specific shared memory logic. Not logic yet in placeGregory Nutt2014-09-242-1/+113
* Build support for platform-specific shared memory logic. Not logic yet in placeGregory Nutt2014-09-242-0/+7
* Move include/nuttx/mm.h to include/nuttx/mm/mm.hGregory Nutt2014-09-241-1/+1
* Move include/nuttx/gran.h to include/nuttx/mm/gran.hGregory Nutt2014-09-241-1/+1
* CosmeticGregory Nutt2014-09-231-14/+0
* Extend virtual/physical address conversions to include addresses in shared me...Gregory Nutt2014-09-231-0/+3
* Fix some inconsistent field name in struct task_group_s: addrenv should be t...Gregory Nutt2014-09-231-1/+1
* Add logic necessary to handler remapping of shared memory on contex switchesGregory Nutt2014-09-235-14/+82
* Add shared memory initializatin logicGregory Nutt2014-09-231-1/+1
* Add README files and configuration support for the shared memory logicGregory Nutt2014-09-231-0/+36
* More NxWM build fixesGregory Nutt2014-09-201-2/+2
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-204-15/+21
* Fix missing closing quotation markGregory Nutt2014-09-191-1/+1
* Some compiler errors that I added to Ken's code. From Ken PettitGregory Nutt2014-09-191-3/+3
* Emulated SPI FLASH driver for the sim target from Ken PettitGregory Nutt2014-09-195-1/+970
* SAMA5D4-EK/nsh: WM8904 support enabled; README updatedGregory Nutt2014-09-181-1/+1
* Ooops... a file that I forgot to add yesterdayGregory Nutt2014-09-171-0/+102
* Fixes to avoid some hang conditions using STM32 CANGregory Nutt2014-09-171-13/+0
* Only SAM4 family has RTTDIS bit in the MR register. SourceForge bug #33 from ...Gregory Nutt2014-09-171-0/+2
* Add a sharable version of arm_virtpgaddr()Gregory Nutt2014-09-165-0/+27
* First round of changes to get the ELF configuration building againGregory Nutt2014-09-161-2/+2
* These files were deleted and moved to a different location (see previos commit)Gregory Nutt2014-09-162-222/+0
* remove tailing blank lineGregory Nutt2014-09-161-1/+0
* Move common/up_signal_dispatch.c to armv6-m, armv7-m, and armv7-a. The armv7...Gregory Nutt2014-09-163-0/+325
* Correct stack handling is signal deliver to user processesGregory Nutt2014-09-161-23/+13
* Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.cGregory Nutt2014-09-162-2/+2
* Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.cGregory Nutt2014-09-161-1/+1
* Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.cGregory Nutt2014-09-166-78/+330
* Partial fix to an cache cleaning problemGregory Nutt2014-09-151-5/+8
* Fix an error in a debug statementGregory Nutt2014-09-151-1/+1
* Eliminate a bug introduced in last checkingGregory Nutt2014-09-151-1/+1
* ARMv7-A: Improvements to assertion output for kernel modeGregory Nutt2014-09-151-39/+45
* If we are configured to use a kernel stack while in SYSCALL handling, then we...Gregory Nutt2014-09-152-0/+45
* Fix a typo in system call when fetching parameter from the stack: regs[REG_P...Gregory Nutt2014-09-153-3/+3
* Initial integration of kernel stack (does not work)Gregory Nutt2014-09-144-16/+61
* Add the initial implementation of the process kernel stack logic. Not yet in...Gregory Nutt2014-09-144-6/+221
* Rename everything associated with the dynamic process stack to ustack to make...Gregory Nutt2014-09-146-37/+87
* Update README, TODO, and make some unfinished configuration options dependent...Gregory Nutt2014-09-131-0/+1
* Add logic need to manage a virtualized stack. Not yet incorporated into base...Gregory Nutt2014-09-134-2/+296
* Move static helper routines from arm_addrenv.c and may them global so that th...Gregory Nutt2014-09-136-252/+471
* Add a configuration option for dynamic stack managementGregory Nutt2014-09-134-19/+41
* Comsetic updates to comments, debug outputGregory Nutt2014-09-122-2/+4
* ARMv7-A: Modify up_fullcontextrestore() for CONFIG_BUILD_KERNEL. It changed ...Gregory Nutt2014-09-124-19/+77
* Fix logic for returning from exceptions to user-mode contextsGregory Nutt2014-09-112-38/+65
* All tasks, even user mode tasks, must start in supervisor mode until they get...Gregory Nutt2014-09-111-22/+5
* Update some comments/function headersGregory Nutt2014-09-111-1/+10
* Tighten up some ARM assembly language. You can always do betterGregory Nutt2014-09-111-46/+78