| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle a missing NPE firmware file better; if it's missing print a | sam | 2006-12-07 | 1 | -3/+12 |
* | Unbreak build for Skyeye: do not attempt to do any DMA, as Skyeye doesn't | cognet | 2006-12-07 | 1 | -1/+10 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 5 | -20/+0 |
* | Do not forget to call pmap_free_l2_bucket() in pmap_remove_pages(). | cognet | 2006-12-04 | 1 | -0/+1 |
* | Provide stream operations. | cognet | 2006-12-02 | 1 | -0/+36 |
* | We can have no PV entry here if the previous mapping was unmanaged, and the new | cognet | 2006-12-01 | 1 | -1/+2 |
* | In pmap_ts_referenced(), don't attempt to do anything if the page is | cognet | 2006-11-30 | 1 | -0/+2 |
* | First bits of Xscale core 3 support (the VM bits are far from being optimal | cognet | 2006-11-30 | 2 | -4/+20 |
* | Introduce CPU_XSCALE_CORE3, as XScale Core 3 is significally different than | cognet | 2006-11-30 | 1 | -0/+3 |
* | Better i2c bit definitions. | kevlo | 2006-11-30 | 1 | -2/+2 |
* | Turn console printf buffering into a kernel option and only on | jb | 2006-11-30 | 1 | -1/+0 |
* | MFp4: | imp | 2006-11-29 | 1 | -2/+2 |
* | Make this work a lot better: | imp | 2006-11-29 | 1 | -36/+44 |
* | MFp4: | imp | 2006-11-29 | 1 | -3/+3 |
* | Bring in status led support for /dev/led/gpioled on Avila. | kevlo | 2006-11-22 | 4 | -0/+118 |
* | MFp4: Make it work :-) | imp | 2006-11-22 | 1 | -139/+9 |
* | Match bus space unmap prototype. | kevlo | 2006-11-20 | 3 | -4/+5 |
* | MFp4: Tweak descriptions in preparation for porting to other members of | imp | 2006-11-20 | 1 | -4/+4 |
* | config for Gateworks Avila board booting with NFS-mounted root on npe0 | sam | 2006-11-19 | 1 | -0/+135 |
* | Gateworks Avila board support: | sam | 2006-11-19 | 32 | -1/+10134 |
* | change bus space unmap protoype | sam | 2006-11-19 | 1 | -1/+1 |
* | correct bus space unmap prototype | sam | 2006-11-19 | 2 | -30/+142 |
* | elaborate on stepping names; add intel terminology to help | sam | 2006-11-19 | 1 | -1/+1 |
* | Erm we really want to mask all interrupts in the range, just not the first | cognet | 2006-11-17 | 1 | -1/+1 |
* | Compile -- remove an unused global variable avail_end. | kevlo | 2006-11-17 | 2 | -2/+0 |
* | Fix a comment. | ru | 2006-11-13 | 1 | -1/+1 |
* | Make pmap_enter() responsible for setting PG_WRITEABLE instead | alc | 2006-11-12 | 1 | -1/+4 |
* | Eliminate unused global variables. | alc | 2006-11-11 | 4 | -8/+0 |
* | MFamd64/ia64/i386/sun4v | alc | 2006-11-08 | 1 | -1/+1 |
* | Increate cnt.v_intr on interrupt. | cognet | 2006-11-08 | 1 | -0/+1 |
* | Identify the xscale 81342. | cognet | 2006-11-07 | 6 | -11/+117 |
* | In the ARM_USE_SMALL_ALLOC case, vm_page_t may have an address < KERNBASE, | cognet | 2006-11-07 | 2 | -2/+14 |
* | Add atomic_cmpset_acq_32. | cognet | 2006-11-07 | 1 | -0/+1 |
* | MFp4: | imp | 2006-11-03 | 1 | -43/+81 |
* | Do not include both <sys/types.h> and <sys/param.h>, it is a style bug as | cognet | 2006-11-01 | 1 | -2/+1 |
* | Add a cnputs() function to write a string to the console with | jb | 2006-11-01 | 1 | -0/+1 |
* | Include <sys/types.h>, to get definition for uint32_t. | cognet | 2006-10-30 | 1 | -0/+1 |
* | Remove the KSE option now that it's in DEFAULTS on these arches/machines. | jb | 2006-10-26 | 5 | -5/+0 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 10 | -0/+27 |
* | Let allow to teardown multiple irqs as well. | cognet | 2006-10-25 | 1 | -1/+3 |
* | Setup multiple interrupts if needed. | cognet | 2006-10-25 | 1 | -2/+5 |
* | MFp4: Move the parameters that are basically dictated by the AT91 | imp | 2006-10-25 | 2 | -5/+5 |
* | MFp4: Status register bits | imp | 2006-10-25 | 1 | -0/+14 |
* | Ooops, dump_avail[i] can be 0 if the RAM starts at 0x00000000, so check that | cognet | 2006-10-24 | 1 | -4/+4 |
* | style(9) cleanup. | kevlo | 2006-10-21 | 9 | -12/+0 |
* | Ok I am an idiot. On 32 bits big-endian systems, it is needed to handle the | cognet | 2006-10-21 | 1 | -2/+17 |
* | Use __QUAD_LOWWORD for __syscall, to always use the good word, whatever the | cognet | 2006-10-20 | 1 | -2/+2 |
* | There's no need to special-case lseek for arm/big-endian. | cognet | 2006-10-20 | 1 | -14/+0 |
* | MFp4: Working SPI driver. | imp | 2006-10-20 | 1 | -53/+66 |
* | Commit WIP SSC driver, more work is needed here, but it configures | imp | 2006-10-20 | 1 | -6/+26 |