summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Revert accidental commit.rpaulo2013-09-021-1/+1
* Initial support for the Digi ConnectCore(c) i.MX53 / Wi-i.MX53 boards.rpaulo2013-09-0110-6/+393
* Unconditionally compile the __sync_* atomics support functions into compiler-rttheraven2013-08-311-11/+62
* Fix a typo in a comment.rpaulo2013-08-311-1/+1
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-292-0/+16
* Introduce superpages support for ARMv6/v7.raj2013-08-264-124/+1140
* Provide settings for superpage reservation system on ARM.raj2013-08-261-2/+9
* Add missing TAILQ initializer (omitted in r250634).raj2013-08-261-0/+1
* Update the root device to be correct for use with crochet.andrew2013-08-261-1/+1
* Revert r251370 as it contains a deadlock.andrew2013-08-261-120/+0
* Add the frame information to cpu_switch to allow us to unwind out of it,andrew2013-08-251-0/+5
* Add the unwind information to irq_entry so we can pass through it whenandrew2013-08-251-0/+1
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-222-4/+0
* Add support for uarts other than the serial console in TI OMAP SoCs.ian2013-08-211-0/+1
* Make the noop clock successfully do nothing, because doing nothing andian2013-08-211-1/+31
* Define the uart clocks so that they can be en/disabled at runtime.ian2013-08-212-1/+30
* Enable VFP on ARMADA XP.andrew2013-08-201-0/+1
* Make the standard sdhci(4) driver work for the TI OMAP family SoCs.ian2013-08-203-1/+568
* Enable VFP on the Zedboard.andrew2013-08-191-0/+1
* Do not use pv_kva on ARMv6/v7 and save some space on each vm_page. It's onlyraj2013-08-192-1/+3
* Simplify and clean up pmap_clearbit()raj2013-08-191-7/+2
* Fix ARMv6/v7 mapping's wired status.raj2013-08-191-1/+2
* Clear all L2 PTE protection bits before their configuration.raj2013-08-192-2/+2
* Simplify pv_entry removal or ARMv6/v7:raj2013-08-191-36/+18
* Enable VFP on the Arndale Board.andrew2013-08-191-0/+1
* Increase the max KVA available for general consumption on the Exynos 5.cognet2013-08-181-2/+2
* Enable VFP in the Versatile PB (QEMU) kernel. Tested on QEMU 1.6.0.andrew2013-08-181-0/+1
* Enable VFP on the CubieBoard and CubieBoard 2.andrew2013-08-182-0/+2
* Enable VFP support on EFIKA MX.andrew2013-08-181-0/+1
* Enable VFP support for BeagleBone.ian2013-08-171-0/+1
* Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. Thisandrew2013-08-179-18/+19
* Remove the ARMFPE option. It is unsupported, and appears to be broken asandrew2013-08-171-9/+0
* Remove fpe_sp_state as we don't support fpe.andrew2013-08-172-13/+0
* Remove unused FPE code. This is not enabled anywhere as it is the onlyandrew2013-08-171-34/+0
* Rename imx_machdep.c to imx51_machdep.c, because it contains hardwareian2013-08-132-1/+1
* Add imx6 compatibility and make the driver work for any clock frequency.ian2013-08-132-79/+132
* Only allocate 2 bounce pages for maps that can only use them for buffers thatcognet2013-08-111-1/+6
* Use the correct address when calling kva_free()cognet2013-08-101-1/+1
* - The address lies in the bus space handle, not in the cookiecognet2013-08-101-5/+5
* Instead of just trying to do it for arm, make sure vm_kmem_size is properlycognet2013-08-091-2/+2
* - The address lies in the bus space handle, not in the cookiecognet2013-08-091-5/+5
* Make sure vm_kmem_size is aligned on a page boundary, since that's what vmemcognet2013-08-091-2/+2
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-092-23/+20
* Don't bother trying to work around buffers which are not aligned on a cachecognet2013-08-071-166/+76
* Bring initial support for Allwinner A20 SoC (Cubieboard2).ganbold2013-08-078-4/+408
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-0713-24/+25
* We no longer need to align the stack before calling swi_handler as it isandrew2013-08-061-3/+0
* Let the platform calculate the timer frequency at runtime, and use that forcognet2013-08-052-6/+19
* When entering exception handlers we may not have an aligned stack. This isandrew2013-08-053-6/+17
* Tweak the imx debug console code so that it works with multiple SoCs.ian2013-08-031-19/+32
OpenPOWER on IntegriCloud