summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
Commit message (Expand)AuthorAgeFilesLines
* memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt2010-08-051-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-07-212-4/+2
|\
| * sparc: remove homegrown L1_CACHE_ALIGN macroFUJITA Tomonori2010-06-291-1/+0
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-06-262-3/+4
| |\
| * | sparc32: Kill none_mask, it's bogus.David S. Miller2010-05-251-3/+2
* | | lmb: rename to memblockYinghai Lu2010-07-142-10/+10
| |/ |/|
* | Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-011-1/+1
|\ \
| * | Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko2010-03-031-1/+1
* | | asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.hFUJITA Tomonori2010-05-271-2/+3
* | | asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len()FUJITA Tomonori2010-05-271-2/+0
* | | asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.hFUJITA Tomonori2010-05-271-0/+2
| |/ |/|
* | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-226-11/+14
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-202-2/+2
| |\ \
| | * | add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-142-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-05-191-0/+2
| |\ \ \
| | * | | sparc: Define ARCH_SLAB_MINALIGNDavid S. Miller2010-05-181-0/+2
| | |/ /
| * | | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-181-5/+6
| |\ \ \
| | * | | bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra2010-04-061-5/+6
| * | | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-172-3/+3
| | |/ / | |/| |
| * | | sparc64: Fix PREEMPT_ACTIVE value.David S. Miller2010-04-191-1/+1
* | | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* | | | of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely2010-05-182-16/+0
* | | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-183-4/+4
|/ / /
* | | 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
OpenPOWER on IntegriCloud