summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Delete cpu_do_powersave which is set but never used/testedganbold2015-05-131-15/+0
* Fix the vmstat -i output on ARM.loos2015-05-131-1/+1
* Fix the SMP initialization on RPi 2 (BCM2836).loos2015-05-131-3/+2
* Add support for the power button on BeagleBone Black.loos2015-05-131-6/+73
* Disable WPI in case of aml8726-m3.ganbold2015-05-121-0/+14
* Retire pmap_lazyfix(). This function only existed in the new armv6 pmapalc2015-05-115-115/+2
* Add the kernel support for Thumb-2. It is only supported on ARMv7 as theandrew2015-05-115-57/+128
* Mark thumb entry points as such when building for thumb, otherwise markandrew2015-05-111-1/+7
* Use the Thumb compliant version of the add instruction. We can only useandrew2015-05-111-1/+1
* List both registers to use in the 64-bit atomic instructions. We will needandrew2015-05-111-19/+19
* cpu-v6.h should only be used in the kernel, add an error to enforce this.andrew2015-05-111-0/+7
* Move to use __ARM_ARCH in more places in the kernel.andrew2015-05-112-21/+12
* Use the ACLE spelling of _ARM_ARCH_6: "__ARM_ARCH >= 6"andrew2015-05-111-1/+2
* Use the new gic option on all configs that need it.andrew2015-05-1016-8/+24
* Use the new gic option. While here remove extra whitespace from the ned ofandrew2015-05-102-4/+6
* Add the gic to files.arm under "device gic" and use it with theandrew2015-05-102-2/+3
* First pass clenup over the Marvell db-88f6xxx kernel configs.andrew2015-05-104-124/+120
* Clean up the style to use "options<space><tab>".andrew2015-05-101-3/+3
* Pass over the at91 kernels to reduce the diff between them.andrew2015-05-0910-356/+468
*-. Merge ^/projects/release-arm-redux into ^/head.gjb2015-05-093-84/+0
|\ \
| * | Use the IMX6 kernel configuration for the WANDBOARD build,gjb2015-05-083-84/+0
| |/
* | Pass the resources requests to the upper bus.loos2015-05-091-0/+11
* | This follows the gic and ti/aintc code by adding additional barriers to theganbold2015-05-081-0/+6
* | Add the SMP support for Raspberry Pi 2 (BCM2836).loos2015-05-076-10/+255
* | Correct PL310_POWER_CTRL offsetemaste2015-05-071-1/+1
* | Clean up the ARM kernel configs to use 'include<space><tab>"file"'.andrew2015-05-0766-110/+110
* | Add new CP15 operations and DB_SHOW_COMMAND to print CP15 registerszbb2015-05-064-1/+62
|/
* This patch adds support for the extended baud rate registerganbold2015-05-062-7/+54
* Add the code necessary to run the imx6 chip at its lowest clock/powerian2015-05-054-21/+63
* Start to reduce the diff between the Atmel kernel configs.andrew2015-05-053-80/+89
* The VIRT kernel config targets armv6.andrew2015-05-051-33/+1
* Move the first batch of common armv6 options to std.armv6.andrew2015-05-0517-491/+33
* Create std.arm and std.armv6 config files and include the right one fromian2015-05-0549-6/+60
* Update the comment on what CPUs this driver supports.andrew2015-05-051-1/+1
* Now that DMA works, enable the audio driver on RPi 2.loos2015-05-051-2/+2
* Enable DMA for sdhci on RPi 2 (BCM2836).loos2015-05-051-8/+1
* Fix DMA on RPi 2.loos2015-05-051-3/+9
* In preparation for the next cycle of official ARM images, add ARM_NEW_PMAPloos2015-05-045-0/+5
* On an icache sync by address/len, round the length up if the operation spansian2015-05-041-0/+3
* Fix the voltage and clock levels for cpufreq on RPi 2.loos2015-05-041-17/+42
* Fix the vt(4) framebuffer driver on RPi 2.loos2015-05-021-191/+72
* Fix the sc(4) framebuffer driver on RPi 2.loos2015-05-021-277/+139
* Add the routines to query and setup the framebuffer state using theloos2015-05-022-0/+327
* Fix the kernel ident for RPI2.loos2015-05-021-2/+2
* Remove an unused variable.loos2015-05-021-2/+0
* Remove support for being compiled under OABI. We don't support thatimp2015-05-021-12/+0
* Fix pmap_dcache_wb_pou in the new armv6 pmap to correctly achieve icacheandrew2015-04-281-5/+4
* Update Amlogic MMC driver:ganbold2015-04-282-152/+180
* The add_bounce_page() function can be called when loading physicalhselasky2015-04-282-4/+4
* Pass the supplied buffer length instead of a fixed size.loos2015-04-271-2/+1
OpenPOWER on IntegriCloud