summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King2010-10-19101-2095/+3815
|\
| * ARM: S5PV310: Fix build error on GPIO mapKukjin Kim2010-10-192-2/+1
| * ARM: S5P64X0: Bug fix on errors of build with CONFIG_PREEMPT_NONESeungChull Suh2010-10-181-0/+1
| * ARM: S5P64X0: Fix GPIO rbank supportAtul Dahiya2010-10-181-5/+0
| * ARM: S5P64X0: Replace the 6440 system device class definition with 64x0Abhilash Kesavan2010-10-181-1/+1
| * ARM: S5P64X0: FIX typo in the ADC device nameNaveen Krishna Ch2010-10-181-2/+2
| * ARM: s5p64x0_defconfig: Update for support S5P6440 and S5P6450Kukjin Kim2010-10-181-1/+2
| * ARM: S5P64X0: Add UART serial support for S5P6450Kukjin Kim2010-10-181-0/+58
| * ARM: S5P64X0: Move SMDK6440 board file and Add SMDK6450 board fileKukjin Kim2010-10-182-35/+234
| * ARM: S5P64X0: Move GPIO support files for merge S5P64X0Kukjin Kim2010-10-184-138/+208
| * ARM: S5P64X0: Add S5P6450 I2C supportKukjin Kim2010-10-183-10/+51
| * ARM: S5P64X0: Move DMA support for S5P64X0Kukjin Kim2010-10-183-21/+85
| * ARM: S5P64X0: Update Audio supportKukjin Kim2010-10-188-321/+422
| * ARM: S5P64X0: Update Timer supportKukjin Kim2010-10-182-10/+13
| * ARM: S5P64X0: Update IRQ supportKukjin Kim2010-10-182-16/+40
| * ARM: S5P64X0: Update Clock for S5P6440 and S5P6450Kukjin Kim2010-10-1810-979/+1674
| * ARM: S5P64X0: Add S5P64X0(S5P6440 and S5P6450) initialization supportKukjin Kim2010-10-1821-384/+711
| * ARM: S5P64X0: Update Kconfig and MakefileKukjin Kim2010-10-188-66/+96
| * ARM: S5P: Moves initial map for merging S5P64X0Kukjin Kim2010-10-1810-66/+125
| * ARM: S5P: Move OneNAND device definitions in plat-s5pKukjin Kim2010-10-1811-24/+37
| * Don't dump task struct in a.out core-dumpsLinus Torvalds2010-10-141-17/+5
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-1411-17/+44
| |\
| | * ARM: relax ioremap prohibition (309caa9) for -final and -stableRussell King2010-10-131-2/+6
| | * Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2010-10-122-1/+2
| | |\
| | | * cpuimx27: fix i2c bus selectionEric Bénard2010-10-081-1/+1
| | | * cpuimx27: fix compile when ULPI is selectedEric Bénard2010-10-081-0/+1
| | * | ARM: 6440/1: ep93xx: DMA: fix channel_disableMika Westerberg2010-10-121-1/+1
| | * | ARM: 6435/1: Fix HWCAP_TLS flag for ARM11MPCore/Cortex-A9Tony Lindgren2010-10-081-1/+1
| | * | ARM: 6436/1: AT91: Fix power-saving in idle-mode on 926T processorsAnders Larsen2010-10-081-4/+3
| | * | ARM: fix section mismatch warnings in Versatile ExpressRussell King2010-10-052-3/+3
| | * | ARM: 6412/1: kprobes-decode: add support for MOVW instructionWill Deacon2010-10-041-3/+4
| | * | ARM: 6419/1: mmu: Fix MT_MEMORY and MT_MEMORY_NONCACHED pte flagsSantosh Shilimkar2010-10-041-2/+2
| | * | ARM: 6416/1: errata: faulty hazard checking in the Store Buffer may lead to d...Will Deacon2010-10-042-0/+22
| * | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-141-0/+1
| |\ \ \
| | * | | omap: iommu-load cam register before flushing the entryHari Kanigeri2010-10-051-0/+1
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-143-10/+10
| |\ \ \ \
| | * | | | x86, numa: For each node, register the memory blocks actually usedYinghai Lu2010-10-121-3/+5
| | * | | | x86, AMD, MCE thresholding: Fix the MCi_MISCj iteration orderBorislav Petkov2010-10-111-6/+3
| | * | | | x86, mce, therm_throt.c: Fix missing curly braces in error handling logicJin Dongming2010-10-081-1/+2
| * | | | | KVM: x86: Move TSC reset out of vmcb_initZachary Amsden2010-10-111-1/+1
| * | | | | KVM: x86: Fix SVM VMCB resetZachary Amsden2010-10-111-1/+1
| * | | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-097-7/+30
| |\ \ \ \ \
| | * | | | | ARM: SAMSUNG: Add a workaround for get_clock() for serial driverMarek Szyprowski2010-10-081-1/+26
| | * | | | | ARM: S5P: Bug fix on errors of build with CONFIG_PREEMPT_NONESeungChull Suh2010-10-084-0/+4
| | * | | | | ARM: SAMSUNG: Fix build warnings because of unused codesKukjin Kim2010-10-082-6/+0
| | |/ / / /
| * / / / / Define _addr_lsb in siginfo_t for mipsAndi Kleen2010-10-091-0/+1
| |/ / / /
* | | | | Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msm...Russell King2010-10-1940-250/+5799
|\ \ \ \ \
| * | | | | msm: smd: enable smd on qsd8x50 targetNiranjana Vishwanathapura2010-10-122-0/+6
| * | | | | msm: smd: enable smd on msm7x30 targetNiranjana Vishwanathapura2010-10-122-1/+6
| * | | | | msm: Platform data for msm8x60 IOMMUsStepan Moskovchenko2010-10-093-1/+917