summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Fix DELAY() on RPi, the wrong math was making it take twice it should.loos2013-09-231-1/+1
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-3/+15
* Fix GCC build for all ARMs. Revert bug introduced in r255613.zbb2013-09-201-4/+28
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-202-31/+0
* Fix panic in ktrcapfail() when no capability rights are passed.pjd2013-09-181-1/+1
* Fix GCC build error when building for ARMv6zbb2013-09-161-4/+4
* Implement pmap_advise() for ARMv6/v7 pmap modulezbb2013-09-161-1/+106
* Write protect base page after superpage demotion so that it may repromotezbb2013-09-161-1/+1
* Export a function to allow BCM2835's peripheral devices to enable theirloos2013-09-072-29/+75
* On ARM EABI double precision floating point values are stored in theandrew2013-09-071-1/+1
* Fix of r255318: move sf_buf_alloc()/sf_buf_free() out of #ifdefglebius2013-09-071-3/+4
* Fix an off-by-one bug in ar71xx_gpio and bcm2835_gpio which makes the lastloos2013-09-061-1/+1
* Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsglebius2013-09-061-0/+2
* 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
OpenPOWER on IntegriCloud