summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* alpha: cpumask_of_node() should handle -1 as a nodeAnton Blanchard2010-01-141-0/+3
* alpha: Convert BUG() to use unreachable()David Daney2009-12-181-1/+2
* alpha: Add minimal support for software performance eventsMichael Cree2009-12-184-1/+13
* alpha: Wire up missing/new syscallsDaniele Calore2009-12-182-2/+29
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-171-1/+1
|\
| * fix up O_SYNC commentsChristoph Hellwig2009-12-171-1/+1
* | Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-174-3/+4
|\ \ | |/ |/|
| * kbuild: move utsrelease.h to include/generatedSam Ravnborg2009-12-123-3/+3
| * kbuild: move asm-offsets.h to include/generatedSam Ravnborg2009-12-121-0/+1
* | elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-161-1/+0
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-155-43/+43
|\ \
| * | genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
| * | alpha: Fix fallout from locking changesThomas Gleixner2009-12-142-18/+18
| * | locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-141-10/+10
| * | locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-142-10/+10
| * | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-9/+9
| * | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
| * | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-142-4/+4
| |/
* | alpha: convert srm code to seq_fileAlexey Dobriyan2009-12-151-32/+33
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-12-111-3/+16
|\
| * vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-3/+16
* | Unify sys_mmap*Al Viro2009-12-111-13/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-081-0/+1
|\ \ \
| * \ \ Merge branch 'master' into for-2.6.33Jens Axboe2009-12-0326-41/+46
| |\ \ \ | | |/ /
| * | | block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+1
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-0124-36/+43
|\ \ \ | | |/ | |/|
| * | alpha: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-3020-23/+23
| * | Alpha: Rearrange thread info flags fixing two regressionsMichael Cree2009-11-301-12/+15
| * | arch/alpha/kernel: Add kmalloc NULL testsJulia Lawall2009-11-302-0/+4
| * | arch/alpha/kernel/sys_ruffian.c: Use DIV_ROUND_CLOSESTJulia Lawall2009-11-301-1/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-183-5/+3
|\ \ \ | |/ /
| * | Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-11-171-1/+1
| |\ \
| | * | arch/alpha/boot/tools/objstrip.c: Mark "usage" staticJosh Triplett2009-11-151-1/+1
| | |/
| * | fcntl: Use consistent values for F_[GS]ETOWN_EXStephen Rothwell2009-11-171-2/+0
| * | alpha: move THREAD_SIZE definition outside #ifndef ASSEMBLYAndrew Morton2009-11-121-2/+2
| * | alpha: fix F_SETOWN_EX and F_GETLK64 conflictPeter Zijlstra2009-11-121-2/+2
| |/
* | alpha: Fixup recvmmsg syscall glueArnaldo Carvalho de Melo2009-11-141-1/+2
* | net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2009-10-121-0/+1
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-0/+2
|/
* alpha: Fix duplicate <asm/thread_info.h> includeLinus Torvalds2009-09-271-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2009-09-261-0/+1
|\
| * alpha: fix build after vmlinux.lds.S cleanupSam Ravnborg2009-09-251-0/+1
* | alpha: Clean up linker script using new linker script macros.Geoffrey Thomas2009-09-241-81/+9
* | alpha: use .data.init_task instead of .data.init_thread.Tim Abbott2009-09-242-8/+4
|/
* alpha: AGP update (fixes compile failure)Ivan Kokshaysky2009-09-244-5/+5
* fcntl: add F_[SG]ETOWN_EXPeter Zijlstra2009-09-241-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-233-26/+8
|\
OpenPOWER on IntegriCloud