summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: pxa: redefine irqs.hHaojian Zhuang2010-12-162-36/+22
* ARM: pxa: redefine the cpu_is_pxa3xxHaojian Zhuang2010-12-161-5/+6
* ARM: mmp: fix the typo - MMP2 is compatible with ARMv7Haojian Zhuang2010-12-161-2/+2
* ARM: mmp: append brownstone supportHaojian Zhuang2010-12-163-0/+178
* ARM: mmp: add usb clock for pxa168/pxa910cxie42010-12-161-0/+2
* ARM: pxa/raumfeld: enable PXA3XX_GCU driverDaniel Mack2010-12-161-0/+5
* ARM: mmp: add sd card to jasperZhangfei Gao2010-12-161-0/+35
* ARM: mmp: add mmc resourceZhangfei Gao2010-12-163-0/+59
* ARM: pxa: Access SMEMC via virtual addressesMarek Vasut2010-12-1621-128/+156
* ARM: pxa: Introduce pxa{25x,27x,3xx}_map_io()Marek Vasut2010-12-1653-86/+143
* ARM: pxa: introduce addr-map.h for large bus addresses and rangesEric Miao2010-12-164-20/+50
* ARM: pxa: remove un-used mapping of camera registersEric Miao2010-12-161-5/+0
* crypto: ghash-intel - ghash-clmulni-intel_glue needs err.hRandy Dunlap2010-12-151-0/+1
* Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-12-143-2/+5
|\
| * sh: wire up accept4 syscall (non-multiplexed path)Carmelo AMOROSO2010-12-142-1/+3
| * sh: Enable deprecated IRQ chip APIs for MFD and GPIOLIB drivers.Paul Mundt2010-12-131-1/+2
* | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-12-148-36/+79
|\ \
| * | OMAP2: PRCM: fix some SHIFT macros that were actually bitmasksPaul Walmsley2010-12-101-5/+6
| * | OMAP2+: PM/serial: fix console semaphore acquire during suspendKevin Hilman2010-12-092-10/+51
| * | OMAP1: SRAM: fix size for OMAP1611 SoCsKevin Hilman2010-12-091-1/+1
| * | arm: omap2: io: fix clk_get() error checkAaro Koskinen2010-12-071-1/+1
| * | arm: plat-omap: counter_32k: use IS_ERR() instead of NULL checkVasiliy Kulikov2010-12-061-1/+2
| * | omap: zoom: wl1271 slot is MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen2010-12-061-1/+1
| * | omap: PM debug: fix wake-on-timer debugfs dependencyKevin Hilman2010-12-021-17/+17
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-12-147-32/+236
|\ \ \
| * | | ARM: 6535/1: V6 MPCore v6_dma_inv_range and v6_dma_flush_range RWFO fixValentine Barshak2010-12-141-8/+20
| * | | ARM: 6534/1: Make CONFIG_FPE_NWFPE depend on !CONFIG_THUMB2_KERNELDave Martin2010-12-141-1/+1
| * | | ARM: 6533/1: Thumb-2: Make CONFIG_THUMB2_KERNEL depend on !CPU_V6Dave Martin2010-12-141-1/+1
| * | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2010-12-122-2/+2
| |\ \ \
| | * | | ARM: pxa/palm: fix ifdef around gen_nand driver registrationMarek Vasut2010-11-301-1/+2
| | * | | ARM: mmp2: remove not used clk_rtcJason Chagas2010-11-301-1/+0
| | |/ /
| * | | ARM: Update mach-typesRussell King2010-12-121-4/+179
| * | | ARM: 6528/1: Use CTR for the I-cache line size on ARMv7Catalin Marinas2010-12-122-10/+27
| * | | ARM: 6527/1: Use CTR instead of CCSIDR for the D-cache line size on ARMv7Catalin Marinas2010-12-121-6/+6
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-12-1413-409/+64
|\ \ \ | |/ / |/| |
| * | sparc: Write to prom console using indirect buffer.David S. Miller2010-11-305-29/+52
| * | sparc: Delete prom_*getchar().David S. Miller2010-11-304-83/+0
| * | sparc: Pass buffer pointer all the way down to prom_{get,put}char().David S. Miller2010-11-306-54/+55
| * | sparc: Do not export prom_nb{get,put}char().David S. Miller2010-11-174-20/+4
| * | sparc64: Delete prom_setcallback().David S. Miller2010-11-162-22/+0
| * | sparc64: Unexport prom_service_exists().David S. Miller2010-11-162-2/+1
| * | sparc: Kill prom devops_{32,64}.cDavid S. Miller2010-11-165-195/+0
| * | sparc: Remove prom_pathtoinode()David S. Miller2010-11-164-36/+0
| * | sparc64: Delete prom_puts() unused.David S. Miller2010-11-161-16/+0
| * | SPARC/LEON: removed constant timer initialization as if HZ=100, now it reflec...Daniel Hellstrom2010-10-291-2/+2
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'x86-fixes-for-linus', 'perf-fixes-for-linus' and 'sched-fixes...Linus Torvalds2010-12-083-0/+8
|\ \ \ \ \
| * | | | | x86/pvclock: Zero last_value on resumeJeremy Fitzhardinge2010-11-283-0/+8
* | | | | | Merge branch 'fixes/2637-rc5/s3c24xx' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-12-0711-21/+89
|\ \ \ \ \ \
| * | | | | | ARM: S3C24XX: Fix mess with gpio {set,get}_pull callbacksVasily Khoruzhick2010-12-088-20/+81
| * | | | | | ARM: mini2440: Fix Kconfig to allow kernel to buildBen Dooks2010-12-031-0/+3
OpenPOWER on IntegriCloud