summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-a
Commit message (Expand)AuthorAgeFilesLines
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-085-49/+70
* This completes the implementation of shared memory supportGregory Nutt2014-09-244-44/+310
* Build support for platform-specific shared memory logic. Not logic yet in placeGregory Nutt2014-09-241-0/+113
* 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-234-12/+67
* Ooops... a file that I forgot to add yesterdayGregory Nutt2014-09-171-0/+102
* Add a sharable version of arm_virtpgaddr()Gregory Nutt2014-09-161-0/+15
* 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-161-119/+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-161-0/+119
* 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-162-0/+317
* 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-151-0/+42
* Fix a typo in system call when fetching parameter from the stack: regs[REG_P...Gregory Nutt2014-09-151-1/+1
* Initial integration of kernel stack (does not work)Gregory Nutt2014-09-143-14/+57
* Add the initial implementation of the process kernel stack logic. Not yet in...Gregory Nutt2014-09-143-5/+220
* Rename everything associated with the dynamic process stack to ustack to make...Gregory Nutt2014-09-142-25/+25
* Add logic need to manage a virtualized stack. Not yet incorporated into base...Gregory Nutt2014-09-132-2/+290
* Move static helper routines from arm_addrenv.c and may them global so that th...Gregory Nutt2014-09-133-249/+468
* Add a configuration option for dynamic stack managementGregory Nutt2014-09-131-4/+0
* 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
* ARMv7-A: Exception register save/restore needs to work a little differently i...Gregory Nutt2014-09-111-32/+362
* Trivial kernel build related fixes for consistencyGregory Nutt2014-09-111-1/+1
* Misc fixes to repair some of the breakage to the SAMA5D4-EK elf configuration...Gregory Nutt2014-09-111-0/+10
* Add logic to initialize the per-process user heap when each user process is s...Gregory Nutt2014-09-101-25/+65
* SAMA5D4-EK: These configurations now use the fixed DRAM mapping for manipulat...Gregory Nutt2014-09-101-0/+119
* Add configuration to use the fixed DRAM mapping for the page pool (if availab...Gregory Nutt2014-09-102-4/+143
* pcDuino: Several fixes so that it still builds after other Cortex-A changes.Gregory Nutt2014-09-101-0/+1
* ELF relocations. Some relocation types do not have a named symbol associated...Gregory Nutt2014-09-091-3/+19
* SAMA5D4-EK: In kernel build with address environment, need logic to map user ...Gregory Nutt2014-09-071-1/+2
* Fix loop counter... was overrunning a table on larger ELF filesGregory Nutt2014-09-071-1/+1
* Correct size comparison (pages vs. sections)Gregory Nutt2014-09-071-1/+4
* The 'make export' target needs to bundle up the user C startup file (crt0), n...Gregory Nutt2014-09-041-4/+6
* Mostly cosmetic changesGregory Nutt2014-09-041-1/+1
* I love/hate conditional compilationGregory Nutt2014-09-031-3/+3
* Add support for delivery of use-mode signals in the kernel build.Gregory Nutt2014-09-023-16/+63