summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/ixp425
Commit message (Expand)AuthorAgeFilesLines
* MFC r293045, r293046:ian2016-01-241-6/+2
* 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-135-129/+116
* MFC r271394, r271398:ian2015-02-123-4/+7
* 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-181-18/+18
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,ian2014-05-172-10/+0
* MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663,ian2014-05-151-19/+24
* MFC r257549, r261642ian2014-05-151-33/+0
* 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 r262020:jhay2014-03-111-0/+2
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* MFC r258392, r258412:ian2013-12-141-0/+2
* MFC r257648, r257649, r257660:ian2013-12-131-4/+5
* MFC r257258, r257265: Include headers (if_var.h and others) where needed.ian2013-12-131-0/+1
* MFC r257199, r257200, r257217:ian2013-12-132-2/+0
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-1/+1
* - 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-011-1/+0
* Complete r247297:attilio2013-02-281-2/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-201-1/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-8/+1
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-182-2/+2
* The GPIO drivers were initialising their mutexes with type ofrpaulo2012-08-171-2/+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
* 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-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-1315-97/+97
* 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
* Remove obsolte big endian flag. It is no longer needed.imp2012-05-112-2/+0
* 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
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-7/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Check the return value of BUS_SETUP_INTR()kevlo2011-10-271-2/+5
* Name these gpio pins better, they are on an external PLD and not the same asthompsa2011-10-121-5/+5
* Dont just set the pin high when turning on output, use the current value. Alsothompsa2011-10-121-9/+38
* Add missing newbus glue, this has never attached properly to gpiobus.thompsa2011-10-051-0/+5
* Add a real dependency on the microcode.obrien2011-02-251-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
OpenPOWER on IntegriCloud