summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i80321
Commit message (Expand)AuthorAgeFilesLines
* MFC r277454, r277460, r277465, r277466, r277467, r277469, r277470, r277471,ian2015-02-1311-277/+29
* MFC r271394, r271398:ian2015-02-123-3/+5
* MFC 265852: Map device memory using PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-182-6/+6
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,ian2014-05-174-20/+0
* MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663,ian2014-05-152-29/+34
* MFC r257549, r261642ian2014-05-152-70/+0
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-141-1/+1
* MFC r258392, r258412:ian2013-12-142-0/+4
* MFC r257648, r257649, r257660:ian2013-12-132-4/+6
* MFC r257199, r257200, r257217:ian2013-12-131-1/+0
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-1/+1
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-03-012-2/+0
* Complete r247297:attilio2013-02-282-4/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-202-4/+4
* Clean up the two i80321 copies of initarm to be closer to one another.andrew2012-11-172-42/+43
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-222-30/+2
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-182-2/+2
* Merging projects/armv6, part 1gonzo2012-08-152-6/+0
* Remove some unused variables/externs that have been copied too many times...imp2012-07-102-10/+0
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-142-2/+2
* Remove leakage of other patches into last commit.imp2012-06-132-2/+2
* trim trailing spaces that have accumulated over the years (these filesimp2012-06-1313-72/+72
* 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-102-18/+2
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-032-2/+2
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Check the return value of BUS_SETUP_INTR()kevlo2011-10-271-2/+6
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantcognet2011-02-132-4/+6
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-212-8/+4
* Remove remaining bits of performance counter support.rpaulo2009-10-031-2/+0
* Implement a facility for dynamic per-cpu variables.jeff2009-06-232-0/+10
* strict kobj signatures: number of fixes for arm architectureavg2009-06-111-4/+4
* Pass the previously returned IRQ back to arm_get_next_irq() so thatmarcel2009-06-091-1/+1
* - Fix spelling error in comments.stas2008-12-012-2/+2
* Eliminate unused global variables. (These global variables became fields ofalc2008-07-182-2/+0
* Remove some long-dead codekevlo2008-04-082-8/+0
* Remove bus_space_generic.c from the per-plarform files. Having it in thecognet2008-04-052-2/+0
* Refactor certain ARM bus space methods: instead of having multiple copies ofraj2008-04-035-103/+10
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-032-103/+4
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-052-2/+2
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-1/+5
* There's no need to re-read PCIR_COMMAND once we set it.cognet2007-09-041-2/+0
* Cleanupcognet2007-07-272-8/+2
* Do not define NIRQ, it is already defined in include/intr.hcognet2007-07-271-5/+0
* Share the timer and watchdog drivers with the i81342. It's the same,cognet2007-07-272-7/+70
* Remove duplicate includes.cognet2007-05-232-2/+0
* Remove sa1_cache_clean_addr. It isn't needed.kevlo2007-05-032-4/+0
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-021-1/+1
OpenPOWER on IntegriCloud