| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some unused variables/externs that have been copied too many times... | imp | 2012-07-10 | 1 | -5/+0 |
* | Modify all the arm platform files to call parse_boot_param passing in | imp | 2012-06-14 | 1 | -2/+2 |
* | Trim trailing whitespace... | imp | 2012-06-13 | 9 | -18/+18 |
* | Pull out the common code to initialise proc0 & thread0 from initarm to a | andrew | 2012-06-10 | 1 | -7/+1 |
* | Minor rearrangement of the locore <-> initarm interface. Pass in a | imp | 2012-06-03 | 1 | -1/+1 |
* | Remove spurious 8bit chars, turning files into plain ASCII. | uqs | 2012-01-15 | 1 | -1/+1 |
* | Fix for arm and mips case the size of storage for sintrcnt/sintrnames. | attilio | 2011-08-02 | 1 | -1/+1 |
* | - Remove the eintrcnt/eintrnames usage and introduce the concept of | attilio | 2011-07-18 | 1 | -9/+4 |
* | Remove duplicate header includes | kevlo | 2011-06-26 | 2 | -3/+0 |
* | Call init_param1() much earlier, so that msgbufsize is non-zero when we want | cognet | 2011-02-13 | 1 | -2/+3 |
* | The NetBSD Foundation has granted permission to remove clauses 3 and 4. | imp | 2010-02-16 | 9 | -63/+0 |
* | Eliminate an unnecessary vm include file. | alc | 2009-11-04 | 1 | -1/+0 |
* | Map DPCPU pages into ARM kernel VA space. | raj | 2009-07-01 | 1 | -0/+3 |
* | Implement a facility for dynamic per-cpu variables. | jeff | 2009-06-23 | 1 | -0/+5 |
* | Pass the previously returned IRQ back to arm_get_next_irq() so that | marcel | 2009-06-09 | 1 | -1/+1 |
* | Move a comment to where it belongs. | cognet | 2009-02-02 | 1 | -2/+1 |
* | Remove unused variables. | cognet | 2009-02-02 | 1 | -5/+0 |
* | - Fix spelling error in comments. | stas | 2008-12-01 | 1 | -1/+1 |
* | Now that all platforms use genclock, shuffle things around slightly | phk | 2008-04-22 | 1 | -1/+0 |
* | Remove some long-dead code | kevlo | 2008-04-08 | 1 | -4/+1 |
* | Fix stupid typo | imp | 2008-04-04 | 1 | -1/+1 |
* | Refactor certain ARM bus space methods: instead of having multiple copies of | raj | 2008-04-03 | 2 | -120/+8 |
* | Take the first baby step towards unifying and cleaning up arminit(): | imp | 2008-04-03 | 1 | -43/+7 |
* | Move the strongarm-specific files from conf/files.arm to sa11x0/files.sa11xO. | cognet | 2007-12-02 | 1 | -0/+2 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -1/+1 |
* | It's probably time I learn C. | cognet | 2007-09-12 | 1 | -2/+2 |
* | Don't expose the uart_ops structure directly, but instead have | marcel | 2007-04-02 | 2 | -4/+7 |
* | Wrap a BUS_SETUP_INTR() line at 80. | piso | 2007-03-06 | 1 | -2/+2 |
* | Remove unused header file <machine/katelib.h> | kevlo | 2007-02-26 | 1 | -2/+0 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 2 | -11/+12 |
* | - Add a uart_rxready() and corresponding device-specific implementations | marius | 2007-01-18 | 1 | -6/+5 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -4/+0 |
* | Match bus space unmap prototype. | kevlo | 2006-11-20 | 1 | -1/+2 |
* | Eliminate unused global variables. | alc | 2006-11-11 | 1 | -2/+0 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+4 |
* | style(9) cleanup. | kevlo | 2006-10-21 | 4 | -4/+0 |
* | Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps | cognet | 2006-08-08 | 1 | -8/+5 |
* | Don't forget to define uart_sa1110_vaddr. | cognet | 2006-06-21 | 1 | -0/+2 |
* | Now that we use pmap_mapdev_boostrap(), we can get ride of the got_mmu | cognet | 2006-06-07 | 3 | -31/+3 |
* | Convert the last offender, the SA1110 port, to ARM32_NEW_VM_LAYOUT, and | cognet | 2006-06-06 | 1 | -6/+15 |
* | The Assabet has 32MB of RAM, not 16. | cognet | 2006-05-30 | 1 | -2/+3 |
* | Uncomment the call to cpu_idcache_wbinv_all() after the MMU has been | cognet | 2006-05-30 | 1 | -1/+1 |
* | Nuke sa11x0_attach_args. It's a NetBSDIsm, and we have no use for it. | cognet | 2006-05-29 | 1 | -9/+0 |
* | Remove any reference to enable_mmu(), it's been gone for a long time. | cognet | 2006-05-26 | 1 | -1/+0 |
* | Use pmap_devmap_bootstrap(), instead of mapping the SACOM1 registers | cognet | 2006-05-23 | 4 | -6/+42 |
* | Use macros instead of hardcoding the address for SACOM1. Also don't | cognet | 2006-05-22 | 3 | -4/+7 |
* | Implement sa11x0_bs_unmap. | cognet | 2006-05-18 | 1 | -3/+15 |
* | Make this compile (UART_IPEND_* => SER_INT_*). | cognet | 2006-05-18 | 1 | -2/+2 |
* | When returning a resource that we've allocated with rman_reserve_resource, | imp | 2006-04-20 | 1 | -0/+2 |
* | MFp4: Catchup with recent UART changes. | cognet | 2006-04-06 | 1 | -2/+2 |