| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the frame information to cpu_switch to allow us to unwind out of it, | andrew | 2013-08-25 | 1 | -0/+5 |
* | Add the unwind information to irq_entry so we can pass through it when | andrew | 2013-08-25 | 1 | -0/+1 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 2 | -4/+0 |
* | Add support for uarts other than the serial console in TI OMAP SoCs. | ian | 2013-08-21 | 1 | -0/+1 |
* | Make the noop clock successfully do nothing, because doing nothing and | ian | 2013-08-21 | 1 | -1/+31 |
* | Define the uart clocks so that they can be en/disabled at runtime. | ian | 2013-08-21 | 2 | -1/+30 |
* | Enable VFP on ARMADA XP. | andrew | 2013-08-20 | 1 | -0/+1 |
* | Make the standard sdhci(4) driver work for the TI OMAP family SoCs. | ian | 2013-08-20 | 3 | -1/+568 |
* | Enable VFP on the Zedboard. | andrew | 2013-08-19 | 1 | -0/+1 |
* | Do not use pv_kva on ARMv6/v7 and save some space on each vm_page. It's only | raj | 2013-08-19 | 2 | -1/+3 |
* | Simplify and clean up pmap_clearbit() | raj | 2013-08-19 | 1 | -7/+2 |
* | Fix ARMv6/v7 mapping's wired status. | raj | 2013-08-19 | 1 | -1/+2 |
* | Clear all L2 PTE protection bits before their configuration. | raj | 2013-08-19 | 2 | -2/+2 |
* | Simplify pv_entry removal or ARMv6/v7: | raj | 2013-08-19 | 1 | -36/+18 |
* | Enable VFP on the Arndale Board. | andrew | 2013-08-19 | 1 | -0/+1 |
* | Increase the max KVA available for general consumption on the Exynos 5. | cognet | 2013-08-18 | 1 | -2/+2 |
* | Enable VFP in the Versatile PB (QEMU) kernel. Tested on QEMU 1.6.0. | andrew | 2013-08-18 | 1 | -0/+1 |
* | Enable VFP on the CubieBoard and CubieBoard 2. | andrew | 2013-08-18 | 2 | -0/+2 |
* | Enable VFP support on EFIKA MX. | andrew | 2013-08-18 | 1 | -0/+1 |
* | Enable VFP support for BeagleBone. | ian | 2013-08-17 | 1 | -0/+1 |
* | Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. This | andrew | 2013-08-17 | 9 | -18/+19 |
* | Remove the ARMFPE option. It is unsupported, and appears to be broken as | andrew | 2013-08-17 | 1 | -9/+0 |
* | Remove fpe_sp_state as we don't support fpe. | andrew | 2013-08-17 | 2 | -13/+0 |
* | Remove unused FPE code. This is not enabled anywhere as it is the only | andrew | 2013-08-17 | 1 | -34/+0 |
* | Rename imx_machdep.c to imx51_machdep.c, because it contains hardware | ian | 2013-08-13 | 2 | -1/+1 |
* | Add imx6 compatibility and make the driver work for any clock frequency. | ian | 2013-08-13 | 2 | -79/+132 |
* | Only allocate 2 bounce pages for maps that can only use them for buffers that | cognet | 2013-08-11 | 1 | -1/+6 |
* | Use the correct address when calling kva_free() | cognet | 2013-08-10 | 1 | -1/+1 |
* | - The address lies in the bus space handle, not in the cookie | cognet | 2013-08-10 | 1 | -5/+5 |
* | Instead of just trying to do it for arm, make sure vm_kmem_size is properly | cognet | 2013-08-09 | 1 | -2/+2 |
* | - The address lies in the bus space handle, not in the cookie | cognet | 2013-08-09 | 1 | -5/+5 |
* | Make sure vm_kmem_size is aligned on a page boundary, since that's what vmem | cognet | 2013-08-09 | 1 | -2/+2 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 2 | -23/+20 |
* | Don't bother trying to work around buffers which are not aligned on a cache | cognet | 2013-08-07 | 1 | -166/+76 |
* | Bring initial support for Allwinner A20 SoC (Cubieboard2). | ganbold | 2013-08-07 | 8 | -4/+408 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 13 | -24/+25 |
* | We no longer need to align the stack before calling swi_handler as it is | andrew | 2013-08-06 | 1 | -3/+0 |
* | Let the platform calculate the timer frequency at runtime, and use that for | cognet | 2013-08-05 | 2 | -6/+19 |
* | When entering exception handlers we may not have an aligned stack. This is | andrew | 2013-08-05 | 3 | -6/+17 |
* | Tweak the imx debug console code so that it works with multiple SoCs. | ian | 2013-08-03 | 1 | -19/+32 |
* | Only receive the interrupts on the first core, to avoid duplicate interrupts. | cognet | 2013-08-02 | 1 | -1/+1 |
* | Add identification for Cortex-A7 (R0) cores. | ganbold | 2013-08-01 | 3 | -1/+5 |
* | Back out r253779 & r253786. | obrien | 2013-07-31 | 39 | -39/+4 |
* | Initialisation routines for the mailbox, spinlock and PRU-ICSS clocks. | rpaulo | 2013-07-31 | 2 | -1/+79 |
* | The errata 727915 requires a different workaround for r2p0, we have to | cognet | 2013-07-29 | 1 | -13/+26 |
* | Remove useless cache operations. | cognet | 2013-07-29 | 1 | -5/+0 |
* | Decouple yarrow from random(4) device. | obrien | 2013-07-29 | 39 | -4/+39 |
* | Explicitely include <machine/pcb.h>, so that we get the definition of | cognet | 2013-07-29 | 1 | -0/+1 |
* | Define KDB_STOPPEDPCB, so that we can access the backtraces of threads running | cognet | 2013-07-29 | 2 | -0/+5 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -3/+2 |