summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | powerpc/mm: remove warning about ‘type’ being setMathieu Malaterre2018-08-101-1/+1
| * | | | | | 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/powermac: Make some functions staticMathieu Malaterre2018-08-101-6/+6
| * | | | | | powerpc/powermac: Remove variable x that's never readMathieu Malaterre2018-08-101-2/+2
| * | | | | | powerpc/powermac: Add missing include of header pmac.hMathieu Malaterre2018-08-101-1/+3
| * | | | | | powerpc/kexec: Use common error handling code in setup_new_fdt()Markus Elfring2018-08-101-16/+12
| * | | | | | powerpc/xmon: Add address lookup for percpu symbolsBoqun Feng2018-08-101-1/+32
| * | | | | | powerpc/mm: remove huge_pte_offset_and_shift() prototypeChristophe Leroy2018-08-101-3/+0
| * | | | | | powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabledChristophe Leroy2018-08-103-7/+10
| * | | | | | powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.Mahesh Salgaonkar2018-08-101-1/+1
| * | | | | | 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-102-17/+77
| * | | | | | powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPMChristophe Leroy2018-08-102-0/+2
| * | | | | | powerpc: Fix size calculation using resource_size()Dan Carpenter2018-08-101-1/+1
| * | | | | | powerpc/powernv: Allow memory that has been hot-removed to be hot-addedRashmica Gupta2018-08-101-7/+85
| | |/ / / / | |/| | | |
| * | | | | powerpc/powernv/opal: Use standard interrupts property when availableBenjamin Herrenschmidt2018-08-081-51/+75
| * | | | | powerpc: Allow CPU selection of e300core variantsChristophe Leroy2018-08-081-0/+10
| * | | | | powerpc: Allow CPU selection also on PPC32Christophe Leroy2018-08-081-4/+11
| * | | | | powerpc: Make CPU selection logic generic in MakefileChristophe Leroy2018-08-082-7/+16
| * | | | | powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao2018-08-089-27/+29
| * | | | | powerpc/64: Copy as much as possible in __copy_tofrom_userPaul Mackerras2018-08-081-6/+23
| * | | | | selftests/powerpc/64: Test all paths through copy routinesPaul Mackerras2018-08-084-23/+36
| * | | | | powerpc/64: Make exception table clearer in __copy_tofrom_user_basePaul Mackerras2018-08-081-326/+225
| * | | | | powerpc/powermac: of_node_put() is not needed after iteratorzhong jiang2018-08-081-2/+0
| * | | | | crypto/nx: Initialize 842 high and normal RxFIFO control registersHaren Myneni2018-08-084-1/+6
| * | | | | powerpc/powernv: Export opal_check_token symbolHaren Myneni2018-08-081-0/+1
| * | | | | powerpc/platforms/85xx: fix t1042rdb_diu.c build errors & warningRandy Dunlap2018-08-081-0/+4
| * | | | | powerpc/perf: Remove sched_task function defined for thread-imcAnju T Sudhakar2018-08-081-57/+51
| * | | | | powerpc/64s: Fix page table fragment refcount race vs speculative referencesNicholas Piggin2018-08-082-10/+15
| * | | | | powerpc/pasemi: Use pr_err/pr_warn... for kernel messagesDarren Stevens2018-08-087-40/+36
| * | | | | powerpc/traps: Show instructions on exceptionsMurilo Opsfelder Araujo2018-08-081-0/+3
| * | | | | powerpc: Add show_user_instructions()Murilo Opsfelder Araujo2018-08-082-0/+45
| * | | | | 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/powernv: Query firmware for count cache flush settingsMichael Ellerman2018-08-081-0/+7
| * | | | | powerpc/pseries: Query hypervisor for count cache flush settingsMichael Ellerman2018-08-082-0/+9
| * | | | | powerpc/64s: Add support for software count cache flushMichael Ellerman2018-08-084-5/+154
| * | | | | powerpc/64s: Add new security feature flags for count cache flushMichael Ellerman2018-08-081-0/+6
| * | | | | powerpc/asm: Add a patch_site macro & helpers for patching instructionsMichael Ellerman2018-08-083-0/+36
| * | | | | powerpc/fsl: Sanitize the syscall table for NXP PowerPC 32 bit platformsDiana Craciun2018-08-081-0/+10
| * | | | | powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3EDiana Craciun2018-08-083-2/+39
| * | | | | 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-084-2/+6
| * | | | | powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman2018-08-087-10/+22
| * | | | | 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