aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-78/+5
2010-11-30sparc: Write to prom console using indirect buffer.David S. Miller2-4/+4
2010-11-30sparc: Delete prom_*getchar().David S. Miller2-10/+0
2010-11-30sparc: Pass buffer pointer all the way down to prom_{get,put}char().David S. Miller3-5/+5
2010-11-17sparc: Do not export prom_nb{get,put}char().David S. Miller2-12/+0
2010-11-16sparc64: Delete prom_setcallback().David S. Miller1-8/+0
2010-11-16sparc64: Unexport prom_service_exists().David S. Miller1-1/+0
2010-11-16sparc: Kill prom devops_{32,64}.cDavid S. Miller2-40/+0
2010-11-16sparc: Remove prom_pathtoinode()David S. Miller2-2/+0
2010-10-30Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2010-10-29jump_label: Fix unaligned traps on sparc.David Miller1-0/+1
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+0
2010-10-27sparc: remove dma64_addr_t usageFUJITA Tomonori1-1/+1
2010-10-27fbmem: fix fb_read, fb_write unaligned accessesJames Hogan2-0/+62
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra2-5/+0
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra1-2/+2
2010-10-26sparc: don't #include asm/system.h in asm/jump_label.hNamhyung Kim1-1/+0
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds6-52/+56
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2-34/+30
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-4/+0
2010-10-10of/promtree: make drivers/of/pdt.c no longer sparc-onlyAndres Salomon1-2/+3
2010-10-09of/sparc: convert various prom_* functions to use phandleAndres Salomon4-49/+53
2010-10-08sparc: stop exporting openprom.h headerAndres Salomon1-1/+0
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar1-1/+1
2010-10-07Fix IRQ flag handling namingDavid Howells2-34/+30
2010-09-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-0/+32
2010-09-22jump label: Add sparc64 supportDavid S. Miller1-0/+32
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin1-1/+1
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar23-181/+190
2010-08-23sparc64: Get rid of indirect p1275 PROM call buffer.David S. Miller1-24/+3
2010-08-19sparc64: Fill a missing delay slot.Mikulas Patocka1-0/+1
2010-08-18sparc64: Make lock backoff really a NOP on UP builds.David S. Miller1-3/+8
2010-08-17sparc64: Make rwsems 64-bit.David S. Miller2-29/+103
2010-08-17sparc64: Really fix atomic64_t interface types.David S. Miller1-4/+4
2010-08-17sparc64: Fix atomic64_t routine return values.David S. Miller1-3/+3
2010-08-17sparc64: Fix rwsem constant bug leading to hangs.David S. Miller1-1/+1
2010-08-16sparc: Hook up new fanotify and prlimit64 syscalls.David S. Miller1-1/+4
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller5-12/+4
2010-08-16sparc: Really fix "console=" for serial consoles.David S. Miller1-0/+4
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori1-1/+0
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori1-9/+0
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com2-0/+3
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-38/+29
2010-08-09kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros1-1/+1
2010-08-09sparc: Kill user copy check code.David S. Miller2-33/+5
2010-08-08sparc64: Fix perf_arch_get_caller_regs().David S. Miller1-5/+20
2010-08-08sparc64: Add missing ID to parport probing code.David S. Miller1-0/+4
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori1-1/+0