aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/process_32.c
AgeCommit message (Expand)Author
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
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-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-03-08Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26Merge branch 'work.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...David S. Miller
2021-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-02-18sparc: Replace test_ti_thread_flag() with test_tsk_thread_flag()Tiezhu Yang
2021-01-03sparc32: take ->thread.flags outAl Viro
2021-01-03sparc32: get rid of fake_swapper_regsAl Viro
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-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-07-27kill unused dump_fpu() instancesAl Viro
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-06-23sparc: unconditionally enable HAVE_COPY_THREAD_TLSChristian Brauner
2020-06-23sparc: share process creation helpers between sparc and sparc64Christian Brauner
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09sparc: add show_stack_loglvl()Dmitry Safonov
2018-11-18sparc: Use device_type helpers to access the node typeRob Herring
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser
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
2015-08-04sched, sparc32: Update scheduler comments in copy_thread()Ingo Molnar
2014-05-18sparc32: fix sparse warning in auxio_32.cSam Ravnborg
2014-04-29sparc32: fix sparse warnings in process_32.hSam Ravnborg
2014-01-28sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-30sparc32: make show_stack() acquire %fp if @_ksp is not specifiedTejun Heo
2013-04-13sparc: Use generic idle loopSam Ravnborg
2013-02-17sparc idle: rename pm_idle to sparc_idleLen Brown
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-10-16sparc32: switch to generic sys_execve()Al Viro
2012-10-16sparc32: switch to generic kernel_thread()Al Viro
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-07-26sparc32, copy_thread: Clear TIF_USEDFPU flag of created task instead of currentTkhai Kirill
2012-05-27sparc32: refactor cpu_idle()Sam Ravnborg
2012-05-12sparc32: drop unused code in process_32Sam Ravnborg