summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'omap-for-v4.4/cleanup-pt1' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2015-10-1514-911/+2
|\
| * ARM: OMAP3: clock: remove un-used core dpll re-program codeTero Kristo2015-10-145-510/+0
| * ARM: OMAP2+: Remove unneeded semicolonsJavier Martinez Canillas2015-10-122-2/+2
| * ARM: OMAP3: vc: Remove unused macrosJavier Martinez Canillas2015-10-121-4/+0
| * ARM: OMAP1: Remove board support for VoiceBlue boardLadislav Michl2015-10-124-323/+0
| * ARM: OMAP2+: Remove legacy OMAP3 ISP instantiationLaurent Pinchart2015-10-122-72/+0
* | Merge tag 'mvebu-cleanup-4.4-1' of git://git.infradead.org/linux-mvebu into n...Arnd Bergmann2015-10-151-2/+2
|\ \
| * | ARM: mvebu: Use a CR_C constant instead of a hard-coded oneGregory CLEMENT2015-09-291-2/+2
* | | Merge tag 'efm32-for-4.4-rc1' of git://git.pengutronix.de/git/ukl/linux into ...Arnd Bergmann2015-10-062-20/+20
|\ \ \
| * | | ARM: efm32: switch to vendor,device compatible stringsUwe Kleine-König2015-09-101-16/+16
| * | | ARM: efm32: switch to properly namespaced location propertyUwe Kleine-König2015-09-101-4/+4
* | | | Merge tag 'renesas-cleanup-for-v4.4' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2015-10-0622-2679/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM: shmobile: Remove legacy clock support leftoversLaurent Pinchart2015-09-142-4/+0
| * | | ARM: shmobile: remove Makefile.bootSimon Horman2015-09-141-0/+0
| * | | ARM: shmobile: Kconfig: remove unused SHMOBILE_TIMER_HZ sectionUlrich Hecht2015-09-141-20/+0
| * | | ARM: shmobile: bockw: remove legacy DTB build targetUlrich Hecht2015-09-141-2/+0
| * | | ARM: shmobile: bockw: remove legacy defconfigUlrich Hecht2015-09-141-133/+0
| * | | ARM: shmobile: remove ARCH_SHMOBILE_LEGACY optionUlrich Hecht2015-09-143-50/+2
| * | | ARM: shmobile: r8a7778: remove legacy clock implementationUlrich Hecht2015-09-144-437/+0
| * | | ARM: shmobile: Kconfig: remove obsolete option ARCH_R8A7778Ulrich Hecht2015-09-141-6/+0
| * | | ARM: shmobile: r8a7778: remove obsolete setup codeUlrich Hecht2015-09-142-636/+1
| * | | ARM: shmobile: bockw: remove legacy board file and configUlrich Hecht2015-09-144-764/+0
| * | | ARM: shmobile: bockw: remove "reference" board file and configUlrich Hecht2015-09-144-101/+0
| * | | ARM: shmobile: bockw: remove "reference" device treeUlrich Hecht2015-09-142-141/+1
| * | | ARM: shmobile: Remove obsolete twd_local_timer declarationGeert Uytterhoeven2015-09-141-1/+0
| * | | ARM: shmobile: Remove obsolete earlytimer registrationGeert Uytterhoeven2015-09-142-22/+0
| * | | ARM: shmobile: Remove obsolete legacy PM Domain leftoversGeert Uytterhoeven2015-09-141-9/+0
| * | | ARM: shmobile: Remove obsolete intc.hGeert Uytterhoeven2015-09-141-295/+0
| * | | ARM: shmobile: Remove obsolete custom earlyprintk codeGeert Uytterhoeven2015-09-143-29/+1
| * | | ARM: shmobile: Remove obsolete sh-gpio.hGeert Uytterhoeven2015-09-141-29/+0
| * | | ARM: shmobile: Remove unused declaration of r8a7778_add_standard_devices_dt()Geert Uytterhoeven2015-09-141-1/+0
| | |/ | |/|
* | | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-0422-29/+25
|\ \ \
| * | | tile: use global strscpy() rather than private copyChris Metcalf2015-09-101-29/+4
| * | | Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-0821-0/+21
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-10-0413-144/+82
|\ \ \ \
| * | | | MIPS: scall: Always run the seccomp syscall filtersMarkos Chandras2015-10-044-73/+42
| * | | | MIPS: Octeon: Fix kernel panic on startup from memory corruptionMatt Bennett2015-10-021-1/+1
| * | | | MIPS: Fix R2300 FP context switch handlingPaul Burton2015-10-021-27/+1
| * | | | MIPS: Fix octeon FP context switch handlingPaul Burton2015-10-021-25/+1
| * | | | MIPS: BPF: Fix load delay slots.Ralf Baechle2015-10-021-0/+4
| * | | | MIPS: BPF: Do all exports of symbols with FEXPORT().Ralf Baechle2015-10-011-6/+3
| * | | | MIPS: Fix the build on jz4740 after removing the custom gpio.hAlban Bedel2015-10-012-0/+2
| * | | | MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MTPaul Burton2015-09-301-4/+4
| * | | | MIPS: CPS: Don't include MT code in non-MT kernels.Paul Burton2015-09-301-0/+2
| * | | | MIPS: CPS: Stop dangling delay slot from has_mt.Paul Burton2015-09-301-2/+2
| * | | | MIPS: dma-default: Fix 32-bit fall back to GFP_DMAJames Hogan2015-09-301-1/+1
| * | | | MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle2015-09-305-6/+20
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-039-65/+69
|\ \ \ \ \
| * | | | | x86/headers/uapi: Fix __BITS_PER_LONG value for x32 buildsBen Hutchings2015-10-021-1/+1
| * | | | | x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley2015-10-021-1/+1