summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i8134x
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-14/+1
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-181-1/+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-2/+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-139-26/+26
* 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
* Make sure we do not provide the page 0 to the VM. It can't handle it properly,cognet2012-02-291-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-3/+5
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantpluknet2011-04-191-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
* Pass the previously returned IRQ back to arm_get_next_irq() so thatmarcel2009-06-091-1/+1
* Remove a duplicate #include.cognet2009-01-161-1/+0
* - Fix spelling error in comments.stas2008-12-011-1/+1
* Eliminate unused global variables. (These global variables became fields ofalc2008-07-181-1/+0
* Fix a typo: i80321_pci_probe -> i81342_pci_probekevlo2008-06-121-1/+1
* Remove sa1_cache_clean_addrkevlo2008-06-091-2/+0
* Remove some long-dead codekevlo2008-04-081-4/+0
* Add bus_space_generic.c for the i81342 as well.cognet2008-04-051-0/+1
* Refactor certain ARM bus space methods: instead of having multiple copies ofraj2008-04-031-103/+6
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-031-54/+2
* Remove kernel support for M:N threading.jeff2008-03-121-4/+0
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+1
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-1/+5
* Add various macros for the ADMA unit.cognet2007-09-221-0/+39
* Add a driver for the 7seg found on the CRB board, largely based on thecognet2007-09-227-0/+468
* Add initial IOP342 support.cognet2007-07-2716-0/+2869
OpenPOWER on IntegriCloud