summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: pm: convert some assembly to CRussell King2011-09-213-39/+46
* ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King2011-09-212-8/+4Star
* ARM: pm: no need to save/restore context ID registerRussell King2011-09-212-24/+22Star
* ARM: pm: only use preallocated page table during resumeRussell King2011-09-219-99/+99
* ARM: pm: preallocate a page table for suspend/resumeRussell King2011-09-2111-72/+62Star
* ARM: pm: force non-zero return value from __cpu_suspend when abortingRussell King2011-09-211-0/+2
* ARM: pm: avoid writing the auxillary control register for ARMv7Russell King2011-08-281-1/+3
* ARM: pm: some ARMv7 requires a dsb in resume to ensure correctnessRussell King2011-08-281-0/+1
* ARM: pm: arm920/926: fix number of registers savedRussell King2011-08-282-2/+2
* ARM: pm: CPU specific code should not overwrite r1 (v:p offset)Russell King2011-08-282-8/+8
* ARM: 7066/1: proc-v7: disable SCTLR.TE when disabling MMUWill Deacon2011-08-281-0/+1
* ARM: 7065/1: kexec: ensure new kernel is entered in ARM stateWill Deacon2011-08-281-1/+2
* ARM: 7003/1: vexpress: Add clock definition for the SP805.Nick Bowler2011-08-241-0/+7
* ARM: 7051/1: cpuimx* boards: fix mach-types errorsEric Bénard2011-08-224-6/+6
* ARM: 7019/1: Footbridge: select CLKEVT_I8253 for ARCH_NETWINDERAxel Lin2011-08-191-0/+1
* ARM: 7015/1: ARM errata: Possible cache data corruption with hit-under-miss e...Catalin Marinas2011-08-152-0/+28
* ARM: 7014/1: cache-l2x0: Fix L2 Cache size calculation.Srinivas Kandagatla2011-08-151-1/+1
* ARM: 6967/1: ep93xx: ts72xx: fix board model detectionPetr Štetiar2011-08-151-6/+12
* ARM: 6965/1: ep93xx: add model detection for ts-7300 and ts-7400 boardsPetr Štetiar2011-08-151-0/+12
* Merge branch '3.1-fixes-for-rmk' of git://linux-arm.org/linux-2.6-wd into fixesRussell King2011-08-135-27/+29
|\
| * ARM: cache: detect VIPT aliasing I-cache on ARMv6Will Deacon2011-08-121-7/+8
| * ARM: twd: register clockevents device before enabling PPIWill Deacon2011-08-121-2/+2
| * ARM: realview: ensure visibility of writes during resetWill Deacon2011-08-121-0/+1
| * ARM: perf: make name of arm_pmu_type consistentMark Rutland2011-08-122-18/+18
| * ARM: perf: fix prototype of release_pmuMark Rutland2011-08-121-1/+1
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-1320-115/+173
|\ \
| * | x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski2011-08-119-89/+90
| * | x86-64: Wire up getcpu syscallAndy Lutomirski2011-08-111-0/+2
| * | x86: Remove unnecessary compile flag tweaks for vsyscall codeAndy Lutomirski2011-08-112-16/+0Star
| * | x86-64: Add vsyscall:emulate_vsyscall trace eventAndy Lutomirski2011-08-052-0/+35
| * | x86-64: Add user_64bit_mode paravirt opAndy Lutomirski2011-08-058-9/+38
| * | x86-64, xen: Enable the vvar mappingAndy Lutomirski2011-08-051-1/+3
| * | x86-64: Work around gold bug 13023Andy Lutomirski2011-08-051-6/+10
| * | x86-64: Move the "user" vsyscall segment out of the data segment.Andy Lutomirski2011-08-051-18/+18
| * | x86-64: Pad vDSO to a page boundaryAndy Lutomirski2011-08-051-0/+1
| * | Merge commit 'v3.0' into x86/vdsoH. Peter Anvin2011-08-05331-1798/+3334
| |\ \
* | \ \ Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...Linus Torvalds2011-08-1332-186/+252
|\ \ \ \
| * \ \ \ Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Arnd Bergmann2011-08-1214-70/+94
| |\ \ \ \
| | * | | | omap: timer: Set dmtimer used as clocksource in autoreload modeHemant Pedanekar2011-08-101-1/+2
| | * | | | OMAP3: am3517crane: remove NULL board_mux from board fileJohan Hovold2011-08-101-2/+0Star
| | * | | | arm: mach-omap2: mux: use kstrdup()Thomas Meyer2011-08-101-10/+4Star
| | * | | | arch:arm:plat-omap:iovmm: remove unused variable 'va'Maxin John2011-08-101-3/+0Star
| | * | | | Update Nook Color machine 3284 to common Encore nameOleg Drokin2011-08-101-1/+1
| | * | | | am3505/3517: Various platform defines for UART4Raphaël Assénat2011-08-103-0/+9
| | * | | | Merge branch 'for_3.1/pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Tony Lindgren2011-08-104-15/+13Star
| | |\ \ \ \
| | | * | | | OMAP2+: PM: SmartReflex: use put_sync_suspend for IRQ-safe disablingColin Cross2011-08-051-1/+1
| | | * | | | OMAP3: beagle: don't touch omap_device internalsKevin Hilman2011-08-051-13/+10Star
| | | * | | | OMAP1: enable GENERIC_IRQ_CHIPKevin Hilman2011-08-051-0/+1
| | | * | | | OMAP3+: SR: ensure pm-runtime callbacks can be invoked with IRQs disabledNishanth Menon2011-08-051-0/+1
| | | * | | | OMAP2+: Kconfig: don't select PM in OMAP2PLUS_TYPICALKevin Hilman2011-08-051-1/+0Star