summaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2023-05-016-27/+93
|\
| * openrisc: Add floating point regsetStafford Horne2023-04-261-0/+37
| * openrisc: Support floating point user apiStafford Horne2023-04-264-4/+35
| * openrisc: Support storing and restoring fpu stateStafford Horne2023-04-262-2/+17
| * openrisc: Properly store r31 to pt_regs on unhandled exceptionsStafford Horne2023-04-261-4/+2
| * openrisc: Use common of_get_cpu_node() instead of open-codingRob Herring2023-04-011-17/+2
* | treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
|/
* arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-0/+1
* objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
* openrisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-5/+3
* Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2022-10-151-8/+8
|\
| * openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncachedJann Horn2022-10-081-8/+8
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-4/+0
|\ \
| * | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-4/+0
| |/
* | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
|/
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-6/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-6/+0
* | openrisc: unwinder: Fix grammar issue in commentXiang wangx2022-06-281-1/+1
|/
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-5/+7
|\
| * 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 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2022-05-265-306/+167
|\ \
| * | openrisc: Allow power off handler overridingStafford Horne2022-05-231-2/+15
| * | openrisc: Remove unused IMMU tlb workardoundStafford Horne2022-05-231-209/+0
| * | openrisc/time: Fix symbol scope warningsStafford Horne2022-05-231-1/+2
| * | openrisc/traps: Declare unhandled_exception for asmlinkageStafford Horne2022-05-231-1/+1
| * | openrisc/traps: Remove die_if_kernel functionStafford Horne2022-05-231-9/+0
| * | openrisc/traps: Declare file scope symbols as staticStafford Horne2022-05-231-3/+3
| * | openrisc: Pretty print show_registers memory dumpsStafford Horne2022-05-231-13/+33
| * | openrisc: Add syscall details to emergency syscall debuggingStafford Horne2022-05-231-5/+15
| * | openrisc: Add support for liteuart emergency printingStafford Horne2022-05-231-1/+12
| * | openrisc: Cleanup emergency print handlingStafford Horne2022-05-231-63/+85
| * | openrisc: define nop command for simulator rebootJason A. Donenfeld2022-05-231-0/+2
| |/
* | random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-05-181-1/+1
* | openrisc: start CPU timer early in bootJason A. Donenfeld2022-05-131-0/+9
|/
* 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
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2022-01-142-14/+17
|\ \
| * | openrisc: init: Add support for common clkStafford Horne2022-01-121-0/+4
| * | openrisc: Add clone3 ABI wrapperStafford Horne2021-12-041-0/+5
| * | openrisc: Use delay slot for clone and fork wrappersStafford Horne2021-12-041-4/+2
| * | openrisc: Cleanup switch code and commentsStafford Horne2021-12-041-10/+6
| |/
* | openrisc: Snapshot thread flagsMark Rutland2021-12-011-1/+1
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\
| * exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-1/+1
* | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2021-11-084-7/+7
|\ \
| * | openrisc: fix SMP tlb flush NULL pointer dereferenceStafford Horne2021-11-032-4/+6
| * | openrisc: signal: remove unused DEBUG_SIG macroDenis Kirjanov2021-10-211-2/+0