summaryrefslogtreecommitdiffstats
path: root/arch/nios2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-1/+1
|\
| * kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-1/+1
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-2/+2
|\ \
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-2/+2
* | | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-10/+8
| |/ |/|
* | Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-1/+0
|/
* Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-11/+0
|\
| * arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-11/+0
* | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-083-9/+6
|\ \
| * | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-242-5/+4
| * | nios2: move the install rule to arch/nios2/MakefileMasahiro Yamada2021-09-222-4/+2
| |/
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-012-5/+2
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-152-5/+2
* | | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-1/+2
|\ \ \
| * | | mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)2021-10-181-1/+2
| | |/ | |/|
* | | nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TESTGuenter Roeck2021-10-271-0/+1
* | | NIOS2: irqflags: rename a redefined register nameRandy Dunlap2021-10-182-3/+3
| |/ |/|
* | NIOS2: setup.c: drop unused variable 'dram_start'Randy Dunlap2021-09-271-2/+0
* | NIOS2: fix kconfig unmet dependency warning for SERIAL_CORE_CONSOLERandy Dunlap2021-09-241-1/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-5/+0
|\
| * trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
* | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-3/+0
|\ \
| * | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-161-3/+0
| |/
* | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-011-2/+0
|\ \
| * | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+0
| |/
* / nios2: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-3/+1
|/
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-0/+1
|\
| * kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-0/+1
* | nios2: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-022-3/+0
|\ \
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-1/+0
| * | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0
| |/
* | Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-292-1/+1
|\ \
| * | nios2: Do not include linux/irqdomain.h from asm/irq.hMarc Zyngier2021-06-102-1/+1
| |/
* / sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-1/+0
|\
| * whack-a-mole: kill strlen_user() (again)Al Viro2021-03-271-1/+0
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* | mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)2021-04-301-0/+1
|/
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\
| * arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* | nios2: Don't use _end for calculating min_low_pfnAndreas Oetken2021-02-191-9/+12
* | nios2: fixed broken sys_clone syscallAndreas Oetken2021-02-191-0/+3
* | Take mmap lock in cacheflush syscallJann Horn2021-02-191-2/+9
|/
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-162-1/+4
|\
| * nios32: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-092-1/+4
* | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-1/+0
|\ \
| * | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+0
| |/
* | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-17/+4
|\ \
| * | nios2: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-271-17/+4
| |/