index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
kernel
/
process_32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
1
-1
/
+0
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
1
-4
/
+3
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
1
-2
/
+5
2022-02-25
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
1
-2
/
+0
2021-10-15
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
1
-4
/
+1
2021-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
1
-3
/
+0
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-2
/
+1
2021-03-08
Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-12
/
+0
2021-02-27
Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-02-26
Merge branch 'work.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
David S. Miller
1
-12
/
+0
2021-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-1
/
+1
2021-02-21
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
1
-1
/
+1
2021-02-18
sparc: Replace test_ti_thread_flag() with test_tsk_thread_flag()
Tiezhu Yang
1
-1
/
+1
2021-01-03
sparc32: take ->thread.flags out
Al Viro
1
-5
/
+0
2021-01-03
sparc32: get rid of fake_swapper_regs
Al Viro
1
-8
/
+1
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
1
-1
/
+1
2020-08-09
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-49
/
+0
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
1
-1
/
+0
2020-07-27
kill unused dump_fpu() instances
Al Viro
1
-49
/
+0
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
1
-3
/
+2
2020-06-23
sparc: unconditionally enable HAVE_COPY_THREAD_TLS
Christian Brauner
1
-3
/
+4
2020-06-23
sparc: share process creation helpers between sparc and sparc64
Christian Brauner
1
-27
/
+0
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-9
/
+2
2020-06-09
sparc: add show_stack_loglvl()
Dmitry Safonov
1
-5
/
+12
2018-11-18
sparc: Use device_type helpers to access the node type
Rob Herring
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-28
arch: remove unused macro/function thread_saved_pc()
Tobias Klauser
1
-8
/
+0
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-05-20
exit_thread: accept a task parameter to be exited
Jiri Slaby
1
-6
/
+6
2015-08-04
sched, sparc32: Update scheduler comments in copy_thread()
Ingo Molnar
1
-5
/
+5
2014-05-18
sparc32: fix sparse warning in auxio_32.c
Sam Ravnborg
1
-2
/
+6
2014-04-29
sparc32: fix sparse warnings in process_32.h
Sam Ravnborg
1
-0
/
+4
2014-01-28
sparc: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-04-30
dump_stack: unify debug information printed by show_regs()
Tejun Heo
1
-0
/
+2
2013-04-30
dump_stack: consolidate dump_stack() implementations and unify their behaviors
Tejun Heo
1
-7
/
+0
2013-04-30
sparc32: make show_stack() acquire %fp if @_ksp is not specified
Tejun Heo
1
-9
/
+7
2013-04-13
sparc: Use generic idle loop
Sam Ravnborg
1
-16
/
+5
2013-02-17
sparc idle: rename pm_idle to sparc_idle
Len Brown
1
-4
/
+3
2012-11-29
flagday: kill pt_regs argument of do_fork()
Al Viro
1
-2
/
+1
2012-11-28
flagday: don't pass regs to copy_thread()
Al Viro
1
-3
/
+2
2012-10-16
sparc32: switch to generic sys_execve()
Al Viro
1
-28
/
+0
2012-10-16
sparc32: switch to generic kernel_thread()
Al Viro
1
-79
/
+45
2012-10-12
vfs: define struct filename and have getname() return it
Jeff Layton
1
-2
/
+2
2012-07-26
sparc32, copy_thread: Clear TIF_USEDFPU flag of created task instead of current
Tkhai Kirill
1
-3
/
+1
2012-05-27
sparc32: refactor cpu_idle()
Sam Ravnborg
1
-30
/
+5
2012-05-12
sparc32: drop unused code in process_32
Sam Ravnborg
1
-82
/
+0
[next]