index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
align.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/spe: Mark expected switch fall-throughs
Michael Ellerman
2019-07-31
1
-0
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-2
/
+1
*
powerpc/sstep: Introduce GETTYPE macro
Ravi Bangoria
2018-06-03
1
-1
/
+1
*
powerpc: Fix check for copy/paste instructions in alignment handler
Paul Mackerras
2017-10-25
1
-1
/
+1
*
powerpc: Fix handling of alignment interrupt on dcbz instruction
Paul Mackerras
2017-09-15
1
-1
/
+1
*
powerpc: Use instruction emulation infrastructure to handle alignment faults
Paul Mackerras
2017-09-01
1
-771
/
+32
*
powerpc: Fix DAR reporting when alignment handler faults
Michael Ellerman
2017-08-31
1
-45
/
+74
*
powerpc: Don't try to fix up misaligned load-with-reservation instructions
Paul Mackerras
2017-04-04
1
-8
/
+19
*
powerpc/64: Clean up ppc64_caches using a struct per cache
Benjamin Herrenschmidt
2017-02-06
1
-1
/
+1
*
powerpc/64: Fix naming of cache block vs. cache line
Benjamin Herrenschmidt
2017-02-06
1
-1
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
powerpc: Move cpu_has_feature() to a separate file
Kevin Hao
2016-08-01
1
-0
/
+1
*
powerpc: Send SIGBUS on unaligned copy and paste
Chris Smart
2016-07-05
1
-0
/
+14
*
powerpc/align: Use #ifdef __BIG_ENDIAN__ #else for REG_BYTE
Daniel Axtens
2016-06-16
1
-3
/
+1
*
powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
Anton Blanchard
2015-12-01
1
-0
/
+2
*
powerpc: Remove double braces in alignment code.
Anton Blanchard
2014-11-10
1
-1
/
+1
*
KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handler
Aneesh Kumar K.V
2014-05-30
1
-33
/
+1
*
powerpc: Add lq/stq emulation
Anton Blanchard
2014-04-09
1
-8
/
+44
*
powerpc: Enable Little Endian Alignment Handler for Float Pair Instructions
Tom Musta
2013-10-30
1
-6
/
+0
*
powerpc: Fix Handler of Unaligned Load/Store Strings
Tom Musta
2013-10-30
1
-5
/
+16
*
Merge branch 'for-kvm' into next
Benjamin Herrenschmidt
2013-10-11
1
-4
/
+4
|
\
|
*
powerpc: Put FP/VSX and VR state into structures
Paul Mackerras
2013-10-11
1
-3
/
+3
*
|
powerpc: Handle VSX alignment faults in little endian mode
Anton Blanchard
2013-10-11
1
-8
/
+33
*
|
powerpc: Add little endian support to alignment handler
Anton Blanchard
2013-10-11
1
-30
/
+63
*
|
powerpc: Alignment handler shouldn't access VSX registers with TS_FPR
Anton Blanchard
2013-10-11
1
-1
/
+1
*
|
powerpc: Remove hard coded FP offsets in alignment handler
Anton Blanchard
2013-10-11
1
-2
/
+2
*
|
powerpc: Remove open coded byte swap macro in alignment handler
Anton Blanchard
2013-10-11
1
-24
/
+12
|
/
*
powerpc: Never handle VSX alignment exceptions from kernel
Anton Blanchard
2013-08-27
1
-0
/
+4
*
powerpc: Handle unaligned ldbrx/stdbrx
Anton Blanchard
2013-08-14
1
-0
/
+10
*
Disintegrate asm/system.h for PowerPC
David Howells
2012-03-28
1
-1
/
+1
*
powerpc: Remove fpscr use from [kvm_]cvt_{fd,df}
Andreas Schwab
2010-09-02
1
-2
/
+2
*
powerpc: Handle VSX alignment faults correctly in little-endian mode
Neil Campbell
2009-12-18
1
-17
/
+46
*
powerpc: Create PPC_WARN_ALIGNMENT to match PPC_WARN_EMULATED
Anton Blanchard
2009-10-28
1
-6
/
+6
*
powerpc: Keep track of emulated instructions
Geert Uytterhoeven
2009-05-21
1
-4
/
+16
*
powerpc: Fix load/store float double alignment handler
Michael Neuling
2009-02-23
1
-16
/
+13
*
powerpc: Add alignment handler for new lfiwzx instruction
Michael Neuling
2009-02-23
1
-1
/
+1
*
powerpc/vsx: Fix VSX alignment handler for regs 32-63
Michael Neuling
2009-02-13
1
-1
/
+6
*
powerpc: Fix uninitialised variable in VSX alignment code
Michael Neuling
2008-09-03
1
-1
/
+1
*
powerpc: Add VSX load/store alignment exception handler
Michael Neuling
2008-07-15
1
-1
/
+57
*
powerpc: remove unused variable in emulate_fp_pair
Michael Neuling
2008-07-09
1
-3
/
+3
*
powerpc: Add macros to access floating point registers in thread_struct.
Michael Neuling
2008-07-01
1
-3
/
+3
*
[POWERPC] Handle alignment faults on SPE load/store instructions
Kumar Gala
2007-09-14
1
-0
/
+250
*
[POWERPC] Handle alignment faults on new FP load/store instructions
Paul Mackerras
2007-08-17
1
-8
/
+49
*
[POWERPC] Alignment exception uses __get/put_user_inatomic
Benjamin Herrenschmidt
2007-04-13
1
-25
/
+31
*
[PATCH] powerpc: Implement support for setting little-endian mode via prctl
Paul Mackerras
2006-06-09
1
-71
/
+118
*
[PATCH] powerpc: merge align.c
Benjamin Herrenschmidt
2005-11-18
1
-0
/
+530