summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/mv_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix r217688. We need to call init_param1() before we use msgbufsize,marcel2011-01-221-1/+3
* Fix backtraces by defining ksym_start & ksym_end if DDB ismarcel2011-01-221-0/+8
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-3/+2
* Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option.raj2010-07-191-27/+3
* Eliminate FDT_IMMR_VA define.raj2010-07-191-1/+1
* Convert Marvell ARM platforms to FDT convention.raj2010-06-131-85/+274
* Do not force verbose and single mode in non-metadata boot case.raj2010-02-241-2/+1
* Eliminate an unnecessary vm include file.alc2009-11-041-1/+0
* Review previous change. It has no relation to the I-cache coherencymarcel2009-10-211-1/+1
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-1/+1
* Eliminate platform_pmap_init() to simplify Marvell bootstrap code.raj2009-08-251-2/+5
* Map DPCPU pages into ARM kernel VA space.raj2009-07-011-3/+3
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+5
* Improve and extend Marvell SOCs platform code.raj2009-01-081-0/+5
* - Fix spelling error in comments.stas2008-12-011-1/+1
* Auto-size kernel page tables allocation on Marvell systems.raj2008-11-061-11/+9
* Introduce basic support for Marvell families of system-on-chip ARM devices:raj2008-10-131-0/+643
OpenPOWER on IntegriCloud