summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/process.c
AgeCommit message (Expand)AuthorLines
2018-08-13parisc: Fix and improve kernel stack unwindingHelge Deller-1/+1
2018-04-11parisc: Prevent panic at system haltHelge Deller-8/+5
2018-03-27parisc: machine_power_off() should call pm_power_off()Helge Deller-1/+5
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds-0/+9
2018-01-09parisc64: Add .opd based function descriptor dereferenceSergey Senozhatsky-0/+9
2018-01-06parisc: qemu idle sleep supportHelge Deller-0/+39
2017-09-14parisc, watchdog/core: Use lockup_detector_stop()Thomas Gleixner-1/+1
2017-07-25parisc: Suspend lockup detectors before system haltHelge Deller-0/+2
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser-5/+0
2017-03-29parisc: Avoid stalled CPU warnings after system shutdownHelge Deller-0/+2
2017-03-18parisc: Fix system shutdown haltHelge Deller-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-12-12parisc: Enable KASLRHelge Deller-5/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby-7/+0
2015-04-24parisc: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad-4/+6
2015-02-16parisc: hpux - Remove hpux gateway pageHelge Deller-12/+3
2014-02-02parisc: add flexible mmap memory layout supportHelge Deller-1/+20
2013-04-08parisc: Use generic idle loopThomas Gleixner-22/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro-3/+2
2012-11-28parisc: switch to generic fork/vfork/cloneAl Viro-39/+10
2012-10-14parisc: optimizations in copy_thread() and friendsAl Viro-20/+8
2012-10-14parisc: switch to generic sys_execve()Al Viro-23/+0
2012-10-14parisc: switch to generic kernel_execve()Al Viro-10/+0
2012-10-14parisc: switch to generic kernel_thread()Al Viro-37/+16
2012-10-12vfs: define struct filename and have getname() return itJeff Layton-2/+2
2012-09-23parisc: Add missing RCU idle APIs on idle loopFrederic Weisbecker-0/+3
2012-08-03[PARISC] fix personality flag check in copy_thread()Jiri Kosina-1/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner-3/+1
2012-01-12parisc, exec: remove redundant set_fs(USER_DS)Mathias Krause-1/+0
2010-08-17Make do_execve() take a const filename pointerDavid Howells-5/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches-1/+1
2009-06-18ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov-5/+0
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds-13/+16
2009-04-02Simplify copy_thread()Alexey Dobriyan-1/+1
2009-04-02parisc: move dereference_function_descriptor to process.cKyle McMartin-1/+14
2009-03-31parisc: simplify sys_clone()Helge Deller-12/+2
2007-07-29Remove fs.h from mm.hAlexey Dobriyan-0/+1
2007-05-30[PARISC] be more defensive in process.c::get_wchanKyle McMartin-0/+4
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller-2/+2
2006-12-08[PARISC] sparse fixesMatthew Wilcox-2/+2
2006-10-02[PATCH] rename the provided execve functions to kernel_execveArnd Bergmann-1/+8
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk-5/+0
2006-01-22[PARISC] Add chassis_power_off routineKyle McMartin-8/+5
2006-01-22[PARISC] Remove obsolete _hlt cruftKyle McMartin-16/+0
2006-01-22[PARISC] Move pm_power_off export to process.cKyle McMartin-0/+1
2006-01-22[PARISC] Use F_EXTEND() for COMMAND_GLOBALKyle McMartin-6/+1
2006-01-12[PATCH] parisc: task_stack_page(), task_thread_info()Al Viro-3/+3