summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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/+9
| * | 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/+12
| * | powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabledChristophe Leroy2018-08-101-4/+3
| * | 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-081-6/+8
| * | powerpc/traps: Show instructions on exceptionsMurilo Opsfelder Araujo2018-08-081-0/+3
| * | powerpc: Add show_user_instructions()Murilo Opsfelder Araujo2018-08-081-0/+32
| * | powerpc/traps: Print VMA for unhandled signalsMurilo Opsfelder Araujo2018-08-081-2/+19
| * | powerpc/traps: Use %lx format in show_signal_msg()Murilo Opsfelder Araujo2018-08-081-8/+3
| * | powerpc/traps: Use an explicit ratelimit state for show_signal_msg()Murilo Opsfelder Araujo2018-08-081-5/+16
| * | powerpc/traps: Print unhandled signals in a separate functionMurilo Opsfelder Araujo2018-08-081-10/+16
| * | powerpc/64s: Make rfi_flush_fallback a little more robustMichael Ellerman2018-08-081-0/+6
| * | powerpc/64s: Add support for software count cache flushMichael Ellerman2018-08-082-5/+147
| * | powerpc/fsl: Sanitize the syscall table for NXP PowerPC 32 bit platformsDiana Craciun2018-08-081-0/+10
| * | powerpc/64: Make meltdown reporting Book3S 64 specificDiana Craciun2018-08-081-0/+2
| * | powerpc/64: Call setup_barrier_nospec() from setup_arch()Michael Ellerman2018-08-081-0/+2
| * | powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman2018-08-083-3/+8
| * | powerpc/64: Make stf barrier PPC_BOOK3S_64 specific.Diana Craciun2018-08-081-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/+5
| * | 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/+0
| * | powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-3021-0/+21
| * | powerpc: clean the inclusion of stringify.hChristophe Leroy2018-07-302-2/+0
| * | 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/+0
| * | powerpc: remove kdump.h from page.hChristophe Leroy2018-07-303-1/+2
| * | powerpc/tm: Remove struct thread_info param from tm_reclaim_thread()Cyril Bur2018-07-241-4/+3
| * | powerpc/tm: Update function prototype commentCyril Bur2018-07-241-2/+2
| * | powerpc/mm: Check memblock_add against MAX_PHYSMEM_BITS rangeAneesh Kumar K.V2018-07-241-3/+29
| * | powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2Michael Ellerman2018-07-241-10/+17
| * | powerpc: NMI IPI make NMI IPIs fully sychronousNicholas Piggin2018-07-242-24/+27
| * | powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin2018-07-245-12/+46
| * | powerpc/pkeys: Save the pkey registers before forkRam Pai2018-07-241-0/+1
| * | powerpc/prom_init: Remove linux,stdout-package propertyMurilo Opsfelder Araujo2018-07-201-2/+0
| * | powerpc/8xx: fix handling of early NULL pointer dereferenceChristophe Leroy2018-07-191-3/+4
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-07-196-85/+3
| |\ \
| | * | powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-166-85/+3
OpenPOWER on IntegriCloud