diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-12-12 19:51:37 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-12-12 19:51:37 +0300 |
commit | 56e9461a496488a73c54e550e1614068957267f8 (patch) | |
tree | 4c108765aaa0d5f6f8cf11473367341ad0e9c7c3 /MAINTAINERS | |
parent | 709c12e3f5c5f3efd11d3fbd43d35535dc3a34d0 (diff) | |
parent | 7c7808ce107d63e158dbbc3af085980985a0c3c4 (diff) | |
download | linux-56e9461a496488a73c54e550e1614068957267f8.tar.xz |
Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux
Pull Openrisc updates from Stafford Horne:
- changes to MAINTAINER for openrisc
- probably biggest actual change is the move to memblock from bootmem
- ... plus several bug and build fixes
* tag 'openrisc-for-linus' of git://github.com/openrisc/linux:
openrisc: prevent VGA console, fix builds
openrisc: include l.swa in check for write data pagefault
openrisc: Updates after openrisc.net has been lost
openrisc: Consolidate setup to use memblock instead of bootmem
openrisc: remove the redundant of_platform_populate
openrisc: add NR_CPUS Kconfig default value
openrisc: Support both old (or32) and new (or1k) toolchain
openrisc: Add thread-local storage (TLS) support
openrisc: restore all regs on rt_sigreturn
openrisc: fix PTRS_PER_PGD define
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 331f6af61731..e2463baf33e5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8977,9 +8977,11 @@ F: drivers/of/resolver.c OPENRISC ARCHITECTURE M: Jonas Bonn <jonas@southpole.se> -W: http://openrisc.net +M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> +M: Stafford Horne <shorne@gmail.com> +L: openrisc@lists.librecores.org +W: http://openrisc.io S: Maintained -T: git git://openrisc.net/~jonas/linux F: arch/openrisc/ OPENVSWITCH |