summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/z180/z180_mmu.c
Commit message (Expand)AuthorAgeFilesLines
* Move include/nuttx/gran.h to include/nuttx/mm/gran.hGregory Nutt2014-09-241-1/+1
* Trivial kernel build related fixes for consistencyGregory Nutt2014-09-111-0/+7
* Add logic to initialize the per-process user heap when each user process is s...Gregory Nutt2014-09-101-16/+48
* Add up_addrenv_coherent which will be called before address environment switchesGregory Nutt2014-08-261-0/+23
* Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments...Gregory Nutt2014-08-261-15/+15
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-251-7/+8
* addrenv interface changes: up_addrenv_create() may need to create .text and ....Gregory Nutt2014-08-241-14/+50
* Add addrenv.h; First cut at Cortex-A address environment structures; Add conf...Gregory Nutt2014-08-241-3/+3
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-3/+3
* A few fixes for compilation errors due to recent address environment fixesGregory Nutt2014-08-221-2/+1
* An address environment is the property of a task group, not of a threadGregory Nutt2014-08-221-126/+83
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+0
* Rename _TCB to struct tcb_spatacongo2013-02-041-3/+3
* Restructre address environment interfaces in preparation for incorporation in...patacongo2012-12-181-68/+185
* Fix some early z180 compile errorspatacongo2012-12-111-6/+14
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-111-25/+46
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-0/+405