summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-02-242-0/+26
|\
| * xen: event channel arrays are xen_ulong_t and not unsigned longIan Campbell2013-02-201-0/+22
| * xen: introduce xen_remap, use it instead of ioremapStefano Stabellini2013-02-191-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-232-19/+1
|\ \
| * | burying unused conditionalsAl Viro2013-02-141-2/+0
| * | arm: switch to generic old sigaction()Al Viro2013-02-031-7/+0
| * | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-6/+1
| * | consolidate declarations of k_sigactionAl Viro2013-02-031-4/+0
| |/
* | Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-216-7/+450
|\ \
| * \ Merge branch 'kvm-arm/timer' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2013-02-125-1/+347
| |\ \
| | * | ARM: KVM: arch_timers: Add timer world switchMarc Zyngier2013-02-111-1/+2
| | * | ARM: KVM: arch_timers: Add guest timer core supportMarc Zyngier2013-02-112-0/+90
| | * | Merge branch 'for-arm-soc/arch-timers' of git://git.kernel.org/pub/scm/linux/...Marc Zyngier2013-02-111-6/+103
| | |\ \
| | * | | ARM: KVM: VGIC initialisation codeMarc Zyngier2013-02-111-0/+11
| | * | | ARM: KVM: VGIC interrupt injectionMarc Zyngier2013-02-111-0/+8
| | * | | ARM: KVM: VGIC virtual CPU interface managementMarc Zyngier2013-02-111-0/+31
| | * | | ARM: KVM: VGIC distributor handlingMarc Zyngier2013-02-111-0/+82
| | * | | ARM: KVM: VGIC accept vcpu and dist base addresses from user spaceChristoffer Dall2013-02-112-0/+12
| | * | | ARM: KVM: Initial VGIC infrastructure codeMarc Zyngier2013-02-112-0/+88
| | * | | ARM: KVM: Keep track of currently running vcpusMarc Zyngier2013-02-111-0/+10
| | * | | KVM: ARM: Introduce KVM_ARM_SET_DEVICE_ADDR ioctlChristoffer Dall2013-02-111-0/+13
| | * | | Merge remote-tracking branch 'arm-soc/irqchip/gic-vic-move' into kvm-arm/vgicMarc Zyngier2013-01-243-114/+1
| | |\ \ \
| * | \ \ \ Merge branch 'depends/cleanup' into next/virtOlof Johansson2013-02-112-32/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'depends/rmk-psci' into next/virtOlof Johansson2013-02-113-0/+61
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'irqchip/gic-vic-move' into next/virtOlof Johansson2013-02-113-114/+1
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'for-arm-soc/arch-timers' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2013-02-111-6/+103
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | arm: arch_timer: move core to drivers/clocksourceMark Rutland2013-01-311-16/+3
| | * | | | | | arm: arch_timer: add arch_counter_set_user_accessMark Rutland2013-01-311-0/+12
| | * | | | | | arm: arch_timer: add isbs to register accessorsMark Rutland2013-01-311-0/+4
| | * | | | | | arm: arch_timer: factor out register accessorsMark Rutland2013-01-311-0/+94
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'for-rmk/virt/kvm/core' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2013-02-1113-0/+900
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2013-02-111-0/+33
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-213-28/+106
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'omap-for-v3.9/usb-signed' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2013-02-191-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | Merge tag 'imx-soc-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 int...Olof Johansson2013-02-052-28/+89
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: imx: support DEBUG_LL uart port selection for all i.MX SoCsShawn Guo2013-02-052-28/+89
| * | | | | | | | | Merge tag 'tegra-for-3.9-soc-t114' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2013-02-052-0/+50
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'for-3.9/scu-base-rework' into for-3.9/soc-t114Stephen Warren2013-01-282-0/+50
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | ARM: Add API to detect SCU base address from CP15Hiroshi Doyu2013-01-281-0/+17
| | | | |_|/ / / / / / | | | |/| | | | | | |
| * | | | | | | | | | Merge tag 'imx6q-cpudile-3.9' of git://git.linaro.org/people/shawnguo/linux-2...Olof Johansson2013-02-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'depends/cleanup' into next/socOlof Johansson2013-01-275-146/+2
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
* | | | | | | | | | | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-02-212-0/+227
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'vt8500-multiplatform-3.9' of git://server.prisktech.co.nz/git/linu...Olof Johansson2013-01-121-0/+37
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | arm: vt8500: Convert debug-macro.S to be multiplatform friendlyTony Prisk2013-01-121-0/+37
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | ARM: OMAP2+: Add multiplatform debug_ll supportTony Lindgren2013-01-111-0/+190
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-64/+0
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'vexpress/drivers-for-3.9' of git://git.linaro.org/people/pawelmoll...Olof Johansson2013-01-301-64/+0
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | arm: Move sp810.h to include/linux/amba/Catalin Marinas2013-01-301-64/+0
| | |/ / / / / / / /
* | | | | | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-216-147/+3
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'imx-cleanup-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6...Olof Johansson2013-01-291-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | / / / / / / / | | | |/ / / / / / / | | |/| | | | | | |
OpenPOWER on IntegriCloud