summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/align.c
AgeCommit message (Expand)AuthorLines
2019-07-31powerpc/spe: Mark expected switch fall-throughsMichael Ellerman-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-2/+1
2018-06-03powerpc/sstep: Introduce GETTYPE macroRavi Bangoria-1/+1
2017-10-25powerpc: Fix check for copy/paste instructions in alignment handlerPaul Mackerras-1/+1
2017-09-15powerpc: Fix handling of alignment interrupt on dcbz instructionPaul Mackerras-1/+1
2017-09-01powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras-771/+32
2017-08-31powerpc: Fix DAR reporting when alignment handler faultsMichael Ellerman-45/+74
2017-04-04powerpc: Don't try to fix up misaligned load-with-reservation instructionsPaul Mackerras-8/+19
2017-02-06powerpc/64: Clean up ppc64_caches using a struct per cacheBenjamin Herrenschmidt-1/+1
2017-02-06powerpc/64: Fix naming of cache block vs. cache lineBenjamin Herrenschmidt-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao-0/+1
2016-07-05powerpc: Send SIGBUS on unaligned copy and pasteChris Smart-0/+14
2016-06-16powerpc/align: Use #ifdef __BIG_ENDIAN__ #else for REG_BYTEDaniel Axtens-3/+1
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard-0/+2
2014-11-10powerpc: Remove double braces in alignment code.Anton Blanchard-1/+1
2014-05-30KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handlerAneesh Kumar K.V-33/+1
2014-04-09powerpc: Add lq/stq emulationAnton Blanchard-8/+44
2013-10-30powerpc: Enable Little Endian Alignment Handler for Float Pair InstructionsTom Musta-6/+0
2013-10-30powerpc: Fix Handler of Unaligned Load/Store StringsTom Musta-5/+16
2013-10-11Merge branch 'for-kvm' into nextBenjamin Herrenschmidt-4/+4
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras-3/+3
2013-10-11powerpc: Handle VSX alignment faults in little endian modeAnton Blanchard-8/+33
2013-10-11powerpc: Add little endian support to alignment handlerAnton Blanchard-30/+63
2013-10-11powerpc: Alignment handler shouldn't access VSX registers with TS_FPRAnton Blanchard-1/+1
2013-10-11powerpc: Remove hard coded FP offsets in alignment handlerAnton Blanchard-2/+2
2013-10-11powerpc: Remove open coded byte swap macro in alignment handlerAnton Blanchard-24/+12
2013-08-27powerpc: Never handle VSX alignment exceptions from kernelAnton Blanchard-0/+4
2013-08-14powerpc: Handle unaligned ldbrx/stdbrxAnton Blanchard-0/+10
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells-1/+1
2010-09-02powerpc: Remove fpscr use from [kvm_]cvt_{fd,df}Andreas Schwab-2/+2
2009-12-18powerpc: Handle VSX alignment faults correctly in little-endian modeNeil Campbell-17/+46
2009-10-28powerpc: Create PPC_WARN_ALIGNMENT to match PPC_WARN_EMULATEDAnton Blanchard-6/+6
2009-05-21powerpc: Keep track of emulated instructionsGeert Uytterhoeven-4/+16
2009-02-23powerpc: Fix load/store float double alignment handlerMichael Neuling-16/+13
2009-02-23powerpc: Add alignment handler for new lfiwzx instructionMichael Neuling-1/+1
2009-02-13powerpc/vsx: Fix VSX alignment handler for regs 32-63Michael Neuling-1/+6
2008-09-03powerpc: Fix uninitialised variable in VSX alignment codeMichael Neuling-1/+1
2008-07-15powerpc: Add VSX load/store alignment exception handlerMichael Neuling-1/+57
2008-07-09powerpc: remove unused variable in emulate_fp_pairMichael Neuling-3/+3
2008-07-01powerpc: Add macros to access floating point registers in thread_struct.Michael Neuling-3/+3
2007-09-14[POWERPC] Handle alignment faults on SPE load/store instructionsKumar Gala-0/+250
2007-08-17[POWERPC] Handle alignment faults on new FP load/store instructionsPaul Mackerras-8/+49
2007-04-13[POWERPC] Alignment exception uses __get/put_user_inatomicBenjamin Herrenschmidt-25/+31
2006-06-09[PATCH] powerpc: Implement support for setting little-endian mode via prctlPaul Mackerras-71/+118
2005-11-18[PATCH] powerpc: merge align.cBenjamin Herrenschmidt-0/+530