summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-2/+2
* Use m_get2() to get an mbuf of appropriate size.glebius2013-03-121-6/+3
* Don't use an empty struct.cognet2013-03-111-0/+1
* Fix a typo where db_printf was spelt printf.andrew2013-03-101-1/+1
* Update how we read the stack pointer to work on both GCC and clang.andrew2013-03-101-2/+5
* Tell the unwinder we can't unwind swi_entry. This fixes an infinite loopandrew2013-03-101-0/+4
* __FreeBSD_ARCH_armv6__ is undefined on clang. We can use __ARM_ARCH inandrew2013-03-092-2/+2
* MFCattilio2013-03-091-0/+2
* MFCattilio2013-03-085-3/+29
|\
| * Fix stack alignment in the kernel to be on an 8 byte boundary as requiredandrew2013-03-063-3/+24
| * - Reset DMA channel if error occuredgonzo2013-03-051-0/+2
| * If we're using a PIPT L2 cache, only merge 2 segments if both the virtualcognet2013-03-041-0/+3
* | 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
OpenPOWER on IntegriCloud