summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nios2-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan...Linus Torvalds2016-05-241-2/+2
|\
| * nios2: Add order-only DTC dependency to %.dtb targetMarek Vasut2016-05-191-1/+1
| * nios2: Fix libgcc location detectionMarek Vasut2016-05-171-1/+1
* | Merge tag 'microblaze-4.7-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2016-05-244-1/+9
|\ \
| * | microblaze: pci: export isa_io_base to fix link errorsFengguang Wu2016-05-161-0/+2
| * | microblaze: Wire up userfaultfd, membarrier, mlock2 syscallsMichal Simek2016-05-163-1/+7
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-2332-45/+101
|\ \
| * | vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-239-10/+21
| * | mm, aout: handle vm_brk failuresMichal Hocko2016-05-231-7/+15
| * | arch/defconfig: remove CONFIG_RESOURCE_COUNTERSKonstantin Khlebnikov2016-05-2318-18/+0
| * | s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang2016-05-231-10/+18
| * | kexec: provide arch_kexec_protect(unprotect)_crashkres()Xunlei Pang2016-05-231-0/+45
| * | ELF/MIPS build fixRalf Baechle2016-05-231-0/+1
| * | m32r: fix build failureSudip Mukherjee2016-05-231-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2016-05-237-50/+50
|\ \ \
| * | | Fix typoAndrea Gelmini2016-05-231-2/+2
| * | | Fix typoAndrea Gelmini2016-05-231-2/+2
| * | | Fix typoAndrea Gelmini2016-05-231-1/+1
| * | | tile: sort the "select" lines in the TILE/TILEGX configsChris Metcalf2016-04-281-39/+28
| * | | tile: clarify barrier semantics of atomic_add_returnChris Metcalf2016-04-261-2/+15
| * | | tile/defconfigs: Remove CONFIG_IPV6_PRIVACYBorislav Petkov2016-04-262-2/+0
* | | | Merge branch 'for-4.7-dw' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2016-05-231-3/+12
|\ \ \ \
| * | | | powerpc/4xx: Device tree update for the 460ex DWC SATAAndy Shevchenko2016-05-121-3/+12
* | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-05-2311-19/+112
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-d...Dave Airlie2016-05-174-3/+49
| |\ \ \ \
| | * | | | ARC: [axs10x] Specify reserved memory for frame bufferAlexey Brodkin2016-04-294-3/+49
| * | | | | Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-09171-762/+1365
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | arc: axs10x - add support of ARC PGUAlexey Brodkin2016-04-261-0/+61
| * | | | | Merge tag 'v4.6-rc3' into drm-nextDave Airlie2016-04-2286-283/+363
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'drm-next-analogix-dp-v2' of github.com:yakir-Yang/linux into dr...Dave Airlie2016-04-067-17/+3
| |\ \ \ \ \
| | * | | | | ARM: dts: exynos/dp: remove some properties that deprecated by analogix_dp dr...Yakir Yang2016-04-057-17/+3
* | | | | | | Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-05-221-1/+2
|\ \ \ \ \ \ \
| * | | | | | | ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to itSteven Rostedt2016-05-201-1/+2
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-05-2217-85/+130
|\ \ \ \ \ \ \ \
| * | | | | | | | sparc64: Reduce TLB flushes during hugepte changesNitin Gupta2016-05-206-51/+97
| * | | | | | | | sparc32: drop superfluous cast in calls to __nocache_pa()Sam Ravnborg2016-05-202-3/+3
| * | | | | | | | sparc32: fix build with STRICT_MM_TYPECHECKSSam Ravnborg2016-05-205-11/+14
| * | | | | | | | sparc32: use proper prototype for trapbaseSam Ravnborg2016-05-203-5/+3
| * | | | | | | | sparc32: drop local prototype in kgdb_32Sam Ravnborg2016-05-201-2/+2
| * | | | | | | | sparc32: drop hardcoding trap_level in kgdb_trapSam Ravnborg2016-05-204-14/+12
* | | | | | | | | x86: remove more uaccess_32.h complexityLinus Torvalds2016-05-221-26/+0
* | | | | | | | | x86: remove pointless uaccess_32.h complexityLinus Torvalds2016-05-221-36/+0
* | | | | | | | | x86 isa: add back X86_32 dependency on CONFIG_ISALinus Torvalds2016-05-211-2/+2
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-2070-189/+127
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng2016-05-2017-0/+40
| * | | | | | | | | printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-2014-1/+17
| * | | | | | | | | exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-2015-44/+39
| * | | | | | | | | exit_thread: remove empty bodiesJiri Slaby2016-05-2035-140/+17
| * | | | | | | | | mn10300: let exit_fpu accept a taskJiri Slaby2016-05-202-5/+3
| * | | | | | | | | x86/kasan: instrument user memory access APIAndrey Ryabinin2016-05-202-0/+12