summaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel/process.c
AgeCommit message (Expand)Author
2023-08-21openrisc: Include cpu.h and switch_to.h for prototypesStafford Horne
2023-08-21openrisc: Add prototype for show_registers to processor.hStafford Horne
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-23openrisc: Allow power off handler overridingStafford Horne
2022-05-23openrisc: define nop command for simulator rebootJason 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
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-01-01openrisc: restart: Call common handlers before hangingJoel Stanley
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-07-27kill unused dump_fpu() instancesAl Viro
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-03-02openrisc: Cleanup copy_thread_tls docs and commentsStafford Horne
2020-03-02openrisc: Convert copy_thread to copy_thread_tlsStafford Horne
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2017-07-07Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser
2017-05-29kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum
2017-05-15openrisc: Switch to use export.h instead of module.hStafford Horne
2017-03-16openrisc: Export symbols needed by modulesStafford Horne
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-25openrisc: Initial support for the idle stateSebastian Macke
2017-02-06openrisc: add l.lwa/l.swa emulationStefan Kristiansson
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-12openrisc: Add thread-local storage (TLS) supportChristian Svensson
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28openrisc: switch to use of generic fork and cloneAl Viro
2012-10-19openrisc: use generic sys_execveJonas Bonn
2012-10-19openrisc: use generic kernel_thread/kernel_execveJonas Bonn
2012-10-19openrisc: pass correct arg to schedule_tailJonas Bonn
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-03-28Disintegrate asm/system.h for OpenRISCDavid Howells
2011-07-22OpenRISC: Scheduling/Process managementJonas Bonn