aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-081-0/+1
* Continue to introduce Capsicum capability mode:Robert Watson2011-03-011-0/+21
* Add a real dependency on the microcode.David E. O'Brien2011-02-251-1/+1
* Get myself a brain, move the call to init_param1() before the first use inOlivier Houchard2011-02-213-6/+9
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Fix the R_ARM_ABS32 relocation implementation. The memory addressMarcel Moolenaar2011-02-171-3/+1
* Remove pmap fields that are either unused or not fully implemented.Alan Cox2011-02-171-2/+0
* Oops, wasn't supposed to commit this.Olivier Houchard2011-02-131-1/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantOlivier Houchard2011-02-136-13/+18
* Whitespace tweak.John Baldwin2011-02-091-1/+1
* In arm_get_next_irq(), use the last IRQ argument in order to preventMarcel Moolenaar2011-02-081-11/+23
* o Make sure to mask off timer1 interrupts. It's not necessarilyMarcel Moolenaar2011-02-081-1/+2
* Remove use_high from the softc and simply check the number of GPIOMarcel Moolenaar2011-02-071-7/+3
* unbreak mutlicast hash creation for the second time.Bernd Walter2011-02-071-2/+12
* 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-053-6/+6
* The FDT describes the host controller directly. There's no need toMarcel Moolenaar2011-02-031-17/+10
* Accept r1 as having the metadata pointer argument if r0 is 0.Marcel Moolenaar2011-02-031-4/+10
* Put the general logic for being a CPU hog into a new functionMatthew D Fleming2011-02-021-2/+1
* Introduce macro FDT_MAP_IRQ to map from an interrupt controller andMarcel Moolenaar2011-01-291-0/+3
* Move the load address of the kernel to the start of KVA as theAndrew Turner2011-01-291-4/+4
* Fix r217688. We need to call init_param1() before we use msgbufsize,Marcel Moolenaar2011-01-221-1/+3
* Fix backtraces by defining ksym_start & ksym_end if DDB isMarcel Moolenaar2011-01-221-0/+8
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-219-36/+21
* For architectures not using direct map , and requiring real KVA page forKonstantin Belousov2011-01-181-1/+1
* Remove empty dev_mem_md_init() stubs.Jung-uk Kim2011-01-171-5/+0
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().Jung-uk Kim2011-01-172-1/+6
* Don't re-use MODINFOMD_BOOTINFO as MODINFOMD_DTBP. It breaksMarcel Moolenaar2011-01-111-1/+2
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-112-2/+0
* 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 bogus usage of INTR_FAST. "Fast" interrupts are now indicated byJohn Baldwin2011-01-061-1/+1
* - Add a proper return value to mv_gpio_intr().John Baldwin2011-01-061-4/+5
* - Use macbstart_locked() directly instead of deferring it to a task.John Baldwin2011-01-061-16/+14
* Remove support for SKYEYE simulatorWarner Losh2011-01-055-52/+0
* Remove ancient simulation code. Skyeye simulation never really workedWarner Losh2011-01-052-90/+0
* IXP4XX_GPIO_{,UN}LOCK() don't take args. Remove the sc here to makeWarner Losh2010-12-231-10/+10
* Fix double ;;Kevin Lo2010-12-061-1/+1
* 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
* Provide a mutex around the read/modify/write of the IXP425_GPIO_*Andrew Thompson2010-11-146-45/+35
* Add a GPIO driver for the Gateworks Cambria platform.Andrew Thompson2010-11-114-0/+480
* add hint for at45d flash device sitting of spibus0Bernd Walter2010-11-111-0/+4
* - Remove <machine/mutex.h>. Most of the headers were empty, and theJohn Baldwin2010-11-091-32/+0
* Fix typos.Rebecca Cran2010-11-091-2/+2
* Minor cosmetic changesKevin Lo2010-11-091-4/+4