aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+1
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-49/+7
2018-10-26nios2: switch to NO_BOOTMEMMike Rapoport2-39/+5
2018-10-26nios2: use generic early_init_dt_add_memory_archMike Rapoport2-10/+2
2018-09-28nios2: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-09-28nios2: get cpu node with of_get_cpu_nodeRob Herring1-1/+3
2018-04-25signal/nios2: Use force_sig_fault where appropriateEric W. Biederman1-8/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-04-03nios2: Use read_persistent_clock64() instead of read_persistent_clock()Baolin Wang1-2/+2
2018-01-30nios2: remove arch specific early_init_dt_alloc_memory_archRob Herring1-5/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-15nios2: time: Read timer in get_cycles only if initializedGuenter Roeck1-1/+4
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano1-1/+1
2017-05-11nios2: remove custom early console implementationTobias Klauser4-175/+0
2017-05-08nios2: Add CDX supportMarek Vasut1-2/+8
2017-05-08nios2: Add BMX supportMarek Vasut1-2/+8
2017-05-08nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2Marek Vasut1-0/+2
2017-05-08nios2: enable earlycon supportTobias Klauser2-2/+7
2017-05-08nios2: constify irq_domain_opsTobias Klauser1-1/+1
2017-05-08nios2: add .gitignore entries for auto-generated filesTobias Klauser1-0/+1
2017-04-02nios2: reserve boot memory for device treeTobias Klauser2-0/+10
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar2-0/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-13nios2: add screen_infoLey Foon Tan1-0/+5
2016-11-11nios2: fix timer initcall return valueArnd Bergmann1-0/+1
2016-10-10Merge tag 'nios2-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2Linus Torvalds1-10/+5
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-10-06nios2: use of_property_read_boolLey Foon Tan1-10/+5
2016-06-28clocksources: Switch back to the clksrc tableDaniel Lezcano1-1/+1
2016-06-28clocksource/drivers/nios2: Convert init function to return errorDaniel Lezcano1-20/+45
2016-03-31nios2: Replace fdt_translate_address with of_flat_dt_translate_addressGuenter Roeck1-2/+1
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko1-0/+1
2015-11-09Merge tag 'nios2-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2Linus Torvalds1-1/+1
2015-11-09nios2: Fix unused variable warningMarek Vasut1-1/+1
2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier1-1/+1
2015-09-08nios2: remove unused statistic countersBernd Weiberg1-18/+0
2015-09-08nios2: fixed variable imm16 to s16Bernd Weiberg1-1/+1
2015-09-08nios2/time: Migrate to new 'set-state' interfaceViresh Kumar1-20/+29
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