aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-01-03ALPHA: drivers: remove __dev* attributes.Gravatar Greg Kroah-Hartman 3-11/+9
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-9/+1
2012-12-19alpha: switch to generic sigaltstackGravatar Al Viro 1-9/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-8/+4
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-100/+39
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+4
2012-11-28flagday: don't pass regs to copy_thread()Gravatar Al Viro 1-1/+1
2012-11-28alpha: switch to generic fork/vfork/cloneGravatar Al Viro 3-59/+14
2012-11-28get rid of pt_regs argument of ->load_binary()Gravatar Al Viro 1-1/+1
2012-11-28get rid of pt_regs argument of search_binary_handler()Gravatar Al Viro 1-1/+1
2012-11-28alpha: reorganize copy_process(), prepare to saner fork_idle()Gravatar Al Viro 1-21/+14
2012-11-28alpha: don't pass useless arguments to do_{,rt_},sigreturn()Gravatar Al Viro 2-12/+8
2012-11-28alpha: simplify fork and friendsGravatar Al Viro 2-19/+14
2012-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2012-11-15TTY: call tty_port_destroy in the rest of driversGravatar Jiri Slaby 1-1/+4
2012-11-08alpha: use BUG_ON where possibleGravatar Sasha Levin 1-8/+4
2012-10-24alpha: separate thread-synchronous flagsGravatar Al Viro 3-19/+14
2012-10-20missing const in alpha callers of do_mount()Gravatar Al Viro 1-3/+3
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-79/+56
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 1-8/+8
2012-10-12alpha: switch to saner kernel_execve() semanticsGravatar Al Viro 1-16/+1
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-26/+19
2012-10-11alpha: get rid of switch_stack argument of do_work_pending()Gravatar Al Viro 2-23/+20
2012-10-11alpha: don't bother passing switch_stack separately from regsGravatar Al Viro 1-13/+13
2012-10-11alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cGravatar Al Viro 2-17/+20
2012-10-11alpha: simplify TIF_NEED_RESCHED handlingGravatar Al Viro 1-17/+9
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-113/+38
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterGravatar Konstantin Khlebnikov 1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+2
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyGravatar Linus Torvalds 1-0/+1
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciGravatar Linus Torvalds 1-6/+0
2012-10-01alpha: don't open-code trace_report_syscall_{enter,exit}Gravatar Al Viro 2-26/+19
2012-09-30alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Gravatar Al Viro 2-19/+13
2012-09-30alpha: switch to generic kernel_thread()Gravatar Al Viro 3-69/+30
2012-09-30alpha: switch to generic sys_execve()Gravatar Al Viro 2-30/+0
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-9/+6
2012-09-26switch osf_getdirentries() to fget_light()Gravatar Al Viro 1-3/+3
2012-09-23alpha: Add missing RCU idle APIs on idle loopGravatar Frederic Weisbecker 1-0/+3
2012-09-23alpha: Fix preemption handling in idle loopGravatar Frederic Weisbecker 2-1/+3
2012-09-21userns: On alpha modify linux_to_osf_stat to use convert from kuids and kgidsGravatar Eric W. Biederman 1-2/+2
2012-09-18PCI: Provide a default pcibios_update_irq()Gravatar Thierry Reding 1-6/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsGravatar Thierry Reding 1-1/+1
2012-08-27Merge 3.6-rc3 into tty-nextGravatar Greg Kroah-Hartman 5-165/+71
2012-08-19alpha: take kernel_execve() out of entry.SGravatar Al Viro 3-53/+19
2012-08-19alpha: take a bunch of syscalls into osf_sys.cGravatar Al Viro 3-110/+50
2012-08-19alpha: Use new generic strncpy_from_user() and strnlen_user()Gravatar Michael Cree 1-2/+0
2012-08-19alpha: Wire up cross memory attach syscallsGravatar Michael Cree 1-0/+2
2012-08-13TTY: use tty_port_link_deviceGravatar Jiri Slaby 1-0/+1
2012-07-30alpha: remove mysterious if zero-ed out includesGravatar Paul Bolle 1-12/+0