summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-073-6/+1
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-07255-6194/+3902
|\
| * powerpc/64s/radix: Fix missing ptesync in flush_cache_vmapNicholas Piggin2018-06-061-3/+2
| * powerpc: fix build failure by disabling attribute-alias warning in pci_32Christophe Leroy2018-06-051-0/+4
| * powerpc-opal: fix spelling mistake "Uniterrupted" -> "Uninterrupted"Colin Ian King2018-06-051-1/+1
| * powerpc: fix spelling mistake: "Usupported" -> "Unsupported"Colin Ian King2018-06-051-1/+1
| * powerpc/pkeys: Detach execute_only key on !PROT_EXECRam Pai2018-06-051-2/+2
| * powerpc/powernv: copy/paste - Mask SO bit in CRHaren Myneni2018-06-041-1/+2
| * powerpc: Remove core support for Marvell mv64x60 hostbridgesMark Greer2018-06-046-1171/+0
| * powerpc/boot: Remove core support for Marvell mv64x60 hostbridgesMark Greer2018-06-043-652/+1
| * powerpc/boot: Remove support for Marvell mv64x60 i2c controllerMark Greer2018-06-042-205/+1
| * powerpc/boot: Remove support for Marvell MPSC serial controllerMark Greer2018-06-044-175/+1
| * powerpc/embedded6xx: Remove C2K board supportMark Greer2018-06-047-1106/+2
| * powerpc/lib: optimise PPC32 memcmpChristophe Leroy2018-06-043-19/+47
| * powerpc/lib: optimise 32 bits __clear_user()Christophe Leroy2018-06-043-48/+93
| * powerpc/time: inline arch_vtime_task_switch()Christophe Leroy2018-06-042-22/+15
| * powerpc/Makefile: set -mcpu=860 flag for the 8xxChristophe Leroy2018-06-041-0/+1
| * powerpc: Implement csum_ipv6_magic in assemblyChristophe Leroy2018-06-043-0/+67
| * powerpc/32: Optimise __csum_partial()Christophe Leroy2018-06-041-2/+11
| * powerpc/lib: Adjust .balign inside string functions for PPC32Christophe Leroy2018-06-042-3/+7
| * powerpc/signal32: Use fault_in_pages_readable() to prefault user contextChristophe Leroy2018-06-041-8/+5
| * powerpc/8xx: Remove RTC clock on 88xChristophe Leroy2018-06-043-6/+0
| * powerpc/boot: remove unused variable in mpc8xxChristophe Leroy2018-06-041-2/+1
| * powerpc/misc: merge reloc_offset() and add_reloc_offset()Christophe Leroy2018-06-041-14/+3
| * powerpc/64: optimises from64to32()Christophe Leroy2018-06-041-5/+2
| * powerpc/mm: Remove stale_map[] handling on non SMP processorsChristophe Leroy2018-06-041-4/+17
| * powerpc/mm: constify LAST_CONTEXT in mmu_context_nohashChristophe Leroy2018-06-041-45/+39
| * powerpc/mm: Avoid unnecessary test and reduce code sizeChristophe Leroy2018-06-041-9/+4
| * powerpc/mm: constify FIRST_CONTEXT in mmu_context_nohashChristophe Leroy2018-06-041-19/+18
| * powerpc/dma: remove unnecessary BUG()Christophe Leroy2018-06-041-2/+0
| * powerpc/sstep: Fix emulate_step test if VSX not presentRavi Bangoria2018-06-041-6/+15
| * powerpc/sstep: Fix kernel crash if VSX is not presentRavi Bangoria2018-06-041-0/+9
| * powerpc/sstep: Introduce GETTYPE macroRavi Bangoria2018-06-033-4/+6
| * powerpc/64s: Enhance the information in cpu_show_spectre_v1()Michal Suchanek2018-06-031-0/+3
| * powerpc/64: Use barrier_nospec in syscall entryMichael Ellerman2018-06-031-0/+10
| * powerpc: Use barrier_nospec in copy_from_user()Michael Ellerman2018-06-031-1/+10
| * powerpc/64s: Enable barrier_nospec based on firmware settingsMichal Suchanek2018-06-034-0/+63
| * powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek2018-06-034-4/+27
| * powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek2018-06-036-1/+54
| * powerpc/64s: Add barrier_nospecMichal Suchanek2018-06-031-0/+15
| * powerpc/stacktrace: Update copyrightMichael Ellerman2018-06-031-6/+4
| * powerpc/64s: Wire up arch_trigger_cpumask_backtrace()Michael Ellerman2018-06-032-0/+57
| * powerpc/nmi: Add an API for sending "safe" NMIsMichael Ellerman2018-06-032-5/+16
| * powerpc/64: Save stack pointer when we hard disable interruptsMichael Ellerman2018-06-034-2/+11
| * powerpc: Check address limit on user-mode return (TIF_FSCHECK)Michael Ellerman2018-06-033-4/+16
| * powerpc: Rename thread_struct.fs to addr_limitMichael Ellerman2018-06-032-5/+5
| * powerpc/ptrace: Use copy_{from, to}_user() rather than open-codingAl Viro2018-06-031-14/+6
| * powerpc/eeh: Refactor report functionsSam Bobroff2018-06-031-150/+157
| * powerpc/eeh: Cleaner handling of EEH_DEV_NO_HANDLERSam Bobroff2018-06-031-1/+5
| * powerpc/eeh: Introduce eeh_set_irq_state()Sam Bobroff2018-06-031-18/+34