summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include/armv7-a
Commit message (Expand)AuthorAgeFilesLines
* If we are configured to use a kernel stack while in SYSCALL handling, then we...Gregory Nutt2014-09-151-0/+3
* Initial integration of kernel stack (does not work)Gregory Nutt2014-09-141-2/+4
* Add the initial implementation of the process kernel stack logic. Not yet in...Gregory Nutt2014-09-141-1/+1
* Rename everything associated with the dynamic process stack to ustack to make...Gregory Nutt2014-09-141-2/+15
* Add logic to initialize the per-process user heap when each user process is s...Gregory Nutt2014-09-101-3/+1
* Add support for delivery of use-mode signals in the kernel build.Gregory Nutt2014-09-021-0/+9
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* Fix ARM7/9 and Cortex-A SYSCALLs: For threads in SVC mode, the SVC instructi...Gregory Nutt2014-08-291-7/+7
* ARMv7-A: Add SYSCALL handling logicGregory Nutt2014-08-281-1/+26
* Mostly cosmetic use of uintptr_t to hold addresses instead of uint32_tGregory Nutt2014-08-261-1/+1
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-251-1/+2
* Cortex-A/SAMA5 address environment support is code complete (untested)Gregory Nutt2014-08-251-0/+2
* Add addrenv.h; First cut at Cortex-A address environment structures; Add conf...Gregory Nutt2014-08-241-0/+10
* Need to enable FIQ in initial task state; Improve H32/64 test in IRQ handlingGregory Nutt2014-06-211-14/+14
* SAMA5D4: Add support for secure/FIQ interrupts; SAIC supports need to be be ...Gregory Nutt2014-06-201-1/+7
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Oops. Mnemonic changed from SWI to SVC in cortex AGregory Nutt2014-01-051-14/+14
* Add ARMv7-A syscall.h header fileGregory Nutt2014-01-051-0/+242
* SAMA5: Modification of some CPSR-related inline functionsGregory Nutt2013-07-311-9/+8
* Add ARMv7-A irqdisable() inline functionGregory Nutt2013-07-301-0/+18
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-4/+79
* SAMA5/Cortex-A: Improve irqsave/restore inlines + add irqenable. Add skeleto...Gregory Nutt2013-07-211-14/+35
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-181-0/+230