summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* MFC r274670, r274671, r276168:loos2015-02-142-18/+1
* MFC r273799:loos2015-02-142-4/+6
* MFC r277454, r277460, r277465, r277466, r277467, r277469, r277470, r277471,ian2015-02-1324-729/+264
* MFC r271394, r271398:ian2015-02-129-10/+18
* Clean up our ARM assembly:andrew2014-12-142-0/+16
* MFC 256942, 256943:ian2014-05-182-4/+9
* MFC 265852: Map device memory using PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-185-28/+28
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,ian2014-05-1711-50/+0
* MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663,ian2014-05-155-96/+93
* MFC r257549, r261642ian2014-05-156-176/+1
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-151-1/+2
* MFC r261252, r261279, r261304, r261305, r261322, r261336, r261337, r261338,ian2014-05-151-1/+0
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-142-2/+2
* MFC r262020:jhay2014-03-111-0/+2
* MFC r258779,r258780,r258787,r258822:eadler2014-02-042-6/+6
* MFC r258392, r258412:ian2013-12-145-0/+9
* MFC r257648, r257649, r257660:ian2013-12-135-12/+17
* MFC r257258, r257265: Include headers (if_var.h and others) where needed.ian2013-12-132-3/+5
* MFC r257199, r257200, r257217:ian2013-12-134-4/+0
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-073-3/+3
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* Fix undefined behaviour in several gpio_pin_setflags() routines (underdim2013-04-132-4/+4
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-03-015-5/+0
* Complete r247297:attilio2013-02-285-10/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-205-8/+10
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Clean up the two i80321 copies of initarm to be closer to one another.andrew2012-11-172-42/+43
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+3
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-3/+0
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-225-63/+5
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-188-6/+11
* The GPIO drivers were initialising their mutexes with type ofrpaulo2012-08-171-2/+1
* Merging projects/armv6, part 1gonzo2012-08-156-15/+1
* Move unmask IRQ function call up to nexus device level.gonzo2012-07-172-2/+0
* Remove some unused variables/externs that have been copied too many times...imp2012-07-105-22/+0
* Not quite ready for this yet, so comment it out.imp2012-07-101-1/+1
* All xscale ports are armeb, so mark it here. This should reduce universeimp2012-06-291-0/+1
* Fix missing straggler for the move to parse_boot_param()imp2012-06-141-1/+1
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-141-5/+1
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-144-4/+4
* Remove leakage of other patches into last commit.imp2012-06-135-5/+5
* trim trailing spaces that have accumulated over the years (these filesimp2012-06-1340-204/+203
* Remove an unneeded increment from initarm. The variable is uninitialised,andrew2012-06-102-2/+0
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-105-45/+5
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-035-5/+5
* Remove obsolte big endian flag. It is no longer needed.imp2012-05-112-2/+0
* - Add new ARM kernel option QEMU_WORKAROUNDS which can bestas2012-04-071-2/+18
* Make sure we do not provide the page 0 to the VM. It can't handle it properly,cognet2012-02-291-2/+2
* Fix header pollution, possibly unbreaking the build of cfi_bus_ixp4xx.cmarius2011-12-313-1/+6
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
OpenPOWER on IntegriCloud