summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2021-07-20powerpc/ps3: Add dma_mask to ps3_dma_regionGeoff Levand1-0/+2
2021-07-20powerpc/barrier: Avoid collision with clang's __lwsync macroNathan Chancellor1-0/+2
2021-03-30powerpc/4xx: Fix build errors from mfdcr()Michael Ellerman1-4/+4
2021-03-17powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()Naveen N. Rao1-1/+1
2021-01-17powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers1-2/+2
2020-12-29powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32Christophe Leroy1-5/+0
2020-11-22powerpc/64s: flush L1D after user accessesNicholas Piggin5-0/+40
2020-11-22powerpc/uaccess: Evaluate macro arguments once, before user access is allowedNicholas Piggin1-14/+35
2020-11-22powerpc: Fix __clear_user() with KUAP enabledAndrew Donnellan1-2/+7
2020-11-22powerpc: Implement user_access_begin and friendsChristophe Leroy1-14/+46
2020-11-22powerpc: Add a framework for user access trackingChristophe Leroy3-8/+70
2020-11-22powerpc/64s: flush L1D on kernel entryNicholas Piggin4-1/+25
2020-11-22powerpc/64s: Define MASKABLE_RELON_EXCEPTION_PSERIES_OOLDaniel Axtens1-0/+6
2020-10-29powerpc/tau: Use appropriate temperature sample intervalFinn Thain1-1/+1
2020-08-21powerpc: Fix circular dependency between percpu.h and mmu.hMichael Ellerman1-2/+2
2020-06-30powerpc/kprobes: Fixes for kprobe_lookup_name() on BENaveen N. Rao1-1/+2
2020-01-29powerpc/archrandom: fix arch_get_random_seed_int()Ard Biesheuvel1-1/+1
2019-12-21powerpc: Fix vDSO clock_getres()Vincenzo Frascino1-0/+2
2019-12-21powerpc/math-emu: Update macros from GCCJoel Stanley1-63/+29
2019-11-28KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman1-0/+2
2019-11-28powerpc/book3s64: Fix link stack flush on context switchMichael Ellerman2-0/+4
2019-10-07powerpc/futex: Fix warning: 'oldval' may be used uninitialized in this functionChristophe Leroy1-2/+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-05-16powerpc/fsl: Add nospectre_v2 command line argumentDiana Craciun1-0/+5
2019-05-16powerpc/fsl: Add macro to flush the branch predictorDiana Craciun1-0/+11
2019-05-16powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun2-0/+14
2019-05-16powerpc: Avoid code patching freed init sectionsMichael Neuling1-0/+1
2019-05-16powerpc/pseries: Query hypervisor for count cache flush settingsMichael Ellerman1-0/+2
2019-05-16powerpc/64s: Add support for software count cache flushMichael Ellerman2-0/+22
2019-05-16powerpc/64s: Add new security feature flags for count cache flushMichael Ellerman1-0/+6
2019-05-16powerpc/asm: Add a patch_site macro & helpers for patching instructionsMichael Ellerman2-0/+20
2019-05-16powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3EDiana Craciun2-1/+8
2019-05-16powerpc/64: Call setup_barrier_nospec() from setup_arch()Michael Ellerman1-0/+4
2019-05-16powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman2-4/+4
2019-05-16powerpc: Use barrier_nospec in copy_from_user()Michael Ellerman1-2/+16
2019-05-16powerpc/64s: Enable barrier_nospec based on firmware settingsMichal Suchanek1-0/+1
2019-05-16powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek1-0/+7
2019-05-16powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek3-1/+11
2019-05-16powerpc/64s: Add barrier_nospecMichal Suchanek1-0/+15
2019-05-16powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin3-0/+65
2019-05-16powerpc: Move default security feature flagsMauricio Faria de Oliveira1-0/+8
2019-05-16powerpc/64s: Enhance the information in cpu_show_meltdown()Michael Ellerman1-0/+1
2019-05-16powerpc: Add security feature flags for Spectre/MeltdownMichael Ellerman1-0/+65
2019-05-16powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flagsMichael Ellerman1-0/+3
2019-05-16powerpc/rfi-flush: Make it possible to call setup_rfi_flush() againMichael Ellerman1-1/+1
2019-05-16powerpc/64s: Improve RFI L1-D cache flush fallbackNicholas Piggin1-2/+1
2019-03-23powerpc: Always initialize input array when calling epapr_hypercall()Seth Forshee1-6/+6
2019-02-20powerpc/uaccess: fix warning/error with access_ok()Christophe Leroy1-1/+1
2018-11-21powerpc/msi: Fix compile error on mpc83xxChristophe Leroy1-0/+7