summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
AgeCommit message (Expand)AuthorLines
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding-1/+1
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman-165/+71
2012-08-19alpha: take kernel_execve() out of entry.SAl Viro-53/+19
2012-08-19alpha: take a bunch of syscalls into osf_sys.cAl Viro-110/+50
2012-08-19alpha: Use new generic strncpy_from_user() and strnlen_user()Michael Cree-2/+0
2012-08-19alpha: Wire up cross memory attach syscallsMichael Cree-0/+2
2012-08-13TTY: use tty_port_link_deviceJiri Slaby-0/+1
2012-07-30alpha: remove mysterious if zero-ed out includesPaul Bolle-12/+0
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas-6/+0
2012-06-26alpha/PCI: factor out pcibios_setup()Myron Stowe-6/+0
2012-06-18Merge branch 'topic/sebastian-devinit-fixups' into nextBjorn Helgaas-6/+3
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu-1/+1
2012-06-12alpha/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior-6/+3
2012-06-01new helper: signal_delivered()Al Viro-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro-2/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro-5/+0
2012-06-01new helper: sigmask_to_save()Al Viro-4/+1
2012-06-01new helper: restore_saved_sigmask()Al Viro-3/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+0
2012-05-24alpha: implement various OSF/1 stat syscallsMans Rullgard-5/+168
2012-05-24alpha: implement setsysinfo(SSI_LMF) as a no-opMans Rullgard-0/+3
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro-2/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-53/+27
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-10/+10
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+1
2012-05-21alpha: tidy signal delivery upAl Viro-43/+26
2012-05-21new helper: sigsuspend()Al Viro-10/+1
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-35/+4
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter-2/+1
2012-05-05alpha: Use generic init_taskThomas Gleixner-18/+1
2012-05-02alpha: silence 'const' warning in sys_marvel.cMatt Turner-1/+1
2012-05-02alpha: include module.h to fix modpost on TsunamiJim Faulkner-0/+1
2012-04-26alpha: Use generic idle thread allocationThomas Gleixner-16/+2
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner-1/+1
2012-04-08Merge branch 'master' into for-nextJiri Kosina-195/+81
2012-04-05alpha: Use vsprintf extention %pf with builtin_return_addressJoe Perches-10/+10
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-21/+10
2012-04-05alpha: use set_current_blocked() and block_sigmask()Matt Fleming-21/+10
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds-8/+12
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-29/+14
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells-29/+14
2012-03-28Alpha: adapt for dma_map_ops changesAndrzej Pietrasiewicz-8/+12
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds-80/+15
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+2
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-03-20__register_binfmt() made voidAl Viro-1/+2
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds-55/+23
2012-03-20constify struct pci_dev * in obvious casesAl Viro-1/+1
2012-03-08TTY: srmcons, convert to use tty_portJiri Slaby-15/+17