summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/process.c
AgeCommit message (Expand)Author
2011-07-25alpha, exec: remove redundant set_fs(USER_DS)Mathias Krause
2011-05-25alpha: replace with new cpumask APIsKOSAKI Motohiro
2010-09-25alpha: fix usp value in multithreaded coredumpsAl Viro
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-13Mark arguments to certain syscalls as being constDavid Howells
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-23headers: utsname.h reduxAlexey Dobriyan
2009-04-02Simplify copy_thread()Alexey Dobriyan
2009-02-16cpumask: Use cpu_*_mask accessors code: alphaRusty Russell
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-01-30[PATCH] missing exports of pm_power_off() on alpha and sparc32Al Viro
2006-10-11[PATCH] alpha_ksyms.c cleanupAl Viro
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-05[PATCH] alpha: SMP IRQ routing fixIvan Kokshaysky
2006-01-12[PATCH] alpha: task_pt_regs()akpm@osdl.org
2006-01-12[PATCH] alpha: task_stack_page()Al Viro
2006-01-12[PATCH] alpha: task_thread_info()Al Viro
2006-01-08[PATCH] Don't attempt to power off if power off is not implementedEric W. Biederman
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin
2005-09-22[PATCH] alpha: fix kernel panic during SysRq-bIvan Kokshaysky
2005-07-26[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman
2004-08-23[PATCH] sched: consolidate CLONE_IDLETASK maskingWilliam Lee Irwin III
2004-07-14Merge kanga.twiddle.home:/home/rth/work/linux/linus-2.6Richard Henderson
2004-07-14[ALPHA] Pass pt_regs as pointer to execve and sigprocmask syscalls.Richard Henderson
2004-07-12[PATCH] sparse: alpha NULL noise removalAlexander Viro
2004-06-23[PATCH] alpha: cpumask fixupsAndrew Morton
2004-05-30[PATCH] sparse alpha: trivial parts of __user annotationAlexander Viro
2004-05-09[PATCH] sched: in_sched_functions() cleanupAndrew Morton
2004-04-11[PATCH] Fix get_wchan() FIXME wrt. order of functionsAndrew Morton
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo
2003-08-16[ALPHA] Forward port SRM restore code from 2.4.Richard Henderson
2003-06-30[ALPHA] Fix SETTLS -- read TLS value to install before clobbering it.Richard Henderson
2003-05-19[ALPHA] Update for do_fork changes.Richard Henderson
2003-03-02[PATCH] fix preempt-issues with smp_call_function()Andrew Morton
2003-01-19[ALPHA] Add debugging access (core and ptrace) to the Richard Henderson
2002-11-21[ALPHA] Update clone syscall for child_tid argument.Richard Henderson
2002-11-04More merging from entry-rewrite tree:Richard Henderson
2002-11-04Merge bits from entry-rewrite tree:Richard Henderson
2002-11-03Zero UNIQUE on exec.Richard Henderson
2002-11-03Don't clear pcb.unique if CLONE_SETTLS is not set.Richard Henderson
2002-10-30Update clone syscall for TID and TLS arguments.Richard Henderson
2002-10-08Merge minor changes from entry_rewrite tree.Richard Henderson
2002-09-06[PATCH] alpha: compile fixesIvan Kokshaysky
2002-07-21[PATCH] Re: [patch] cli()/sti() cleanupIngo Molnar