summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-0312-131/+127
|\
| * Merge branch 'pm-assorted'Rafael J. Wysocki2013-06-281-6/+1
| |\
| | * PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-6/+1
| * | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-06-2811-123/+124
| |\ \
| | * \ Merge branch 'pm-cpufreq-assorted' into pm-cpufreqRafael J. Wysocki2013-06-278-120/+120
| | |\ \
| | | * \ Merge branch 'cpufreq-next' of git://git.linaro.org/people/vireshk/linux into...Rafael J. Wysocki2013-06-078-18/+120
| | | |\ \ | | | | |/
| | | * | cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar2013-06-048-120/+120
| | * | | Merge branch 'pm-cpufreq-Kconfig' into pm-cpufreqRafael J. Wysocki2013-06-273-3/+4
| | |\ \ \
| | | * | | cpufreq: tegra: create CONFIG_ARM_TEGRA_CPUFREQViresh Kumar2013-06-181-3/+0
| | | * | | cpufreq: pxa: select CPU_FREQ_TABLEViresh Kumar2013-06-181-0/+3
| | | * | | cpufreq: davinci: select CPU_FREQ_TABLEViresh Kumar2013-06-181-0/+1
| * | | | | Merge branch 'pm-omap'Rafael J. Wysocki2013-06-281-4/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge tag 'omap-pm-v3.11/avs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2013-06-161-4/+4
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | PM / AVS: SmartReflex: use omap_sr * for enable/disable interfaceAndrii Tseglytskyi2013-06-101-2/+2
| | | * | | PM / AVS: SmartReflex: use omap_sr * for errgen interfacesAndrii Tseglytskyi2013-06-101-2/+2
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-0319-2127/+72
|\ \ \ \ \ \
| * | | | | | ARM: kvm: don't include drivers/virtio/KconfigArnd Bergmann2013-06-261-2/+0
| * | | | | | arm/kvm: Cleanup KVM_ARM_MAX_VCPUS logicGeoff Levand2013-06-262-3/+8
| * | | | | | ARM: KVM: clear exclusive monitor on all exception returnsMarc Zyngier2013-06-261-0/+3
| * | | | | | ARM: KVM: add missing dsb before invalidating Stage-2 TLBsMarc Zyngier2013-06-261-0/+1
| * | | | | | ARM: KVM: perform save/restore of PARMarc Zyngier2013-06-264-13/+35
| * | | | | | ARM: KVM: get rid of S2_PGD_SIZEMarc Zyngier2013-06-262-4/+0
| * | | | | | ARM: KVM: don't special case PC when doing an MMIOMarc Zyngier2013-06-262-11/+0
| * | | | | | ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDsMarc Zyngier2013-06-262-6/+6
| * | | | | | ARM: KVM: remove dead prototype for __kvm_tlb_flush_vmidMarc Zyngier2013-06-261-2/+0
| * | | | | | ARM: KVM: Don't handle PSCI calls via SMCDave P Martin2013-06-262-4/+1
| * | | | | | ARM: KVM: Allow host virt timer irq to be different from guest timer virt irqAnup Patel2013-06-261-0/+12
| * | | | | | KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier2013-05-191-1/+1
| * | | | | | ARM: KVM: move GIC/timer code to a common locationMarc Zyngier2013-05-196-2081/+6
* | | | | | | Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-07-032-4/+6
|\ \ \ \ \ \ \
| * | | | | | | clk: ux500: Pass clock base adresses in initcall for u8540 and u9540Philippe Begnic2013-06-061-2/+4
| * | | | | | | clk: tegra: Use common of_clk_init functionPrashant Gaikwad2013-05-311-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven2013-06-281-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2013-07-032-2/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'kvm-arm64/kvm-for-3.11' of git://git.kernel.org/pub/scm/linux/k...Catalin Marinas2013-06-121-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: KVM: timer: allow DT matching for ARMv8 coresMarc Zyngier2013-06-121-0/+1
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | arm/xen: define xen_remap as ioremap_cachedStefano Stabellini2013-06-041-2/+1
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-07-0382-348/+1846
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'devel-stable' into for-nextRussell King2013-06-2974-275/+2235
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: 7775/1: mm: Remove do_sect_fault from LPAE codeSteven Capper2013-06-291-0/+2
| | * | | | | | | ARM: kernel: implement stack pointer save array through MPIDR hashingLorenzo Pieralisi2013-06-205-20/+118
| | * | | | | | | ARM: kernel: build MPIDR hash function data structureLorenzo Pieralisi2013-06-202-0/+79
| | * | | | | | | Merge branch 'for-rmk/arch-timer-cleanups' of git://linux-arm.org/linux-mr in...Russell King2013-06-187-14/+16
| | |\ \ \ \ \ \ \
| | | * | | | | | | ARM: arch_timer: stop virtual timer when booted in HYP modeMarc Zyngier2013-06-071-0/+5
| | | * | | | | | | arm: fix up ARM_ARCH_TIMER selectsMark Rutland2013-06-074-5/+5
| | | * | | | | | | clocksource: arch_timer: use virtual countersMark Rutland2013-06-071-9/+0
| | | * | | | | | | ARM: KVM: arch_timers: zero CNTVOFF upon return to hostMark Rutland2013-06-071-0/+4
| | | * | | | | | | ARM: hyp: initialize CNTVOFF to zeroMarc Zyngier2013-06-071-0/+2
| | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2013-06-1813-96/+139
| | |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud