summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Introduce macro FDT_MAP_IRQ to map from an interrupt controller andmarcel2011-01-291-0/+3
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-1/+4
* Don't re-use MODINFOMD_BOOTINFO as MODINFOMD_DTBP. It breaksmarcel2011-01-111-1/+2
* 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 ancient simulation code. Skyeye simulation never really workedimp2011-01-051-5/+0
* 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
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-32/+0
* Minor cosmetic changeskevlo2010-11-091-4/+4
* Intel IXP425 SoC is based on the ARMv5TE architecturekevlo2010-11-081-2/+3
* Add basic cpu_sleep() support for Marvell SoCs. This drops my SheevaPlug'smav2010-09-181-0/+1
* 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
* Eliminate FDT_IMMR_VA define.raj2010-07-191-9/+1
* Get rid of bootinfo for good in loader (U-Boot-based) and ARM.raj2010-07-112-78/+0
* Temporarily bring back the ARM bootinfo (and make tinderbox happy).raj2010-06-142-0/+78
* Convert Marvell ARM platforms to FDT convention.raj2010-06-132-74/+1
* Initial FDT infrastructure elements for ARM.raj2010-06-132-0/+105
* Initial loader(8) support for Flattened Device Tree.raj2010-05-251-0/+1
* Catchup with new prototype for db_printf().cognet2010-05-141-1/+1
* The FA526 belongs to the ARM9TDMI familykevlo2010-05-121-1/+0
* Add support for FA626TE.kevlo2010-05-042-8/+10
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-1/+1
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+2
* Add BUS_SPACE_UNRESTRICTED and define it to be ~0, just like all theimp2010-04-081-0/+2
* Show the cpu info for fa526kevlo2010-02-201-0/+1
* Correct both FA526/FA626TE cpu ids since the cpu id is alwayskevlo2010-02-201-2/+2
* The NetBSD Foundation has granted permission to remove clauses 3 and 4.imp2010-02-165-35/+0
* Correct cpu id for FA526.kevlo2010-02-141-1/+2
* Add support for Cavium Econa CNS11XX ARM boards. These boards wererpaulo2010-01-042-2/+26
* Intel XScale hwpmc(4) support.rpaulo2009-12-231-6/+42
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-101-0/+3
* Promote the cpu_class local variable to global and expose it in md_var.hrpaulo2009-09-261-0/+21
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-18/+57
* Add support to the virtual memory system for configuring machine-alc2009-07-122-2/+5
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* Correct the #endif comment.alc2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityalc2009-06-261-0/+35
* Track the kernel mapping of a physical page by a new entry in vm_pagethompsa2009-06-181-0/+2
* Pass the previously returned IRQ back to arm_get_next_irq() so thatmarcel2009-06-091-1/+1
* Define the kernel pmap in the same way on arm as on every otheralc2009-05-071-3/+2
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-2/+0
OpenPOWER on IntegriCloud