All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] EVA fixes
@ 2015-03-09 14:54 ` Markos Chandras
  0 siblings, 0 replies; 11+ messages in thread
From: Markos Chandras @ 2015-03-09 14:54 UTC (permalink / raw)
  To: linux-mips; +Cc: Markos Chandras

Hi,

These four patches fix unaligned accesses when EVA is enabled. The fixes
CC stable as well, because they need to be applied all the way back to
the 3.15 kernels where EVA was originally introduced.

Markos Chandras (4):
  MIPS: asm: asm-eva: Introduce kernel load/store variants
  MIPS: unaligned: Prevent EVA instructions on kernel unaligned accesses
  MIPS: unaligned: Surround load/store macros in do {} while statements
  MIPS: unaligned: Fix regular load/store instruction emulation for EVA

 arch/mips/include/asm/asm-eva.h | 137 ++++++++++------
 arch/mips/kernel/unaligned.c    | 340 +++++++++++++++++++++++++++-------------
 2 files changed, 324 insertions(+), 153 deletions(-)

-- 
2.3.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-03-24 15:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-09 14:54 [PATCH v2 0/4] EVA fixes Markos Chandras
2015-03-09 14:54 ` Markos Chandras
2015-03-09 14:54 ` [PATCH v2 1/4] MIPS: asm: asm-eva: Introduce kernel load/store variants Markos Chandras
2015-03-09 14:54   ` Markos Chandras
2015-03-09 14:54 ` [PATCH v2 2/4] MIPS: unaligned: Prevent EVA instructions on kernel unaligned accesses Markos Chandras
2015-03-09 14:54   ` Markos Chandras
2015-03-09 14:54 ` [PATCH v2 3/4] MIPS: unaligned: Surround load/store macros in do {} while statements Markos Chandras
2015-03-09 14:54   ` Markos Chandras
2015-03-09 14:54 ` [PATCH v2 4/4] MIPS: unaligned: Fix regular load/store instruction emulation for EVA Markos Chandras
2015-03-09 14:54   ` Markos Chandras
2015-03-24 15:39 ` [PATCH v2 0/4] EVA fixes Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.