aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-2/+2
2021-11-01parisc: Move thread_info into task structHelge Deller1-2/+2
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/+2
2021-02-23arch: ensure parisc/powerpc handle PF_IO_WORKER in copy_thread()Jens Axboe1-1/+1
2021-02-12parisc: Drop out of get_whan() if task is running againHelge Deller1-0/+2
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-19/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-07-27kill unused dump_fpu() instancesAl Viro1-19/+0
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-1/+1
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-01-07parisc: Implement copy_thread_tlsAmanieu d'Antras1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-05-10parisc: Use __ro_after_init in process.cHelge Deller1-1/+1
2019-05-03parisc: Export running_on_qemu symbol for modulesHelge Deller1-0/+1
2019-04-06parisc: Detect QEMU earlier in boot processHelge Deller1-6/+0
2018-08-13parisc: Fix and improve kernel stack unwindingHelge Deller1-1/+1
2018-04-11parisc: Prevent panic at system haltHelge Deller1-8/+5
2018-03-27parisc: machine_power_off() should call pm_power_off()Helge Deller1-1/+5
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-0/+9
2018-01-09parisc64: Add .opd based function descriptor dereferenceSergey Senozhatsky1-0/+9
2018-01-06parisc: qemu idle sleep supportHelge Deller1-0/+39
2017-09-14parisc, watchdog/core: Use lockup_detector_stop()Thomas Gleixner1-1/+1
2017-07-25parisc: Suspend lockup detectors before system haltHelge Deller1-0/+2
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-5/+0
2017-03-29parisc: Avoid stalled CPU warnings after system shutdownHelge Deller1-0/+2
2017-03-18parisc: Fix system shutdown haltHelge Deller1-0/+2
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-12parisc: Enable KASLRHelge Deller1-5/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-7/+0
2015-04-24parisc: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad1-4/+6
2015-02-16parisc: hpux - Remove hpux gateway pageHelge Deller1-12/+3
2014-02-02parisc: add flexible mmap memory layout supportHelge Deller1-1/+20
2013-04-08parisc: Use generic idle loopThomas Gleixner1-22/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-3/+2
2012-11-28parisc: switch to generic fork/vfork/cloneAl Viro1-39/+10
2012-10-14parisc: optimizations in copy_thread() and friendsAl Viro1-20/+8
2012-10-14parisc: switch to generic sys_execve()Al Viro1-23/+0
2012-10-14parisc: switch to generic kernel_execve()Al Viro1-10/+0
2012-10-14parisc: switch to generic kernel_thread()Al Viro1-37/+16
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-09-23parisc: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-0/+3
2012-08-03[PARISC] fix personality flag check in copy_thread()Jiri Kosina1-1/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2012-01-12parisc, exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0