summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* MFCattilio2013-03-0223-160/+1192
|\
| * Move some virtual memory constants to the top of the file where they are onandrew2013-03-021-21/+25
| * Build the Raspberry Pi dtb file when building the kernel so we can copy itandrew2013-03-021-1/+1
| * Ensure the stack is correctly aligned before calling the first C function.andrew2013-03-021-0/+1
| * Increase the maximum text size on ARM to 64MiB. Without this clang would beandrew2013-03-011-1/+3
| * Eliminate a redundant #include: machine/pmap.h is already includedalc2013-03-017-7/+0
| * Copy the definition of VM_MAX_AUTOTUNE_MAXUSERS from i386. (See r242847.)alc2013-03-011-0/+4
| * Enable uart driver for A10.ganbold2013-03-012-3/+3
| * Add platform DMA support to SDHCI driver for BCM2835gonzo2013-02-281-4/+300
| * Add driver for BCM2835's DMA enginegonzo2013-02-283-0/+790
| * MFcalloutng:mav2013-02-287-126/+68
| * Complete r247297:attilio2013-02-287-14/+0
| * Fix typogonzo2013-02-271-1/+1
| * - Initialize GPIO_OE register based on pinmux configurationgonzo2013-02-271-0/+14
| * Merge from vmc-playground branch:attilio2013-02-262-4/+2
| * Export vfp_init() prototype, for use in the MP code.cognet2013-02-261-0/+1
| * Fix SMP build.cognet2013-02-261-4/+3
| * Don't forget to init the VFP stuff for all cores.cognet2013-02-261-0/+8
| * Be more conservative in auto-sizing and capping the kmem submap. Inalc2013-02-261-3/+3
| * Eliminate a redundant #include: machine/pmap.h is already includedalc2013-02-262-2/+0
| * RPi users might want to touch the boot partition, which is always FATkientzle2013-02-261-2/+5
* | Revert some introduction of rwlock.h and remove unusedattilio2013-02-287-21/+0
* | MFCattilio2013-02-271-0/+14
* | MFCattilio2013-02-262-4/+2
* | MFCattilio2013-02-263-4/+12
* | MFCattilio2013-02-264-7/+8
* | MFCattilio2013-02-261-14/+13
|\ \ | |/
| * Merge from vmobj-rwlock branch:attilio2013-02-262-2/+0
| * Fix off-by-one error in sanity checksgonzo2013-02-251-7/+7
| * - Fix off-by-one error when returning max pin numbergonzo2013-02-251-7/+6
* | MFCattilio2013-02-242-1/+22
|\ \ | |/
| * Add macroses to properly map IO peripherals memory window fromgonzo2013-02-231-0/+14
| * Add basic and not very reliable protection against going to sleep withmav2013-02-231-1/+8
* | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-212-6/+6
* | Remove supposedly unused vm_pager.h.attilio2013-02-212-4/+0
* | MFCattilio2013-02-2113-24/+32
|\ \ | |/
| * Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-2013-24/+32
* | Fix other architectures and ZFS.attilio2013-02-2110-0/+10
* | Switch vm_object lock to be a rwlock.attilio2013-02-202-6/+6
|/
* Spelling fixesgonzo2013-02-191-2/+2
* Roll back change of frequency for initialization sequence since itgonzo2013-02-191-7/+6
* Define gpio constants rather than using enum.ganbold2013-02-191-11/+7
* Place a cap on the size of the kernel's heap, also known as the kmemalc2013-02-181-0/+8
* On arm, like sparc64, the end of the kernel map varies from one type ofalc2013-02-184-4/+9
* - Add hw.bcm2835.sdhci.hs tunable to enable/disable highspeed mode ingonzo2013-02-171-1/+23
* In _bus_dmamap_addseg(), the return value must be zero for error, or the sizeian2013-02-162-4/+4
* Set map->pmap before _bus_dmamap_count_pages() tries to use it.ian2013-02-151-1/+2
* Enable USB1 (which is EHCI0) for Allwinner A10gonzo2013-02-153-0/+7
* Fix copy-paste error in bus_space_unmap argumentgonzo2013-02-151-5/+3
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-689/+579
OpenPOWER on IntegriCloud