summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-06-05powerpc: fix spelling mistake: "Usupported" -> "Unsupported"Colin Ian King1-1/+1
2018-06-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds37-167/+260
2018-06-05powerpc/pkeys: Detach execute_only key on !PROT_EXECRam Pai1-2/+2
2018-06-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-98/+304
2018-06-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-19/+10
2018-06-04Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-82/+89
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2018-06-04Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds25-142/+224
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds75-889/+381
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-0/+2
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds4-4/+4
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds93-1115/+528
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds24-439/+60
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-40/+0
2018-06-04powerpc/powernv: copy/paste - Mask SO bit in CRHaren Myneni1-1/+2
2018-06-04xen/PVH: Make GDT selectors PVH-specificBoris Ostrovsky1-10/+13
2018-06-04xen/PVH: Set up GS segment for stack canaryBoris Ostrovsky1-1/+25
2018-06-04powerpc: Remove core support for Marvell mv64x60 hostbridgesMark Greer6-1171/+0
2018-06-04powerpc/boot: Remove core support for Marvell mv64x60 hostbridgesMark Greer3-652/+1
2018-06-04powerpc/boot: Remove support for Marvell mv64x60 i2c controllerMark Greer2-205/+1
2018-06-04powerpc/boot: Remove support for Marvell MPSC serial controllerMark Greer4-175/+1
2018-06-04powerpc/embedded6xx: Remove C2K board supportMark Greer7-1106/+2
2018-06-04powerpc/lib: optimise PPC32 memcmpChristophe Leroy3-19/+47
2018-06-04powerpc/lib: optimise 32 bits __clear_user()Christophe Leroy3-48/+93
2018-06-04powerpc/time: inline arch_vtime_task_switch()Christophe Leroy2-22/+15
2018-06-04powerpc/Makefile: set -mcpu=860 flag for the 8xxChristophe Leroy1-0/+1
2018-06-04powerpc: Implement csum_ipv6_magic in assemblyChristophe Leroy3-0/+67
2018-06-04powerpc/32: Optimise __csum_partial()Christophe Leroy1-2/+11
2018-06-04powerpc/lib: Adjust .balign inside string functions for PPC32Christophe Leroy2-3/+7
2018-06-04powerpc/signal32: Use fault_in_pages_readable() to prefault user contextChristophe Leroy1-8/+5
2018-06-04powerpc/8xx: Remove RTC clock on 88xChristophe Leroy3-6/+0
2018-06-04powerpc/boot: remove unused variable in mpc8xxChristophe Leroy1-2/+1
2018-06-04powerpc/misc: merge reloc_offset() and add_reloc_offset()Christophe Leroy1-14/+3
2018-06-04powerpc/64: optimises from64to32()Christophe Leroy1-5/+2
2018-06-04powerpc/mm: Remove stale_map[] handling on non SMP processorsChristophe Leroy1-4/+17
2018-06-04powerpc/mm: constify LAST_CONTEXT in mmu_context_nohashChristophe Leroy1-45/+39
2018-06-04powerpc/mm: Avoid unnecessary test and reduce code sizeChristophe Leroy1-9/+4
2018-06-04powerpc/mm: constify FIRST_CONTEXT in mmu_context_nohashChristophe Leroy1-19/+18
2018-06-04powerpc/dma: remove unnecessary BUG()Christophe Leroy1-2/+0
2018-06-04powerpc/sstep: Fix emulate_step test if VSX not presentRavi Bangoria1-6/+15
2018-06-04powerpc/sstep: Fix kernel crash if VSX is not presentRavi Bangoria1-0/+9
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller48-145/+360
2018-06-03powerpc/sstep: Introduce GETTYPE macroRavi Bangoria3-4/+6
2018-06-03powerpc/64s: Enhance the information in cpu_show_spectre_v1()Michal Suchanek1-0/+3
2018-06-03powerpc/64: Use barrier_nospec in syscall entryMichael Ellerman1-0/+10
2018-06-03powerpc: Use barrier_nospec in copy_from_user()Michael Ellerman1-1/+10
2018-06-03powerpc/64s: Enable barrier_nospec based on firmware settingsMichal Suchanek4-0/+63
2018-06-03powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek4-4/+27
2018-06-03powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek6-1/+54
2018-06-03powerpc/64s: Add barrier_nospecMichal Suchanek1-0/+15