index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
align.c
Age
Commit message (
Expand
)
Author
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-08-01
powerpc: Move cpu_has_feature() to a separate file
Kevin Hao
2016-07-05
powerpc: Send SIGBUS on unaligned copy and paste
Chris Smart
2016-06-16
powerpc/align: Use #ifdef __BIG_ENDIAN__ #else for REG_BYTE
Daniel Axtens
2015-12-01
powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
Anton Blanchard
2014-11-10
powerpc: Remove double braces in alignment code.
Anton Blanchard
2014-05-30
KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handler
Aneesh Kumar K.V
2014-04-09
powerpc: Add lq/stq emulation
Anton Blanchard
2013-10-30
powerpc: Enable Little Endian Alignment Handler for Float Pair Instructions
Tom Musta
2013-10-30
powerpc: Fix Handler of Unaligned Load/Store Strings
Tom Musta
2013-10-11
Merge branch 'for-kvm' into next
Benjamin Herrenschmidt
2013-10-11
powerpc: Put FP/VSX and VR state into structures
Paul Mackerras
2013-10-11
powerpc: Handle VSX alignment faults in little endian mode
Anton Blanchard
2013-10-11
powerpc: Add little endian support to alignment handler
Anton Blanchard
2013-10-11
powerpc: Alignment handler shouldn't access VSX registers with TS_FPR
Anton Blanchard
2013-10-11
powerpc: Remove hard coded FP offsets in alignment handler
Anton Blanchard
2013-10-11
powerpc: Remove open coded byte swap macro in alignment handler
Anton Blanchard
2013-08-27
powerpc: Never handle VSX alignment exceptions from kernel
Anton Blanchard
2013-08-14
powerpc: Handle unaligned ldbrx/stdbrx
Anton Blanchard
2012-03-28
Disintegrate asm/system.h for PowerPC
David Howells
2010-09-02
powerpc: Remove fpscr use from [kvm_]cvt_{fd,df}
Andreas Schwab
2009-12-18
powerpc: Handle VSX alignment faults correctly in little-endian mode
Neil Campbell
2009-10-28
powerpc: Create PPC_WARN_ALIGNMENT to match PPC_WARN_EMULATED
Anton Blanchard
2009-05-21
powerpc: Keep track of emulated instructions
Geert Uytterhoeven
2009-02-23
powerpc: Fix load/store float double alignment handler
Michael Neuling
2009-02-23
powerpc: Add alignment handler for new lfiwzx instruction
Michael Neuling
2009-02-13
powerpc/vsx: Fix VSX alignment handler for regs 32-63
Michael Neuling
2008-09-03
powerpc: Fix uninitialised variable in VSX alignment code
Michael Neuling
2008-07-15
powerpc: Add VSX load/store alignment exception handler
Michael Neuling
2008-07-09
powerpc: remove unused variable in emulate_fp_pair
Michael Neuling
2008-07-01
powerpc: Add macros to access floating point registers in thread_struct.
Michael Neuling
2007-09-14
[POWERPC] Handle alignment faults on SPE load/store instructions
Kumar Gala
2007-08-17
[POWERPC] Handle alignment faults on new FP load/store instructions
Paul Mackerras
2007-04-13
[POWERPC] Alignment exception uses __get/put_user_inatomic
Benjamin Herrenschmidt
2006-06-09
[PATCH] powerpc: Implement support for setting little-endian mode via prctl
Paul Mackerras
2005-11-18
[PATCH] powerpc: merge align.c
Benjamin Herrenschmidt