aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-31alpha: Enable system-call auditing support.蔡正龙1-1/+5
2013-07-19alpha: Generate dwarf2 unwind info for various kernel entry points.Richard Henderson1-111/+288
2012-11-28alpha: switch to generic fork/vfork/cloneAl Viro1-31/+11
2012-11-28alpha: don't pass useless arguments to do_{,rt_},sigreturn()Al Viro1-4/+0
2012-11-28alpha: simplify fork and friendsAl Viro1-10/+7
2012-10-12alpha: switch to saner kernel_execve() semanticsAl Viro1-16/+1
2012-10-11alpha: get rid of switch_stack argument of do_work_pending()Al Viro1-21/+19
2012-10-11alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro1-8/+2
2012-10-11alpha: simplify TIF_NEED_RESCHED handlingAl Viro1-17/+9
2012-10-01alpha: don't open-code trace_report_syscall_{enter,exit}Al Viro1-7/+6
2012-09-30alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro1-0/+13
2012-09-30alpha: switch to generic kernel_thread()Al Viro1-47/+10
2012-09-30alpha: switch to generic sys_execve()Al Viro1-9/+0
2012-08-19alpha: take kernel_execve() out of entry.SAl Viro1-52/+0
2012-08-19alpha: take a bunch of syscalls into osf_sys.cAl Viro1-109/+0
2010-09-27alpha: switch osf_sigprocmask() to use of sigprocmask()Al Viro1-9/+0
2010-09-25alpha: fix hae_cache race in RESTORE_ALLAl Viro1-4/+7
2010-09-18alpha: deal with multiple simultaneously pending signalsAl Viro1-5/+11
2010-09-18alpha: fix a 14 years old bug in sigreturn tracingAl Viro1-2/+11
2010-09-18alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro1-32/+0
2009-03-27do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan1-1/+2
2009-01-29alpha: use syscall wrappersIvan Kokshaysky1-1/+1
2009-01-14[CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens1-4/+4
2008-11-14CRED: Separate task security context from task_structDavid Howells1-4/+6
2007-10-16alpha: convert to generic sys_ptraceChristoph Hellwig1-9/+0
2007-05-30alpha: support new syscallsRichard Henderson1-4/+3
2006-10-02[PATCH] rename the provided execve functions to kernel_execveArnd Bergmann1-5/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-02-01[PATCH] alpha: Fix getxpid on alpha so it works for threadsEric W. Biederman1-7/+9
2005-10-02[PATCH] alpha: fix kernel alignment trapsRichard Henderson1-0/+1
2005-09-09kbuild: alpha,x86_64 use generic asm-offsets.h supportSam Ravnborg1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+957