summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* arch: ensure parisc/powerpc handle PF_IO_WORKER in copy_thread()Jens Axboe2021-02-231-1/+1
* parisc: Drop out of get_whan() if task is running againHelge Deller2021-02-121-0/+2
* 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-19/+0
|\
| * kill unused dump_fpu() instancesAl Viro2020-07-271-19/+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-1/+1
* | maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds2020-06-181-1/+1
* | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
|/
* parisc: Implement copy_thread_tlsAmanieu d'Antras2020-01-071-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* parisc: Use __ro_after_init in process.cHelge Deller2019-05-101-1/+1
* parisc: Export running_on_qemu symbol for modulesHelge Deller2019-05-031-0/+1
* parisc: Detect QEMU earlier in boot processHelge Deller2019-04-061-6/+0
* parisc: Fix and improve kernel stack unwindingHelge Deller2018-08-131-1/+1
* parisc: Prevent panic at system haltHelge Deller2018-04-111-8/+5
* parisc: machine_power_off() should call pm_power_off()Helge Deller2018-03-271-1/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-0/+9
|\
| * parisc64: Add .opd based function descriptor dereferenceSergey Senozhatsky2018-01-091-0/+9
* | parisc: qemu idle sleep supportHelge Deller2018-01-061-0/+39
|/
* parisc, watchdog/core: Use lockup_detector_stop()Thomas Gleixner2017-09-141-1/+1
* parisc: Suspend lockup detectors before system haltHelge Deller2017-07-251-0/+2
* arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-5/+0
* parisc: Avoid stalled CPU warnings after system shutdownHelge Deller2017-03-291-0/+2
* parisc: Fix system shutdown haltHelge Deller2017-03-181-0/+2
* 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
* parisc: Enable KASLRHelge Deller2016-12-121-5/+1
* exit_thread: remove empty bodiesJiri Slaby2016-05-201-7/+0
* parisc: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad2015-04-241-4/+6
* parisc: hpux - Remove hpux gateway pageHelge Deller2015-02-161-12/+3
* parisc: add flexible mmap memory layout supportHelge Deller2014-02-021-1/+20
* parisc: Use generic idle loopThomas Gleixner2013-04-081-22/+0
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-3/+2
* parisc: switch to generic fork/vfork/cloneAl Viro2012-11-281-39/+10
* parisc: optimizations in copy_thread() and friendsAl Viro2012-10-141-20/+8
* parisc: switch to generic sys_execve()Al Viro2012-10-141-23/+0
* parisc: switch to generic kernel_execve()Al Viro2012-10-141-10/+0
* parisc: switch to generic kernel_thread()Al Viro2012-10-141-37/+16
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* parisc: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3
* [PARISC] fix personality flag check in copy_thread()Jiri Kosina2012-08-031-1/+1
* sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
* parisc, exec: remove redundant set_fs(USER_DS)Mathias Krause2012-01-121-1/+0
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-5/+10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-1/+1
* ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov2009-06-181-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2009-04-031-13/+16
|\