summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * ARM: amba: ux500: convert to use amba_device_allocRussell King2012-01-251-9/+3
| | * ARM: 7300/1: realview: fix definition of GPIO0 interrupt on PB1176 to match TRMWill Deacon2012-01-252-2/+2
| * | Merge branches 'debug' and 'idle' into for-armsocRussell King2012-01-2398-1409/+326
| |\ \
| | * | ARM: big removal of now unused arch_idle()Nicolas Pitre2012-01-2160-1135/+0
| | * | ARM: substitute arch_idle()Nicolas Pitre2012-01-213-7/+4
| | * | ARM: mach-tegra: properly disable CPU idle callNicolas Pitre2012-01-212-1/+3
| | * | ARM: mach-s3c64xx: use standard arch_idle() implementationNicolas Pitre2012-01-211-1/+1
| | * | ARM: mach-w90x900: properly disable CPU idle callNicolas Pitre2012-01-212-0/+2
| | * | ARM: mach-shark: properly disable CPU idle callNicolas Pitre2012-01-212-0/+7
| | * | ARM: mach-ixp4xx: properly disable CPU idle callNicolas Pitre2012-01-212-5/+6
| | * | ARM: mach-ixp23xx: properly disable CPU idle callNicolas Pitre2012-01-212-4/+4
| | * | ARM: mach-msm: hook special idle handlers to arm_pm_idleNicolas Pitre2012-01-213-37/+53
| | * | ARM: plat-mxc: hook special idle handlers to arm_pm_idleNicolas Pitre2012-01-213-46/+37
| | * | ARM: s3c24xx: move special idle code to out of lineNicolas Pitre2012-01-214-45/+29
| | * | ARM: mach-h720x: move special idle code out of lineNicolas Pitre2012-01-212-6/+19
| | * | ARM: mach-gemini: move special idle code out of lineNicolas Pitre2012-01-214-12/+32
| | * | ARM: mach-ebsa110: move special idle code out of lineNicolas Pitre2012-01-212-20/+26
| | * | ARM: mach-clps711x: move special idle code out of lineNicolas Pitre2012-01-212-4/+17
| | * | ARM: mach-at91: move special idle code out of lineNicolas Pitre2012-01-219-21/+69
| | * | ARM: mach-exynos: use standard arch_idle()Nicolas Pitre2012-01-212-13/+1
| | * | ARM: mach-s5p64x0: move idle handler from pm_idle to arm_pm_idleNicolas Pitre2012-01-212-10/+7
| | * | ARM: mach-s5pc100: use standard arch_idle()Nicolas Pitre2012-01-212-13/+1
| | * | ARM: mach-s5pv210: use standard arch_idle()Nicolas Pitre2012-01-212-13/+1
| | * | ARM: OMAP: convert idle handlers from pm_idle to arm_pm_idleNicolas Pitre2012-01-214-20/+6
| | * | ARM: clean up idle handlersNicolas Pitre2012-01-212-8/+16
| | * | ARM: OMAP1: Fix pm_idle during suspendNicolas Pitre2012-01-211-5/+2
| | |/
| * / ARM: debug: arrange Kconfig options more logicallyRussell King2012-01-201-78/+78
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-01-302-3/+2
|\ \
| * | [S390] cleanup entry point definitionChristian Borntraeger2012-01-182-3/+2
* | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2012-01-302-0/+2
|\ \ \
| * | | microblaze: generic atomic64 supportDaniel Borkmann2012-01-202-0/+2
| | |/ | |/|
* | | Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2012-01-291-5/+22
|\ \ \
| * | | Merge commit 'v3.3-rc1' into stable/for-linus-fixes-3.3Konrad Rzeszutek Wilk2012-01-273112-54873/+128425
| |\| |
| * | | x86: xen: size struct xen_spinlock to always fit in arch_spinlock_tDavid Vrabel2012-01-241-5/+22
* | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-01-2858-378/+208
|\ \ \ \
| * | | | ARM: 7304/1: ioremap: fix boundary check when reusing static mappingPawel Moll2012-01-271-1/+2
| * | | | Merge branch 'sa11x0-mcp-fixes' into fixesRussell King2012-01-2615-187/+441
| |\ \ \ \
| | * | | | Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Russell King2012-01-207-20/+2
| | * | | | Revert "ARM: sa1100: Refactor mcp-sa11x0 to use platform resources."Russell King2012-01-207-66/+1
| | | |/ / | | |/| |
| * | | | ARM: 7301/1: Rename the T() macro to TUSER() to avoid namespace conflictsCatalin Marinas2012-01-257-79/+79
| * | | | ARM: 7299/1: ftrace: clear zero bit in reported IPs for Thumb-2Rabin Vincent2012-01-251-6/+9
| * | | | ARM: 7298/1: realview: fix mapping of MPCore private memory regionMarc Zyngier2012-01-254-25/+19
| * | | | 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/+0
| * | | | 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/+1
| * | | | 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