summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: ARM: Emulation framework and CP15 emulationChristoffer Dall2013-01-2311-4/+1160
* KVM: ARM: World-switch implementationChristoffer Dall2013-01-236-4/+1122
* KVM: ARM: Inject IRQs and FIQs from userspaceChristoffer Dall2013-01-234-0/+112
* KVM: ARM: Memory virtualization setupChristoffer Dall2013-01-238-2/+488
* KVM: ARM: Hypervisor initializationChristoffer Dall2013-01-239-0/+755
* KVM: ARM: Initial skeleton to compile KVM supportChristoffer Dall2013-01-2319-0/+1385
* ARM: Section based HYP idmapChristoffer Dall2013-01-234-12/+51
* ARM: Add page table and page defines needed by KVMChristoffer Dall2013-01-233-0/+47
* ARM: perf: simplify __hw_perf_event_init err handlingMark Rutland2013-01-181-5/+3
* ARM: perf: remove unnecessary checks for idx < 0Mark Rutland2013-01-181-8/+0
* ARM: perf: handle armpmu_register failingMark Rutland2013-01-181-5/+10
* ARM: perf: don't pretend to support counting of L1I writesWill Deacon2013-01-163-12/+12
* ARM: perf: remove redundant NULL check on cpu_pmuWill Deacon2013-01-141-1/+1
* ARM: Use implementor and part defines from cputype.hChristoffer Dall2013-01-111-18/+16
* ARM: Define CPU part numbers and implementorsChristoffer Dall2013-01-111-0/+33
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-01-097-22/+40
|\
| * ARM: 7616/1: cache-l2x0: aurora: Use writel_relaxed instead of writelGregory CLEMENT2013-01-071-4/+5
| * ARM: 7615/1: cache-l2x0: aurora: Invalidate during clean operation with WT en...Gregory CLEMENT2013-01-071-8/+14
| * ARM: 7614/1: mm: fix wrong branch from Cortex-A9 to PJ4bHaojian Zhuang2013-01-061-0/+1
| * ARM: 7612/1: imx: Do not select some errata that depends on !ARCH_MULTIPLATFORMFabio Estevam2013-01-061-2/+0
| * ARM: 7611/1: VIC: fix bug in VIC irqdomain codeLinus Walleij2013-01-021-2/+7
| * ARM: 7610/1: versatile: bump IRQ numbersLinus Walleij2013-01-021-3/+3
| * ARM: 7609/1: disable errata work-arounds which access secure registersRob Herring2013-01-023-2/+8
| * ARM: 7608/1: l2x0: Only set .set_debug on PL310 r3p0 and earlierRob Herring2013-01-021-1/+2
* | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-01-0843-137/+305
|\ \
| * \ Merge tag 'omap-for-v3.8-rc2/fixes-signed-v2' of git://git.kernel.org/pub/scm...Olof Johansson2013-01-0811-38/+132
| |\ \
| | * | ARM: OMAP2+: am33xx-hwmod: Fix wrongly terminated am33xx_usbss_mpu_irqs arrayPantelis Antoniou2013-01-071-1/+1
| | * | ARM: OMAP1: fix USB configuration use-after-releaseAaro Koskinen2013-01-032-2/+8
| | * | Merge tag 'omap-fixes-a2-for-v3.8-rc' of git://git.kernel.org/pub/scm/linux/k...Tony Lindgren2013-01-039-35/+123
| | |\ \
| | | * | ARM: OMAP2/3: PRM: fix bogus OMAP2xxx powerstate return valuesPaul Walmsley2013-01-023-28/+110
| | | * | ARM: OMAP3: clock data: Add missing enable/disable for EMU clockJon Hunter2013-01-021-0/+2
| | | * | ARM: OMAP4: PRM: Correct wrong instance usage for reading reset sourcesIvan Khoronzhuk2013-01-021-1/+1
| | | * | ARM: OMAP4: PRM: fix RSTTIME and RSTST offsetsNishanth Menon2013-01-021-2/+2
| | | * | ARM: OMAP4: PRM: Correct reset source mapIvan Khoronzhuk2013-01-021-2/+2
| | | * | ARM: OMAP: SRAM: resolve sparse warningsPaul Walmsley2013-01-011-0/+2
| | | * | ARM: OMAP AM33xx: hwmod data: resolve sparse warningsPaul Walmsley2013-01-011-2/+2
| | | * | ARM: OMAP: 32k counter: resolve sparse warningsPaul Walmsley2012-12-281-0/+2
| * | | | Merge branch 'v3.8-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2013-01-086-4/+13
| |\ \ \ \
| | * | | | ARM: EXYNOS: skip the clock initialization for exynos5440Kukjin Kim2013-01-051-0/+7
| | * | | | ARM: EXYNOS: enable PINCTRL for EXYNOS5440Kukjin Kim2012-12-281-0/+2
| | * | | | ARM: dts: use uart port1 for console on exynos4210-smdkv310Kukjin Kim2012-12-281-1/+1
| | * | | | ARM: dts: use uart port0 for console on exynos5440-ssdk5440Kukjin Kim2012-12-281-1/+1
| | * | | | ARM: SAMSUNG: fix the cpu id for EXYNOS5440Kukjin Kim2012-12-281-1/+1
| | * | | | ARM: EXYNOS: Revise HDMI resource sizeSean Paul2012-12-271-1/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'mxs-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 i...Olof Johansson2013-01-081-4/+4
| |\ \ \ \
| | * | | | ARM: dts: imx23-olinuxino: Fix IOMUX settingsFabio Estevam2012-12-251-4/+4
| | |/ / /
| * | | | Merge tag 'imx-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 i...Olof Johansson2013-01-082-2/+2
| |\ \ \ \
| | * | | | ARM: mx5: Fix MX53 flexcan2 clockMarek Vasut2013-01-081-1/+1
| | * | | | ARM: dts: imx31-bug: Fix manufacturer compatible stringFabio Estevam2013-01-041-1/+1
| | |/ / /
| * | | | Merge tag 'mvebu_fixes_for_v3.8' of git://git.infradead.org/users/jcooper/lin...Olof Johansson2013-01-0712-20/+57
| |\ \ \ \