summaryrefslogtreecommitdiffstats
path: root/arch/nios2
Commit message (Expand)AuthorAgeFilesLines
...
| * nios2: Remove unnecessary #ifdef guardsTobias Klauser2015-11-092-4/+0
| * nios2: Switch to generic __xchg()Marek Vasut2015-11-091-47/+0
| * nios2: Fix unused variable warningMarek Vasut2015-11-091-1/+1
* | Merge branch 'acpi-init'Rafael J. Wysocki2015-10-251-1/+1
|\ \ | |/ |/|
| * clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier2015-10-011-1/+1
* | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
|\ \ | |/ |/|
| * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
* | nios2: add Max10 defconfigChee Nouk Phoon2015-09-081-0/+81
* | nios2: Add Max10 device treeChee Nouk Phoon2015-09-081-0/+248
* | nios2: remove unused statistic countersBernd Weiberg2015-09-081-18/+0
* | nios2: fixed variable imm16 to s16Bernd Weiberg2015-09-081-1/+1
* | nios2/time: Migrate to new 'set-state' interfaceViresh Kumar2015-09-081-20/+29
* | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-172-15/+1
|/
* Merge tag 'nios2-v4.2' of git://git.rocketboards.org/linux-socfpga-nextLinus Torvalds2015-07-031-2/+13
|\
| * nios2: check number of timer instancesLey Foon Tan2015-06-241-2/+13
* | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+0
|\ \
| * | remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0
| |/
* | mm: new mm hook frameworkLaurent Dufour2015-06-241-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-221-0/+2
|\ \
| * | Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-196-56/+128
| |\|
| * | nios2: Export get_cyclesHerbert Xu2015-06-091-0/+2
* | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-0/+1
|\ \ \
| * | | arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani2015-06-071-0/+1
| | |/ | |/|
* / | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-1/+1
|/ /
* | Merge tag 'nios2-v4.1-rc1' of git://git.rocketboards.org/linux-socfpga-nextLinus Torvalds2015-04-246-56/+128
|\ \ | |/ |/|
| * nios2: rework cacheLey Foon Tan2015-04-243-17/+57
| * nios2: Add types.h header required for __u32 typeEzequiel Garcia2015-04-241-0/+2
| * nios2: rework trap handlerLey Foon Tan2015-04-202-36/+69
| * nios2: remove end address checking for initdaLey Foon Tan2015-04-201-3/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-151-39/+38
|\ \
| * | nios2: cpuinfo: remove use of seq_printf return valueJoe Perches2015-04-151-39/+38
* | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-2/+0
|\ \ \ | |/ / |/| |
| * | arch: Remove exec_domain from remaining archsRichard Weinberger2015-04-121-2/+0
* | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-141-1/+0
|\ \ \ | |_|/ |/| |
| * | whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro2015-04-111-1/+0
| |/
* | nios2: fix cache coherency issue when debug with gdbLey Foon Tan2015-04-102-4/+1
* | nios2: add missing ptrace registers definesLey Foon Tan2015-04-091-2/+7
* | nios2: signal: Move restart_block to struct task_structLey Foon Tan2015-04-082-5/+1
|/
* nios2: mm: do not invoke OOM killer on kernel fault OOMLey Foon Tan2015-03-161-6/+0
* nios2: Remove ucontext.h from exported arch headersTobias Klauser2015-03-161-1/+0
* nios2: update pt_regsChung-Ling Tang2015-03-127-89/+62
* Merge tag 'nios2-v3.20-rc1' of git://git.rocketboards.org/linux-socfpga-nextLinus Torvalds2015-02-1720-10/+1066
|\
| * nios2: add kgdb supportLey Foon Tan2015-02-165-1/+277
| * nios2: default CONFIG_NIOS2_BOOT_LINK_OFFSET to 8MBLey Foon Tan2015-02-101-0/+1
| * nios2: Add support for compressed kernelLey Foon Tan2015-02-108-0/+549
| * nios2: add early printk supportLey Foon Tan2015-02-106-1/+207
| * nios2: Port OOM changes to do_page_fault()Ley Foon Tan2015-02-091-5/+32
| * nios2: Remove unused prepare_to_copy()Tobias Klauser2015-02-091-3/+0
* | mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-111-1/+1
* | nios2: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-102-10/+1
|/