aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/process_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-2/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-4/+1
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-3/+0
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-2/+1
2021-03-08Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-12/+0
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-26Merge branch 'work.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-12/+0
2021-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-18sparc: Replace test_ti_thread_flag() with test_tsk_thread_flag()Tiezhu Yang1-1/+1
2021-01-03sparc32: take ->thread.flags outAl Viro1-5/+0
2021-01-03sparc32: get rid of fake_swapper_regsAl Viro1-8/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-49/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-07-27kill unused dump_fpu() instancesAl Viro1-49/+0
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-3/+2
2020-06-23sparc: unconditionally enable HAVE_COPY_THREAD_TLSChristian Brauner1-3/+4
2020-06-23sparc: share process creation helpers between sparc and sparc64Christian Brauner1-27/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-9/+2
2020-06-09sparc: add show_stack_loglvl()Dmitry Safonov1-5/+12
2018-11-18sparc: Use device_type helpers to access the node typeRob Herring1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-8/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby1-6/+6
2015-08-04sched, sparc32: Update scheduler comments in copy_thread()Ingo Molnar1-5/+5
2014-05-18sparc32: fix sparse warning in auxio_32.cSam Ravnborg1-2/+6
2014-04-29sparc32: fix sparse warnings in process_32.hSam Ravnborg1-0/+4
2014-01-28sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-7/+0
2013-04-30sparc32: make show_stack() acquire %fp if @_ksp is not specifiedTejun Heo1-9/+7
2013-04-13sparc: Use generic idle loopSam Ravnborg1-16/+5
2013-02-17sparc idle: rename pm_idle to sparc_idleLen Brown1-4/+3
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro1-2/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-3/+2
2012-10-16sparc32: switch to generic sys_execve()Al Viro1-28/+0
2012-10-16sparc32: switch to generic kernel_thread()Al Viro1-79/+45
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-07-26sparc32, copy_thread: Clear TIF_USEDFPU flag of created task instead of currentTkhai Kirill1-3/+1
2012-05-27sparc32: refactor cpu_idle()Sam Ravnborg1-30/+5
2012-05-12sparc32: drop unused code in process_32Sam Ravnborg1-82/+0
2012-05-12sparc32: drop btfixup for check_pgt_cacheSam Ravnborg1-2/+0