aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-11sparc32: drop sun4c supportSam Ravnborg2-18/+0
2012-04-15sparc32: generic clockevent supportTkhai Kirill4-3/+30
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-6/+12
2012-04-01sparc: pgtable_64: change include orderAaro Koskinen1-2/+2
2012-03-30sparc32: fix fallout from system.h removalSam Ravnborg1-0/+1
2012-03-29sparc: fix fallout from system.h splitStephen Rothwell1-0/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-116/+17
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds36-640/+645
2012-03-28Delete all instances of asm/system.hDavid Howells1-6/+0
2012-03-28Disintegrate asm/system.h for SparcDavid Howells36-640/+651
2012-03-28SPARC: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-6/+12
2012-03-28powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt1-1/+8
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-23Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+0
2012-03-23nmi watchdog: do not use cpp symbol in KconfigCong Wang1-1/+0
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds2-16/+0
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-9/+1
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-1/+1
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+5
2012-03-20highmem: kill all __kmap_atomic()Cong Wang1-1/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-02-26irq_domain: Centralize definition of irq_dispose_mapping()Grant Likely1-9/+1
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear1-0/+4
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-1/+1
2012-02-23PCI: collapse pcibios_resource_to_busBjorn Helgaas2-4/+0
2012-02-23sparc/PCI: get rid of device resource fixupsBjorn Helgaas2-14/+2
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov1-0/+1
2012-02-14sparc: Use generic posix_types.hH. Peter Anvin1-116/+17
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds1-1/+9
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-1/+9
2012-01-14Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-2/+0
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds2-10/+0
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-2/+2
2012-01-10sparc: make SA_NOMASK a synonym of SA_NODEFERMatt Fleming1-1/+2
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds4-282/+5
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-4/+0
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-8/+0
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2012-01-06PCI: SPARC: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-10/+0
2012-01-03consolidate umode_t declarationsAl Viro2-8/+0
2011-12-30sparc32: remove unused file: include/asm/pgtsun4.hSam Ravnborg1-171/+0
2011-12-29sparc32: fix PAGE_SIZE definitionSam Ravnborg2-8/+4
2011-12-27sparc32: support atomic64_tSam Ravnborg1-0/+2
2011-12-27sparc32: drop useless preprocessor conditional in atomic_32.hSam Ravnborg1-4/+0
2011-12-27sparc32: drop unused atomic24 supportSam Ravnborg1-100/+0
2011-12-12UAPI: Don't include linux/compat.h in sparc's asm/siginfo.hDavid Howells1-2/+0
2011-12-08memblock: Fix include breakages caused by 24aa07882bTejun Heo1-8/+0
2011-12-04sparc: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2-2/+2
2011-11-21freezer: remove now unused TIF_FREEZETejun Heo2-4/+0
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+35