summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-a/arm_addrenv.c
Commit message (Expand)AuthorAgeFilesLines
* Add logic necessary to handler remapping of shared memory on contex switchesGregory Nutt2014-09-231-3/+50
* Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.cGregory Nutt2014-09-161-1/+1
* Partial fix to an cache cleaning problemGregory Nutt2014-09-151-5/+8
* Add the initial implementation of the process kernel stack logic. Not yet in...Gregory Nutt2014-09-141-2/+17
* Rename everything associated with the dynamic process stack to ustack to make...Gregory Nutt2014-09-141-4/+4
* Add logic need to manage a virtualized stack. Not yet incorporated into base...Gregory Nutt2014-09-131-2/+2
* Move static helper routines from arm_addrenv.c and may them global so that th...Gregory Nutt2014-09-131-249/+42
* Add a configuration option for dynamic stack managementGregory Nutt2014-09-131-4/+0
* Comsetic updates to comments, debug outputGregory Nutt2014-09-121-1/+3
* 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
* Add configuration to use the fixed DRAM mapping for the page pool (if availab...Gregory Nutt2014-09-101-2/+116
* 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
* Add support for delivery of use-mode signals in the kernel build.Gregory Nutt2014-09-021-3/+3
* Space at the beginning of the process data space is now reserved for user hea...Gregory Nutt2014-09-021-4/+11
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-011-3/+3
* ARMv7 address environment: Static functions not marked staticGregory Nutt2014-09-011-6/+6
* Cortex-A address environments: Fix issue with page privilegesGregory Nutt2014-08-281-2/+2
* Remove a warningGregory Nutt2014-08-281-3/+0
* Minor address environment clean-up. Cannot generate debug contexts in certai...Gregory Nutt2014-08-271-2/+0
* Add up_addrenv_coherent which will be called before address environment switchesGregory Nutt2014-08-261-0/+50
* Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments...Gregory Nutt2014-08-261-13/+15
* 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-261-29/+32
* Bugfixes.. still integrating SAMA5 ELF with address environmentGregory Nutt2014-08-251-4/+4
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-251-53/+54
* Cortex-A/SAMA5 address environment support is code complete (untested)Gregory Nutt2014-08-251-10/+337
* addrenv interface changes: up_addrenv_create() may need to create .text and ....Gregory Nutt2014-08-241-23/+71
* Add addrenv.h; First cut at Cortex-A address environment structures; Add conf...Gregory Nutt2014-08-241-3/+5
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-3/+3
* ARMv7-A: Add skeleton environment and build support for process address envir...Gregory Nutt2014-08-231-0/+298