summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.Mahesh Salgaonkar2018-09-091-1/+1
* powerpc/fadump: handle crash memory ranges array index overflowHari Bathini2018-09-092-17/+78
* powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by StarletJonathan Neuschäfer2018-08-061-0/+5
* powerpc/8xx: fix invalid register expression in head_8xx.SChristophe Leroy2018-08-061-1/+1
* powerpc/powermac: Mark variable x as unusedMathieu Malaterre2018-08-061-1/+3
* powerpc/powermac: Add missing prototype for note_bootable_part()Mathieu Malaterre2018-08-061-0/+1
* powerpc/chrp/time: Make some functions static, add missing header includeMathieu Malaterre2018-08-061-2/+4
* powerpc/32: Add a missing include headerMathieu Malaterre2018-08-061-0/+1
* powerpc/64s: Fix compiler store ordering to SLB shadow areaNicholas Piggin2018-08-061-4/+4
* powerpc/fadump: Unregister fadump on kexec down path.Mahesh Salgaonkar2018-07-031-0/+3
* powerpc/ptrace: Fix enforcement of DAWR constraintsMichael Neuling2018-07-031-2/+2
* powerpc/ptrace: Fix setting 512B aligned breakpoints with PTRACE_SET_DEBUGREGMichael Neuling2018-07-031-0/+1
* powerpc/mm/hash: Add missing isync prior to kernel stack SLB switchAneesh Kumar K.V2018-07-031-0/+1
* powerpc/64s: Clear PCR on bootMichael Neuling2018-06-061-0/+4
* powerpc: Add missing prototype for arch_irq_work_raise()Mathieu Malaterre2018-05-301-0/+1
* powerpc/perf: Fix kernel address leak via sampling registersMichael Ellerman2018-05-301-0/+15
* powerpc/perf: Prevent kernel address leak to userspace via BHRB bufferMadhavan Srinivasan2018-05-301-0/+10
* powerpc/mpic: Check if cpu_possible() in mpic_physmask()Michael Ellerman2018-05-301-1/+1
* KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backingPaul Mackerras2018-05-301-5/+7
* powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data accessMark Lord2018-05-301-0/+3
* powerpc/numa: Ensure nodes initialized for hotplugMichael Bringmann2018-05-301-10/+37
* powerpc/numa: Use ibm,max-associativity-domains to discover possible nodesMichael Bringmann2018-05-301-3/+34
* powerpc/powernv: Fix NVRAM sleep in invalid context when crashingNicholas Piggin2018-05-261-2/+12
* powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt2018-05-261-11/+0
* powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALStewart Smith2018-05-268-68/+52
* powerpc/powernv: Remove OPALv2 firmware define and referencesStewart Smith2018-05-264-15/+5
* powerpc/powernv: panic() on OPAL < V3Stewart Smith2018-05-261-4/+1
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2018-05-261-21/+5
* powerpc/lib: Fix off-by-one in alternate feature patchingMichael Ellerman2018-04-241-1/+1
* powerpc/eeh: Fix enabling bridge MMIO windowsMichael Neuling2018-04-241-1/+2
* powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loopsNicholas Piggin2018-04-241-1/+6
* powerpc/powernv: define a standard delay for OPAL_BUSY type retry loopsNicholas Piggin2018-04-241-0/+3
* powerpc/64: Fix smp_wmb barrier definition use use lwsync consistentlyNicholas Piggin2018-04-242-5/+2
* powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write()Nicholas Piggin2018-04-241-0/+4
* powerpc/spufs: Fix coredump of SPU contextsMichael Ellerman2018-04-131-0/+2
* powerpc/[booke|4xx]: Don't clobber TCR[WP] when setting TCR[DIE]Ivan Mikhaylov2018-04-131-3/+11
* powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hashMichael Ellerman2018-04-131-0/+12
* KVM: PPC: Book3S PR: Check copy_to/from_user return valuesPaul Mackerras2018-04-131-8/+26
* KVM: PPC: Book3S PR: Exit KVM on failed mappingAlexey Kardashevskiy2018-03-242-2/+9
* powerpc: Avoid taking a data miss on every userspace instruction missAnton Blanchard2018-03-221-1/+1
* powerpc/64s: Fix RFI flush dependency on HARDLOCKUP_DETECTORMichael Ellerman2018-02-281-1/+1
* powerpc/perf: Fix oops when grouping different pmu eventsRavi Bangoria2018-02-251-2/+2
* powerpc/pseries: include linux/types.h in asm/hvcall.hMichal Suchanek2018-02-161-0/+1
* powerpc/64s: Allow control of RFI flush via debugfsMichael Ellerman2018-02-161-0/+30
* powerpc/64s: Wire up cpu_show_meltdown()Michael Ellerman2018-02-162-0/+9
* powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran2018-02-161-0/+50
* powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling2018-02-161-1/+36
* powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman2018-02-161-1/+23
* powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-02-169-8/+290
* powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin2018-02-161-2/+20