aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck1-5/+4
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-1/+0
2016-01-20nios2: convert to dma_map_opsChristoph Hellwig3-186/+87
2015-11-26nios2: fix cache coherencyLey Foon Tan1-20/+4
2015-11-09Merge tag 'nios2-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2Linus Torvalds4-52/+1
2015-11-09nios2: Remove unnecessary #ifdef guardsTobias Klauser2-4/+0
2015-11-09nios2: Switch to generic __xchg()Marek Vasut1-47/+0
2015-11-09nios2: Fix unused variable warningMarek Vasut1-1/+1
2015-10-25Merge branch 'acpi-init'Rafael J. Wysocki1-1/+1
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier1-1/+1
2015-09-08nios2: add Max10 defconfigChee Nouk Phoon1-0/+81
2015-09-08nios2: Add Max10 device treeChee Nouk Phoon1-0/+248
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-17mm: clean up per architecture MM hook header filesLaurent Dufour2-15/+1
2015-07-08Make asm/word-at-a-time.h available on all architecturesChris Metcalf1-0/+1
2015-07-03Merge tag 'nios2-v4.2' of git://git.rocketboards.org/linux-socfpga-nextLinus Torvalds1-2/+13
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2015-06-24mm: new mm hook frameworkLaurent Dufour1-0/+15
2015-06-24nios2: check number of timer instancesLey Foon Tan1-2/+13
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+2
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socHerbert Xu6-56/+128
2015-06-09nios2: Export get_cyclesHerbert Xu1-0/+2
2015-06-07arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani1-0/+1
2015-05-19remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig1-1/+0
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-1/+1
2015-04-24Merge tag 'nios2-v4.1-rc1' of git://git.rocketboards.org/linux-socfpga-nextLinus Torvalds6-56/+128
2015-04-24nios2: rework cacheLey Foon Tan3-17/+57
2015-04-24nios2: Add types.h header required for __u32 typeEzequiel Garcia1-0/+2
2015-04-20nios2: rework trap handlerLey Foon Tan2-36/+69
2015-04-20nios2: remove end address checking for initdaLey Foon Tan1-3/+0
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-39/+38
2015-04-15nios2: cpuinfo: remove use of seq_printf return valueJoe Perches1-39/+38
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds1-2/+0
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger1-2/+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 Tan2-4/+1
2015-04-09nios2: add missing ptrace registers definesLey Foon Tan1-2/+7
2015-04-08nios2: signal: Move restart_block to struct task_structLey Foon Tan2-5/+1
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