summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel/process.c
AgeCommit message (Expand)Author
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-05-01xtensa: support coprocessors on SMPMax Filippov
2022-03-07xtensa: use XCHAL_NUM_AREGS as pt_regs::areg sizeMax Filippov
2021-11-06Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2021-10-18xtensa: implement call0 ABI support in assemblyMax Filippov
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
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-01-07xtensa: Implement copy_thread_tlsAmanieu d'Antras
2019-11-29xtensa: rearrange syscall tracingMax Filippov
2019-02-07xtensa: drop unused definitionsMax Filippov
2019-02-07xtensa: fix get_wchanMax Filippov
2018-12-17xtensa: enable CORE_DUMP_USE_REGSETMax Filippov
2018-12-04xtensa: don't clear cpenable unconditionally on releaseMax Filippov
2018-12-04xtensa: clean up WSR*/RSR*/get_sr/set_srMax Filippov
2018-11-26xtensa: enable coprocessors that are being flushedMax Filippov
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2017-12-16xtensa: enable stack protectorMax Filippov
2017-05-01xtensa: clean up access to spilled registers locationsMax Filippov
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
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby
2016-03-11xtensa: support hardware breakpoints/watchpointsMax Filippov
2013-04-08xtensa: Use generic idle loopThomas Gleixner
2013-02-23xtensa: add support for TLSChris Zankel
2012-12-18xtensa: clean up files to make them code-style compliantChris Zankel
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28xtensa: switch to generic clone()Al Viro
2012-10-25xtensa: switch to generic sys_execve()Max Filippov
2012-10-25xtensa: switch to generic kernel_thread()Max Filippov
2012-10-25xtensa: reset windowbase/windowstart when cloning the VMChris Zankel
2012-10-19xtensa: minor compiler warning fixChris Zankel
2012-10-15xtensa: copy_thread with CLONE_VM must not copy live parent AR windowsMarc Gauthier
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-09-23xtensa: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-07-11xtensa: fix incorrect memsetAlan Cox
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha
2012-03-28Disintegrate asm/system.h for XtensaDavid Howells
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-13Mark arguments to certain syscalls as being constDavid Howells
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo