| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly handle supersections. | cognet | 2007-07-27 | 2 | -14/+46 |
* | Bring in two bandaids to get the elf trampoline to work again, until I find | cognet | 2007-07-27 | 1 | -5/+15 |
* | Add a new set of functions to handle L2 cache. Make them no-op for every | cognet | 2007-07-27 | 2 | -16/+67 |
* | Import xscale core 3 cache management functions. | cognet | 2007-07-27 | 1 | -0/+397 |
* | INTR_FILTER bits for arm | cognet | 2007-07-27 | 1 | -2/+44 |
* | The iop34x has 128 interrupts. | cognet | 2007-06-16 | 1 | -1/+3 |
* | Introduce pmap_kenter_supersection(), which maps 16MB super-sections into | cognet | 2007-06-11 | 3 | -2/+97 |
* | Fix a spacing nit. | imp | 2007-06-11 | 1 | -1/+0 |
* | Initialize the dma tag's bounce_zone to NULL if we didn't allocate it. | cognet | 2007-06-10 | 1 | -1/+2 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 1 | -0/+5 |
* | There's no nobounce_dmamap on arm. | cognet | 2007-06-07 | 1 | -4/+3 |
* | - PCPU_ADD is no longer spelled with LAZY_ in the middle. | jeff | 2007-06-06 | 1 | -1/+1 |
* | - Change comments and asserts to reflect the removal of the global | jeff | 2007-06-04 | 1 | -2/+2 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 4 | -6/+7 |
* | Revert to the previous version where the return value of uart_getenv() | marcel | 2007-06-04 | 1 | -1/+2 |
* | Add the machine-specific definitions for configuring the new physical | alc | 2007-06-04 | 1 | -0/+15 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 2 | -3/+3 |
* | In some particular cases (like in pccard and pccbb), the real device | piso | 2007-05-31 | 1 | -2/+11 |
* | Remove the hardcoded IXP425_UART?_VBASE values in the | jhay | 2007-05-29 | 5 | -18/+58 |
* | Honor maxsegsz of less than a page size in a DMA tag. Previously it | yongari | 2007-05-29 | 1 | -0/+2 |
* | Eliminate some unused definitions that came from NetBSD. | alc | 2007-05-28 | 1 | -19/+0 |
* | We do not need to get the irq out of ivars in ixp425_setup_intr(). By | jhay | 2007-05-28 | 1 | -5/+1 |
* | Optimize a bit more, both the Avila and Pronghorn Metro boards work with | jhay | 2007-05-28 | 1 | -4/+3 |
* | Search for a proper ucode image to use by incrementing the minor | sam | 2007-05-24 | 3 | -8/+43 |
* | o add hints for avila boards; brings back i2c devices lost when iicbus | sam | 2007-05-24 | 2 | -1/+46 |
* | Move to hints for configuring numerous devices so we can eliminate various | sam | 2007-05-24 | 2 | -50/+107 |
* | Don't muck with the internal state of a uart during probe, all we | sam | 2007-05-24 | 1 | -7/+3 |
* | Fix interrupt setup; rev 1.3 switched the irq to GPIO_TYPE_ACT_LOW | sam | 2007-05-24 | 1 | -10/+9 |
* | Remove duplicate includes. | cognet | 2007-05-23 | 6 | -7/+1 |
* | Allow FreeBSD's native ELF image activators to execute shared libraries the | kan | 2007-05-22 | 1 | -2/+2 |
* | Use __mcount() instead of _mcount() to reduce diffs with NetBSD. | cognet | 2007-05-19 | 2 | -4/+4 |
* | Constify to please gcc 4.2. | cognet | 2007-05-19 | 1 | -1/+1 |
* | Do not try to inline pmap_kremove(), as it's exported. | cognet | 2007-05-19 | 1 | -1/+1 |
* | Do not try to inline bus_dmamap_sync_buf(), gcc 4.2 doesn't want to do so | cognet | 2007-05-19 | 1 | -2/+2 |
* | Switch the kernel's pmap domain from 15 to 0. | cognet | 2007-05-19 | 2 | -4/+4 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 2 | -3/+3 |
* | Define every architecture as either VM_PHYSSEG_DENSE or | alc | 2007-05-05 | 1 | -0/+5 |
* | Remove sa1_cache_clean_addr. It isn't needed. | kevlo | 2007-05-03 | 3 | -6/+0 |
* | Don't expose the uart_ops structure directly, but instead have | marcel | 2007-04-02 | 6 | -13/+19 |
* | Revisit the watchdogs: Resetting the error to EINVAL after failing to set the | n_hibma | 2007-03-27 | 3 | -9/+4 |
* | Don't map mini-data cache page since ARM920T doesn't have it. | kevlo | 2007-03-27 | 1 | -5/+0 |
* | Default to booting off the SD card. It is more useful, and a full | imp | 2007-03-23 | 2 | -5/+32 |
* | MFp4: A bunch of patches from myself and Tisco to improve the | imp | 2007-03-23 | 2 | -25/+40 |
* | Fix a comment | kevlo | 2007-03-21 | 1 | -1/+1 |
* | Remove __P | kevlo | 2007-03-21 | 3 | -18/+18 |
* | Map the second CS of the compact flash too. This allow us access to | jhay | 2007-03-14 | 2 | -4/+20 |
* | Map the second CS of the compact flash too. This allow us access to | jhay | 2007-03-14 | 1 | -113/+82 |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+6 |
* | Wrap ixppcib_setup_intr() at 80. | piso | 2007-03-06 | 1 | -1/+2 |
* | Wrap a BUS_SETUP_INTR() line at 80. | piso | 2007-03-06 | 1 | -2/+2 |