summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-25powerpc/64s/pgtable: fix an undefined behaviourQian Cai1-4/+19
2020-04-24powerpc: Make setjmp/longjmp signature standardClement Courbet1-2/+4
2020-04-24powerpc: Add attributes for setjmp/longjmpSegher Boessenkool1-2/+2
2020-04-24powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V4-2/+21
2020-01-27powerpc/archrandom: fix arch_get_random_seed_int()Ard Biesheuvel1-1/+1
2019-12-17powerpc: Fix vDSO clock_getres()Vincenzo Frascino1-0/+2
2019-12-17powerpc/math-emu: Update macros from GCCJoel Stanley1-63/+29
2019-12-05powerpc/83xx: handle machine check caused by watchdog timerChristophe Leroy2-0/+3
2019-12-01KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman1-0/+2
2019-12-01powerpc/book3s64: Fix link stack flush on context switchMichael Ellerman2-0/+4
2019-11-20powerpc: Fix duplicate const clang warning in user access codeAnton Blanchard1-3/+3
2019-11-20powerpc/perf: Fix IMC_MAX_PMU macroMadhavan Srinivasan1-5/+1
2019-11-10powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V1-1/+2
2019-11-10powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V1-2/+2
2019-11-10powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V1-1/+3
2019-10-07powerpc/futex: Fix warning: 'oldval' may be used uninitialized in this functionChristophe Leroy1-2/+1
2019-10-05powerpc/xive: Fix bogus error code returned by OPALGreg Kurz1-1/+1
2019-09-19powerpc: Add barrier_nospec to raw_copy_in_user()Suraj Jitindar Singh1-0/+1
2019-06-25powerpc/bpf: use unsigned division instruction for 64-bit operationsNaveen N. Rao1-0/+1
2019-06-22KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token listPaul Mackerras1-0/+1
2019-05-16powerpc/booke64: set RI in default MSRLaurentiu Tudor1-1/+1
2019-04-05powerpc/pseries: Perform full re-add of CPU for topology update post-migrationNathan Fontenot1-0/+2
2019-04-03powerpc: bpf: Fix generation of load/store DW instructionsNaveen N. Rao1-0/+2
2019-04-03powerpc/fsl: Add nospectre_v2 command line argumentDiana Craciun1-0/+5
2019-04-03powerpc/fsl: Add macro to flush the branch predictorDiana Craciun1-0/+10
2019-04-03powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun2-0/+14
2019-04-03powerpc/pseries: Query hypervisor for count cache flush settingsMichael Ellerman1-0/+2
2019-04-03powerpc/64s: Add support for software count cache flushMichael Ellerman2-0/+7
2019-04-03powerpc/64s: Add new security feature flags for count cache flushMichael Ellerman1-0/+6
2019-04-03powerpc/asm: Add a patch_site macro & helpers for patching instructionsMichael Ellerman2-0/+20
2019-04-03powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3EDiana Craciun1-1/+7
2019-04-03powerpc/64: Call setup_barrier_nospec() from setup_arch()Michael Ellerman1-0/+4
2019-04-03powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman2-4/+4
2019-04-03powerpc: Use barrier_nospec in copy_from_user()Michael Ellerman1-1/+10
2019-04-03powerpc/64s: Enable barrier_nospec based on firmware settingsMichal Suchanek1-0/+1
2019-04-03powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek1-0/+7
2019-04-03powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek3-1/+11
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson1-1/+1
2019-03-23powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR configurationAneesh Kumar K.V1-0/+8
2019-03-05powerpc: Always initialize input array when calling epapr_hypercall()Seth Forshee1-6/+6
2019-02-12powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.Mahesh Salgaonkar1-1/+1
2019-02-12powerpc/uaccess: fix warning/error with access_ok()Christophe Leroy1-1/+1
2018-12-01powerpc/io: Fix the IO workarounds code to work with RadixMichael Ellerman1-13/+7
2018-11-13powerpc/msi: Fix compile error on mpc83xxChristophe Leroy1-0/+7
2018-11-04powerpc/pseries: Add empty update_numa_cpu_lookup_table() for NUMA=nCorentin Labbe1-0/+3
2018-10-20powerpc/lib/feature-fixups: use raw_patch_instruction()Christophe Leroy1-0/+1
2018-10-18mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara1-2/+2
2018-10-13powerpc: Avoid code patching freed init sectionsMichael Neuling1-0/+1
2018-09-15powerpc/uaccess: Enable get_user(u64, *p) on 32-bitMichael Ellerman1-3/+10
2018-09-09powerpc/fadump: handle crash memory ranges array index overflowHari Bathini1-3/+0