diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-17 23:23:42 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-17 23:23:42 +0100 |
commit | b0f0c26a2ed49eccf98a011b86fe24fb9f2b35f6 (patch) | |
tree | ad2efaa0ab0459257948127c56d4a7747cbefa11 /MAINTAINERS | |
parent | Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke... (diff) | |
parent | nios2: add kgdb support (diff) | |
download | linux-b0f0c26a2ed49eccf98a011b86fe24fb9f2b35f6.tar.xz linux-b0f0c26a2ed49eccf98a011b86fe24fb9f2b35f6.zip |
Merge tag 'nios2-v3.20-rc1' of git://git.rocketboards.org/linux-socfpga-next
Pull arch/nios2 update from Ley Foon Tan:
"Here is the nios2 update for 3.20:
- add early printk support
- add kgdb support
- add compressed kernel support
- bugfixes"
* tag 'nios2-v3.20-rc1' of git://git.rocketboards.org/linux-socfpga-next:
nios2: add kgdb support
MAINTAINERS: update arch/nios2 git tree
nios2: default CONFIG_NIOS2_BOOT_LINK_OFFSET to 8MB
nios2: Add support for compressed kernel
nios2: add early printk support
nios2: Port OOM changes to do_page_fault()
nios2: Remove unused prepare_to_copy()
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 85024e23309f..3eee4c7739ae 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6876,7 +6876,7 @@ F: drivers/scsi/nsp32* NIOS2 ARCHITECTURE M: Ley Foon Tan <lftan@altera.com> L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers) -T: git git://git.rocketboards.org/linux-socfpga.git +T: git git://git.rocketboards.org/linux-socfpga-next.git S: Maintained F: arch/nios2/ |