| Commit message (Expand) | Author | Age | Files | Lines |
* | nios2: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 1 | -117/+6 |
* | nios2: Switch to generic __xchg() | Marek Vasut | 2015-11-09 | 1 | -47/+0 |
* | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc... | Linus Torvalds | 2015-10-04 | 1 | -0/+1 |
|\ |
|
| * | Make asm/word-at-a-time.h available on all architectures | Chris Metcalf | 2015-07-08 | 1 | -0/+1 |
* | | mm: clean up per architecture MM hook header files | Laurent Dufour | 2015-07-17 | 2 | -15/+1 |
|/ |
|
* | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-25 | 1 | -1/+0 |
|\ |
|
| * | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig | 2015-05-19 | 1 | -1/+0 |
* | | mm: new mm hook framework | Laurent Dufour | 2015-06-24 | 1 | -0/+15 |
* | | arch/*/io.h: Add ioremap_wt() to all architectures | Toshi Kani | 2015-06-07 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'nios2-v4.1-rc1' of git://git.rocketboards.org/linux-socfpga-next | Linus Torvalds | 2015-04-24 | 3 | -1/+23 |
|\ |
|
| * | nios2: rework cache | Ley Foon Tan | 2015-04-24 | 2 | -1/+21 |
| * | nios2: Add types.h header required for __u32 type | Ezequiel Garcia | 2015-04-24 | 1 | -0/+2 |
* | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-15 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | arch: Remove exec_domain from remaining archs | Richard Weinberger | 2015-04-12 | 1 | -2/+0 |
* | | nios2: add missing ptrace registers defines | Ley Foon Tan | 2015-04-09 | 1 | -2/+7 |
* | | nios2: signal: Move restart_block to struct task_struct | Ley Foon Tan | 2015-04-08 | 1 | -4/+0 |
|/ |
|
* | nios2: Remove ucontext.h from exported arch headers | Tobias Klauser | 2015-03-16 | 1 | -1/+0 |
* | nios2: update pt_regs | Chung-Ling Tang | 2015-03-12 | 6 | -87/+60 |
* | Merge tag 'nios2-v3.20-rc1' of git://git.rocketboards.org/linux-socfpga-next | Linus Torvalds | 2015-02-17 | 3 | -3/+115 |
|\ |
|
| * | nios2: add kgdb support | Ley Foon Tan | 2015-02-16 | 1 | -0/+93 |
| * | nios2: add early printk support | Ley Foon Tan | 2015-02-10 | 1 | -0/+22 |
| * | nios2: Remove unused prepare_to_copy() | Tobias Klauser | 2015-02-09 | 1 | -3/+0 |
* | | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 2015-02-11 | 1 | -1/+1 |
* | | nios2: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 2015-02-10 | 2 | -10/+1 |
|/ |
|
* | nios2/uaccess: fix sparse errors | Ley Foon Tan | 2014-12-17 | 1 | -2/+2 |
* | nios2: add definition of ioremap_wc to io.h | Guenter Roeck | 2014-12-17 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-12-11 | 1 | -1/+0 |
* | nios2: Remove unused extern declaration of shm_align_mask | Tobias Klauser | 2014-12-08 | 1 | -2/+0 |
* | nios2: include linux/type.h in io.h | Ley Foon Tan | 2014-12-08 | 1 | -0/+1 |
* | nios2: move include asm-generic/io.h to end of file | Ley Foon Tan | 2014-12-08 | 1 | -2/+2 |
* | nios2: remove include asm-generic/iomap.h from io.h | Ley Foon Tan | 2014-12-08 | 1 | -1/+0 |
* | nios2: remove unnecessary space before define | Ley Foon Tan | 2014-12-08 | 1 | -4/+4 |
* | nios2: Build infrastructure | Ley Foon Tan | 2014-12-08 | 2 | -0/+70 |
* | nios2: ptrace support | Ley Foon Tan | 2014-12-08 | 2 | -0/+153 |
* | nios2: Nios2 registers | Ley Foon Tan | 2014-12-08 | 1 | -0/+71 |
* | nios2: Miscellaneous header files | Ley Foon Tan | 2014-12-08 | 5 | -0/+146 |
* | nios2: Cpuinfo handling | Ley Foon Tan | 2014-12-08 | 1 | -0/+57 |
* | nios2: Time keeping | Ley Foon Tan | 2014-12-08 | 2 | -0/+45 |
* | nios2: Library functions | Ley Foon Tan | 2014-12-08 | 2 | -0/+102 |
* | nios2: Signal handling support | Ley Foon Tan | 2014-12-08 | 4 | -0/+105 |
* | nios2: System calls handling | Ley Foon Tan | 2014-12-08 | 3 | -0/+188 |
* | nios2: ELF definitions | Ley Foon Tan | 2014-12-08 | 2 | -0/+168 |
* | nios2: DMA mapping API | Ley Foon Tan | 2014-12-08 | 1 | -0/+140 |
* | nios2: Interrupt handling | Ley Foon Tan | 2014-12-08 | 2 | -0/+100 |
* | nios2: TLB handling | Ley Foon Tan | 2014-12-08 | 2 | -0/+80 |
* | nios2: Cache handling | Ley Foon Tan | 2014-12-08 | 2 | -0/+88 |
* | nios2: Process management | Ley Foon Tan | 2014-12-08 | 4 | -0/+320 |
* | nios2: Page table management | Ley Foon Tan | 2014-12-08 | 3 | -0/+431 |
* | nios2: I/O Mapping | Ley Foon Tan | 2014-12-08 | 1 | -0/+61 |
* | nios2: Memory management | Ley Foon Tan | 2014-12-08 | 3 | -0/+358 |