summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'imx-cleanup-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2015-04-0340-1965/+59
|\
| * ARM: imx_v4_v5_defconfig: Remove CONFIG_MACH_MX25_3DSFabio Estevam2015-03-131-1/+0
| * ARM: mx25: Remove imxdi_rtc platform codeFabio Estevam2015-03-133-46/+0
| * ARM: mx25: Remove "mx25.h" header fileFabio Estevam2015-03-1314-202/+0
| * ARM: mx25: Remove static memory mappingFabio Estevam2015-03-134-96/+19
| * ARM: mx25: Retrieve IIM base from dtFabio Estevam2015-03-131-1/+10
| * ARM: mx25: Remove mx25_clocks_init()Fabio Estevam2015-03-132-76/+0
| * ARM: mx25: Remove platform code support filesFabio Estevam2015-03-114-709/+1
| * ARM: mx25: Convert to a dt-only platformFabio Estevam2015-03-115-20/+17
| * ARM: imx25: Remove eukrea mx25 board filesFabio Estevam2015-03-114-518/+0
| * ARM: mx25: Remove mach-mx25_3ds board fileFabio Estevam2015-03-063-286/+0
| * ARM: imx: Fix trivial typo in commentsYannick Guerrini2015-03-032-2/+2
| * ARM: imx: Kconfig: Fix grammar in help textFabio Estevam2015-03-031-2/+2
| * ARM: imx/iomux-v3: allow pad_list to be constUwe Kleine-König2015-03-0310-11/+13
* | Merge tag 'qcom-cleanup-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2015-04-0390-8805/+218
|\ \
| * | ARM: Remove mach-msm and associated ARM architecture codeStephen Boyd2015-03-2758-8699/+4
| * | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-03-071-1/+4
| |\ \
| | * | arm64: Don't use is_module_addr in setting page attributesLaura Abbott2015-03-061-1/+4
| * | | Merge tag 'pm+acpi-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-061-3/+8
| |\ \ \
| | * \ \ Merge branch 'acpi-resources'Rafael J. Wysocki2015-03-051-3/+8
| | |\ \ \ | | | |/ / | | |/| |
| | | * | x86/PCI/ACPI: Ignore resources consumed by host bridge itselfJiang Liu2015-03-041-3/+8
| | | |/
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-03-053-22/+20
| |\ \ \
| | * | | x86/fpu/xsaves: Fix improper uses of __ex_tableQuentin Casasnovas2015-03-051-17/+11
| | * | | x86/intel/quark: Select COMMON_CLKAndy Shevchenko2015-03-051-0/+1
| | * | | x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski2015-03-051-5/+8
| * | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-03-049-26/+31
| |\ \ \ \
| | * | | | KVM: MIPS: Enable after disabling interruptTapasweni Pathak2015-03-021-0/+1
| | * | | | KVM: MIPS: Fix trace event to save PC directlyJames Hogan2015-03-021-3/+3
| | * | | | KVM: SVM: fix interrupt injection (apic->isr_count always 0)Radim Krčmář2015-03-022-8/+2
| | * | | | KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini2015-02-231-1/+2
| | * | | | KVM: VMX: fix build without CONFIG_SMPRadim Krčmář2015-02-231-9/+14
| | * | | | arm/arm64: KVM: Add exit reaons to kvm_exit event tracingWei Huang2015-02-232-4/+8
| | * | | | ARM: KVM: Fix size check in __coherent_cache_guest_pageJan Kiszka2015-02-231-1/+1
| | | |_|/ | | |/| |
| * | | | Merge tag 'arc-4.0-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-046-36/+73
| |\ \ \ \
| | * | | | ARC: Fix thread_saved_pc()Vineet Gupta2015-02-272-26/+2
| | * | | | ARC: Fix KSTK_ESP()Vineet Gupta2015-02-272-7/+8
| | * | | | ARC: perf: Enable generic software eventsVineet Gupta2015-02-272-2/+12
| | * | | | ARC: Make arc_unwind_core accessible externallyVineet Gupta2015-02-272-1/+51
| | |/ / /
| * | | | Merge tag 'powerpc-4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-03-046-28/+45
| |\ \ \ \
| | * | | | powerpc/iommu: Remove IOMMU device references via bus notifierNishanth Aravamudan2015-03-044-26/+34
| | * | | | powerpc/smp: Wait until secondaries are active & onlineMichael Ellerman2015-03-041-2/+2
| | * | | | powerpc: Re-enable dynticksPaul Clarke2015-02-231-0/+9
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-038-4/+47
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | net: smc91x: use run-time configuration on all ARM machinesArnd Bergmann2015-02-288-4/+47
* | | | | Merge tag 'renesas-soc-cleanup3-for-v4.1' of git://git.kernel.org/pub/scm/lin...Olof Johansson2015-04-034-48/+1
|\ \ \ \ \
| * | | | | ARM: shmobile: cpuidle: Remove the pointless default driverDaniel Lezcano2015-03-194-48/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'renesas-pm-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2015-04-039-161/+122
|\ \ \ \ \
| * | | | | ARM: shmobile: Consolidate the pm code for R-Car Gen2Gaku Inami2015-03-179-161/+122
| * | | | | ARM: shmobile: r8a7791: Correct SYSCIER valueSimon Horman2015-03-171-1/+1
| * | | | | ARM: shmobile: r8a7790: Correct SYSCIER valueSimon Horman2015-03-171-1/+1
| |/ / / /