summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.19-4' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-10-071-0/+10
|\
| * powerpc: Don't print kernel instructions in show_user_instructions()Michael Ellerman2018-10-051-0/+10
* | Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-09-292-5/+19
|\|
| * powerpc/tm: Avoid possible userspace r1 corruption on reclaimMichael Neuling2018-09-251-1/+8
| * powerpc/tm: Fix userspace r13 corruptionMichael Neuling2018-09-251-2/+9
| * KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workaroundsMichael Neuling2018-09-171-2/+2
* | KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy2018-09-121-25/+0Star
|/
* Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-244-16/+26
|\
| * powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju2018-08-211-0/+5
| * powerpc/fadump: cleanup crash memory ranges supportHari Bathini2018-08-201-7/+1Star
| * powerpc/traps: Avoid rate limit messages from show unhandled signalsMichael Ellerman2018-08-201-7/+6Star
| * powerpc/64s: Fix PACA_IRQ_HARD_DIS accounting in idle_power4()Nicholas Piggin2018-08-141-2/+14
* | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-1750-291/+617
|\|
| * Merge branch 'fixes' into nextMichael Ellerman2018-08-131-0/+2
| |\
| * | powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin2018-08-101-17/+9Star
| * | powerpc/32: Include setup.h header file to fix warningsMathieu Malaterre2018-08-101-0/+2
| * | powerpc: Move `path` variable inside DEBUG_PROMMathieu Malaterre2018-08-101-2/+7
| * | powerpc/kexec: Use common error handling code in setup_new_fdt()Markus Elfring2018-08-101-16/+12Star
| * | powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabledChristophe Leroy2018-08-101-4/+3Star
| * | powerpc/fadump: merge adjacent memory ranges to reduce PT_LOAD segementsHari Bathini2018-08-101-9/+36
| * | powerpc/fadump: handle crash memory ranges array index overflowHari Bathini2018-08-101-14/+77
| * | powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao2018-08-071-6/+8
| * | powerpc/traps: Show instructions on exceptionsMurilo Opsfelder Araujo2018-08-071-0/+3
| * | powerpc: Add show_user_instructions()Murilo Opsfelder Araujo2018-08-071-0/+32
| * | powerpc/traps: Print VMA for unhandled signalsMurilo Opsfelder Araujo2018-08-071-2/+19
| * | powerpc/traps: Use %lx format in show_signal_msg()Murilo Opsfelder Araujo2018-08-071-8/+3Star
| * | powerpc/traps: Use an explicit ratelimit state for show_signal_msg()Murilo Opsfelder Araujo2018-08-071-5/+16
| * | powerpc/traps: Print unhandled signals in a separate functionMurilo Opsfelder Araujo2018-08-071-10/+16
| * | powerpc/64s: Make rfi_flush_fallback a little more robustMichael Ellerman2018-08-071-0/+6
| * | powerpc/64s: Add support for software count cache flushMichael Ellerman2018-08-072-5/+147
| * | powerpc/fsl: Sanitize the syscall table for NXP PowerPC 32 bit platformsDiana Craciun2018-08-071-0/+10
| * | powerpc/64: Make meltdown reporting Book3S 64 specificDiana Craciun2018-08-071-0/+2
| * | powerpc/64: Call setup_barrier_nospec() from setup_arch()Michael Ellerman2018-08-071-0/+2
| * | powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman2018-08-073-3/+8
| * | powerpc/64: Make stf barrier PPC_BOOK3S_64 specific.Diana Craciun2018-08-071-0/+2
| * | powerpc/64: Disable the speculation barrier from the command lineDiana Craciun2018-08-071-1/+11
| * | powerpc/64s: Don't use __MASKABLE_EXCEPTION unnecessarilyMichael Ellerman2018-08-071-11/+5Star
| * | powerpc/64s: Remove PSERIES naming from the MASKABLE macrosMichael Ellerman2018-08-071-4/+4
| * | powerpc/64s: Drop _MASKABLE_RELON_EXCEPTION_PSERIES()Michael Ellerman2018-08-071-2/+2
| * | powerpc/64s: Drop _MASKABLE_EXCEPTION_PSERIES()Michael Ellerman2018-08-071-2/+2
| * | powerpc/64s: Remove PSERIES from the NORI macrosMichael Ellerman2018-08-071-5/+5
| * | powerpc/64s: Rename EXCEPTION_PROLOG_PSERIES_1 to EXCEPTION_PROLOG_2Michael Ellerman2018-08-071-2/+2
| * | powerpc/64: Disable irq restore warning for nowMichael Ellerman2018-08-071-3/+10
| * | powerpc: declare set_breakpoint() staticChristophe Leroy2018-07-301-7/+7
| * | powerpc: remove superflous inclusions of asm/fixmap.hChristophe Leroy2018-07-301-1/+0Star
| * | powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-3021-0/+21
| * | powerpc: clean the inclusion of stringify.hChristophe Leroy2018-07-302-2/+0Star
| * | powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-306-0/+6
| * | powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy2018-07-302-0/+2
| * | powerpc: remove unneeded inclusions of cpu_has_feature.hChristophe Leroy2018-07-301-1/+0Star