aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: mx3/mx31_3ds: Add support for OTG host modeFabio Estevam2011-01-032-1/+37
* ARM: imx/mx25_3ds: Add USB supportFabio Estevam2011-01-032-1/+14
* ARM: imx/mx27_3ds: Add USB OTG supportFabio Estevam2011-01-032-0/+74
* ARM: mx3/mx35_3ds: Add USB OTG Host modeFabio Estevam2011-01-031-1/+26
* Merge branch 'sgu/mxs-core-v8' of git://git.pengutronix.de/git/ukl/linux-2.6 ...Sascha Hauer2011-01-03105-1682/+6798
|\
| * ARM: mxs: Add build configuration for mxsShawn Guo2010-12-207-0/+63
| * ARM: mxs: Add initial mx28evk supportShawn Guo2010-12-201-0/+138
| * ARM: mxs: Add initial mx23evk supportShawn Guo2010-12-201-0/+57
| * ARM: mxs: Dynamically allocate fec devicesShawn Guo2010-12-203-0/+66
| * ARM: mxs: Dynamically allocate duart devicesShawn Guo2010-12-205-0/+189
| * ARM: mxs: Add static memory mappingShawn Guo2010-12-202-0/+90
| * ARM: mxs: Add clock supportShawn Guo2010-12-207-0/+2649
| * ARM: mxs: Add iomux supportShawn Guo2010-12-204-0/+1158
| * ARM: mxs: Add gpio supportShawn Guo2010-12-203-0/+394
| * ARM: mxs: Add timer supportShawn Guo2010-12-201-0/+296
| * ARM: mxs: Add low-level debug UART supportShawn Guo2010-12-202-0/+114
| * ARM: mxs: Add interrupt supportShawn Guo2010-12-202-0/+122
| * ARM: mxs: Add reset routinesShawn Guo2010-12-202-0/+164
| * ARM: mxs: Add helper definition and functionShawn Guo2010-12-134-0/+96
| * ARM: mxs: Add core definitionsShawn Guo2010-12-136-0/+523
| * Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-12-071-0/+19
| |\
| | * [S390] nohz/s390: fix arch_needs_cpu() return value on offline cpusHeiko Carstens2010-12-011-0/+19
| * | ARM: tegra: fix regression from addruart rewriteOlof Johansson2010-12-061-2/+2
| * | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-12-0614-30/+55
| |\ \
| | * \ Merge branch 'for-rmk-fixes' of git://git.infradead.org/users/cbou/linux-cns3xxxRussell King2010-12-061-1/+1
| | |\ \
| | | * | ARM: cns3xxx: Fix build with CONFIG_PCI=yAnton Vorontsov2010-11-291-1/+1
| | * | | ARM: 6524/1: GIC irq desciptor bug fixChao Xie2010-12-061-1/+7
| | * | | ARM: 6523/1: iop: ensure sched_clock() is notraceRabin Vincent2010-12-041-1/+2
| | * | | ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpersDave Martin2010-12-041-1/+1
| | * | | ARM: 6505/1: kprobes: Don't HAVE_KPROBES when CONFIG_THUMB2_KERNEL is selectedDave Martin2010-11-301-1/+1
| | * | | ARM: 6508/1: vexpress: Correct data alignment in headsmp.S for CONFIG_THUMB2_...Dave Martin2010-11-301-0/+1
| | * | | ARM: 6507/1: RealView: Correct data alignment in headsmp.S for CONFIG_THUMB2_...Dave Martin2010-11-301-0/+1
| | * | | ARM: 6504/1: Thumb-2: Fix long-distance conditional branches in head.S for Th...Dave Martin2010-11-301-0/+3
| | * | | ARM: 6503/1: Thumb-2: Restore sensible zImage header layout for CONFIG_THUMB2...Dave Martin2010-11-302-6/+6
| | * | | ARM: 6502/1: Thumb-2: Fix CONFIG_THUMB2_KERNEL breakage in compressed/head.SDave Martin2010-11-301-2/+4
| | * | | ARM: 6501/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in mm/p...Dave Martin2010-11-301-2/+2
| | * | | ARM: 6500/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in kern...Dave Martin2010-11-301-0/+4
| | * | | ARM: 6499/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in boot...Dave Martin2010-11-301-0/+2
| | * | | ARM: 6498/1: vfp: Correct data alignment for CONFIG_THUMB2_KERNELDave Martin2010-11-301-0/+1
| | * | | ARM: 6497/1: kexec: Correct data alignment for CONFIG_THUMB2_KERNELDave Martin2010-11-301-0/+2
| | * | | ARM: 6496/1: GIC: Do not try to register more then NR_IRQS interruptsPawel Moll2010-11-301-15/+17
| * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa...Linus Torvalds2010-12-052-13/+3
| |\ \ \ \
| | * | | | parisc: convert the rest of the irq handlers to simple/percpuJames Bottomley2010-12-041-4/+1
| | * | | | parisc: fix dino/gsc interruptsJames Bottomley2010-12-041-1/+1
| | * | | | parisc: remove redundant initialization in sigsegv path of sys_rt_sigreturnKyle McMartin2010-11-291-8/+1
| * | | | | Merge branch '2.6.37-rc4-pvhvm-fixes' of git://xenbits.xen.org/people/sstabel...Linus Torvalds2010-12-034-9/+23
| |\ \ \ \ \
| | * | | | | xen: unplug the emulated devices at resume timeStefano Stabellini2010-12-023-2/+3
| | * | | | | xen: fix MSI setup and teardown for PV on HVM guestsStefano Stabellini2010-12-021-7/+20
| | | |/ / / | | |/| | |
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'upstream/core' and 'upstream/bugfix' of git://git.kernel.org/...Linus Torvalds2010-12-032-31/+14
| |\ \ \ \ \ \
| | | * | | | | xen: x86/32: perform initial startup on initial_page_tableIan Campbell2010-11-292-15/+56