aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-13nios2: add screen_infoGravatar Ley Foon Tan 1-0/+5
2016-11-11nios2: fix timer initcall return valueGravatar Arnd Bergmann 1-0/+1
2016-10-10Merge tag 'nios2-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-10/+5
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-0/+1
2016-10-06nios2: use of_property_read_boolGravatar Ley Foon Tan 1-10/+5
2016-06-28clocksources: Switch back to the clksrc tableGravatar Daniel Lezcano 1-1/+1
2016-06-28clocksource/drivers/nios2: Convert init function to return errorGravatar Daniel Lezcano 1-20/+45
2016-03-31nios2: Replace fdt_translate_address with of_flat_dt_translate_addressGravatar Guenter Roeck 1-2/+1
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsGravatar Alexander Potapenko 1-0/+1
2015-11-09Merge tag 'nios2-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-1/+1
2015-11-09nios2: Fix unused variable warningGravatar Marek Vasut 1-1/+1
2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsGravatar Marc Zyngier 1-1/+1
2015-09-08nios2: remove unused statistic countersGravatar Bernd Weiberg 1-18/+0
2015-09-08nios2: fixed variable imm16 to s16Gravatar Bernd Weiberg 1-1/+1
2015-09-08nios2/time: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-20/+29
2015-07-03Merge tag 'nios2-v4.2' of git://git.rocketboards.org/linux-socfpga-nextGravatar Linus Torvalds 1-2/+13
2015-06-24nios2: check number of timer instancesGravatar Ley Foon Tan 1-2/+13
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Herbert Xu 2-36/+69
2015-06-09nios2: Export get_cyclesGravatar Herbert Xu 1-0/+2
2015-04-24Merge tag 'nios2-v4.1-rc1' of git://git.rocketboards.org/linux-socfpga-nextGravatar Linus Torvalds 2-36/+69
2015-04-20nios2: rework trap handlerGravatar Ley Foon Tan 2-36/+69
2015-04-15nios2: cpuinfo: remove use of seq_printf return valueGravatar Joe Perches 1-39/+38
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+0
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Gravatar Al Viro 1-1/+0
2015-04-10nios2: fix cache coherency issue when debug with gdbGravatar Ley Foon Tan 1-1/+1
2015-04-08nios2: signal: Move restart_block to struct task_structGravatar Ley Foon Tan 1-1/+1
2015-03-12nios2: update pt_regsGravatar Chung-Ling Tang 1-2/+2
2015-02-16nios2: add kgdb supportGravatar Ley Foon Tan 3-1/+183
2015-02-10nios2: add early printk supportGravatar Ley Foon Tan 4-1/+174
2015-01-23Merge tag 'nios2-fixes-v3.19-rc6' of git://git.rocketboards.org/linux-socfpga...Gravatar Linus Torvalds 1-1/+1
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2015-01-22nios2: fix kuser trampoline addressGravatar Ley Foon Tan 1-1/+1
2015-01-20module: remove mod arg from module_free, rename module_memfree().Gravatar Rusty Russell 1-1/+1
2014-12-31nios2: Use preempt_schedule_irqGravatar Tobias Klauser 1-18/+2
2014-12-31nios2: Initialize cpuinfo.mmuGravatar Walter Goossens 1-0/+1
2014-12-08nios2: asm-offsets: Remove unused definition TI_TASKGravatar Tobias Klauser 1-1/+0
2014-12-08nios2: Remove write-only struct member from nios2_timerGravatar Tobias Klauser 1-2/+0
2014-12-08nios2: fix error handling of irq_of_parse_and_mapGravatar Dmitry Torokhov 1-1/+1
2014-12-08nios2: Use IS_ENABLED instead of #ifdefs to check config symbolsGravatar Tobias Klauser 1-9/+5
2014-12-08nios2: Build infrastructureGravatar Ley Foon Tan 3-0/+132
2014-12-08nios2: ptrace supportGravatar Ley Foon Tan 1-0/+166
2014-12-08nios2: Module supportGravatar Ley Foon Tan 1-0/+138
2014-12-08nios2: Cpuinfo handlingGravatar Ley Foon Tan 1-0/+201