aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/include
AgeCommit message (Expand)AuthorFilesLines
2010-10-30Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Gravatar Linus Torvalds 1-0/+1
2010-10-29jump_label: Fix unaligned traps on sparc.Gravatar David Miller 1-0/+1
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 1-1/+0
2010-10-27sparc: remove dma64_addr_t usageGravatar FUJITA Tomonori 1-1/+1
2010-10-27fbmem: fix fb_read, fb_write unaligned accessesGravatar James Hogan 2-0/+62
2010-10-26mm: remove pte_*map_nested()Gravatar Peter Zijlstra 2-5/+0
2010-10-26mm: stack based kmap_atomic()Gravatar Peter Zijlstra 1-2/+2
2010-10-26sparc: don't #include asm/system.h in asm/jump_label.hGravatar Namhyung Kim 1-1/+0
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 6-52/+56
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+0
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsGravatar Linus Torvalds 2-34/+30
2010-10-18irq_work: Add generic hardirq context callbacksGravatar Peter Zijlstra 1-4/+0
2010-10-10of/promtree: make drivers/of/pdt.c no longer sparc-onlyGravatar Andres Salomon 1-2/+3
2010-10-09of/sparc: convert various prom_* functions to use phandleGravatar Andres Salomon 4-49/+53
2010-10-08sparc: stop exporting openprom.h headerGravatar Andres Salomon 1-1/+0
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockGravatar Ingo Molnar 1-1/+1
2010-10-07Fix IRQ flag handling namingGravatar David Howells 2-34/+30
2010-09-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-0/+32
2010-09-22jump label: Add sparc64 supportGravatar David S. Miller 1-0/+32
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()Gravatar H. Peter Anvin 1-1/+1
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockGravatar Ingo Molnar 23-181/+190
2010-08-23sparc64: Get rid of indirect p1275 PROM call buffer.Gravatar David S. Miller 1-24/+3
2010-08-19sparc64: Fill a missing delay slot.Gravatar Mikulas Patocka 1-0/+1
2010-08-18sparc64: Make lock backoff really a NOP on UP builds.Gravatar David S. Miller 1-3/+8
2010-08-17sparc64: Make rwsems 64-bit.Gravatar David S. Miller 2-29/+103
2010-08-17sparc64: Really fix atomic64_t interface types.Gravatar David S. Miller 1-4/+4
2010-08-17sparc64: Fix atomic64_t routine return values.Gravatar David S. Miller 1-3/+3
2010-08-17sparc64: Fix rwsem constant bug leading to hangs.Gravatar David S. Miller 1-1/+1
2010-08-16sparc: Hook up new fanotify and prlimit64 syscalls.Gravatar David S. Miller 1-1/+4
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David S. Miller 5-12/+4
2010-08-16sparc: Really fix "console=" for serial consoles.Gravatar David S. Miller 1-0/+4
2010-08-11dma-mapping: remove dma_is_consistent APIGravatar FUJITA Tomonori 1-1/+0
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsGravatar FUJITA Tomonori 1-9/+0
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+0
2010-08-10tty: Add EXTPROC support for LINEMODEGravatar hyc@symas.com 2-0/+3
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 4-38/+29
2010-08-09kmap_atomic: make kunmap_atomic() harder to misuseGravatar Cesar Eduardo Barros 1-1/+1
2010-08-09sparc: Kill user copy check code.Gravatar David S. Miller 2-33/+5
2010-08-08sparc64: Fix perf_arch_get_caller_regs().Gravatar David S. Miller 1-5/+20
2010-08-08sparc64: Add missing ID to parport probing code.Gravatar David S. Miller 1-0/+4
2010-08-07remove needless ISA_DMA_THRESHOLDGravatar FUJITA Tomonori 1-1/+0
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-0/+9
2010-08-05memblock: Introduce default allocation limit and use it to replace explicit onesGravatar Benjamin Herrenschmidt 1-2/+0
2010-07-30of: Provide default of_node_to_nid() implementation.Gravatar Grant Likely 1-2/+1
2010-07-24sparc: remove references to of_device and to_of_deviceGravatar Grant Likely 1-1/+1
2010-07-24of/device: Replace of_device with platform_device in includes and core codeGravatar Grant Likely 2-5/+5
2010-07-24of: remove asm/of_device.hGravatar Grant Likely 3-19/+6
2010-07-24of: remove asm/of_platform.hGravatar Grant Likely 1-16/+0
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGravatar Grant Likely 2-5/+1
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGravatar Grant Likely 4-14/+12