summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2020-07-05arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-01-07xtensa: Implement copy_thread_tlsAmanieu d'Antras1-4/+4
2019-11-30xtensa: rearrange syscall tracingMax Filippov1-0/+2
2019-02-07xtensa: drop unused definitionsMax Filippov1-2/+0
2019-02-07xtensa: fix get_wchanMax Filippov1-2/+2
2018-12-18xtensa: enable CORE_DUMP_USE_REGSETMax Filippov1-46/+0
2018-12-05xtensa: don't clear cpenable unconditionally on releaseMax Filippov1-1/+2
2018-12-05xtensa: clean up WSR*/RSR*/get_sr/set_srMax Filippov1-4/+4
2018-11-27xtensa: enable coprocessors that are being flushedMax Filippov1-1/+4
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds1-1/+1
2017-12-17xtensa: enable stack protectorMax Filippov1-0/+6
2017-05-01xtensa: clean up access to spilled registers locationsMax Filippov1-4/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-21exit_thread: accept a task parameter to be exitedJiri Slaby1-2/+2
2016-03-11xtensa: support hardware breakpoints/watchpointsMax Filippov1-0/+5
2013-04-08xtensa: Use generic idle loopThomas Gleixner1-12/+2
2013-02-24xtensa: add support for TLSChris Zankel1-2/+3
2012-12-19xtensa: clean up files to make them code-style compliantChris Zankel1-1/+1
2012-11-29flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-29xtensa: switch to generic clone()Al Viro1-9/+0
2012-10-26xtensa: switch to generic sys_execve()Max Filippov1-25/+0
2012-10-26xtensa: switch to generic kernel_thread()Max Filippov1-31/+46
2012-10-26xtensa: reset windowbase/windowstart when cloning the VMChris Zankel1-1/+25
2012-10-19xtensa: minor compiler warning fixChris Zankel1-1/+4
2012-10-16xtensa: copy_thread with CLONE_VM must not copy live parent AR windowsMarc Gauthier1-4/+20
2012-10-13vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-09-23xtensa: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-0/+3
2012-07-12xtensa: fix incorrect memsetAlan Cox1-1/+1
2012-05-17fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-3/+6
2012-03-28Disintegrate asm/system.h for XtensaDavid Howells1-1/+0
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-08-18Make do_execve() take a const filename pointerDavid Howells1-2/+3
2010-08-14Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2009-06-19ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov1-5/+0
2009-04-03Simplify copy_thread()Alexey Dobriyan1-1/+1
2008-02-14[XTENSA] Add support for configurable registers and coprocessorsChris Zankel1-159/+102
2008-02-14[XTENSA] Clean up elf-gregset.Chris Zankel1-57/+6
2007-08-28[XTENSA] Move pre-initialized structures to init_task.cChris Zankel1-14/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-10[PATCH] xtensa: fix system call interfaceChris Zankel1-30/+41
2006-12-10[PATCH] xtensa: remove extra header filesChris Zankel1-34/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0