aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-77/+45
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-11/+9
2013-02-21mm: use vm_unmapped_area() on alpha architectureMichel Lespinasse1-11/+9
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-9/+9
2013-02-14alpha: pass k_sigaction and siginfo_t using ksignal pointerAl Viro1-66/+45
2013-02-03alpha: switch to generic old sigsuspendAl Viro1-10/+0
2013-02-03alpha: remove stray debris left in copy_process()Al Viro1-1/+0
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-2/+4
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-15TTY: switch tty_schedule_flipJiri Slaby1-9/+8
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+2
2013-01-03ALPHA: drivers: remove __dev* attributes.Greg Kroah-Hartman3-11/+9
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-9/+1
2012-12-19alpha: switch to generic sigaltstackAl Viro1-9/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-8/+4
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds5-100/+39
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+4
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28alpha: switch to generic fork/vfork/cloneAl Viro3-59/+14
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro1-1/+1
2012-11-28get rid of pt_regs argument of search_binary_handler()Al Viro1-1/+1
2012-11-28alpha: reorganize copy_process(), prepare to saner fork_idle()Al Viro1-21/+14
2012-11-28alpha: don't pass useless arguments to do_{,rt_},sigreturn()Al Viro2-12/+8
2012-11-28alpha: simplify fork and friendsAl Viro2-19/+14
2012-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-1/+4
2012-11-08alpha: use BUG_ON where possibleSasha Levin1-8/+4
2012-10-24alpha: separate thread-synchronous flagsAl Viro3-19/+14
2012-10-20missing const in alpha callers of do_mount()Al Viro1-3/+3
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-79/+56
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-8/+8
2012-10-12alpha: switch to saner kernel_execve() semanticsAl Viro1-16/+1
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-26/+19
2012-10-11alpha: get rid of switch_stack argument of do_work_pending()Al Viro2-23/+20
2012-10-11alpha: don't bother passing switch_stack separately from regsAl Viro1-13/+13
2012-10-11alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro2-17/+20
2012-10-11alpha: simplify TIF_NEED_RESCHED handlingAl Viro1-17/+9
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-113/+38
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-6/+0
2012-10-01alpha: don't open-code trace_report_syscall_{enter,exit}Al Viro2-26/+19
2012-09-30alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro2-19/+13
2012-09-30alpha: switch to generic kernel_thread()Al Viro3-69/+30
2012-09-30alpha: switch to generic sys_execve()Al Viro2-30/+0