summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only receive the interrupts on the first core, to avoid duplicate interrupts.cognet2013-08-021-1/+1
* Add identification for Cortex-A7 (R0) cores.ganbold2013-08-013-1/+5
* Back out r253779 & r253786.obrien2013-07-3139-39/+4
* Initialisation routines for the mailbox, spinlock and PRU-ICSS clocks.rpaulo2013-07-312-1/+79
* The errata 727915 requires a different workaround for r2p0, we have tocognet2013-07-291-13/+26
* Remove useless cache operations.cognet2013-07-291-5/+0
* Decouple yarrow from random(4) device.obrien2013-07-2939-4/+39
* Explicitely include <machine/pcb.h>, so that we get the definition ofcognet2013-07-291-0/+1
* Define KDB_STOPPEDPCB, so that we can access the backtraces of threads runningcognet2013-07-292-0/+5
* Revert r253748,253749avg2013-07-281-3/+2
OpenPOWER on IntegriCloud