summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* MIPS: features: Add initial support for Segmentation Control registersSteven J. Hill2014-01-224-0/+36
* MIPS: features: Add initial support for TLBINVF capable coresLeonid Yegoshin2014-01-223-0/+9
* MIPS: mm: Move UNIQUE_ENTRYHI macro to a header fileMarkos Chandras2014-01-223-8/+3Star
* MIPS: Add missing bits for Config registersLeonid Yegoshin2014-01-221-2/+38
* MIPS: MT: proc: Add support for printing VPE and TC idsMarkos Chandras2014-01-221-1/+8
* MIPS: Malta: Remove ttyS2 serial for CMP platformsLeonid Yegoshin2014-01-221-0/+2
* MIPS: Add printing of ES bit for Imgtec cores when cache error occurs.Leonid Yegoshin2014-01-221-8/+21
* MIPS: GIC: Send IPIs using the GICSteven J. Hill2014-01-221-0/+27
* MIPS: MT: Mark existing TCs as presentMarkos Chandras2014-01-221-0/+1
* MIPS: mm: c-r4k: Panic if IL or DL fields have a reserved valueMarkos Chandras2014-01-221-8/+16
* MIPS: kernel: smp-cmp: MIPS MT code needs CONFIG_MIPS_MTMarkos Chandras2014-01-221-0/+3
* MIPS: BCM47XX: Fix some very confused types and data corruptionIlia Mirkin2014-01-221-9/+9
* MIPS: BCM47XX: add vectored interrupt supportHauke Mehrtens2014-01-222-0/+24
* MIPS: BCM47XX: add cpu-feature-overrides.hHauke Mehrtens2014-01-221-0/+82
* MIPS: BCM47XX: move constant array from stackHauke Mehrtens2014-01-221-1/+1
* MIPS: BCM47XX: add asmlinkage to plat_irq_dispatch()Hauke Mehrtens2014-01-221-1/+1
* MIPS: BCM47XX: update defconfigHauke Mehrtens2014-01-221-580/+43Star
* MIPS: BCM47XX: add EARLY_PRINTK_8250 supportHauke Mehrtens2014-01-222-0/+11
* MIPS: BCM47XX: Remove CFE supportHauke Mehrtens2014-01-222-93/+0Star
* MIPS: BCM47XX: only print SoC name in system type in cpuinfoHauke Mehrtens2014-01-223-22/+13Star
* MIPS: BCM63XX: drop SYS_HAS_CPU_MIPS32R1Jonas Gorski2014-01-221-1/+0Star
* MIPS: cpu-type: guard BMIPS variants with SYS_HAS_CPU_BMIPS*Jonas Gorski2014-01-221-3/+10
* MIPS: BCM47XX: select BMIPS CPUs for BCM47XX_SSBJonas Gorski2014-01-221-0/+1
* MIPS: BCM63XX: let the individual SoCs select the appropriate CPUsJonas Gorski2014-01-222-1/+8
* MIPS: BCM63XX: always register bmips smp opsJonas Gorski2014-01-221-4/+2Star
* MIPS: BMIPS: add a smp ops registration helperJonas Gorski2014-01-223-1/+28
* MIPS: BMIPS: extend BMIPS3300 to include BMIPS32Jonas Gorski2014-01-221-4/+4
* MIPS: BMIPS: select CPU_HAS_PREFETCHJonas Gorski2014-01-221-0/+1
* MIPS: BMIPS: select CPU_SUPPORTS_HIGHMEMJonas Gorski2014-01-221-1/+1
* MIPS: BMIPS: merge CPU options into one optionJonas Gorski2014-01-221-41/+39Star
* MIPS: BMIPS: change compile time checks to runtime checksJonas Gorski2014-01-224-137/+235
* MIPS: allow asm/cpu.h to be included from assemblyJonas Gorski2014-01-221-0/+3
* MIPS: BCM63XX: disable SMP also on BCM3368Jonas Gorski2014-01-221-4/+4
* MIPS: BCM63XX: add HSSPI platform device and register itJonas Gorski2014-01-224-2/+60
* MIPS: BCM63XX: add HSSPI IRQ and register offsetsJonas Gorski2014-01-221-0/+18
* MIPS: BCM63XX: setup the HSSPI clock rateJonas Gorski2014-01-221-0/+18
* MIPS: BCM63XX: expose the HSSPI clockJonas Gorski2014-01-221-0/+24
* MIPS: Support for 64-bit FP with O32 binariesPaul Burton2014-01-1319-236/+449
* MIPS: Remove unused {en,dis}able_fpu macrosPaul Burton2014-01-131-13/+0Star
* MIPS: microMIPS: mfhc1 & mthc1 support for the FPU emulatorSteven J. Hill2014-01-132-1/+9
* MIPS: math-emu: Add mfhc1 & mthc1 support.Leonid Yegoshin2014-01-132-2/+27
* Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds2014-01-101-1/+1
|\
| * Merge tag 'samsung-clk-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Mike Turquette2014-01-061-1/+1
| |\
| | * ARM: dts: exynos5250: Fix MDMA0 clock numberAbhilash Kesavan2013-12-301-1/+1
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-01-103-5/+5
|\ \ \
| * \ \ Merge tag 'renesas-fixes3-for-v3.13' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2014-01-023-5/+5
| |\ \ \
| | * | | ARM: shmobile: mackerel: Fix coherent DMA maskLaurent Pinchart2013-12-261-2/+2
| | * | | ARM: shmobile: kzm9g: Fix coherent DMA maskLaurent Pinchart2013-12-261-1/+1
| | * | | ARM: shmobile: armadillo: Fix coherent DMA maskLaurent Pinchart2013-12-261-2/+2
* | | | | parisc: Ensure full cache coherency for kmap/kunmapJohn David Anglin2014-01-083-46/+6Star