summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2019-05-16powerpc/booke64: set RI in default MSRLaurentiu Tudor1-1/+1
2019-03-23powerpc/83xx: Also save/restore SPRG4-7 during suspendChristophe Leroy1-7/+27
2019-03-23powerpc/powernv: Make opal log only readable by rootJordan Niethe1-1/+1
2019-03-23powerpc/wii: properly disable use of BATs when requested.Christophe Leroy1-0/+4
2019-03-23powerpc/32: Clear on-stack exception marker upon exception returnChristophe Leroy1-0/+9
2019-02-20powerpc/uaccess: fix warning/error with access_ok()Christophe Leroy1-1/+1
2019-02-20powerpc/pseries: add of_node_put() in dlpar_detach_node()Frank Rowand1-0/+2
2018-12-21powerpc: Look for "stdout-path" when setting up legacy consolesBenjamin Herrenschmidt1-1/+5
2018-12-21powerpc/boot: Fix random libfdt related build errorsGuenter Roeck1-1/+2
2018-12-13powerpc/vdso64: Use double word compare on pointersAnton Blanchard2-2/+2
2018-12-01powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran1-1/+1
2018-11-22powerpc/boot: Ensure _zimage_start is a weak symbolJoel Stanley1-1/+3
2018-11-22powerpc/nohash: fix undefined behaviour when testing page size supportDaniel Axtens1-0/+3
2018-11-10powerpc/tm: Avoid possible userspace r1 corruption on reclaimMichael Neuling1-1/+8
2018-11-10powerpc/tm: Fix userspace r13 corruptionMichael Neuling1-2/+9
2018-10-13KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate functionPaul Mackerras1-1/+1
2018-10-13powerpc/kdump: Handle crashkernel memory reservation failureHari Bathini1-1/+6
2018-09-26powerpc/powernv: opal_put_chars partial write fixNicholas Piggin1-1/+1
2018-09-26powerpc/pseries: Avoid using the size greater than RTAS_ERROR_LOG_MAX.Mahesh Salgaonkar1-1/+1
2018-09-26powerpc: Fix size calculation using resource_size()Dan Carpenter1-1/+1
2018-09-09powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.Mahesh Salgaonkar1-1/+1
2018-09-09powerpc/fadump: handle crash memory ranges array index overflowHari Bathini2-17/+78
2018-08-09powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by StarletJonathan Neuschäfer1-0/+5
2018-08-09powerpc/8xx: fix invalid register expression in head_8xx.SChristophe Leroy1-1/+1
2018-08-09powerpc/powermac: Mark variable x as unusedMathieu Malaterre1-1/+3
2018-08-09powerpc/powermac: Add missing prototype for note_bootable_part()Mathieu Malaterre1-0/+1
2018-08-09powerpc/chrp/time: Make some functions static, add missing header includeMathieu Malaterre1-2/+4
2018-08-09powerpc/32: Add a missing include headerMathieu Malaterre1-0/+1
2018-07-03powerpc/fadump: Unregister fadump on kexec down path.Mahesh Salgaonkar1-0/+3
2018-07-03powerpc/ptrace: Fix enforcement of DAWR constraintsMichael Neuling1-2/+2
2018-07-03powerpc/ptrace: Fix setting 512B aligned breakpoints with PTRACE_SET_DEBUGREGMichael Neuling1-0/+1
2018-07-03powerpc/mm/hash: Add missing isync prior to kernel stack SLB switchAneesh Kumar K.V1-0/+1
2018-05-30powerpc: Add missing prototype for arch_irq_work_raise()Mathieu Malaterre1-0/+1
2018-05-30powerpc/perf: Fix kernel address leak via sampling registersMichael Ellerman1-0/+15
2018-05-30powerpc/perf: Prevent kernel address leak to userspace via BHRB bufferMadhavan Srinivasan1-0/+10
2018-05-30powerpc/mpic: Check if cpu_possible() in mpic_physmask()Michael Ellerman1-1/+1
2018-05-25powerpc/powernv: Fix NVRAM sleep in invalid context when crashingNicholas Piggin1-2/+12
2018-05-25powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt1-11/+0
2018-04-24powerpc/lib: Fix off-by-one in alternate feature patchingMichael Ellerman1-1/+1
2018-04-24powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loopsNicholas Piggin1-1/+6
2018-04-24powerpc/powernv: define a standard delay for OPAL_BUSY type retry loopsNicholas Piggin1-0/+3
2018-04-24powerpc/64: Fix smp_wmb barrier definition use use lwsync consistentlyNicholas Piggin2-5/+2
2018-04-24powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write()Nicholas Piggin1-0/+4
2018-04-13powerpc/spufs: Fix coredump of SPU contextsMichael Ellerman1-0/+2
2018-04-13powerpc/[booke|4xx]: Don't clobber TCR[WP] when setting TCR[DIE]Ivan Mikhaylov1-3/+11
2018-04-13KVM: PPC: Book3S PR: Check copy_to/from_user return valuesPaul Mackerras1-8/+26
2018-03-24KVM: PPC: Book3S PR: Exit KVM on failed mappingAlexey Kardashevskiy2-2/+9
2018-03-22powerpc: Avoid taking a data miss on every userspace instruction missAnton Blanchard1-1/+1
2018-02-25powerpc/perf: Fix oops when grouping different pmu eventsRavi Bangoria1-2/+2
2018-01-02powerpc/perf: Dereference BHRB entries safelyRavi Bangoria1-2/+6