summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token listPaul Mackerras2019-06-221-0/+1
* powerpc/booke64: set RI in default MSRLaurentiu Tudor2019-05-161-1/+1
* powerpc/fsl: Add nospectre_v2 command line argumentDiana Craciun2019-05-161-0/+5
* powerpc/fsl: Add macro to flush the branch predictorDiana Craciun2019-05-161-0/+11
* powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun2019-05-162-0/+14
* powerpc: Avoid code patching freed init sectionsMichael Neuling2019-05-161-0/+1
* powerpc/pseries: Query hypervisor for count cache flush settingsMichael Ellerman2019-05-161-0/+2
* powerpc/64s: Add support for software count cache flushMichael Ellerman2019-05-162-0/+22
* powerpc/64s: Add new security feature flags for count cache flushMichael Ellerman2019-05-161-0/+6
* powerpc/asm: Add a patch_site macro & helpers for patching instructionsMichael Ellerman2019-05-162-0/+20
* powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3EDiana Craciun2019-05-162-1/+8
* powerpc/64: Call setup_barrier_nospec() from setup_arch()Michael Ellerman2019-05-161-0/+4
* powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman2019-05-162-4/+4
* powerpc: Use barrier_nospec in copy_from_user()Michael Ellerman2019-05-161-2/+16
* powerpc/64s: Enable barrier_nospec based on firmware settingsMichal Suchanek2019-05-161-0/+1
* powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek2019-05-161-0/+7
* powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek2019-05-163-1/+11
* powerpc/64s: Add barrier_nospecMichal Suchanek2019-05-161-0/+15
* powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin2019-05-163-0/+65
* powerpc: Move default security feature flagsMauricio Faria de Oliveira2019-05-161-0/+8
* powerpc/64s: Enhance the information in cpu_show_meltdown()Michael Ellerman2019-05-161-0/+1
* powerpc: Add security feature flags for Spectre/MeltdownMichael Ellerman2019-05-161-0/+65
* powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flagsMichael Ellerman2019-05-161-0/+3
* powerpc/rfi-flush: Make it possible to call setup_rfi_flush() againMichael Ellerman2019-05-161-1/+1
* powerpc/64s: Improve RFI L1-D cache flush fallbackNicholas Piggin2019-05-161-2/+1
* powerpc: Always initialize input array when calling epapr_hypercall()Seth Forshee2019-03-231-6/+6
* powerpc/uaccess: fix warning/error with access_ok()Christophe Leroy2019-02-201-1/+1
* powerpc/msi: Fix compile error on mpc83xxChristophe Leroy2018-11-211-0/+7
* powerpc/fadump: handle crash memory ranges array index overflowHari Bathini2018-09-091-3/+0
* powerpc: Add missing prototype for arch_irq_work_raise()Mathieu Malaterre2018-05-301-0/+1
* powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALStewart Smith2018-05-261-2/+1
* powerpc/powernv: Remove OPALv2 firmware define and referencesStewart Smith2018-05-261-3/+1
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2018-05-261-21/+5
* 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/mm: Fix virt_addr_valid() etc. on 64-bit hashMichael Ellerman2018-04-131-0/+12
* powerpc/pseries: include linux/types.h in asm/hvcall.hMichal Suchanek2018-02-161-0/+1
* powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-02-164-8/+70
* powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-02-161-1/+1
* powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin2018-02-162-0/+35
* powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapperMichael Neuling2018-02-162-0/+31
* powerpc/64: Fix flush_(d|i)cache_range() called from modulesOliver O'Halloran2018-02-161-0/+12
* Revert "powerpc/numa: Fix percpu allocations to be NUMA aware"Greg Kroah-Hartman2017-08-061-14/+0
* powerpc/asm: Mark cr0 as clobbered in mftb()Oliver O'Halloran2017-07-271-1/+1
* powerpc/64: Fix atomic64_inc_not_zero() to return an intMichael Ellerman2017-07-271-2/+2
* powerpc: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook2017-07-211-6/+7
* powerpc/numa: Fix percpu allocations to be NUMA awareMichael Ellerman2017-06-141-0/+14
* KVM: PPC: Book3S HV: Save/restore XER in checkpointed register statePaul Mackerras2017-01-092-0/+2
* KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 registerThomas Huth2016-10-161-0/+1
* ppc32: fix copy_from_user()Al Viro2016-09-241-19/+2