summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* alpha: get rid of pointless insn in ret_from_kernel_threadAl Viro2018-03-281-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* alpha: Enable system-call auditing support.蔡正龙2014-01-311-1/+5
* alpha: Generate dwarf2 unwind info for various kernel entry points.Richard Henderson2013-07-191-111/+288
* alpha: switch to generic fork/vfork/cloneAl Viro2012-11-281-31/+11
* alpha: don't pass useless arguments to do_{,rt_},sigreturn()Al Viro2012-11-281-4/+0
* alpha: simplify fork and friendsAl Viro2012-11-281-10/+7
* alpha: switch to saner kernel_execve() semanticsAl Viro2012-10-121-16/+1
* alpha: get rid of switch_stack argument of do_work_pending()Al Viro2012-10-111-21/+19
* alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro2012-10-111-8/+2
* alpha: simplify TIF_NEED_RESCHED handlingAl Viro2012-10-111-17/+9
* alpha: don't open-code trace_report_syscall_{enter,exit}Al Viro2012-10-011-7/+6
* alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro2012-09-301-0/+13
* alpha: switch to generic kernel_thread()Al Viro2012-09-301-47/+10
* alpha: switch to generic sys_execve()Al Viro2012-09-301-9/+0
* alpha: take kernel_execve() out of entry.SAl Viro2012-08-191-52/+0
* alpha: take a bunch of syscalls into osf_sys.cAl Viro2012-08-191-109/+0
* alpha: switch osf_sigprocmask() to use of sigprocmask()Al Viro2010-09-271-9/+0
* alpha: fix hae_cache race in RESTORE_ALLAl Viro2010-09-251-4/+7
* alpha: deal with multiple simultaneously pending signalsAl Viro2010-09-181-5/+11
* alpha: fix a 14 years old bug in sigreturn tracingAl Viro2010-09-181-2/+11
* alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro2010-09-181-32/+0
* do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan2009-03-271-1/+2
* alpha: use syscall wrappersIvan Kokshaysky2009-01-291-1/+1
* [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens2009-01-141-4/+4
* CRED: Separate task security context from task_structDavid Howells2008-11-141-4/+6
* alpha: convert to generic sys_ptraceChristoph Hellwig2007-10-161-9/+0
* alpha: support new syscallsRichard Henderson2007-05-301-4/+3
* [PATCH] rename the provided execve functions to kernel_execveArnd Bergmann2006-10-021-5/+5
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] alpha: Fix getxpid on alpha so it works for threadsEric W. Biederman2006-02-011-7/+9
* [PATCH] alpha: fix kernel alignment trapsRichard Henderson2005-10-021-0/+1
* kbuild: alpha,x86_64 use generic asm-offsets.h supportSam Ravnborg2005-09-091-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+957