summaryrefslogtreecommitdiff
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* MFC r244414:Scott Long2013-06-172-3/+5
* MFC r248280:Konstantin Belousov2013-03-281-0/+2
* MFC r237433:Konstantin Belousov2012-09-221-0/+34
* MFC r237168Alan Cox2012-09-201-0/+1
* MFC r235941:Bjoern A. Zeeb2012-07-081-0/+2
* MFC r237430:Konstantin Belousov2012-06-291-0/+1
* MFC r236997:Fabien Thomas2012-06-251-3/+11
* MFC: r231616, r232497, r234337Marius Strobl2012-06-232-0/+7
* MFC r233628, r234598, r235229, r235831, r226986.Fabien Thomas2012-05-291-1/+7
* MFC r234785:Dimitry Andric2012-05-171-1/+1
* MFC r228504, r228530.Rafal Jaworowski2012-03-041-2/+4
* MFC r226441 and r226443Olivier Houchard2012-02-072-17/+19
* MFC r226112:Konstantin Belousov2012-01-031-1/+0
* MFC rr225973:Konstantin Belousov2012-01-031-0/+11
* Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao2011-07-191-0/+2
* MFCAttilio Rao2011-05-131-0/+3
|\
| * Move the ZERO_REGION_SIZE to a machine-dependent file, as on manyMatthew D Fleming2011-05-131-0/+3
* | Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-052-2/+2
|/
* Make get_cyclecount(9) little bit more useful where binuptime(9) is used.Jung-uk Kim2011-03-141-1/+1
* Remove pmap fields that are either unused or not fully implemented.Alan Cox2011-02-171-2/+0
* Whitespace tweak.John Baldwin2011-02-091-1/+1
* phys_addr is a PA not a VA so declare it as a vm_paddr_t not a vm_offset_t.Warner Losh2011-02-051-1/+1
* Make md_tp a register_t not a void *. This will keep us fromWarner Losh2011-02-051-1/+1
* Introduce macro FDT_MAP_IRQ to map from an interrupt controller andMarcel Moolenaar2011-01-291-0/+3
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().Jung-uk Kim2011-01-171-1/+4
* Don't re-use MODINFOMD_BOOTINFO as MODINFOMD_DTBP. It breaksMarcel Moolenaar2011-01-111-1/+2
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.Konstantin Belousov2011-01-091-1/+0
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thanTijl Coosemans2011-01-081-2/+2
* On 32 bit architectures define (u)int64_t as (unsigned) long long insteadTijl Coosemans2011-01-081-6/+6
* Fix types of some values in machine/_limits.h.Tijl Coosemans2011-01-081-3/+1
* Remove unused support for 64 bit long on 32 bit architectures.Tijl Coosemans2011-01-071-11/+0
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about theKonstantin Belousov2011-01-071-1/+2
* Remove ancient simulation code. Skyeye simulation never really workedWarner Losh2011-01-051-5/+0
* Revert r216134. This checkin broke platforms where bus_space are macros:Rebecca Cran2010-12-031-59/+8
* Disallow passing in a count of zero bytes to the bus_space(9) functions.Rebecca Cran2010-12-021-8/+59
* - Remove <machine/mutex.h>. Most of the headers were empty, and theJohn Baldwin2010-11-091-32/+0
* Minor cosmetic changesKevin Lo2010-11-091-4/+4
* Intel IXP425 SoC is based on the ARMv5TE architectureKevin Lo2010-11-081-2/+3
* Add basic cpu_sleep() support for Marvell SoCs. This drops my SheevaPlug'sAlexander Motin2010-09-181-0/+1
* Supply some useful information to the started image using ELF aux vectors.Konstantin Belousov2010-08-171-1/+7
* 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
* Eliminate FDT_IMMR_VA define.Rafal Jaworowski2010-07-191-9/+1
* Get rid of bootinfo for good in loader (U-Boot-based) and ARM.Rafal Jaworowski2010-07-112-78/+0
* 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-132-74/+1
* Initial FDT infrastructure elements for ARM.Rafal Jaworowski2010-06-132-0/+105
* Initial loader(8) support for Flattened Device Tree.Rafal Jaworowski2010-05-251-0/+1
* Catchup with new prototype for db_printf().Olivier Houchard2010-05-141-1/+1
* The FA526 belongs to the ARM9TDMI familyKevin Lo2010-05-121-1/+0