summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm: msm: add board file for Nexus One (ie. mahimahi)Daniel Walker2010-05-121-0/+87
* [ARM] msm: add new vreg IDs for MSM7X30Willie Ruan2010-05-121-0/+17
* arm: msm: add vreg reference countMatt Wilson2010-05-121-36/+79
* arm: msm: warning fix in acpuclock.cDaniel Walker2010-05-121-0/+3
* arm: msm: status for vregSteve Muckle2010-05-122-38/+54
* arm: msm: return error pointer in vreg_get if vreg not foundSteve Muckle2010-05-121-1/+1
* arm: msm: move board-dream.c to board-trout.cDaniel Walker2010-05-123-3/+3
* arm: msm: add cpu frequency controlsDaniel Walker2010-05-124-0/+567
* msm: add dsb() syncronization to datamover driverBrian Swetland2010-05-121-0/+4
* [ARM] msm: dma: Enable dma clock while dma is activeArve Hjønnevåg2010-05-121-1/+16
* [ARM] msm: dma: disable_irq -> disable_irq_nosyncArve Hjønnevåg2010-05-121-1/+1
* [ARM] msm: Update list of proc_comm enums.Dima Zavin2010-05-121-6/+96
* [ARM] msm: irq: fix lockdep issuesArve Hjønnevåg2010-05-121-2/+2
* [ARM] msm: Add MSM_DEBUG_UART option.Arve Hjønnevåg2010-05-121-0/+4
* [ARM] msm: halibut: Add memory configuration.Arve Hjønnevåg2010-05-121-0/+11
* arm: msm: add board file for QSD8x50 SURF and FFADaniel Walker2010-05-121-0/+176
* arm: msm: add board file for MSM7x30 SURF and FFADaniel Walker2010-05-121-0/+196
* arm: msm: add board file for MSM7x25/MSM7x27 SURF and FFADaniel Walker2010-05-121-0/+179
* arm: msm: add board file for the HTC Sapphire deviceDaniel Walker2010-05-121-0/+118
* Revert "arm: msm: add oprofile pmu support"Daniel Walker2010-05-071-2/+0Star
* arm: mm: qsd8x50: Fix incorrect permission faultsDave Estes2010-05-032-0/+23
* arm: msm: add oprofile pmu supportDaniel Walker2010-05-031-0/+2
* arm: msm: define HAVE_CLK for ARCH_MSMSteve Muckle2010-05-031-0/+1
* arm: msm: allow ARCH_MSM to have v7 cpusDaniel Walker2010-05-032-5/+7
* musb: fix power field to hold all possible valuesAjay Kumar Gupta2010-04-301-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-04-301-5/+0Star
|\
| * kgdb: don't needlessly skip PAGE_USER test for Fsl bookeWufei2010-04-301-5/+0Star
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-04-3022-112/+189
|\ \
| * | ARM: 5957/1: ARM: RealView SD/MMC Card detection and write-protect using GPIOLIBColin Tuckley2010-04-282-1/+2
| * | ARM: 6023/1: update bcmring_defconfig to latest version and fix build errorLeo Chen2010-04-221-25/+101
| * | ARM: fix build error in arch/arm/kernel/process.cRussell King2010-04-2119-86/+86
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-04-3062-968/+1599
|\ \ \
| * | | powerpc/ps3: Update ps3_defconfigGeoff Levand2010-04-281-60/+129
| * | | powerpc/pseries: Flush lazy kernel mappings after unplug operationsBenjamin Herrenschmidt2010-04-281-0/+7
| * | | powerpc/numa: Add form 1 NUMA affinityAnton Blanchard2010-04-282-3/+17
| * | | powerpc/fsl-booke: Fix CONFIG_RELOCATABLE support on FSL Book-E ppc32Kumar Gala2010-04-271-1/+14
| * | | powerpc: 2.6.34 update of defconfigs for embedded 6xx/7xxx, 8xx, 8xxxKumar Gala2010-04-2052-806/+1299
| * | | powerpc/mpc8xxx defconfigs - turn off SYSFS_DEPRECATEDKim Phillips2010-04-2034-68/+34Star
| * | | powerpc/83xx: configure SIL SATA driver in 83xx-wide defconfigKim Phillips2010-04-201-1/+1
| * | | powerpc/83xx: enable EPOLL syscall in defconfigKim Phillips2010-04-2014-14/+14
| * | | powerpc/83xx: add RTC drivers in 83xx defconfigKim Phillips2010-04-201-3/+59
| * | | powerpc/fsl-cpm: Configure clock correctly for SCCWolfgang Ocker2010-04-202-6/+19
| * | | powerpc/fsl_booke: Correct test for MMU_FTR_BIG_PHYSBecky Bruce2010-04-201-2/+2
| * | | powerpc/85xx/86xx: Fix build w/ CONFIG_PCI=nAnton Vorontsov2010-04-202-4/+4
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-04-293-3/+24
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86: Disable large pages on CPUs with Atom erratum AAE44H. Peter Anvin2010-04-241-0/+21
| * | | x86-64: Clear a 64-bit FS/GS base on fork if selector is nonzeroH. Peter Anvin2010-04-241-2/+2
| * | | x86, mrst: Conditionally register cpu hotplug notifier for apbtJacob Pan2010-04-201-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-04-292-38/+5Star
|\ \ \
| * | | x86/PCI: compute Address Space length rather than using _LENBjorn Helgaas2010-04-281-38/+2Star