summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i80321
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-271-5/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-233-12/+12
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-151-11/+15
* Threading cleanup.. part 2 of several.julian2006-12-062-8/+0
* Provide stream operations.cognet2006-12-021-0/+36
* Match bus space unmap prototype.kevlo2006-11-202-3/+3
* Compile -- remove an unused global variable avail_end.kevlo2006-11-172-2/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-262-0/+8
* Fill in dump_avail[] before pmap_boostrap() is called so thatcognet2006-08-271-4/+4
* Finally bring it support for the i80219 XScale processor.cognet2006-08-2412-71/+729
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapscognet2006-08-081-4/+9
OpenPOWER on IntegriCloud