summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/pxa
Commit message (Expand)AuthorAgeFilesLines
* MFC 265852: Map device memory using PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-181-1/+1
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,ian2014-05-173-12/+0
* MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663,ian2014-05-151-33/+17
* MFC r257549, r261642ian2014-05-152-37/+0
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-141-1/+1
* MFC r258392, r258412:ian2013-12-141-0/+1
* MFC r257648, r257649, r257660:ian2013-12-131-2/+3
* MFC r257258, r257265: Include headers (if_var.h and others) where needed.ian2013-12-131-3/+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
* 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-221-11/+1
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-181-0/+1
* Merging projects/armv6, part 1gonzo2012-08-151-3/+0
* Move unmask IRQ function call up to nexus device level.gonzo2012-07-171-1/+0
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-5/+0
* Fix missing straggler for the move to parse_boot_param()imp2012-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-133-9/+8
* 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
* - Add new ARM kernel option QEMU_WORKAROUNDS which can bestas2012-04-071-2/+18
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-2/+3
* Check the return value of BUS_SETUP_INTR()kevlo2011-10-271-2/+5
* Get myself a brain, move the call to init_param1() before the first use incognet2011-02-211-2/+3
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-3/+2
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+5
* Pass the previously returned IRQ back to arm_get_next_irq() so thatmarcel2009-06-091-1/+1
* - Fix spelling error in comments.stas2008-12-011-1/+1
* Eliminate unused global variables. (These global variables became fields ofalc2008-07-181-1/+0
* Add the pxa_teardown_intr() bus method function to de-associate thekevlo2008-06-101-10/+17
* Pull all the code to deal with bus space methods into a shared set ofkevlo2008-06-102-102/+7
* Unify arminit() and clean upkevlo2008-06-091-58/+1
* Support for the XScale PXA255 SoC as found on the Gumstix Basix and Connexbenno2008-06-0614-0/+3758
OpenPOWER on IntegriCloud