summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/process_32.c
Commit message (Expand)AuthorAgeFilesLines
* arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-1/+0
* fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
* fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
* uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-2/+0
* sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-4/+1
* isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-3/+0
* sched: Introduce task_is_running()Peter Zijlstra2021-06-181-2/+1
* Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2021-03-081-12/+0
|\
| * Merge branch 'work.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...David S. Miller2021-02-261-12/+0
| |\
| | * sparc32: take ->thread.flags outAl Viro2021-01-031-5/+0
| | * sparc32: get rid of fake_swapper_regsAl Viro2021-01-031-8/+1
* | | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\ \ \ | |/ / |/| |
| * | arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2021-02-231-1/+1
|\ \ | |/ |/|
| * sparc: Replace test_ti_thread_flag() with test_tsk_thread_flag()Tiezhu Yang2021-02-181-1/+1
* | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-49/+0
|\ \
| * | kill unused dump_fpu() instancesAl Viro2020-07-271-49/+0
| |/
* | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+2
* | sparc: unconditionally enable HAVE_COPY_THREAD_TLSChristian Brauner2020-06-231-3/+4
* | sparc: share process creation helpers between sparc and sparc64Christian Brauner2020-06-231-27/+0
|/
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-9/+2
* sparc: add show_stack_loglvl()Dmitry Safonov2020-06-091-5/+12
* sparc: Use device_type helpers to access the node typeRob Herring2018-11-181-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-8/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-6/+6
* sched, sparc32: Update scheduler comments in copy_thread()Ingo Molnar2015-08-041-5/+5
* sparc32: fix sparse warning in auxio_32.cSam Ravnborg2014-05-181-2/+6
* sparc32: fix sparse warnings in process_32.hSam Ravnborg2014-04-291-0/+4
* sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-281-1/+0
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+2
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-7/+0
* sparc32: make show_stack() acquire %fp if @_ksp is not specifiedTejun Heo2013-04-301-9/+7
* sparc: Use generic idle loopSam Ravnborg2013-04-131-16/+5
* sparc idle: rename pm_idle to sparc_idleLen Brown2013-02-171-4/+3
* flagday: kill pt_regs argument of do_fork()Al Viro2012-11-291-2/+1
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-3/+2
* sparc32: switch to generic sys_execve()Al Viro2012-10-161-28/+0
* sparc32: switch to generic kernel_thread()Al Viro2012-10-161-79/+45
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* sparc32, copy_thread: Clear TIF_USEDFPU flag of created task instead of currentTkhai Kirill2012-07-261-3/+1
* sparc32: refactor cpu_idle()Sam Ravnborg2012-05-271-30/+5
* sparc32: drop unused code in process_32Sam Ravnborg2012-05-121-82/+0