summaryrefslogtreecommitdiffstats
path: root/arch/nios2/kernel
Commit message (Expand)AuthorAgeFilesLines
* arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-1/+0
* objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
* nios2: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-3/+3
* kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-1/+1
* nios2: add force_successful_syscall_return()Al Viro2022-08-151-0/+6
* nios2: restarts apply only to the first sigframe we build...Al Viro2022-08-151-0/+1
* nios2: fix syscall restart checksAl Viro2022-08-151-1/+1
* nios2: traced syscall does need to check the syscall numberAl Viro2022-08-151-3/+8
* nios2: don't leave NULLs in sys_call_table[]Al Viro2022-08-152-1/+1
* nios2: page fault et.al. are *not* restartable syscalls...Al Viro2022-08-151-3/+1
* fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
* fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-5/+4
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+2
* | uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-251-9/+11
|/
* exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-2/+2
* sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-4/+1
* NIOS2: setup.c: drop unused variable 'dram_start'Randy Dunlap2021-09-271-2/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-5/+0
|\
| * trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
* | nios2: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-3/+1
|/
* nios2: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-291-0/+1
|\
| * nios2: Do not include linux/irqdomain.h from asm/irq.hMarc Zyngier2021-06-101-0/+1
* | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+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-161-1/+2
|\
| * nios32: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+2
* | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
|/
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-141-1/+1
|\
| * nios2: switch to kernel_clone()Christian Brauner2020-08-201-1/+1
* | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
|/
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-8/+0
|\
| * kill unused dump_fpu() instancesAl Viro2020-07-271-8/+0
* | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-36/+15
|\|
| * nios2: switch to ->regset_get()Al Viro2020-07-271-36/+15
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
* | nios2: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner2020-07-042-9/+21
|/
* Merge tag 'nios2-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-06-121-0/+1
|\
| * nios2: signal: Mark expected switch fall-throughLey Foon Tan2020-06-121-0/+1
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-9/+3