aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-03Merge tag 'nios2-v4.2' of git://git.rocketboards.org/linux-socfpga-nextLinus Torvalds1-2/+13
2015-06-24nios2: check number of timer instancesLey Foon Tan1-2/+13
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socHerbert Xu2-36/+69
2015-06-09nios2: Export get_cyclesHerbert Xu1-0/+2
2015-04-24Merge tag 'nios2-v4.1-rc1' of git://git.rocketboards.org/linux-socfpga-nextLinus Torvalds2-36/+69
2015-04-20nios2: rework trap handlerLey Foon Tan2-36/+69
2015-04-15nios2: cpuinfo: remove use of seq_printf return valueJoe Perches1-39/+38
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro1-1/+0
2015-04-10nios2: fix cache coherency issue when debug with gdbLey Foon Tan1-1/+1
2015-04-08nios2: signal: Move restart_block to struct task_structLey Foon Tan1-1/+1
2015-03-12nios2: update pt_regsChung-Ling Tang1-2/+2
2015-02-16nios2: add kgdb supportLey Foon Tan3-1/+183
2015-02-10nios2: add early printk supportLey Foon Tan4-1/+174
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-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: 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 Tan3-0/+132
2014-12-08nios2: ptrace supportLey Foon Tan1-0/+166
2014-12-08nios2: Module supportLey Foon Tan1-0/+138
2014-12-08nios2: Cpuinfo handlingLey Foon Tan1-0/+201
2014-12-08nios2: Time keepingLey Foon Tan1-0/+310
2014-12-08nios2: Device tree supportLey Foon Tan1-0/+65
2014-12-08nios2: Signal handling supportLey Foon Tan1-0/+323
2014-12-08nios2: System calls handlingLey Foon Tan2-0/+82
2014-12-08nios2: Interrupt handlingLey Foon Tan1-0/+93
2014-12-08nios2: Process managementLey Foon Tan1-0/+258
2014-12-08nios2: Traps exception handlingLey Foon Tan2-0/+777
2014-12-08nios2: Exception handlingLey Foon Tan2-0/+811
2014-12-08nios2: Kernel booting and initializationLey Foon Tan2-0/+393
2014-12-08nios2: Assembly macros and definitionsLey Foon Tan1-0/+88