aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofAttilio Rao2011-07-182-13/+10
* Do not call platform_gpio_init() early. It doesn't work because we doMarcel Moolenaar2011-07-152-26/+2
* Set preload_addr_relocate accordingly so that preloaded modules andMarcel Moolenaar2011-07-151-0/+1
* In pmap_protect(), don't call vm_page_dirty() if the page is unmanaged.Marcel Moolenaar2011-07-151-3/+6
* Add some checks to ensure that Capsicum is behaving correctly, and add someJonathan Anderson2011-06-301-9/+11
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisAlan Cox2011-06-291-2/+2
* We may split today's CAPABILITIES into CAPABILITY_MODE (which hasJonathan Anderson2011-06-291-2/+2
* TypoKevin Lo2011-06-291-1/+1
* Remove duplicate header includesKevin Lo2011-06-263-4/+0
* Comment out AH_DEBUG, to get this kernel to compile, until AH_DEBUG is fixed.Olivier Houchard2011-06-241-1/+1
* MFCAttilio Rao2011-05-132-1/+4
|\
| * Move the ZERO_REGION_SIZE to a machine-dependent file, as on manyMatthew D Fleming2011-05-131-0/+3
| * In pmap_change_wiring(), use the right argument for pmap_modify_pv().Olivier Houchard2011-05-131-1/+1
* | Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-053-4/+4
|/
* Change rman_manage_region() to actually honor the rm_start and rm_endJohn Baldwin2011-04-291-2/+2
* Fix build of this kernel config. The ath(4) bits need the 11n frame formatJohn Baldwin2011-04-291-1/+1
* Add the watchdogs patting during the (shutdown time) disk syncing andAttilio Rao2011-04-282-0/+16
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXAlexander Motin2011-04-263-0/+3
* Typo fixOlivier Houchard2011-04-251-1/+1
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAAlexander Motin2011-04-249-30/+29
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantSergey Kandaurov2011-04-191-2/+3
* Delete mistakenly added sys/files.ts7800Philip Paeps2011-04-181-0/+80
* Add basic support for the Marvell Orion TS-7800.Philip Paeps2011-04-152-0/+19
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIHans Petter Selasky2011-04-121-2/+2
* - Correct EHCI interrupt disabling at detach.Hans Petter Selasky2011-04-031-1/+1
* Break out the ath PCI logic into a separate device/module.Adrian Chadd2011-03-312-2/+4
* Fix mv_gpio_in() for pin numbers that occupy bits 8-31 in GPIO registers.Marcel Moolenaar2011-03-161-1/+1
* Make get_cyclecount(9) little bit more useful where binuptime(9) is used.Jung-uk Kim2011-03-141-1/+1
* 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