summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i80321/ep80219_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r277454, r277460, r277465, r277466, r277467, r277469, r277470, r277471,ian2015-02-131-1/+1
* MFC 265852: Map device memory using PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-181-3/+3
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,ian2014-05-171-9/+0
* MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663,ian2014-05-151-15/+17
* MFC r257549, r261642ian2014-05-151-35/+0
* MFC r258392, r258412:ian2013-12-141-0/+2
* MFC r257648, r257649, r257660:ian2013-12-131-2/+3
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-03-011-1/+0
* Complete r247297:attilio2013-02-281-2/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-201-2/+2
* Clean up the two i80321 copies of initarm to be closer to one another.andrew2012-11-171-28/+32
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-15/+1
* Merging projects/armv6, part 1gonzo2012-08-151-3/+0
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-5/+0
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-141-1/+1
* Remove leakage of other patches into last commit.imp2012-06-131-1/+1
* trim trailing spaces that have accumulated over the years (these filesimp2012-06-131-11/+11
* Remove an unneeded increment from initarm. The variable is uninitialised,andrew2012-06-101-1/+0
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-101-9/+1
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-1/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantcognet2011-02-131-2/+3
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-4/+2
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+5
* - Fix spelling error in comments.stas2008-12-011-1/+1
* Eliminate unused global variables. (These global variables became fields ofalc2008-07-181-1/+0
* Remove some long-dead codekevlo2008-04-081-4/+0
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-031-53/+2
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+1
* Remove duplicate includes.cognet2007-05-231-1/+0
* Remove sa1_cache_clean_addr. It isn't needed.kevlo2007-05-031-2/+0
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
* Compile -- remove an unused global variable avail_end.kevlo2006-11-171-1/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+4
* Fill in dump_avail[] before pmap_boostrap() is called so thatcognet2006-08-271-4/+4
* Finally bring it support for the i80219 XScale processor.cognet2006-08-241-0/+521
OpenPOWER on IntegriCloud