aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Blackfin: bf561: update a few more SIC_SYSCR locationsMike Frysinger2-14/+14
2011-01-10Blackfin: drop asm/irq.h include from mach headersMike Frysinger7-21/+0
2011-01-10Blackfin: bf51x/bf52x: drop redundant "base" def/cdef headerMike Frysinger8-4953/+4893
2011-01-10Blackfin: clean up mach header includesMike Frysinger45-2142/+1990
2011-01-10Blackfin: bf533: merge fio_flag back into normal mach headersMike Frysinger2-55/+41
2011-01-10Blackfin: bf561-ezkit: add SMP defconfigMike Frysinger1-0/+113
2011-01-10Blackfin: bf533: convert boards to gpio frameworkMike Frysinger3-22/+22
2011-01-10Blackfin: push gpio (port) defines into common headersMike Frysinger24-601/+282
2011-01-10Blackfin: bf54x: drop unused legacy MMR namesMike Frysinger2-24/+0
2011-01-10Blackfin: dma: constify MMR pointer arrayMike Frysinger8-8/+8
2011-01-10Blackfin: standardize DMAC traffic control MMRs & MDMA MMRsMike Frysinger15-973/+698
2011-01-10Blackfin: bfin_dma.h: start a header for DMA MMR layoutMike Frysinger2-34/+92
2011-01-10Blackfin: switch to asm-generic/io.hMike Frysinger1-201/+37
2011-01-10asm-generic/io.h: add reads[bwl]/writes[bwl] helpersMike Frysinger1-30/+0
2011-01-10Blackfin: bfin_serial.h: unify heavily duplicated serial codeMike Frysinger29-1024/+377
2011-01-10Blackfin: musb-boards: push clkin value to platform resourcesBob Liu6-0/+6
2011-01-10Blackfin: SMP: fix hotplug building after irq header shuffleGraf Yang1-0/+2
2011-01-07Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds23-270/+64
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds30-97/+250
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-2/+3
2011-01-07msm: add SMP support for msmJeff Ohlstein4-0/+208
2011-01-07msm: hotplug: support cpu hotplug on msmJeff Ohlstein2-0/+93
2011-01-07msm: timer: SMP timer support for msmJeff Ohlstein3-24/+108
2011-01-07msm: scm-boot: Support for setting cold/warm boot addressesStepan Moskovchenko3-1/+78
2011-01-07msm: Secure Channel Manager (SCM) supportStephen Boyd4-0/+333
2011-01-07Merge branch 'x86-apic-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-228/+75
2011-01-07Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds47-1276/+1357
2011-01-07Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds35-66/+6545
2011-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+141
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds8-4/+11
2011-01-07Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds25-45/+524
2011-01-07Pull misc2.6.38 into release branchTony Luck5-7/+19
2011-01-07[IA64] Avoid array overflow if there are too many cpus in SRAT tableTony Luck1-0/+6
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds2-9/+15
2011-01-07xen: HVM X2APIC supportSheng Yang3-19/+50
2011-01-07apic: Move hypervisor detection of x2apic to hypervisor.hSheng Yang2-2/+12
2011-01-07Merge branch 'linus' into x86/apic-cleanupsIngo Molnar406-5089/+8360
2011-01-07m68knommu: Need to check __get_user()/__put_user() resultAl Viro1-6/+6
2011-01-07m68knommu: signal.c __user annotationsAl Viro1-28/+28
2011-01-07m68knommu: Equivalent of "m68k: handle new gcc's"Al Viro1-14/+14
2011-01-07m68knommu: f_pcr has been gone since headers' mergeAl Viro1-4/+4
2011-01-07m68knommu: Don't lose state if sigframe setup failsAl Viro1-7/+12
2011-01-07m68knommu: Handle multiple pending signalsAl Viro4-9/+8
2011-01-07m68knommu: Switch to saner sigsuspendAl Viro6-68/+22
2011-01-07m68knommu: Don't bother with SA_ONESHOTAl Viro1-3/+0
2011-01-07m68k: Check __get_user()/__put_user() return valueAl Viro1-6/+6
2011-01-07m68k: Missing syscall_trace() on sigreturnAl Viro1-1/+4
2011-01-07m68k: Fix stack mangling logics in sigreturnAl Viro1-112/+61
2011-01-07m68k: If we fail to set sigframe up, just leave regs alone...Al Viro1-14/+30
2011-01-07m68k: Don't lose state if sigframe setup failsAl Viro1-7/+12