summaryrefslogtreecommitdiffstats
path: root/sys/arm/sa11x0
Commit message (Expand)AuthorAgeFilesLines
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,ian2014-05-1719-2735/+0
* MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663,ian2014-05-151-9/+18
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-141-1/+1
* MFC: r260889, r260890, r260911:imp2014-03-011-3/+27
* MFC r258392, r258412:ian2013-12-141-0/+1
* MFC r257648, r257649, r257660:ian2013-12-131-2/+3
* MFC r257199, r257200, r257217:ian2013-12-131-1/+0
* Fix low-level uart drivers that set their fifo sizes in the softc too late.ian2013-04-011-2/+2
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-02-261-1/+0
* Merge from vmobj-rwlock branch:attilio2013-02-261-1/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-201-1/+2
* 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-152-7/+2
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-5/+0
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-141-2/+2
* Trim trailing whitespace...imp2012-06-139-18/+18
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-101-7/+1
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-1/+1
* Remove spurious 8bit chars, turning files into plain ASCII.uqs2012-01-151-1/+1
* Fix for arm and mips case the size of storage for sintrcnt/sintrnames.attilio2011-08-021-1/+1
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-181-9/+4
* Remove duplicate header includeskevlo2011-06-262-3/+0
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantcognet2011-02-131-2/+3
* The NetBSD Foundation has granted permission to remove clauses 3 and 4.imp2010-02-169-63/+0
* Eliminate an unnecessary vm include file.alc2009-11-041-1/+0
* Map DPCPU pages into ARM kernel VA space.raj2009-07-011-0/+3
* 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
* Move a comment to where it belongs.cognet2009-02-021-2/+1
* Remove unused variables.cognet2009-02-021-5/+0
* - Fix spelling error in comments.stas2008-12-011-1/+1
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* Remove some long-dead codekevlo2008-04-081-4/+1
* Fix stupid typoimp2008-04-041-1/+1
* Refactor certain ARM bus space methods: instead of having multiple copies ofraj2008-04-032-120/+8
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-031-43/+7
* Move the strongarm-specific files from conf/files.arm to sa11x0/files.sa11xO.cognet2007-12-021-0/+2
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+1
* It's probably time I learn C.cognet2007-09-121-2/+2
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-022-4/+7
* Wrap a BUS_SETUP_INTR() line at 80.piso2007-03-061-2/+2
* Remove unused header file <machine/katelib.h>kevlo2007-02-261-2/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-11/+12
* - Add a uart_rxready() and corresponding device-specific implementationsmarius2007-01-181-6/+5
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
* Match bus space unmap prototype.kevlo2006-11-201-1/+2
* Eliminate unused global variables.alc2006-11-111-2/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+4
* style(9) cleanup.kevlo2006-10-214-4/+0
OpenPOWER on IntegriCloud