summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* For architectures not using direct map , and requiring real KVA page forkib2011-01-181-1/+1
* Remove empty dev_mem_md_init() stubs.jkim2011-01-171-5/+0
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-172-1/+6
* Don't re-use MODINFOMD_BOOTINFO as MODINFOMD_DTBP. It breaksmarcel2011-01-111-1/+2
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-112-2/+0
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-1/+0
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thantijl2011-01-081-2/+2
* On 32 bit architectures define (u)int64_t as (unsigned) long long insteadtijl2011-01-081-6/+6
* Fix types of some values in machine/_limits.h.tijl2011-01-081-3/+1
* Remove unused support for 64 bit long on 32 bit architectures.tijl2011-01-071-11/+0
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about thekib2011-01-071-1/+2
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-061-1/+1
* - Add a proper return value to mv_gpio_intr().jhb2011-01-061-4/+5
* - Use macbstart_locked() directly instead of deferring it to a task.jhb2011-01-061-16/+14
* Remove support for SKYEYE simulatorimp2011-01-055-52/+0
* Remove ancient simulation code. Skyeye simulation never really workedimp2011-01-052-90/+0
* IXP4XX_GPIO_{,UN}LOCK() don't take args. Remove the sc here to makeimp2010-12-231-10/+10
* Fix double ;;kevlo2010-12-061-1/+1
* Revert r216134. This checkin broke platforms where bus_space are macros:brucec2010-12-031-59/+8
* Disallow passing in a count of zero bytes to the bus_space(9) functions.brucec2010-12-021-8/+59
* Provide a mutex around the read/modify/write of the IXP425_GPIO_*thompsa2010-11-146-45/+35
* Add a GPIO driver for the Gateworks Cambria platform.thompsa2010-11-114-0/+480
* add hint for at45d flash device sitting of spibus0ticso2010-11-111-0/+4
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-32/+0
* Fix typos.brucec2010-11-091-2/+2
* Minor cosmetic changeskevlo2010-11-091-4/+4
* Intel IXP425 SoC is based on the ARMv5TE architecturekevlo2010-11-081-2/+3
* Remove line for the uncommitted Cambria gpio drive that snuck in with r214946.thompsa2010-11-071-1/+0
* Hook up the five gpio pins on the Avila board to the gpio framework. There arethompsa2010-11-075-0/+391
* Adjust the order of operations in spinlock_enter() and spinlock_exit() tojhb2010-11-051-4/+10
* Try to be a little smart at guessing where _start is located in flash, insteadcognet2010-11-011-2/+4
* Set of legacy mode SATA enchancements:mav2010-10-181-1/+1
* Remove a device_printf() accidentally left in r213894.marius2010-10-151-1/+0
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-152-6/+8
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-152-19/+14
* Add the QILA9G20 config files.cognet2010-10-062-0/+162
* Add support for the AT91SAM9260cognet2010-10-0614-65/+826
* Add the AT91SAM9G20EK config files.cognet2010-10-062-0/+163
* if_ate.c:cognet2010-10-0640-2519/+3091
* fix outdated commentticso2010-09-281-4/+1
* The TWI controller automatically stops if we don't fill up with new data inticso2010-09-271-3/+1
* fix off by one error for twi reads with len != 1.ticso2010-09-271-1/+1
* Add basic cpu_sleep() support for Marvell SoCs. This drops my SheevaPlug'smav2010-09-183-1/+12
* Clear timer interrupt status before calling callback, not after it,mav2010-09-181-4/+6
* In pmap_remove_all(), do not decrease pm_stats.wired_count if the mapping wascognet2010-09-121-2/+0
* bus_add_child: change type of order parameter to u_intavg2010-09-102-3/+3
* Add custom kernel configuration and device tree source files foremax2010-09-081-0/+76
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-2/+8
* Update various places that store or manipulate CPU masks to use cpumask_tjhb2010-08-111-1/+1
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
OpenPOWER on IntegriCloud