| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 1 | -4/+6 |
* | Provide a dump_avail[] variable, which contains the page ranges to be | cognet | 2005-10-03 | 1 | -4/+5 |
* | Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code. | cognet | 2005-09-25 | 3 | -10/+21 |
* | - MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32 | cognet | 2005-06-09 | 1 | -16/+14 |
* | pmap_update() is gone. | cognet | 2005-04-13 | 1 | -1/+0 |
* | Start all license statements with /*- | imp | 2005-01-05 | 9 | -9/+9 |
* | Update the StrongArm port to match the current code. | cognet | 2004-12-18 | 2 | -5/+15 |
* | Get the kernel stack right now that the u-area is gone. | cognet | 2004-11-20 | 1 | -1/+2 |
* | U areas are going away, so don't allocate one for process 0. | das | 2004-11-20 | 1 | -10/+1 |
* | Use MD_ROOT_SIZE, instead of our own macro. | cognet | 2004-10-11 | 1 | -7/+7 |