| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add the QILA9G20 config files. | cognet | 2010-10-06 | 2 | -0/+162 |
* | Add support for the AT91SAM9260 | cognet | 2010-10-06 | 14 | -65/+826 |
* | Add the AT91SAM9G20EK config files. | cognet | 2010-10-06 | 2 | -0/+163 |
* | if_ate.c: | cognet | 2010-10-06 | 40 | -2519/+3091 |
* | fix outdated comment | ticso | 2010-09-28 | 1 | -4/+1 |
* | The TWI controller automatically stops if we don't fill up with new data in | ticso | 2010-09-27 | 1 | -3/+1 |
* | fix off by one error for twi reads with len != 1. | ticso | 2010-09-27 | 1 | -1/+1 |
* | Add basic cpu_sleep() support for Marvell SoCs. This drops my SheevaPlug's | mav | 2010-09-18 | 3 | -1/+12 |
* | Clear timer interrupt status before calling callback, not after it, | mav | 2010-09-18 | 1 | -4/+6 |
* | In pmap_remove_all(), do not decrease pm_stats.wired_count if the mapping was | cognet | 2010-09-12 | 1 | -2/+0 |
* | bus_add_child: change type of order parameter to u_int | avg | 2010-09-10 | 2 | -3/+3 |
* | Add custom kernel configuration and device tree source files for | emax | 2010-09-08 | 1 | -0/+76 |
* | Supply some useful information to the started image using ELF aux vectors. | kib | 2010-08-17 | 1 | -2/+8 |
* | Update various places that store or manipulate CPU masks to use cpumask_t | jhb | 2010-08-11 | 1 | -1/+1 |
* | Very rough first cut at NUMA support for the physical page allocator. For | jhb | 2010-07-27 | 1 | -0/+7 |
* | Allow external interrupts. | andrew | 2010-07-24 | 2 | -7/+163 |
* | Add the s3c24x0 real time clock driver | andrew | 2010-07-22 | 4 | -1/+194 |
* | Rework how device memory is allocated on the s3c24x0 CPU's. | andrew | 2010-07-22 | 5 | -81/+67 |
* | Fix several un-/signedness bugs of r210290 and r210293. Add one more check. | mav | 2010-07-20 | 1 | -3/+3 |
* | Refactor Marvell ARM SoC timer driver to the new timer infrastructure. | mav | 2010-07-20 | 2 | -42/+81 |
* | Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option. | raj | 2010-07-19 | 5 | -33/+3 |
* | Eliminate FDT_IMMR_VA define. | raj | 2010-07-19 | 2 | -10/+2 |
* | Move MRVL FDT fixups and PIC decode routine to a platform specific area. | raj | 2010-07-19 | 1 | -0/+42 |
* | Import preliminary support for Atmel AT91SAM9G20 cpu, and the Hot-e HL201. | cognet | 2010-07-14 | 18 | -3/+4193 |
* | Get rid of bootinfo for good in loader (U-Boot-based) and ARM. | raj | 2010-07-11 | 2 | -78/+0 |
* | Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to | jhb | 2010-06-30 | 1 | -0/+1 |
* | Move ARM nexus rman initialization to attach routine. | raj | 2010-06-16 | 1 | -7/+7 |
* | Turn off cache if there's more than one kernel mapping, and one is writable. | cognet | 2010-06-15 | 1 | -1/+1 |
* | Temporarily bring back the ARM bootinfo (and make tinderbox happy). | raj | 2010-06-14 | 2 | -0/+78 |
* | Convert Marvell ARM platforms to FDT convention. | raj | 2010-06-13 | 32 | -2361/+1549 |
* | Initial FDT infrastructure elements for ARM. | raj | 2010-06-13 | 2 | -0/+105 |
* | Improve style. | raj | 2010-06-13 | 1 | -1/+2 |
* | Relax one of the new assertions in pmap_enter() a little. Specifically, | alc | 2010-06-11 | 1 | -1/+2 |
* | Reduce the scope of the page queues lock and the number of | alc | 2010-06-10 | 1 | -22/+16 |
* | Don't set PG_WRITEABLE in pmap_enter() unless the page is managed. | alc | 2010-06-05 | 1 | -1/+2 |
* | In pmap_enter_locked(), don't require the vector page to be VPO_BUSY. | alc | 2010-06-01 | 1 | -3/+4 |
* | Push down page queues lock acquisition in pmap_enter_object() and | alc | 2010-05-26 | 1 | -2/+5 |
* | Initial loader(8) support for Flattened Device Tree. | raj | 2010-05-25 | 1 | -0/+1 |
* | Roughly half of a typical pmap_mincore() implementation is machine- | alc | 2010-05-24 | 1 | -1/+22 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 2 | -2/+5 |
* | On entry to pmap_enter(), assert that the page is busy. While I'm | alc | 2010-05-16 | 1 | -1/+13 |
* | Catchup with new prototype for db_printf(). | cognet | 2010-05-14 | 1 | -1/+1 |
* | The FA526 belongs to the ARM9TDMI family | kevlo | 2010-05-12 | 2 | -3/+1 |
* | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | alc | 2010-05-08 | 1 | -12/+12 |
* | Add support for FA626TE. | kevlo | 2010-05-04 | 6 | -61/+66 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 2 | -3/+3 |
* | Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllers | mav | 2010-05-02 | 1 | -0/+1 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 2 | -5/+10 |
* | Style: use #define<TAB> instead of #define<SPACE>. | kib | 2010-04-27 | 1 | -1/+1 |
* | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | alc | 2010-04-24 | 1 | -0/+14 |