aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-8/+4
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-80/+57
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 3-17/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-27/+21
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 8-122/+42
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-1/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterGravatar Konstantin Khlebnikov 1-1/+1
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Gravatar Arnd Bergmann 6-17/+17
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Gravatar Linus Torvalds 1-0/+3
2012-10-03asm-generic: Add default clkdev.hGravatar Mark Brown 1-0/+2
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-02UAPI: (Scripted) Set up UAPI Kbuild filesGravatar David Howells 1-0/+3
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-10-01sanitize tsk_is_polling()Gravatar Al Viro 1-0/+2
2012-10-01bury _TIF_RESTORE_SIGMASKGravatar Al Viro 1-1/+0
2012-09-30alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Gravatar Al Viro 3-19/+14
2012-09-30alpha: switch to generic kernel_thread()Gravatar Al Viro 5-72/+31
2012-09-30alpha: switch to generic sys_execve()Gravatar Al Viro 3-30/+1
2012-09-28Make most arch asm/module.h files use asm-generic/module.hGravatar David Howells 2-8/+4
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-20get rid of generic instances of asm/exec.hGravatar Al Viro 2-6/+1
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 20-1167/+177
2012-08-19alpha: Fix fall-out from disintegrating asm/system.hGravatar Michael Cree 1-0/+1
2012-08-19Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsGravatar Mel Gorman 1-2/+2
2012-08-19alpha: fix fpu.h usage in userspaceGravatar Mike Frysinger 1-0/+2
2012-08-19alpha/mm/fault.c: Port OOM changes to do_page_faultGravatar Kautuk Consul 1-6/+30
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 4-111/+54
2012-08-19alpha: Use new generic strncpy_from_user() and strnlen_user()Gravatar Michael Cree 9-994/+62
2012-08-19alpha: Wire up cross memory attach syscallsGravatar Michael Cree 2-1/+5
2012-08-19alpha: Don't export SOCK_NONBLOCK to user space.Gravatar Michael Cree 1-0/+2
2012-08-13TTY: use tty_port_link_deviceGravatar Jiri Slaby 1-0/+1
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONGravatar Will Deacon 2-1/+1
2012-07-30alpha: remove mysterious if zero-ed out includesGravatar Paul Bolle 1-12/+0
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextGravatar Bjorn Helgaas 1-6/+0
2012-06-26alpha/PCI: factor out pcibios_setup()Gravatar Myron Stowe 1-6/+0