summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1Star
* 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/+0Star
* parisc: Fix and improve kernel stack unwindingHelge Deller2018-08-131-1/+1
* parisc: Prevent panic at system haltHelge Deller2018-04-111-8/+5Star
* 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-291-5/+0Star
* 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/+1Star
* exit_thread: remove empty bodiesJiri Slaby2016-05-211-7/+0Star
* 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/+3Star
* parisc: add flexible mmap memory layout supportHelge Deller2014-02-021-1/+20
* parisc: Use generic idle loopThomas Gleixner2013-04-081-22/+0Star
* flagday: don't pass regs to copy_thread()Al Viro2012-11-291-3/+2Star
* parisc: switch to generic fork/vfork/cloneAl Viro2012-11-291-39/+10Star
* parisc: optimizations in copy_thread() and friendsAl Viro2012-10-151-20/+8Star
* parisc: switch to generic sys_execve()Al Viro2012-10-151-23/+0Star
* parisc: switch to generic kernel_execve()Al Viro2012-10-151-10/+0Star
* parisc: switch to generic kernel_thread()Al Viro2012-10-151-37/+16Star
* vfs: define struct filename and have getname() return itJeff Layton2012-10-131-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/+1Star
* parisc, exec: remove redundant set_fs(USER_DS)Mathias Krause2012-01-131-1/+0Star
* Make do_execve() take a const filename pointerDavid Howells2010-08-181-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/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2009-04-031-13/+16
|\
| * parisc: move dereference_function_descriptor to process.cKyle McMartin2009-04-021-1/+14
| * parisc: simplify sys_clone()Helge Deller2009-03-311-12/+2Star
* | Simplify copy_thread()Alexey Dobriyan2009-04-031-1/+1
|/
* Remove fs.h from mm.hAlexey Dobriyan2007-07-301-0/+1
* [PARISC] be more defensive in process.c::get_wchanKyle McMartin2007-05-301-0/+4
* [PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller2007-02-171-2/+2
* [PARISC] sparse fixesMatthew Wilcox2006-12-081-2/+2
* [PATCH] rename the provided execve functions to kernel_execveArnd Bergmann2006-10-021-1/+8
* [PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk2006-03-241-5/+0Star
* [PARISC] Add chassis_power_off routineKyle McMartin2006-01-231-8/+5Star