summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: add register documentation for __enable_mmuRussell King2010-10-081-0/+10
* ARM: hotplug cpu: move secondary_startup, __enable_mmu to cpuinitRussell King2010-10-081-102/+104
* ARM: hotplug cpu: ensure that __enable_mmu is identity mappedRussell King2010-10-081-9/+24
* ARM: cleanup lookup_machine_type data and ensure these are placed in __HEADRussell King2010-10-081-11/+15
* ARM: hotplug cpu: move __error and __error_p to cpuinit sectionRussell King2010-10-081-34/+33
* ARM: move __mmap_switched, C-API functions to init sectionRussell King2010-10-081-70/+72
* ARM: cleanup boot cpu calling __mmap_switchedRussell King2010-10-082-3/+3
* ARM: hotplug cpu: Keep processor information, startup code & __lookup_process...Russell King2010-10-0826-67/+94
* ARM: hotplug cpu: setup 1:1 map for entire kernel image for secondary CPUsRussell King2010-10-081-8/+55
* ARM: no need for nommu to jump through the hoops that mmu doesRussell King2010-10-081-4/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2010-08-2813-581/+0
|\
| * Blackfin: bf52x/bf54x boards: drop unused nand page sizeBarry Song2010-08-275-5/+0
| * Blackfin: punt duplicate SPORT MMR definesMike Frysinger2010-08-278-576/+0
* | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-2814-62/+135
|\ \
| * | ARM: S5PV310: Fix on Secondary CPU startupChanghwan Youn2010-08-274-2/+10
| * | ARM: S5PV310: Bug fix on uclk1 and sclk_pwmJongpill Lee2010-08-272-8/+15
| * | ARM: S5PV310: Fix missed uart clocksJongpill Lee2010-08-271-7/+37
| * | ARM: S5PV310: Should be clk_sclk_apll not clk_mout_apllJongpill Lee2010-08-271-3/+12
| * | ARM: S5PV310: Fix on PLL setting for S5PV310Jongpill Lee2010-08-271-2/+2
| * | ARM: S5PV310: Add CMU block for S5PV310 ClockKukjin Kim2010-08-274-31/+38
| * | ARM: S5PV310: Fix on typo irqs.h of S5PV310Kukjin Kim2010-08-271-4/+7
| * | ARM: S5PV310: Fix on default ZRELADDR of ARCH_S5PV310Kukjin Kim2010-08-271-1/+2
| * | ARM: S5PV310: Fix on GPIO base addressesKyungmin Park2010-08-271-2/+10
| * | ARM: SAMSUNG: Fix on build warning regarding VMALLOC_END typeKukjin Kim2010-08-274-4/+4
| * | ARM: S5P: VMALLOC_END should be unsigned longKyungmin Park2010-08-232-2/+2
* | | Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegraLinus Torvalds2010-08-282-3/+1
|\ \ \
| * | | arm: tegra: VMALLOC_END should be unsigned longOlof Johansson2010-08-221-1/+1
| * | | arm: tegra: fix compilation of board-harmony.cOlof Johansson2010-08-221-2/+0
* | | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-288-20/+20
|\ \ \ \
| * | | | OMAP3: PM: ensure IO wakeups are properly disabledKevin Hilman2010-08-161-1/+3
| * | | | omap: Fix omap_4430sdp_defconfig for make oldconfigTony Lindgren2010-08-161-0/+3
| * | | | omap: Use CONFIG_SMP for test_for_ipi and test_for_ltirqTony Lindgren2010-08-161-2/+4
| * | | | omap: Fix sev instruction usage for multi-omapTony Lindgren2010-08-163-9/+2
| * | | | OMAP3: Fix a cpu type check problemstanley.miao2010-08-161-7/+7
| * | | | omap3: id: fix 3630 rev detectionNishanth Menon2010-08-161-1/+1
* | | | | Alpha: Fix a missing comma in sys_osf_statfs()David Howells2010-08-281-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-285-7/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2010-08-212-2/+2
| * | | | Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-193-5/+4
| |/ / /
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-251-0/+2
|\ \ \ \
| * | | | perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flagLin Ming2010-08-251-0/+2
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-08-253-0/+42
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep statesSuresh Siddha2010-08-203-0/+42
* | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-08-249-8/+30
|\ \ \ \ \
| * | | | | [S390] fix tlb flushing vs. concurrent /proc accessesMartin Schwidefsky2010-08-248-6/+28
| * | | | | [S390] s390: fix build error (sys_execve)Sebastian Ott2010-08-241-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-08-2416-523/+595
|\ \ \ \ \ \
| * | | | | | sparc64: Get rid of indirect p1275 PROM call buffer.David S. Miller2010-08-237-297/+456
| * | | | | | sparc64: Fill a missing delay slot.Mikulas Patocka2010-08-191-0/+1
| * | | | | | sparc64: Make lock backoff really a NOP on UP builds.David S. Miller2010-08-183-17/+22