summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
Commit message (Expand)AuthorAgeFilesLines
* sparc64: Fix PREEMPT_ACTIVE value.David S. Miller2010-04-191-1/+1
* sparc64: Add some more commentary to __raw_local_irq_save()David S. Miller2010-04-131-0/+7
* sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86.David S. Miller2010-04-121-1/+1
* sparc64: Adjust __raw_local_irq_save() to cooperate in NMIs.David S. Miller2010-04-121-2/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-03-291-2/+2
|\
| * sparc: Fix use of uid16_t and gid16_t in asm/stat.hRob Landley2010-03-271-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-121-1/+1
|\ \
| * \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\ \ | | |/ | |/|
| | * tree-wide: s/widht/width/g typo in commentsDaniel Mack2010-02-051-1/+1
* | | dma-mapping: sparc: unify 32bit and 64bit dma_set_maskFUJITA Tomonori2010-03-121-1/+13
* | | pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori2010-03-121-2/+0
* | | pci-dma: sparc: use include/linux/pci-dma.hFUJITA Tomonori2010-03-123-28/+2
* | | improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-121-1/+2
* | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-121-1/+3
|/ /
* | sparc64: Kill off old sys_perfctr system call and state.David S. Miller2010-03-033-34/+10
* | sparc: Provide io{read,write}{16,32}be().David S. Miller2010-03-032-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2010-03-021-20/+1
|\ \
| * | sparc: use asm-generic/scatterlist.hFUJITA Tomonori2010-02-261-20/+1
| |/
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-012-3/+3
|\ \
| * | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-202-3/+3
* | | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2010-02-271-0/+7
|\ \ \
| * | | tracing: Unify arch_syscall_addr() implementationsMike Frysinger2010-02-171-0/+7
| |/ /
* | | sparc32: Fix struct stat uid/gid types.David S. Miller2010-02-211-2/+2
| |/ |/|
* | sparc: TIF_ABI_PENDING bit removalDavid Miller2010-01-292-13/+4
* | sparc: cpumask_of_node() should handle -1 as a nodeAnton Blanchard2010-01-201-1/+3
* | sparc: convert to arch_gettimeoffset()John Stultz2010-01-151-0/+1
* | sparc32: Fix page_to_phys().David S. Miller2010-01-142-2/+2
* | sparc: Simplify param.h by simply including <asm-generic/param.h>Robert P. J. Day2010-01-121-17/+2
* | sparc: copy_from_user() should not return -EFAULTHeiko Carstens2010-01-052-2/+2
|/
* 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-171-0/+1
|\ \ | |/ |/|
| * kbuild: move asm-offsets.h to include/generatedSam Ravnborg2009-12-121-0/+1
* | elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-162-3/+0
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-153-62/+62
|\ \
| * | locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-142-27/+27
| * | locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-143-18/+18
| * | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-142-19/+19
| * | 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-143-8/+8
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-12-156-104/+41
|\ \ | |/ |/|
| * sparc64: Add syscall tracepoint support.David S. Miller2009-12-112-1/+3
| * sparc: Stop trying to be so fancy and use __builtin_{memcpy,memset}()David S. Miller2009-12-102-99/+4
| * sparc: Use __builtin_object_size() to validate the buffer size for copy_from_...David S. Miller2009-12-102-4/+34
* | 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
| |/
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-111-2/+0
|\ \ | |/ |/|
| * sparc64/PCI: drop PCI_CACHE_LINE_BYTESTejun Heo2009-11-041-2/+0
* | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-082-0/+2
|\ \
| * \ Merge branch 'master' into for-2.6.33Jens Axboe2009-12-031-0/+4
| |\ \
OpenPOWER on IntegriCloud