aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* alpha: simplify and optimize sched_find_first_bitMatt Turner2010-05-261-11/+9
* alpha: invoke oom-killer from page faultNick Piggin2010-05-261-9/+2
* Convert alpha to use clocksources instead of arch_gettimeoffsetJohn Stultz2010-05-262-42/+31
* endian: #define __BYTE_ORDERJoakim Tjernlund2010-05-251-5/+0
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-3/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\
| * add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-1/+1
* | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-192-54/+50
|\ \
| * | alpha: Convert alpha to use read/update_persistent_clockJohn Stultz2010-03-132-54/+50
* | | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-181-8/+10
|\ \ \
| * | | bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra2010-04-061-8/+10
| | |/ | |/|
* | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-171-2/+2
|/ /
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3015-7/+11
* | alpha: fix compile errors in dma-mapping-common.hFUJITA Tomonori2010-03-184-4/+0
* | alpha: remove trailing spaces in messagesFrans Pop2010-03-182-2/+2
* | alpha: use __ratelimitAkinobu Mita2010-03-181-7/+3
* | dma-mapping: alpha: use include/linux/pci-dma-compat.hFUJITA Tomonori2010-03-125-342/+165
* | pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori2010-03-121-2/+0
* | pci-dma: alpha: use include/linux/pci-dma.hFUJITA Tomonori2010-03-122-13/+4
* | alpha: remove dma_sync_single_rangeFUJITA Tomonori2010-03-121-1/+0
* | alpha: use generic ptrace_resume codeChristoph Hellwig2010-03-122-47/+13
|/
* alpha: PTR_ERR overwrites -EINVAL in syscall osf_mountRoel Kluin2010-03-061-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-031-17/+0
|\
| * Merge branch 'master' into percpuTejun Heo2010-02-021-0/+3
| |\
| * | local_t: Remove cpu_local_xx macrosChristoph Lameter2010-01-051-17/+0
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-1/+1
|\ \ \
| * | | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-1/+1
| | |/ | |/|
* | | resource/PCI: mark struct resource as constDominik Brodowski2010-02-221-1/+1
* | | resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-221-2/+2
|/ /
* | 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