aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Add the QILA9G20 config files.Olivier Houchard2010-10-062-0/+162
* Add support for the AT91SAM9260Olivier Houchard2010-10-0614-65/+826
* Add the AT91SAM9G20EK config files.Olivier Houchard2010-10-062-0/+163
* if_ate.c:Olivier Houchard2010-10-0640-2519/+3091
* fix outdated commentBernd Walter2010-09-281-4/+1
* The TWI controller automatically stops if we don't fill up with new data inBernd Walter2010-09-271-3/+1
* fix off by one error for twi reads with len != 1.Bernd Walter2010-09-271-1/+1
* Add basic cpu_sleep() support for Marvell SoCs. This drops my SheevaPlug'sAlexander Motin2010-09-183-1/+12
* Clear timer interrupt status before calling callback, not after it,Alexander Motin2010-09-181-4/+6
* In pmap_remove_all(), do not decrease pm_stats.wired_count if the mapping wasOlivier Houchard2010-09-121-2/+0
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-102-3/+3
* Add custom kernel configuration and device tree source files forMaksim Yevmenkin2010-09-081-0/+76
* Supply some useful information to the started image using ELF aux vectors.Konstantin Belousov2010-08-171-2/+8
* Update various places that store or manipulate CPU masks to use cpumask_tJohn Baldwin2010-08-111-1/+1
* Very rough first cut at NUMA support for the physical page allocator. ForJohn Baldwin2010-07-271-0/+7
* Allow external interrupts.Andrew Turner2010-07-242-7/+163
* Add the s3c24x0 real time clock driverAndrew Turner2010-07-224-1/+194
* Rework how device memory is allocated on the s3c24x0 CPU's.Andrew Turner2010-07-225-81/+67
* Fix several un-/signedness bugs of r210290 and r210293. Add one more check.Alexander Motin2010-07-201-3/+3
* Refactor Marvell ARM SoC timer driver to the new timer infrastructure.Alexander Motin2010-07-202-42/+81
* Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option.Rafal Jaworowski2010-07-195-33/+3
* Eliminate FDT_IMMR_VA define.Rafal Jaworowski2010-07-192-10/+2
* Move MRVL FDT fixups and PIC decode routine to a platform specific area.Rafal Jaworowski2010-07-191-0/+42
* Import preliminary support for Atmel AT91SAM9G20 cpu, and the Hot-e HL201.Olivier Houchard2010-07-1418-3/+4193
* Get rid of bootinfo for good in loader (U-Boot-based) and ARM.Rafal Jaworowski2010-07-112-78/+0
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() toJohn Baldwin2010-06-301-0/+1
* Move ARM nexus rman initialization to attach routine.Rafal Jaworowski2010-06-161-7/+7
* Turn off cache if there's more than one kernel mapping, and one is writable.Olivier Houchard2010-06-151-1/+1
* Temporarily bring back the ARM bootinfo (and make tinderbox happy).Rafal Jaworowski2010-06-142-0/+78
* Convert Marvell ARM platforms to FDT convention.Rafal Jaworowski2010-06-1332-2361/+1549
* Initial FDT infrastructure elements for ARM.Rafal Jaworowski2010-06-132-0/+105
* Improve style.Rafal Jaworowski2010-06-131-1/+2
* Relax one of the new assertions in pmap_enter() a little. Specifically,Alan Cox2010-06-111-1/+2
* Reduce the scope of the page queues lock and the number ofAlan Cox2010-06-101-22/+16
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.Alan Cox2010-06-051-1/+2
* In pmap_enter_locked(), don't require the vector page to be VPO_BUSY.Alan Cox2010-06-011-3/+4
* Push down page queues lock acquisition in pmap_enter_object() andAlan Cox2010-05-261-2/+5
* Initial loader(8) support for Flattened Device Tree.Rafal Jaworowski2010-05-251-0/+1
* Roughly half of a typical pmap_mincore() implementation is machine-Alan Cox2010-05-241-1/+22
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-232-2/+5
* On entry to pmap_enter(), assert that the page is busy. While I'mAlan Cox2010-05-161-1/+13
* Catchup with new prototype for db_printf().Olivier Houchard2010-05-141-1/+1
* The FA526 belongs to the ARM9TDMI familyKevin Lo2010-05-122-3/+1
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andAlan Cox2010-05-081-12/+12
* Add support for FA626TE.Kevin Lo2010-05-046-61/+66
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-032-3/+3
* Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllersAlexander Motin2010-05-021-0/+1
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-302-5/+10
* Style: use #define<TAB> instead of #define<SPACE>.Konstantin Belousov2010-04-271-1/+1
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,Alan Cox2010-04-241-0/+14