summaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel
AgeCommit message (Expand)Author
2023-08-21openriac: Remove unused nommu_dump_state functionStafford Horne
2023-08-21openrisc: Include cpu.h and switch_to.h for prototypesStafford Horne
2023-08-21openrisc: Add prototype for die to bug.hStafford Horne
2023-08-21openrisc: Add prototype for show_registers to processor.hStafford Horne
2023-08-21openrisc: Declare do_signal function as staticStafford Horne
2023-08-21openrisc: Add missing prototypes for assembly called fnctionsStafford Horne
2023-07-10openrisc: Union fpcsr and oldmask in sigcontext to unbreak userspace ABIStafford Horne
2023-05-01Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds
2023-04-26openrisc: Add floating point regsetStafford Horne
2023-04-26openrisc: Support floating point user apiStafford Horne
2023-04-26openrisc: Support storing and restoring fpu stateStafford Horne
2023-04-26openrisc: Properly store r31 to pt_regs on unhandled exceptionsStafford Horne
2023-04-01openrisc: Use common of_get_cpu_node() instead of open-codingRob Herring
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2022-11-15openrisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov
2022-10-15Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-08openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncachedJann Horn
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks
2022-06-28openrisc: unwinder: Fix grammar issue in commentXiang wangx
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-26Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds
2022-05-23openrisc: Allow power off handler overridingStafford Horne
2022-05-23openrisc: Remove unused IMMU tlb workardoundStafford Horne
2022-05-23openrisc/time: Fix symbol scope warningsStafford Horne
2022-05-23openrisc/traps: Declare unhandled_exception for asmlinkageStafford Horne
2022-05-23openrisc/traps: Remove die_if_kernel functionStafford Horne
2022-05-23openrisc/traps: Declare file scope symbols as staticStafford Horne
2022-05-23openrisc: Pretty print show_registers memory dumpsStafford Horne
2022-05-23openrisc: Add syscall details to emergency syscall debuggingStafford Horne
2022-05-23openrisc: Add support for liteuart emergency printingStafford Horne
2022-05-23openrisc: Cleanup emergency print handlingStafford Horne
2022-05-23openrisc: define nop command for simulator rebootJason A. Donenfeld
2022-05-18random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-05-13openrisc: start CPU timer early in bootJason A. Donenfeld
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-14Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds
2022-01-12openrisc: init: Add support for common clkStafford Horne
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-12-04openrisc: Add clone3 ABI wrapperStafford Horne
2021-12-04openrisc: Use delay slot for clone and fork wrappersStafford Horne