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