summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Don't check and warn about pmap mismatch on every call to busdma sync.ian2013-03-231-17/+11
* Minimal timer period of 100us introduced in r244758 is overkill. Whilemav2013-03-211-4/+11
* Integrate Efika MX project back to home.ray2013-03-2027-0/+6837
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-192-0/+4
* o Switch to use physical addresses in rman for FDT.ray2013-03-181-1/+1
* Eliminate an intermediate buffer and some memcpy() operations, and doian2013-03-171-67/+43
* Add a macro that gets the physical address of a memory mapped deviceian2013-03-174-8/+13
* Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can beandrew2013-03-161-23/+0
* Implement the required but unused __aeabi_unwind_cpp_* functions in theandrew2013-03-161-0/+15
* Add an END macro to ARM. This is mostly used to tell gas where the boundsandrew2013-03-1636-13/+355
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-143-1/+133
* 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
|\ \ | |/
OpenPOWER on IntegriCloud