linux-snps-arc.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARCv2 FPU registers save/restore
@ 2020-01-18  0:49 Vineet Gupta
  2020-01-18  0:49 ` [PATCH 1/2] ARC: fpu: declutter code, move bits out into fpu.h Vineet Gupta
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vineet Gupta @ 2020-01-18  0:49 UTC (permalink / raw)
  To: linux-snps-arc; +Cc: Vineet Gupta, Eugeniy Paltsev


Vineet Gupta (2):
  ARC: fpu: declutter code, move bits out into fpu.h
  ARCv2: fpu: preserve userspace fpu state

 arch/arc/Kconfig                 | 15 +++------
 arch/arc/include/asm/arcregs.h   |  2 ++
 arch/arc/include/asm/fpu.h       | 55 ++++++++++++++++++++++++++++++++
 arch/arc/include/asm/processor.h | 10 +-----
 arch/arc/include/asm/switch_to.h | 17 ++--------
 arch/arc/kernel/Makefile         |  2 ++
 arch/arc/kernel/fpu.c            | 29 ++++++++++++++++-
 arch/arc/kernel/process.c        |  6 +++-
 8 files changed, 100 insertions(+), 36 deletions(-)
 create mode 100644 arch/arc/include/asm/fpu.h

-- 
2.20.1


_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

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

end of thread, other threads:[~2020-01-18  1:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-18  0:49 [PATCH 0/2] ARCv2 FPU registers save/restore Vineet Gupta
2020-01-18  0:49 ` [PATCH 1/2] ARC: fpu: declutter code, move bits out into fpu.h Vineet Gupta
2020-01-18  0:49 ` [PATCH] ARC: fpu: preserve userspace fpu state Vineet Gupta
2020-01-18  0:52   ` Vineet Gupta
2020-01-18  0:49 ` [PATCH 2/2] ARCv2: " Vineet Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).