summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-0513-332/+530
|\
| * ARM: KVM: iterate over all CPUs for CPU compatibility checkAndre Przywara2013-04-281-3/+12
| * KVM: ARM: Fix spelling in error messageChristoffer Dall2013-04-281-1/+1
| * ARM: KVM: define KVM_ARM_MAX_VCPUS unconditionallyArnd Bergmann2013-04-281-3/+3
| * ARM: KVM: promote vfp_host pointer to generic host cpu contextMarc Zyngier2013-04-283-18/+20
| * ARM: KVM: add architecture specific hook for capabilitiesMarc Zyngier2013-04-282-1/+6
| * ARM: KVM: perform HYP initilization for hotplugged CPUsMarc Zyngier2013-04-283-22/+63
| * ARM: KVM: switch to a dual-step HYP init codeMarc Zyngier2013-04-285-79/+197
| * ARM: KVM: rework HYP page table freeingMarc Zyngier2013-04-283-103/+82
| * ARM: KVM: enforce maximum size for identity mapped codeMarc Zyngier2013-04-281-1/+6
| * ARM: KVM: move to a KVM provided HYP idmapMarc Zyngier2013-04-284-34/+24
| * ARM: KVM: fix HYP mapping limitations around zeroMarc Zyngier2013-04-281-11/+10
| * ARM: KVM: simplify HYP mapping populationMarc Zyngier2013-04-281-60/+42
| * ARM: KVM: arch_timer: use symbolic constantsMark Rutland2013-04-281-3/+4
| * ARM: KVM: add support for minimal host vs guest profilingMarc Zyngier2013-04-284-1/+76
| * Merge branch 'kvm-arm-cleanup' from git://github.com/columbia/linux-kvm-arm.gitGleb Natapov2013-04-2519-387/+585
| |\
| * | KVM: ARM: Fix kvm_vm_ioctl_irq_lineAlexander Graf2013-04-161-1/+2
| * | Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2013-03-2196-283/+396
| |\ \
| * | | KVM: ARM: Remove kvm_arch_set_memory_region()Takuya Yoshikawa2013-03-041-8/+0
| * | | KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa2013-03-041-1/+2
| * | | KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa2013-03-041-2/+2
| * | | KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa2013-03-041-4/+2
* | | | arm: single_open() leaksAl Viro2013-05-052-2/+2
* | | | Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-041-1/+0
|\ \ \ \
| * | | | mmc: at91/avr32/atmel-mci: fix DMA-channel leak on module unloadJohan Hovold2013-03-221-1/+0
* | | | | Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-0473-528/+1526
|\ \ \ \ \
| * | | | | ARM: msm: USB_MSM_OTG needs USB_PHYArnd Bergmann2013-04-291-0/+1
| * | | | | Merge tag 'davinci-for-v3.10/board-2-v2' of git://git.kernel.org/pub/scm/linu...Olof Johansson2013-04-1725-41/+192
| |\ \ \ \ \
| | * | | | | ARM: davinci: da850 evm: fix const qualifier placementSekhar Nori2013-04-171-2/+2
| | * | | | | ARM: davinci: da850 board: add remoteproc supportRobert Tivy2013-04-172-0/+12
| * | | | | | Merge tag 'boards-3.10' of git://git.infradead.org/users/jcooper/linux into n...Olof Johansson2013-04-1711-209/+555
| |\ \ \ \ \ \
| | * | | | | | ARM: Kirkwood: update Network Space Mini v2 descriptionSimon Guinot2013-04-102-2/+7
| | * | | | | | ARM: Kirkwood: DT board setup for CloudBoxSimon Guinot2013-04-108-8/+116
| | * | | | | | ARM: Kirkwood: sort board entries by ASCII-code orderSimon Guinot2013-04-103-201/+203
| | * | | | | | ARM: kirkwood: add MACH_GURUPLUG_DT to defconfigSebastian Hesselbarth2013-03-301-0/+1
| | * | | | | | ARM: kirkwood: Add support for NETGEAR ReadyNAS Duo v2 using DTArnaud Ebalard2013-03-288-0/+230
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'msm-defconfig-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2013-04-141-45/+109
| |\ \ \ \ \ \
| | * | | | | | ARM: msm: enable SSBI driver in defconfigDavid Brown2013-03-121-0/+1
| | * | | | | | ARM: msm: Concentrate defconfig on DT supported devicesStephen Boyd2013-03-061-45/+108
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'armsoc/pxa' of git://github.com/hzhuang1/linux into next/boardsOlof Johansson2013-04-1131-80/+198
| |\ \ \ \ \ \
| | * | | | | | ARM: pxa: move debug uart codeHaojian Zhuang2013-04-114-53/+42
| | * | | | | | ARM: pxa: select PXA935 on saar & tavorevbHaojian Zhuang2013-04-111-0/+2
| | * | | | | | ARM: mmp: add more compatible names in gpio driverHaojian Zhuang2013-04-115-6/+6
| | * | | | | | ARM: pxa: move PXA_GPIO_TO_IRQ macroHaojian Zhuang2013-04-1113-5/+88
| | * | | | | | ARM: pxa: remove cpu_is_xxx in gpio driverHaojian Zhuang2013-04-1114-20/+64
| * | | | | | | Merge tag 'omap-for-v3.10/board-signed' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2013-04-0973-272/+580
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: OMAP: board-4430sdp: Provide regulator to pwm-backlightAndrew Chew2013-04-081-0/+6
| | * | | | | | | ARM: OMAP: zoom: Use pwm stack for lcd and keyboard backlightPeter Ujfalusi2013-04-082-57/+52
| | * | | | | | | ARM: OMAP2+: omap2plus_defconfig: Add support for BMP085 pressure sensorRuslan Bilovol2013-04-081-0/+1
| | * | | | | | | omap2+: Remove useless Makefile linePaul Bolle2013-04-081-2/+0
OpenPOWER on IntegriCloud