aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-16nios2: mm: do not invoke OOM killer on kernel fault OOMLey Foon Tan1-6/+0
2015-03-16nios2: Remove ucontext.h from exported arch headersTobias Klauser1-1/+0
2015-03-12nios2: update pt_regsChung-Ling Tang7-89/+62
2015-02-17Merge tag 'nios2-v3.20-rc1' of git://git.rocketboards.org/linux-socfpga-nextLinus Torvalds20-10/+1066
2015-02-16nios2: add kgdb supportLey Foon Tan5-1/+277
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-10nios2: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2-10/+1
2015-02-10nios2: default CONFIG_NIOS2_BOOT_LINK_OFFSET to 8MBLey Foon Tan1-0/+1
2015-02-10nios2: Add support for compressed kernelLey Foon Tan8-0/+549
2015-02-10nios2: add early printk supportLey Foon Tan6-1/+207
2015-02-09nios2: Port OOM changes to do_page_fault()Ley Foon Tan1-5/+32
2015-02-09nios2: Remove unused prepare_to_copy()Tobias Klauser1-3/+0
2015-02-09nios2: fix unhandled signalsChung-Ling Tang1-3/+5
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-01-23Merge tag 'nios2-fixes-v3.19-rc6' of git://git.rocketboards.org/linux-socfpga-nextLinus Torvalds1-1/+1
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-01-22nios2: fix kuser trampoline addressLey Foon Tan1-1/+1
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell1-1/+1
2014-12-31nios2: Use preempt_schedule_irqTobias Klauser1-18/+2
2014-12-31nios2: Initialize cpuinfo.mmuWalter Goossens1-0/+1
2014-12-17nios2/uaccess: fix sparse errorsLey Foon Tan1-2/+2
2014-12-17nios2: enable "make defconfig"Paul Bolle1-0/+2
2014-12-17nios2: add definition of ioremap_wc to io.hGuenter Roeck1-0/+2
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2014-12-08nios2: Make NIOS2_CMDLINE_IGNORE_DTB depend on CMDLINE_BOOLTobias Klauser1-0/+1
2014-12-08nios2: Add missing NR_CPUS to KconfigTobias Klauser1-0/+4
2014-12-08nios2: asm-offsets: Remove unused definition TI_TASKTobias Klauser1-1/+0
2014-12-08nios2: Remove write-only struct member from nios2_timerTobias Klauser1-2/+0
2014-12-08nios2: Remove unused extern declaration of shm_align_maskTobias Klauser1-2/+0
2014-12-08nios2: include linux/type.h in io.hLey Foon Tan1-0/+1
2014-12-08nios2: move include asm-generic/io.h to end of fileLey Foon Tan1-2/+2
2014-12-08nios2: remove include asm-generic/iomap.h from io.hLey Foon Tan1-1/+0
2014-12-08nios2: remove unnecessary space before defineLey Foon Tan1-4/+4
2014-12-08nios2: fix error handling of irq_of_parse_and_mapDmitry Torokhov1-1/+1
2014-12-08nios2: Use IS_ENABLED instead of #ifdefs to check config symbolsTobias Klauser1-9/+5
2014-12-08nios2: Build infrastructureLey Foon Tan15-0/+826
2014-12-08nios2: ptrace supportLey Foon Tan3-0/+319
2014-12-08nios2: Module supportLey Foon Tan1-0/+138
2014-12-08nios2: Nios2 registersLey Foon Tan1-0/+71
2014-12-08nios2: Miscellaneous header filesLey Foon Tan5-0/+146
2014-12-08nios2: Cpuinfo handlingLey Foon Tan2-0/+258
2014-12-08nios2: Time keepingLey Foon Tan4-0/+407
2014-12-08nios2: Device tree supportLey Foon Tan4-0/+294
2014-12-08nios2: Library functionsLey Foon Tan5-0/+467
2014-12-08nios2: Signal handling supportLey Foon Tan5-0/+428
2014-12-08nios2: System calls handlingLey Foon Tan5-0/+270
2014-12-08nios2: ELF definitionsLey Foon Tan2-0/+168
2014-12-08nios2: DMA mapping APILey Foon Tan2-0/+326
2014-12-08nios2: Interrupt handlingLey Foon Tan3-0/+193
2014-12-08nios2: TLB handlingLey Foon Tan3-0/+355