summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2010-08-1210-6/+321
|\
| * msm: mmc: Add msm prefix to platform data structureSahitya Tummala2010-08-104-4/+6
| * msm: trout: Remove extern declaration from source fileSahitya Tummala2010-08-102-3/+3
| * arm: msm: Fix section mismatch in smd.c.Gregory Bean2010-08-101-1/+1
| * arm: msm: trout add mmc supportDaniel Walker2010-06-173-1/+201
| * arm: msm: trout: add trout specific gpio interruptsDaniel Walker2010-06-171-0/+115
| * arm: msm: remove unused #include <linux/version.h>Huang Weiyi2010-06-172-2/+0Star
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-08-121-1/+1
|\ \
| * | [CPUFREQ] add missing __percpu markup in pcc-cpufreq.cNamhyung Kim2010-08-121-1/+1
* | | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-121-0/+10
|\ \ \
| * | | param: simple locking for sysfs-writable charp parametersRusty Russell2010-08-111-0/+10
* | | | x86/hpet: Use the FSEC_PER_SEC constant for femto-second periodsChris Wilson2010-08-121-2/+2
* | | | MN10300: Use no_printk() for disabled gdbstub debugging functionsDavid Howells2010-08-121-4/+4
* | | | Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-121-5/+0Star
* | | | MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloaderDavid Howells2010-08-121-0/+1
* | | | MN10300: Fix size_t and ssize_tDavid Howells2010-08-121-1/+6
* | | | MN10300: Fix RTC routinesDavid Howells2010-08-121-4/+1Star
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-08-121-3/+3
|\ \ \ \
| * | | | [IA64] Fix rwsem: RWSEM_WAITING_BIAS must not be unsigned.Tony Luck2010-08-121-3/+3
| | |/ / | |/| |
* | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-123-3/+3
|\ \ \ \
| * | | | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-063-3/+3
* | | | | Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-08-127-13/+372
|\ \ \ \ \
| * | | | | x86: Detect whether we should use Xen SWIOTLB.Konrad Rzeszutek Wilk2010-08-021-2/+5
| * | | | | pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_*Konrad Rzeszutek Wilk2010-07-273-0/+73
| * | | | | xen/mmu: inhibit vmap aliases rather than trying to clear them outJeremy Fitzhardinge2010-07-271-7/+3Star
| * | | | | xen: Add xen_create_contiguous_regionAlex Nixon2010-06-071-0/+201
| * | | | | xen: Rename the balloon lockAlex Nixon2010-06-071-0/+7
| * | | | | xen: Allow unprivileged Xen domains to create iomap pagesAlex Nixon2010-06-072-3/+19
| * | | | | xen: use _PAGE_IOMAP in ioremap to do machine mappingsJeremy Fitzhardinge2010-06-072-8/+71
* | | | | | parisc: fix wrong page aligned size calculation in ioremapping codeFlorian Zumbiehl2010-08-121-1/+1
* | | | | | score: fix dereference of NULL pointer in local_flush_tlb_page()Roel Kluin2010-08-121-1/+1
| |_|/ / / |/| | | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-111-7/+8
|\ \ \ \ \
| * | | | | ia64: perfmon: add d_dname methodMiklos Szeredi2010-08-111-7/+8
* | | | | | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2010-08-116-3/+334
|\ \ \ \ \ \
| * | | | | | IXP4xx: Fix LL debugging on little-endian CPU.Krzysztof Hałasa2010-05-271-0/+2
| * | | | | | IXP4xx: Fix sparse warnings in I/O primitives.Krzysztof Hałasa2010-05-271-3/+3
| * | | | | | ixp4xx/vulcan: add PCI supportMarc Zyngier2010-05-272-0/+74
| * | | | | | ixp4xx: base support for Arcom VulcanMarc Zyngier2010-05-273-0/+255
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-11272-4636/+13492
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branches 'master' and 'devel' into for-linusRussell King2010-08-11259-4478/+13286
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'devel-stable' into develRussell King2010-08-09811-21557/+36581
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King2010-08-09148-366/+5191
| | | |\ \ \ \ \ \
| | | | * | | | | | ARM: S5PV210: Fix on missing s3c-sdhci card detection method for hsmmc3Kukjin Kim2010-08-091-2/+5
| | | | * | | | | | ARM: S5P: Fix on missing S5P_DEV_FIMC in plat-s5p/KconfigKukjin Kim2010-08-091-0/+15
| | | | * | | | | | ARM: S5PV210: Override FIMC driver name on Aquila boardSylwester Nawrocki2010-08-091-0/+5
| | | | * | | | | | ARM: S5PC100: enable FIMC on SMDKC100Sylwester Nawrocki2010-08-092-0/+6
| | | | * | | | | | ARM: S5PV210: enable FIMC on GoniSylwester Nawrocki2010-08-092-0/+6
| | | | * | | | | | ARM: S5PV210: enable FIMC on AquilaSylwester Nawrocki2010-08-092-0/+6
| | | | * | | | | | Merge branch 'next-samsung' into for-nextKukjin Kim2010-08-0664-144/+980
| | | | |\ \ \ \ \ \
| | | | | * | | | | | ARM: SAMSUNG: Fix on inclusion mach/gpio.h for Samsung SoCsKukjin Kim2010-08-0621-21/+23