summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-10-0256-253/+721
|\
| * ARM: 5728/1: Proper prefetch abort handling on ARMv6 and ARMv7Kirill A. Shutemov2009-10-021-1/+50
| * ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()Kirill A. Shutemov2009-10-0233-78/+144
| * ARM: 5740/1: fix valid_phys_addr_range() range checkGreg Ungerer2009-10-021-1/+1
| * ARM: 5739/1: ARM: allow empty ATAG_COREDavid Brown2009-10-021-1/+3
| * ARM: 5735/1: sa1111: CodingStyle cleanupsHartley Sweeten2009-10-021-13/+12
| * Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/xs...Russell King2009-10-026-131/+433
| |\
| | * arch/arm/plat-iop: Use DIV_ROUND_CLOSESTJulia Lawall2009-08-181-1/+1
| | * iop3xx: ATU and PCI memory configuration correctedAaro Koskinen2009-08-184-5/+3
| | * iop33x: update defconfig (default atu to on)Dan Williams2009-08-181-125/+429
| * | ARM: 5734/1: arm: fix compilation of entry-common.S for older CPUsDmitry Artamonow2009-10-011-2/+2
| * | ARM: 5733/1: fix bcmring compile errorLeo Chen2009-10-011-1/+0
| * | ARM: 5732/1: remove redundant include fileLeo Chen2009-10-011-1/+0
| * | ARM: 5731/2: Fix U300 generic GPIO, remove ifdefs from MMCI v3Linus Walleij2009-10-012-0/+11
| * | ARM: Ensure do_cache_op takes mmap_semRussell King2009-09-281-1/+4
| * | ARM: Fix __cpuexit section mismatch warningsRussell King2009-09-282-4/+6
| * | ARM: Don't allow highmem on SMP platforms without h/w TLB ops broadcastRussell King2009-09-283-10/+50
| * | ARM: includecheck fix: mach-davinci, board-dm365-evm.cJaswinder Singh Rajput2009-09-281-1/+0
| * | ARM: Remove unused CONFIG SA1100_H3XXXJaswinder Singh Rajput2009-09-282-6/+0
| * | ARM: Fix warning: unused variable 'highmem'Russell King2009-09-281-0/+2
| * | ARM: Fix warning: #warning syscall migrate_pages not implementedRussell King2009-09-281-0/+1
| * | ARM: Fix SA11x0 clocksource warningRussell King2009-09-281-1/+1
| * | ARM: Fix section mismatch warning in Integrator pci_v3Russell King2009-09-281-1/+1
* | | s3cmci: add better support for no card detect or write protect availableBen Dooks2009-10-011-0/+2
* | | s3cmci: Kconfig selection for PIO/DMA/BothBen Dooks2009-10-011-0/+1
* | | const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-3019-69/+145
|\ \ \ | |/ / |/| |
| * | omap: Fix wrong condition check in while loop for mailbox and iommu2Hiroshi DOYU2009-09-282-2/+2
| * | omap: Fix MMC gpio_wp for BeagleBoard C2 and aboveJarkko Nikula2009-09-243-1/+9
| * | omap: Fix matrix_keymap_data usageTony Lindgren2009-09-247-21/+44
| * | omap: Fix a OMAP_MPUIO_VBASE typo for 850Angelo Arrifano2009-09-241-1/+1
| * | omap: Fix wrong jtag_id for 850Angelo Arrifano2009-09-241-1/+1
| * | omap: iovmm: Fix compiler warningSanjeev Premi2009-09-241-2/+3
| * | omap: mailbox: Flush posted write when acking mailbox irqHiroshi DOYU2009-09-241-0/+3
| * | omap: mailbox: Execute softreset at startupHiroshi DOYU2009-09-241-5/+25
| * | omap: Add missing mux pin for EHCI phy reset lineAjay Kumar Gupta2009-09-242-0/+3
| * | omap: Fix 44xx compileTony Lindgren2009-09-243-18/+5
| * | omap: Fix mcspi compile for 2420Tony Lindgren2009-09-241-17/+48
| * | omap: Fix compile for arch/arm/mach-omap2Tony Lindgren2009-09-241-2/+2
* | | make Linux bootable on ARM againNicolas Pitre2009-09-261-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-253-0/+61
|\ \ \
| * \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-24673-4013/+66731
| |\ \ \ | | |/ /
| * | | at91sam9263ek: activate at91 CAN controllerMarc Kleine-Budde2009-09-221-0/+19
| * | | at91sam9263: add at91_can device to generic device definitionMarc Kleine-Budde2009-09-222-0/+42
* | | | Merge branch 'origin' into for-linusRussell King2009-09-24207-1341/+19712
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-09-245-22/+202
| |\ \ \
| | * \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown2009-09-235-22/+202
| | |\ \ \
| | | * \ \ Merge commit 'md/for-linus' into async-tx-nextDan Williams2009-09-0887-710/+2023
| | | |\ \ \
| | | * \ \ \ Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-08734-11544/+60948
| | | |\ \ \ \
| | | | * | | | iop-adma: implement a private tx_listDan Williams2009-09-081-0/+2
OpenPOWER on IntegriCloud