| Commit message (Expand) | Author | Age | Files | Lines |
* | Compile -- remove an unused global variable avail_end. | Kevin Lo | 2006-11-17 | 2 | -2/+0 |
* | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 2 | -0/+8 |
* | Fill in dump_avail[] before pmap_boostrap() is called so that | Olivier Houchard | 2006-08-27 | 1 | -4/+4 |
* | Finally bring it support for the i80219 XScale processor. | Olivier Houchard | 2006-08-24 | 12 | -71/+729 |
* | Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps | Olivier Houchard | 2006-08-08 | 1 | -4/+9 |
* | Remove a bogus i = 0. | Kevin Lo | 2006-08-08 | 1 | -1/+1 |
* | Cleanup. | Kevin Lo | 2006-07-25 | 2 | -18/+1 |
* | Remove prototype for the undefined function counterhandler(). | Olivier Houchard | 2006-07-14 | 1 | -1/+0 |
* | Remove a bogus, useless, "i++". | Olivier Houchard | 2006-06-06 | 1 | -1/+0 |
* | Remove any reference to enable_mmu(), it's been gone for a long time. | Olivier Houchard | 2006-05-26 | 1 | -1/+0 |
* | We have an implementation of generic_bs_rr_1, so use it, as some drivers use | Olivier Houchard | 2006-05-19 | 1 | -1/+1 |
* | Setting the rid of the resource is a good idea, but we still need to return | Olivier Houchard | 2006-05-05 | 1 | -0/+1 |
* | When returning a resource that we've allocated with rman_reserve_resource, | Warner Losh | 2006-04-20 | 3 | -4/+10 |
* | We need to adjust the bus handle if the resource is SYS_RES_MEMORY, NOT | Olivier Houchard | 2006-04-13 | 1 | -1/+2 |
* | Add a new option, XSCALE_DISABLE_CCNT, to not use the xscale ccnt as a | Olivier Houchard | 2006-04-06 | 1 | -0/+26 |
* | Use BUS_DMA_COHERENT. | Olivier Houchard | 2006-03-02 | 2 | -2/+2 |
* | Don't forget to set the address of the next descriptor to 0 when we're | Olivier Houchard | 2006-02-04 | 1 | -0/+1 |
* | Donc recompute the io port address if it's already the good one. | Olivier Houchard | 2006-01-23 | 1 | -3/+5 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | John Baldwin | 2005-12-22 | 1 | -2/+4 |
* | Remove #undef DDB I shouldn't have committed. | Olivier Houchard | 2005-12-21 | 1 | -1/+0 |
* | - Better use of the busdma API. | Olivier Houchard | 2005-12-09 | 2 | -47/+69 |
* | Fix a harmless bug in the way we allocate the early PTEs. | Olivier Houchard | 2005-12-09 | 1 | -3/+2 |
* | The IQ80321 clock is 200MHz, but the IQ80321 is 198MHz, so add a kernel option | Olivier Houchard | 2005-12-09 | 2 | -0/+6 |
* | Use a magic number to know we were started from the elf wrapper. | Olivier Houchard | 2005-11-24 | 1 | -5/+5 |
* | Cleanup. | Olivier Houchard | 2005-10-20 | 1 | -13/+1 |
* | Use the clock count register as a timecounter, as it's more accurate. | Olivier Houchard | 2005-10-17 | 1 | -16/+13 |
* | Fix build when DDB isn't defined. | Olivier Houchard | 2005-10-04 | 1 | -0/+2 |
* | Import dummy drivers for the i80321 DMA controller and AAU. | Olivier Houchard | 2005-10-03 | 5 | -2/+628 |
* | Provide a dump_avail[] variable, which contains the page ranges to be | Olivier Houchard | 2005-10-03 | 1 | -10/+32 |
* | Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code. | Olivier Houchard | 2005-09-25 | 5 | -30/+31 |
* | Remove the va == pa mapping. | Olivier Houchard | 2005-06-23 | 1 | -10/+7 |
* | - MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32 | Olivier Houchard | 2005-06-09 | 3 | -9/+28 |
* | Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it provides | Olivier Houchard | 2005-06-07 | 1 | -53/+43 |
* | Remove a useless printf. | Olivier Houchard | 2005-06-03 | 1 | -1/+0 |
* | Increase the refresh rate. | Olivier Houchard | 2005-05-25 | 1 | -1/+1 |
* | Allocating the memory for the kernel stack one time is enough. | Olivier Houchard | 2005-04-27 | 1 | -7/+0 |
* | Don't announce the range SDRAM_START-freemempos until I figure out what's | Olivier Houchard | 2005-04-07 | 1 | -5/+5 |
* | pmap_update() is gone. | Olivier Houchard | 2005-04-07 | 1 | -1/+0 |
* | Bring back some of the cleanups and fixes jmg did in the TS7200 port. | Olivier Houchard | 2005-03-17 | 1 | -18/+16 |
* | Use PCIR_BARS instead of PCIR_MAPS. | Olivier Houchard | 2005-03-17 | 2 | -16/+17 |
* | Instead of using sysarch() to store-retrieve the tp, add a magic address, | Olivier Houchard | 2005-02-26 | 1 | -0/+1 |
* | MFp4: get the code that set the pc correctly to work, remove a few IQ31244 | Olivier Houchard | 2005-02-20 | 1 | -11/+11 |
* | Remove unused prototype. | Olivier Houchard | 2005-02-13 | 1 | -1/+0 |
* | Remove redondant includes. | Olivier Houchard | 2005-02-13 | 1 | -2/+0 |
* | Don't prototype pmap_kenter(). | Olivier Houchard | 2005-02-13 | 1 | -1/+1 |
* | Remove references to non-existing symbols DO_corb and got_mmu. | Olivier Houchard | 2005-01-20 | 1 | -7/+0 |
* | Add a new sysctl, hw.sevenseg.freq, to control the update frequency. | Olivier Houchard | 2005-01-16 | 1 | -1/+6 |
* | Add support for the IQ31244 7 seg display. | Olivier Houchard | 2005-01-15 | 4 | -0/+390 |
* | Start the license statement with /*- | Olivier Houchard | 2005-01-15 | 1 | -1/+1 |
* | Use device_set_desc(). | Olivier Houchard | 2005-01-15 | 1 | -0/+2 |