summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-09-30Fix up more fallout form alpha signal cleanupsLinus Torvalds1-1/+1
2010-09-29alpha: fix compile problem in arch/alpha/kernel/signal.cLinus Torvalds1-2/+2
2010-09-27alpha: __get_user/__put_user results need to be checked...Al Viro1-4/+4
2010-09-27alpha: switch osf_sigprocmask() to use of sigprocmask()Al Viro3-47/+12
2010-09-26alpha: fix usp value in multithreaded coredumpsAl Viro1-1/+1
2010-09-26alpha: fix hae_cache race in RESTORE_ALLAl Viro1-4/+7
2010-09-19alpha: deal with multiple simultaneously pending signalsAl Viro1-5/+11
2010-09-19alpha: fix a 14 years old bug in sigreturn tracingAl Viro1-2/+11
2010-09-19alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro2-69/+1
2010-09-19alpha: belated ERESTART_RESTARTBLOCK race fixAl Viro1-1/+2
2010-09-19alpha: Shift perf event pending work earlier in timer interruptMichael Cree1-5/+5
2010-09-19alpha: wire up fanotify and prlimit64 syscallsMikael Pettersson1-0/+3
2010-09-19alpha: kill big kernel lockArnd Bergmann2-8/+0
2010-09-19alpha: remove unnecessary cast from void* in assignment.matt mooney2-2/+2
2010-09-19alpha: Use static const char * const where possibleJoe Perches4-38/+46
2010-09-01alpha: Fix printk format errorsMichael Cree1-3/+3
2010-09-01alpha: convert perf_event to use local_tMichael Cree1-9/+9
2010-09-01Fix call to replaced SuperIO functionsMorten H. Larsen3-8/+25
2010-08-29Alpha: Fix a missing comma in sys_osf_statfs()David Howells1-1/+1
2010-08-18Make do_execve() take a const filename pointerDavid Howells1-2/+3
2010-08-14Mark arguments to certain syscalls as being constDavid Howells2-4/+4
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2010-08-10alpha: implement HW performance events on the EV67 and later CPUsMichael Cree4-0/+872
2010-08-10alpha: add performance monitor interrupt counterMichael Cree1-2/+5
2010-08-10pass a struct path to vfs_statfsChristoph Hellwig1-4/+4
2010-06-15alpha: Detect Super IO chip, no IDE on Avanti, enable EPP19Morten H. Larsen5-49/+155
2010-06-15alpha: fix pci_mmap_resource API breakageMatt Turner1-2/+1
2010-05-26Convert alpha to use clocksources instead of arch_gettimeoffsetJohn Stultz1-38/+31
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-3/+5
2010-05-20Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-54/+47
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo10-7/+6
2010-03-19alpha: remove trailing spaces in messagesFrans Pop2-2/+2
2010-03-19alpha: use __ratelimitAkinobu Mita1-7/+3
2010-03-13alpha: Convert alpha to use read/update_persistent_clockJohn Stultz1-54/+47
2010-03-13dma-mapping: alpha: use include/linux/pci-dma-compat.hFUJITA Tomonori2-170/+132
2010-03-13alpha: use generic ptrace_resume codeChristoph Hellwig1-47/+12
2010-03-06alpha: PTR_ERR overwrites -EINVAL in syscall osf_mountRoel Kluin1-1/+2
2010-02-23resource/PCI: mark struct resource as constDominik Brodowski1-1/+1
2010-02-23resource/PCI: align functions now return start of resourceDominik Brodowski1-2/+2
2009-12-18alpha: Add minimal support for software performance eventsMichael Cree1-0/+1
2009-12-18alpha: Wire up missing/new syscallsDaniele Calore1-1/+14
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+3
2009-12-15alpha: convert srm code to seq_fileAlexey Dobriyan1-32/+33
2009-12-15genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-12-15alpha: Fix fallout from locking changesThomas Gleixner1-1/+1
2009-12-11Unify sys_mmap*Al Viro1-13/+6
2009-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller23-24/+28
2009-12-01alpha: Fixup last users of irq_chip->typenameThomas Gleixner20-23/+23
2009-11-30arch/alpha/kernel: Add kmalloc NULL testsJulia Lawall2-0/+4
2009-11-30arch/alpha/kernel/sys_ruffian.c: Use DIV_ROUND_CLOSESTJulia Lawall1-1/+1