All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] MIPS: Miscellaneous fixes related to Android Mips emulator
@ 2017-06-19 15:50 Aleksandar Markovic
  2017-06-19 15:50 ` [PATCH 1/8] MIPS: cmdline: Add support for 'memmap' parameter Aleksandar Markovic
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Aleksandar Markovic @ 2017-06-19 15:50 UTC (permalink / raw)
  To: linux-mips, James.Hogan, Paul.Burton
  Cc: Raghu.Gandham, Leonid.Yegoshin, Douglas.Leung, Petar.Jovanovic,
	Miodrag.Dinic, Goran.Ferenc

From: Aleksandar Markovic <aleksandar.markovic@imgtec.com>

This series contains an assortment of changes necessary for proper
operation of Android emulator for Mips. However, we think that wider
kernel community may benefit from them too.

Aleksandar Markovic (1):
  MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF
    separately

Leonid Yegoshin (1):
  MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6

Lingfeng Yang (1):
  input: goldfish: Fix multitouch event handling

Miodrag Dinic (5):
  MIPS: cmdline: Add support for 'memmap' parameter
  MIPS: build: Fix "-modd-spreg" switch usage when compiling for
    mips32r6
  MIPS: unaligned: Add DSP lwx & lhx missaligned access support
  tty: goldfish: Use streaming DMA for r/w operations on Ranchu
    platforms
  tty: goldfish: Implement support for kernel 'earlycon' parameter

 arch/mips/Makefile                       |   2 +-
 arch/mips/include/uapi/asm/inst.h        |  11 ++
 arch/mips/kernel/setup.c                 |  40 +++++++
 arch/mips/kernel/unaligned.c             | 174 ++++++++++++++++++-------------
 arch/mips/lib/memcpy.S                   |   3 +
 arch/mips/math-emu/dp_maddf.c            |   5 +-
 arch/mips/math-emu/sp_maddf.c            |   5 +-
 drivers/input/keyboard/goldfish_events.c |  33 +++++-
 drivers/tty/Kconfig                      |   3 +
 drivers/tty/goldfish.c                   | 145 ++++++++++++++++++++++++--
 10 files changed, 332 insertions(+), 89 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-06-28 11:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-19 15:50 [PATCH 0/8] MIPS: Miscellaneous fixes related to Android Mips emulator Aleksandar Markovic
2017-06-19 15:50 ` [PATCH 1/8] MIPS: cmdline: Add support for 'memmap' parameter Aleksandar Markovic
2017-06-19 15:50 ` [PATCH 2/8] MIPS: build: Fix "-modd-spreg" switch usage when compiling for mips32r6 Aleksandar Markovic
2017-06-19 15:50 ` [PATCH 3/8] MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6 Aleksandar Markovic
2017-06-20  8:04   ` Matt Redfearn
2017-06-20  8:04     ` Matt Redfearn
2017-06-28  0:58     ` Ralf Baechle
2017-06-28  1:35       ` Maciej W. Rozycki
2017-06-28  1:35         ` Maciej W. Rozycki
     [not found]         ` <9915e476-70fe-4281-a1e4-85ca2e8683b3@imgtec.com>
2017-06-28  2:36           ` Maciej W. Rozycki
2017-06-28  8:34             ` Ralf Baechle
2017-06-28 11:23               ` Maciej W. Rozycki
2017-06-19 15:50 ` [PATCH 4/8] MIPS: unaligned: Add DSP lwx & lhx missaligned access support Aleksandar Markovic
2017-06-19 15:50 ` [PATCH 5/8] MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separately Aleksandar Markovic
2017-06-19 15:50 ` [PATCH 6/8] input: goldfish: Fix multitouch event handling Aleksandar Markovic
2017-06-19 15:50 ` [PATCH 7/8] tty: goldfish: Use streaming DMA for r/w operations on Ranchu platforms Aleksandar Markovic
2017-06-19 15:50 ` [PATCH 8/8] tty: goldfish: Implement support for kernel 'earlycon' parameter Aleksandar Markovic

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.