linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] openrisc: Misc fixes from backlog
@ 2016-11-14 13:30 Stafford Horne
       [not found] ` <cover.1479128947.git.shorne@gmail.com>
  2016-11-30  1:23 ` [PATCH v2 0/9] openrisc: Misc fixes from backlog Guenter Roeck
  0 siblings, 2 replies; 16+ messages in thread
From: Stafford Horne @ 2016-11-14 13:30 UTC (permalink / raw)
  To: stefan.kristiansson, shorne, jonas
  Cc: linux, blue, robh, linux-kernel, openrisc

Hello,

This patch is a small set of fixes from the openrisc backlog. These
changes fix several issues with the openrisc build on modern tool chains
and address other issues which have cropped up as the kernel has been
getting updated.

Consider for Pull:

The following changes since commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6:

  Linux 4.9-rc5 (2016-11-13 10:32:32 -0800)

are available in the git repository at:

  https://github.com/stffrdhrn/linux.git tags/or1k-fixes-4.9

for you to fetch changes up to a9fae5563e34217ff99efafde7e7bf607a5d5ec6:

  openrisc: include l.swa in check for write data pagefault (2016-11-14 21:58:33 +0900)

Regards,
 Stafford

Changes since V1:
 - Removed SMP option patch and replaced with NR_CPUS default value
 - Removed Apply transparent_union on semun patch as its handled by libc
 - Added memblock patch as suggested by Jonas
 - Added MAINTAINERS patch as suggested by Guenter
 - Added l.swa patch as its needed to fix musl programs
 - Improved commit message on rt_sigreturn patch

Christian Svensson (1):
  openrisc: Add thread-local storage (TLS) support

Guenter Roeck (1):
  openrisc: Support both old (or32) and new (or1k) toolchain

Jonas Bonn (1):
  openrisc: restore all regs on rt_sigreturn

Rob Herring (1):
  openrisc: remove the redundant of_platform_populate

Stafford Horne (3):
  openrisc: add NR_CPUS Kconfig default value
  openrisc: Consolidate setup to use memblock instead of bootmem
  openrisc: Updates after openrisc.net has been lost

Stefan Kristiansson (2):
  openrisc: fix PTRS_PER_PGD define
  openrisc: include l.swa in check for write data pagefault

 MAINTAINERS                         |  6 +++--
 arch/openrisc/Kconfig               |  4 ++++
 arch/openrisc/README.openrisc       |  8 +++----
 arch/openrisc/TODO.openrisc         |  3 ---
 arch/openrisc/include/asm/pgalloc.h |  1 -
 arch/openrisc/include/asm/pgtable.h |  2 +-
 arch/openrisc/kernel/entry.S        | 12 ++++++++--
 arch/openrisc/kernel/process.c      | 13 ++++++++++
 arch/openrisc/kernel/setup.c        | 48 ++++++++++---------------------------
 arch/openrisc/kernel/vmlinux.lds.S  |  8 ++++++-
 arch/openrisc/mm/init.c             |  4 ++--
 arch/openrisc/mm/ioremap.c          |  4 ----
 12 files changed, 58 insertions(+), 55 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-12-14 12:02 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-14 13:30 [PATCH v2 0/9] openrisc: Misc fixes from backlog Stafford Horne
     [not found] ` <cover.1479128947.git.shorne@gmail.com>
2016-11-14 13:30   ` [PATCH v2 1/9] openrisc: fix PTRS_PER_PGD define Stafford Horne
2016-11-14 13:30   ` [PATCH v2 2/9] openrisc: restore all regs on rt_sigreturn Stafford Horne
2016-11-14 13:30   ` [PATCH v2 3/9] openrisc: Add thread-local storage (TLS) support Stafford Horne
2016-11-14 13:30   ` [PATCH v2 4/9] openrisc: Support both old (or32) and new (or1k) toolchain Stafford Horne
2016-11-14 13:30   ` [PATCH v2 5/9] openrisc: add NR_CPUS Kconfig default value Stafford Horne
2016-11-14 13:30   ` [PATCH v2 6/9] openrisc: remove the redundant of_platform_populate Stafford Horne
2016-11-14 13:30   ` [PATCH v2 7/9] openrisc: Consolidate setup to use memblock instead of bootmem Stafford Horne
2016-11-14 13:30   ` [PATCH v2 8/9] openrisc: Updates after openrisc.net has been lost Stafford Horne
2016-11-16  7:13     ` [OpenRISC] " Olof Kindgren
2016-12-14  8:57     ` Geert Uytterhoeven
2016-12-14 11:44       ` Stafford Horne
2016-11-14 13:30   ` [PATCH v2 9/9] openrisc: include l.swa in check for write data pagefault Stafford Horne
2016-11-30  1:23 ` [PATCH v2 0/9] openrisc: Misc fixes from backlog Guenter Roeck
2016-11-30 12:40   ` Stafford Horne
2016-11-30 14:21     ` Guenter Roeck

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).