summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Merge tag 'davinci-for-v4.6/fixes' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann5-21/+19
2016-02-26ARM: prima2: always enable reset controllerArnd Bergmann1-0/+1
2016-02-26ARM: socfpga: hide unused functionsArnd Bergmann1-0/+2
2016-02-26ARM: ux500: fix ureachable iounmap()Linus Walleij1-1/+3
2016-02-26ARM: ks8695: fix __initdata annotationArnd Bergmann2-2/+2
2016-02-25Merge tag 'samsung-fixes-non-critical-4.6' of git://git.kernel.org/pub/scm/li...Olof Johansson6-21/+28
2016-02-17ARM: davinci: make I2C support optionalArnd Bergmann3-15/+14
2016-02-17ARM: davinci: DA8xx+DMx combined kernels need PATCH_PHYS_VIRTArnd Bergmann2-4/+3
2016-02-17ARM: davinci: avoid unused mityomapl138_pn_info variableArnd Bergmann1-1/+1
2016-02-17ARM: davinci: limit DT support to DA850Arnd Bergmann1-1/+1
2016-02-08Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds31-147/+226
2016-02-06um: asm/page.h: remove the pte_high member from struct pte_tNicolai Stange1-13/+10
2016-02-06mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka1-2/+2
2016-02-06m32r: fix build failure due to SMP and MMUSudip Mukherjee1-0/+1
2016-02-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-4/+22
2016-02-05ARM: multi_v7_defconfig: enable DW_WATCHDOGDinh Nguyen1-0/+1
2016-02-05ARM: nomadik: fix up SD/MMC DT settingsLinus Walleij1-17/+20
2016-02-03arm64: asm: Explicitly include linux/personality.h in asm/page.hMark Brown1-0/+1
2016-02-02arm64: futex.h: Add missing PAN togglingJames Morse1-0/+2
2016-02-02arm64: allow vmalloc regions to be set with set_memory_*Ard Biesheuvel1-4/+19
2016-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-10/+9
2016-02-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+4
2016-02-01Merge tag 'vexpress-for-v4.5/fixes-rc2' of git://git.kernel.org/pub/scm/linux...Olof Johansson1-0/+1
2016-02-01Merge tag 'mvebu-fixes-4.5-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson5-31/+35
2016-02-01Merge tag 'omap-for-v4.5/fixes-rc1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson13-91/+130
2016-02-01Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferr...Olof Johansson5-4/+31
2016-02-01ARM64: tegra: Add chosen node for tegra132 norrinJon Hunter1-0/+2
2016-02-01ARM: realview: use "depends on" instead of "if" after promptMasahiro Yamada1-1/+2
2016-02-01ARM: tango: use "depends on" instead of "if" after promptMasahiro Yamada1-1/+2
2016-02-01ARM: tango: use const and __initconst for smp_operationsMasahiro Yamada1-1/+1
2016-02-01ARM: realview: use const and __initconst for smp_operationsMasahiro Yamada1-1/+1
2016-02-01arm64: dts: Add missing DMA Abort interrupt to JunoRobin Murphy1-0/+1
2016-02-01ARM: EXYNOS: select THERMAL_OFArnd Bergmann1-0/+1
2016-02-01ARM: s3c64xx: mark regulator init data as unusedArnd Bergmann1-19/+19
2016-02-01Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-0/+13
2016-02-01ARM: s3c24xx: fix unused gta02_configure_pmu_for_charger warningArnd Bergmann1-0/+2
2016-02-01ARM: s3c24xx: allow selecting S3C2440_XTAL_16934400 for s3c2442Arnd Bergmann1-1/+4
2016-02-01ARM: s3c24xx: don't select EEPROM_AT24Arnd Bergmann3-1/+2
2016-02-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-103/+209
2016-02-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-4/+27
2016-01-30Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds3-0/+11
2016-01-30Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds10-55/+33
2016-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds31-136/+135
2016-01-29x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming1-2/+2
2016-01-29perf/x86: De-obfuscate codePeter Zijlstra1-3/+1
2016-01-29perf/x86: Fix uninitialized value usagePeter Zijlstra1-1/+2
2016-01-28powerpc/mm: Fixup _HPAGE_CHG_MASKAneesh Kumar K.V1-1/+3
2016-01-28powerpc/perf: Remove PPMU_HAS_SSLOT flag for Power8Madhavan Srinivasan1-1/+1
2016-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2016-01-27Revert "MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() func...Ralf Baechle2-0/+13