summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7288/1: mach-sa1100: add missing module_init() callLinus Walleij2012-01-231-0/+2
* ARM: 7297/1: smp_twd: make sure timer is stopped before registering itMarc Zyngier2012-01-231-0/+2
* ARM: 7296/1: proc-v7.S: remove HARVARD_CACHE preprocessor guardsWill Deacon2012-01-231-6/+0Star
* ARM: 7295/1: cortex-a7: move proc_info out of !CONFIG_ARM_LPAE blockWill Deacon2012-01-231-10/+10
* ARM: 7293/1: logical_cpu_map: decouple CPU mapping from SMPWill Deacon2012-01-2318-31/+35
* ARM: 7291/1: cache: assume 64-byte L1 cachelines for ARMv7 CPUsWill Deacon2012-01-234-6/+1Star
* ARM: 7290/1: vmlinux.lds.S: align the exception fixup table to a 4-byte boundaryWill Deacon2012-01-231-1/+1
* ARM: 7289/1: vmlinux.lds.S: do not hardcode cacheline size as 32 bytesWill Deacon2012-01-231-3/+4
* ARM: 7277/1: setup.c: Fix build warning by removing unneeded header fileFabio Estevam2012-01-191-1/+0Star
* ARM: 7279/1: standardize /proc/iomem "Kernel code" nameKees Cook2012-01-191-1/+1
* ARM: fix rcu stalls on SMP platformsRussell King2012-01-191-2/+8
* ARM: vexpress: fix two section mismatch warningsRussell King2012-01-191-2/+2
* ARM: fix a section mismatch warning with our use of memblockRussell King2012-01-191-1/+1
* ARM: sa11x0: fix section mismatch in cpu-sa1100.cRussell King2012-01-191-1/+1
* ARM: sa11x0: fix collie build errorRussell King2012-01-191-3/+2Star
* Revert "RTC: sa1100: support sa1100, pxa and mmp soc families"Russell King2012-01-192-40/+0Star
* Revert "ARM: pxa: add dummy clock for sa1100-rtc"Russell King2012-01-196-8/+0Star
* Revert "ARM: sa1100: clean up of the clock support"Russell King2012-01-192-67/+26Star
* uml: fix compile for x86-64Linus Torvalds2012-01-191-0/+5
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-01-193-6/+12
|\
| *---. Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ...Len Brown2012-01-182-4/+10
| |\ \ \
| | | * | ACPI, ia64: Use SRAT table rev to use 8bit or 16/32bit PXM fields (ia64)Kurt Garloff2012-01-171-4/+6
| | | * | ACPI, x86: Use SRAT table rev to use 8bit or 32bit PXM fields (x86/x86-64)Kurt Garloff2012-01-171-0/+4
| | |/ /
| * / / ACPI, Record ACPI NVS regionsHuang Ying2012-01-171-2/+2
| |/ /
* | | Merge tag 'arm-soc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-01-1819-40/+30Star
|\ \ \
| * \ \ Merge branch 'samsung-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2012-01-177-25/+14Star
| |\ \ \
| | * | | ARM: EXYNOS: Invert VCLK polarity for framebuffer on ORIGENTushar Behera2012-01-111-1/+2
| | * | | ARM: S3C64XX: Fix interrupt configuration for PCA935x on CragganmoreMark Brown2012-01-111-1/+1
| | * | | ARM: S3C64XX: Fix the memory mapped GPIOs on CragganmoreMark Brown2012-01-112-1/+3
| | * | | ARM: S3C64XX: Remove hsmmc1 from CragganmoreMark Brown2012-01-111-8/+0Star
| | * | | ARM: S3C64XX: Remove unconditional power domain disablesMark Brown2012-01-111-13/+0Star
| | * | | ARM: SAMSUNG: Declare struct platform_device in plat/s3c64xx-spi.hMark Brown2012-01-111-0/+2
| | * | | ARM: SAMSUNG: dma-ops.h needs mach/dma.hMark Brown2012-01-111-0/+1
| | * | | ARM: SAMSUNG: Guard against multiple inclusion of plat/dma.hMark Brown2012-01-111-1/+5
| * | | | Merge branch 'fixes-for-arm-soc' of git://sources.calxeda.com/kernel/linux in...Olof Johansson2012-01-1710-14/+14
| |\ \ \ \
| | * | | | ARM: make BSYM macro assembly onlyRob Herring2012-01-161-2/+2
| | * | | | ARM: highbank: remove incorrect BSYM usageRob Herring2012-01-161-2/+1Star
| | * | | | ARM: imx: remove incorrect BSYM usageRob Herring2012-01-161-2/+1Star
| | * | | | ARM: exynos: remove incorrect BSYM usageRob Herring2012-01-162-3/+4
| | * | | | ARM: ux500: add missing ENDPROC to headsmp.SRob Herring2012-01-161-0/+2
| | * | | | ARM: msm: Add missing ENDPROC to headsmp.SRob Herring2012-01-161-0/+1
| | * | | | ARM: versatile: Add missing ENDPROC to headsmp.SPawel Moll2012-01-163-5/+3Star
| | | |/ / | | |/| |
| * | | | Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm i...Olof Johansson2012-01-171-0/+1
| |\ \ \ \
| | * | | | ARM: msm: vreg is a module and so needs module.hDavid Brown2012-01-061-0/+1
| * | | | | Merge branch 'picoxcell-fixes' of git://github.com/jamieiles/linux-2.6-ji int...Olof Johansson2012-01-171-1/+1
| |\ \ \ \ \
| | * | | | | ARM: picoxcell: fix sched_clock() cleanup falloutJamie Iles2012-01-091-1/+1
* | | | | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-186-13/+42
|\ \ \ \ \ \ \
| * | | | | | | ARM: mach-shmobile: specify CHCLR registers on SH7372Guennadi Liakhovetski2012-01-061-3/+12
| * | | | | | | video i.MX IPU: Fix display connectionsSascha Hauer2011-12-081-0/+15
| * | | | | | | dmaengine/ste_dma40: allow fixed physical channelNarayanan G2011-12-051-1/+5