summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/entry.S
AgeCommit message (Expand)Author
2018-08-16alpha: unify the glue for sigreturn-like syscallsAl Viro
2018-08-16alpha: use alpha_ni_syscall only for syscall zeroAl Viro
2018-03-28alpha: get rid of pointless insn in ret_from_kernel_threadAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2014-01-31alpha: Enable system-call auditing support.蔡正龙
2013-07-19alpha: Generate dwarf2 unwind info for various kernel entry points.Richard Henderson
2012-11-28alpha: switch to generic fork/vfork/cloneAl Viro
2012-11-28alpha: don't pass useless arguments to do_{,rt_},sigreturn()Al Viro
2012-11-28alpha: simplify fork and friendsAl Viro
2012-10-12alpha: switch to saner kernel_execve() semanticsAl Viro
2012-10-11alpha: get rid of switch_stack argument of do_work_pending()Al Viro
2012-10-11alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro
2012-10-11alpha: simplify TIF_NEED_RESCHED handlingAl Viro
2012-10-01alpha: don't open-code trace_report_syscall_{enter,exit}Al Viro
2012-09-30alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro
2012-09-30alpha: switch to generic kernel_thread()Al Viro
2012-09-30alpha: switch to generic sys_execve()Al Viro
2012-08-19alpha: take kernel_execve() out of entry.SAl Viro
2012-08-19alpha: take a bunch of syscalls into osf_sys.cAl Viro
2010-09-27alpha: switch osf_sigprocmask() to use of sigprocmask()Al Viro
2010-09-25alpha: fix hae_cache race in RESTORE_ALLAl Viro
2010-09-18alpha: deal with multiple simultaneously pending signalsAl Viro
2010-09-18alpha: fix a 14 years old bug in sigreturn tracingAl Viro
2010-09-18alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro
2009-03-27do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan
2009-01-29alpha: use syscall wrappersIvan Kokshaysky
2009-01-14[CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens
2008-11-14CRED: Separate task security context from task_structDavid Howells
2007-10-16alpha: convert to generic sys_ptraceChristoph Hellwig
2007-05-30alpha: support new syscallsRichard Henderson
2006-10-02[PATCH] rename the provided execve functions to kernel_execveArnd Bergmann
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-02-01[PATCH] alpha: Fix getxpid on alpha so it works for threadsEric W. Biederman
2005-10-02[PATCH] alpha: fix kernel alignment trapsRichard Henderson
2005-09-09kbuild: alpha,x86_64 use generic asm-offsets.h supportSam Ravnborg
2004-07-14[ALPHA] Pass pt_regs as pointer to execve and sigprocmask syscalls.Richard Henderson
2003-06-18[ALPHA] Implement execve entirely in assembly. Force KSP toRichard Henderson
2003-05-12[PATCH] Use '#ifdef' to test for CONFIG_xxx variablesSteven Cole
2003-02-25[PATCH] alpha: context switch fixesIvan Kokshaysky
2003-02-22[ALPHA] Fix switch_to semantics wrt LAST.Richard Henderson
2002-11-21[ALPHA] Update clone syscall for child_tid argument.Richard Henderson
2002-11-17Remove dead module code so that builds with CONFIG_MODULES=nRichard Henderson
2002-11-04More merging from entry-rewrite tree:Richard Henderson
2002-11-04Merge bits from entry-rewrite tree:Richard Henderson
2002-11-01Merge are.twiddle.net:/home/rth/BK/linus-2.5Richard Henderson
2002-10-30Update clone syscall for TID and TLS arguments.Richard Henderson
2002-10-26Merge to kernel.orgDaniel Jacobowitz
2002-10-08Move syscall table out to new file. Prevent entSys constants fromRichard Henderson
2002-09-23[PATCH] another alpha updateIvan Kokshaysky
2002-09-17Add CLONE_UNTRACED to the flags forced by kernel_threadDaniel Jacobowitz