| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace nit. | imp | 2008-08-23 | 1 | -1/+1 |
* | Provide hooks into the GPIO lines and the ability to set/clear | imp | 2008-08-19 | 2 | -0/+47 |
* | Use the proper clock domain for the usb host controller. | imp | 2008-08-19 | 1 | -1/+1 |
* | Add IRQ line for usb device. I'm not 100% sure this is the right | imp | 2008-08-19 | 1 | -1/+1 |
* | Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports | jhb | 2008-08-19 | 1 | -0/+4 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+2 |
* | Add locking to the various iicbus(4) bridge drivers: | jhb | 2008-08-04 | 2 | -0/+16 |
* | Do not modify td->td_intr_nesting_level, it is now done in the MI code. | cognet | 2008-08-04 | 1 | -3/+0 |
* | Fix ARM nocache allocator: | raj | 2008-08-04 | 1 | -5/+4 |
* | Remove unneeded #include <stdlib.h> (?) | cognet | 2008-08-04 | 1 | -2/+0 |
* | Add "add pc, whatever" as a branch instruction, we use it in memcpy(). | cognet | 2008-08-03 | 2 | -2/+39 |
* | Disconnect drivers that haven't been ported to MPSAFE TTY yet. | ed | 2008-08-03 | 1 | -1/+0 |
* | Kernel config for the Linksys NSLU2. This is just a basic configuration, | imp | 2008-08-03 | 2 | -0/+150 |
* | Handle ldr pc, [reg] in branch_taken(). | cognet | 2008-08-03 | 1 | -1/+12 |
* | Add blx as a branch instruction. | cognet | 2008-08-03 | 1 | -1/+2 |
* | Minor style nit. | imp | 2008-08-02 | 1 | -1/+1 |
* | Add yet another branch instruction. | cognet | 2008-08-02 | 1 | -1/+2 |
* | Make the at91 uart(4) driver compile again. | ed | 2008-08-02 | 1 | -9/+12 |
* | ixp425 parts aren't multicore, so remove the SMP option. They also | imp | 2008-08-02 | 1 | -3/+0 |
* | Conform to the options<space><tab> convention everywhere in this file. | imp | 2008-08-02 | 1 | -22/+22 |
* | Store the PC while context switching, for the benefits of DDB. | cognet | 2008-08-02 | 1 | -0/+1 |
* | - Whitespace fixes. | stas | 2008-07-22 | 1 | -35/+35 |
* | Eliminate unused global variables. (These global variables became fields of | alc | 2008-07-18 | 5 | -5/+0 |
* | fix multicast hash register definition | ticso | 2008-07-12 | 1 | -2/+2 |
* | Remove the unused major/minor numbers from iodev and memdev. | ed | 2008-06-25 | 1 | -1/+0 |
* | Fix a typo: i80321_pci_probe -> i81342_pci_probe | kevlo | 2008-06-12 | 1 | -1/+1 |
* | Add the pxa_teardown_intr() bus method function to de-associate the | kevlo | 2008-06-10 | 1 | -10/+17 |
* | Pull all the code to deal with bus space methods into a shared set of | kevlo | 2008-06-10 | 2 | -102/+7 |
* | Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(), | wkoszek | 2008-06-09 | 1 | -2/+2 |
* | Remove sa1_cache_clean_addr | kevlo | 2008-06-09 | 1 | -2/+0 |
* | Unify arminit() and clean up | kevlo | 2008-06-09 | 1 | -58/+1 |
* | Support for the XScale PXA255 SoC as found on the Gumstix Basix and Connex | benno | 2008-06-06 | 17 | -0/+3873 |
* | Release the resources for the registers for the TWI device with | imp | 2008-05-28 | 1 | -1/+1 |
* | The VM system no longer uses setPQL2(). Remove it and its helpers. | alc | 2008-05-23 | 1 | -8/+0 |
* | Retire pmap_addr_hint(). It is no longer used. | alc | 2008-05-18 | 1 | -7/+0 |
* | Add a stub for pmap_align_superpage() on machines that don't (yet) | alc | 2008-05-09 | 1 | -0/+10 |
* | Expand kdb_alt_break a little, most commonly used with the option | peter | 2008-05-04 | 1 | -2/+13 |
* | - Add an integer argument to idle to indicate how likely we are to wake | jeff | 2008-04-25 | 1 | -1/+8 |
* | Now that all platforms use genclock, shuffle things around slightly | phk | 2008-04-22 | 1 | -1/+0 |
* | Make genclock standard on all platforms. | phk | 2008-04-21 | 9 | -9/+0 |
* | On the AT91, we need to write on the EOI register after we handle an | cognet | 2008-04-20 | 3 | -1/+14 |
* | Multi-bss (aka vap) support for 802.11 devices. | sam | 2008-04-20 | 3 | -6/+0 |
* | - Add the interrupt vector number to intr_event_create so MI code can | jeff | 2008-04-11 | 1 | -1/+1 |
* | Remove some long-dead code | kevlo | 2008-04-08 | 7 | -62/+1 |
* | Remove bus_space_generic.c from the per-plarform files. Having it in the | cognet | 2008-04-05 | 3 | -3/+0 |
* | Add bus_space_generic.c for the i81342 as well. | cognet | 2008-04-05 | 1 | -0/+1 |
* | Add a MI intr_event_handle() routine for the non-INTR_FILTER case. This | jhb | 2008-04-05 | 1 | -43/+3 |
* | Fix stupid typo | imp | 2008-04-04 | 1 | -1/+1 |
* | Make kernel.tramp build properly on ARM9E. | raj | 2008-04-04 | 1 | -0/+2 |
* | Now really add the bus_space_generic.c file... | raj | 2008-04-03 | 1 | -0/+146 |