summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/align.c
AgeCommit message (Expand)Author
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy
2021-10-22powerpc: warn on emulation of dcbz instruction in kernel modeChristophe Leroy
2021-04-21powerpc: Rename probe_kernel_read_inst()Christophe Leroy
2021-04-14powerpc: remove partial register save logicNicholas Piggin
2021-04-03powerpc/align: Don't use __get_user_instr() on kernel addressesChristophe Leroy
2021-04-03powerpc/align: Convert emulate_spe() to user_access_beginChristophe Leroy
2020-07-29powerpc: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-19powerpc: Define and use get_user_instr() et. al.Jordan Niethe
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe
2020-05-19powerpc: Use a function for byte swapping instructionsJordan Niethe
2020-05-19powerpc: Use a function for getting the instruction op codeJordan Niethe
2020-05-19powerpc: Use an accessor for instructionsJordan Niethe
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe
2019-07-31powerpc/spe: Mark expected switch fall-throughsMichael Ellerman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-06-03powerpc/sstep: Introduce GETTYPE macroRavi Bangoria
2017-10-25powerpc: Fix check for copy/paste instructions in alignment handlerPaul Mackerras
2017-09-15powerpc: Fix handling of alignment interrupt on dcbz instructionPaul Mackerras
2017-09-01powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras
2017-08-31powerpc: Fix DAR reporting when alignment handler faultsMichael Ellerman
2017-04-04powerpc: Don't try to fix up misaligned load-with-reservation instructionsPaul Mackerras
2017-02-06powerpc/64: Clean up ppc64_caches using a struct per cacheBenjamin Herrenschmidt
2017-02-06powerpc/64: Fix naming of cache block vs. cache lineBenjamin Herrenschmidt
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao
2016-07-05powerpc: Send SIGBUS on unaligned copy and pasteChris Smart
2016-06-16powerpc/align: Use #ifdef __BIG_ENDIAN__ #else for REG_BYTEDaniel Axtens
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard
2014-11-10powerpc: Remove double braces in alignment code.Anton Blanchard
2014-05-30KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handlerAneesh Kumar K.V
2014-04-09powerpc: Add lq/stq emulationAnton Blanchard
2013-10-30powerpc: Enable Little Endian Alignment Handler for Float Pair InstructionsTom Musta
2013-10-30powerpc: Fix Handler of Unaligned Load/Store StringsTom Musta
2013-10-11Merge branch 'for-kvm' into nextBenjamin Herrenschmidt
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras
2013-10-11powerpc: Handle VSX alignment faults in little endian modeAnton Blanchard
2013-10-11powerpc: Add little endian support to alignment handlerAnton Blanchard
2013-10-11powerpc: Alignment handler shouldn't access VSX registers with TS_FPRAnton Blanchard
2013-10-11powerpc: Remove hard coded FP offsets in alignment handlerAnton Blanchard
2013-10-11powerpc: Remove open coded byte swap macro in alignment handlerAnton Blanchard
2013-08-27powerpc: Never handle VSX alignment exceptions from kernelAnton Blanchard
2013-08-14powerpc: Handle unaligned ldbrx/stdbrxAnton Blanchard
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2010-09-02powerpc: Remove fpscr use from [kvm_]cvt_{fd,df}Andreas Schwab
2009-12-18powerpc: Handle VSX alignment faults correctly in little-endian modeNeil Campbell
2009-10-28powerpc: Create PPC_WARN_ALIGNMENT to match PPC_WARN_EMULATEDAnton Blanchard
2009-05-21powerpc: Keep track of emulated instructionsGeert Uytterhoeven
2009-02-23powerpc: Fix load/store float double alignment handlerMichael Neuling
2009-02-23powerpc: Add alignment handler for new lfiwzx instructionMichael Neuling