aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-24alpha: implement various OSF/1 stat syscallsMans Rullgard2-5/+168
2012-05-24alpha: implement setsysinfo(SSI_LMF) as a no-opMans Rullgard1-0/+3
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-53/+27
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-10/+10
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2012-05-21alpha: tidy signal delivery upAl Viro1-43/+26
2012-05-21new helper: sigsuspend()Al Viro1-10/+1
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-35/+4
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter1-2/+1
2012-05-05alpha: Use generic init_taskThomas Gleixner2-18/+1
2012-05-02alpha: silence 'const' warning in sys_marvel.cMatt Turner1-1/+1
2012-05-02alpha: include module.h to fix modpost on TsunamiJim Faulkner1-0/+1
2012-04-26alpha: Use generic idle thread allocationThomas Gleixner1-16/+2
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-04-08Merge branch 'master' into for-nextJiri Kosina42-195/+81
2012-04-05alpha: Use vsprintf extention %pf with builtin_return_addressJoe Perches1-10/+10
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-21/+10
2012-04-05alpha: use set_current_blocked() and block_sigmask()Matt Fleming1-21/+10
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds2-8/+12
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds33-29/+14
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells33-29/+14
2012-03-28Alpha: adapt for dma_map_ops changesAndrzej Pietrasiewicz2-8/+12
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds4-80/+15
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-03-20__register_binfmt() made voidAl Viro1-1/+2
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-55/+23
2012-03-20constify struct pci_dev * in obvious casesAl Viro1-1/+1
2012-03-08TTY: srmcons, convert to use tty_portJiri Slaby1-15/+17
2012-03-08ALPHA: srmcons, fix racy singleton structureJiri Slaby1-35/+5
2012-03-08ALPHA: srmcons, use timer functionsJiri Slaby1-9/+5
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian1-0/+4
2012-02-23alpha/PCI: get rid of device resource fixupsBjorn Helgaas1-67/+4
2012-02-23alpha/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas4-13/+11
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-20/+20
2012-01-06alpha/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-20/+20
2011-12-04alpha: drop pci_iomap/pci_iounmap from pci-noop.cMichael S. Tsirkin1-12/+0
2011-11-28alpha: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin1-25/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds4-0/+4
2011-10-31alpha: wire up sendmmsg syscallMichael Cree1-0/+1
2011-10-31alpha: wire up accept4 syscallMichael Cree1-0/+1
2011-10-31alpha: Add export.h for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker3-0/+3
2011-10-31alpha: fix implicit stat.h usage in pci-sysfs.cPaul Gortmaker1-0/+1
2011-09-27doc: fix broken referencesPaul Bolle1-3/+2
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-08-25alpha: unbreak osf_setsysinfo(SSI_NVPAIRS, [SSIN_UACPROC, UAC_SIGBUS])Sergei Trofimovich1-5/+7
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds19-27/+27
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-07-25alpha, exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0