summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | [ARM] Osiris: Fix double initialisation in machine blockBen Dooks2009-04-171-1/+0
| | * | | | | | [ARM] Anubis: Fix sparse warnings for items that should be staticBen Dooks2009-04-171-1/+1
| | * | | | | | [ARM] JIVE: Fix sparse warnings about items which should be staticBen Dooks2009-04-171-2/+2
| | * | | | | | [ARM] S3C: Fix sparse warning from missing 's3c_device_hwmon'Ben Dooks2009-04-171-0/+1
| | * | | | | | [ARM] S3C24XX: Fix sparse error in gpiolib.cBen Dooks2009-04-171-1/+1
| | * | | | | | [ARM] S3C: Export s3c_gpio_cfgpin and s3c_gpio_setpull for modulesBen Dooks2009-04-161-0/+3
| | * | | | | | [ARM] SMDK6410: Request GPIOs for LCD power controlMark Brown2009-04-151-0/+4
| | * | | | | | [ARM] S3C: remove duplicated #includeHuang Weiyi2009-04-151-1/+0
| | |/ / / / /
| * | | | | | [ARM] 5455/1: Fix IRQ noise from VIC codeLinus Walleij2009-04-161-5/+4
| * | | | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2009-04-1633-2398/+1246
| |\ \ \ \ \ \
| | * | | | | | mxc defconfig updatesSascha Hauer2009-04-165-2203/+1065
| | * | | | | | mx31ads: Mark as having full regulatoion constraints with 1133-EV1 boardMark Brown2009-04-161-0/+2
| | * | | | | | mx31ads: Depend on all the WM8350 core dependencies for WM1133-EV1 boardMark Brown2009-04-161-0/+2
| | * | | | | | Fix ifdef in plat-mxc/irc.cDarius Augulis2009-04-162-6/+10
| | * | | | | | MX1ADS: remove I2C ifdefsDarius Augulis2009-04-161-6/+0
| | * | | | | | qong: remove AIPS[12] mappings from machine-specific iotableIlya Yanok2009-04-161-27/+1
| | * | | | | | mx31ads: imoux pins should be passed in as unsigned intMark Brown2009-04-161-1/+1
| | * | | | | | MXC: remove orphan imx_init_uart() definitionPaulius Zaleckas2009-04-161-2/+0
| | * | | | | | mx31: pin definition for csiValentin Longchamp2009-04-161-0/+21
| | * | | | | | MX31: pin definition for sdhc2Valentin Longchamp2009-04-161-0/+10
| | * | | | | | MX31: Add I2C pin definitionsVladimir Barinov2009-04-161-0/+3
| | * | | | | | MX31: Add more alternate pin definitionsSascha Hauer2009-04-161-0/+14
| | * | | | | | pcm037 board support: Fix eth interrupt gpio settingSascha Hauer2009-04-161-2/+2
| | * | | | | | imx21: activate i2cHolger Schurig2009-04-162-4/+1
| | * | | | | | imx21: fixes some clocknamesHolger Schurig2009-04-161-3/+3
| | | |_|/ / / | | |/| | | |
| * | | | | | [ARM] 5453/1: fix building breakage of sys_oabi-compat.c due to missing kmall...eric miao2009-04-161-0/+1
| * | | | | | [ARM] 5451/1: ep93xx:core.c: build warning fixHartley Sweeten2009-04-151-1/+1
| * | | | | | [ARM] 5450/1: Flush only the needed range when unmapping a VMAAaro Koskinen2009-04-151-4/+21
| * | | | | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-04-157-17/+20
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | [ARM] pxa/em-x270: remove duplicated #includeHuang Weiyi2009-04-141-1/+0
| | * | | | | [ARM] pxa/em-x270: explicitly set .gpio_cs in TDO35S SPI chip dataMike Rapoport2009-04-141-2/+3
| | * | | | | [ARM] pxa: PalmTX and PalmT5 USB fixesMarek Vasut2009-04-134-12/+12
| | * | | | | [ARM] pxa: add missing declaration of pxa26x_init_irq()Marek Vasut2009-04-131-0/+3
| | * | | | | [ARM] pxa/colibri: fix missing variable name in inline functionsEric Miao2009-04-091-2/+2
* | | | | | | Get rid of final remnants of include/asm-$(ARCH)Linus Torvalds2009-04-171-0/+25
* | | | | | | Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2009-04-17110-0/+9454
|\ \ \ \ \ \ \
| * | | | | | | m32r: move include/asm-m32r/* to arch/m32r/include/asm/Hirokazu Takata2009-04-172-0/+11
| * | | | | | | m32r: move include/asm-m32r headers to arch/m32r/include/asmHirokazu Takata2009-04-17108-0/+9443
* | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-177-218/+117
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | x86: fix microcode driver newly spewing warningsDmitry Adamushko2009-04-171-2/+0
| * | | | | | | x86, PAT: Remove page granularity tracking for vm_insert_pfn mapsPallipadi, Venkatesh2009-04-171-79/+19
| * | | | | | | x86: disable X86_PTRACE_BTS for nowIngo Molnar2009-04-151-0/+1
| * | | | | | | x86: pci-swiotlb.c swiotlb_dma_ops should be staticJaswinder Singh Rajput2009-04-141-1/+1
| * | | | | | | x86, PAT: Remove duplicate memtype reserve in devmem mmapSuresh Siddha2009-04-102-62/+2
| * | | | | | | x86, PAT: Consolidate code in pat_x_mtrr_type() and reserve_memtype()Suresh Siddha2009-04-102-23/+15
| * | | | | | | x86, PAT: Changing memtype to WC ensuring no WB aliasvenkatesh.pallipadi@intel.com2009-04-101-1/+8
| * | | | | | | x86, PAT: Handle faults cleanly in set_memory_ APIsvenkatesh.pallipadi@intel.com2009-04-101-48/+65
| * | | | | | | x86, PAT: Change order of cpa and free in set_memory_wbvenkatesh.pallipadi@intel.com2009-04-101-4/+7
| * | | | | | | x86, CPA: Change idmap attribute before ioremap attribute setupSuresh Siddha2009-04-101-3/+4
* | | | | | | | Merge branch 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds2009-04-166-64/+154
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
OpenPOWER on IntegriCloud