aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-03ARM: OMAP: 32k counter: Provide y2038-safe omap_read_persistent_clock() replacementXunlei Pang1-10/+12
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-84/+126
2015-04-02Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar16-84/+126
2015-04-02ARM: 8276/1: Make CPU_DCACHE_DISABLE depend on !SMPFlorian Fainelli1-1/+1
2015-04-02ARM: 8339/1: Enable CONFIG_GENERIC_IRQ_SHOW_LEVELGeert Uytterhoeven1-0/+1
2015-04-02ARM: 8338/1: kexec: Relax SMP validation to improve DT compatibilityGeert Uytterhoeven3-1/+8
2015-04-02ARM: 8337/1: mm: Do not invoke OOM for higher order IOMMU DMA allocationsTomasz Figa1-6/+21
2015-04-02ARM: move reboot code to arch/arm/kernel/reboot.cRussell King5-150/+158
2015-04-02ARM: fix broken hibernationRussell King3-4/+17
2015-04-01arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner1-14/+2
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar98-376/+1110
2015-03-30KVM: arm/arm64: enable KVM_CAP_IOEVENTFDNikolay Nikolaev1-0/+1
2015-03-30KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO busAndre Przywara2-49/+37
2015-03-29ARM: 8326/1: s5pv210: move resume code to .text sectionArd Biesheuvel1-1/+1
2015-03-29ARM: 8325/1: exynos: move resume code to .text sectionArd Biesheuvel1-15/+16
2015-03-29ARM: 8324/1: move cpu_resume() to .text sectionArd Biesheuvel1-9/+6
2015-03-29ARM: 8323/1: force linker to use PIC veneersArd Biesheuvel1-1/+1
2015-03-29ARM: 8322/1: keep .text and .fixup regions closer togetherArd Biesheuvel11-20/+17
2015-03-29ARM: 8307/1: psci: move psci firmware calls out of lineMark Rutland3-37/+35
2015-03-29Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds16-84/+126
2015-03-29Merge tag 'sunxi-fixes-for-4.0' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into fixesOlof Johansson5-12/+21
2015-03-29Merge tag 'fixes-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixesOlof Johansson6-7/+53
2015-03-29Merge tag 'socfpga_fix_for_v4.0_2' of git://git.rocketboards.org/linux-socfpga-next into fixesOlof Johansson1-1/+1
2015-03-29Merge tag 'fixes-for-v4.0-rc5' of https://github.com/rjarzmik/linux into fixesOlof Johansson3-64/+50
2015-03-28ARM: 8328/1: remove empty preprocessor #else branchUwe Kleine-König1-3/+1
2015-03-28ARM: 8327/1: zImage: add support for ARMv7-MJoachim Eastwood2-6/+35
2015-03-28ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin1-1/+1
2015-03-28ARM: 8319/1: advertise availability of v8 Crypto instructionsArd Biesheuvel1-0/+22
2015-03-28ARM: 8318/1: treat CPU feature register fields as signed quantitiesArd Biesheuvel2-13/+25
2015-03-28ARM: 8317/1: move the .idmap.text section closer to .head.textArd Biesheuvel1-1/+1
2015-03-28ARM: 8314/1: replace PROCINFO embedded branch with relative offsetArd Biesheuvel26-67/+72
2015-03-27ARM: add documentation for finding start of physical memoryRussell King1-1/+18
2015-03-27ARM: 8332/1: add CONFIG_VDSO Kconfig and Makefile bitsNathan Lynch3-0/+23
2015-03-27ARM: 8331/1: VDSO initialization, mapping, and synchronizationNathan Lynch2-3/+351
2015-03-27ARM: 8330/1: add VDSO user-space codeNathan Lynch8-0/+700
2015-03-27ARM: 8329/1: miscellaneous vdso infrastructure, preparationNathan Lynch8-1/+113
2015-03-27ARM: OMAP2: HSMMC: explicit fields to declare cover/card detect pinAndreas Fenkart1-8/+25
2015-03-27clockevents: Manage device's state separately for the coreViresh Kumar1-4/+4
2015-03-27Merge branch 'perf/core' into perf/timer, before applying new changesIngo Molnar1-1/+1
2015-03-27Merge branch 'timers/core' into perf/timer, to apply dependent patchIngo Molnar1-1/+1
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar1-1/+1
2015-03-26KVM: arm/arm64: remove now unneeded include directory from MakefileAndre Przywara1-1/+1
2015-03-25ARM: cpuidle: Document the codeDaniel Lezcano1-0/+59
2015-03-24ARM: dts: sunxi: Remove overclocked/overvoltaged OPPChen-Yu Tsai3-6/+3
2015-03-24ARM: dts: sun4i: a10-lime: Override and remove 1008MHz OPP settingChen-Yu Tsai1-0/+16
2015-03-24ARM: pmu: add support for interrupt-affinity propertyWill Deacon2-7/+63
2015-03-24ARM: cpuidle: Add a cpuidle ops structure to be used for DTDaniel Lezcano2-0/+93
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-23/+23
2015-03-23Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas3-34/+22
2015-03-23ARM: cpuidle: Remove duplicate header inclusionDaniel Lezcano10-9/+4