summaryrefslogtreecommitdiffstats
path: root/Documentation/arm/Samsung-S3C24XX (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-17x86: move equal types to common fileGlauber Costa4-60/+29
2008-04-17x86: adjust types in smpcommon_32.cGlauber Costa2-6/+6
2008-04-17x86: remove cpu_llc_id from processor.hGlauber Costa1-3/+1
2008-04-17x86: get rid of smp_32.c and smp_64.cGlauber Costa4-118/+93
2008-04-17x86: create tlb filesGlauber Costa5-511/+517
2008-04-17x86: create ipi.cGlauber Costa3-154/+179
2008-04-17x86: create smp.cGlauber Costa4-429/+255
2008-04-17x86: unify smp_send_stopGlauber Costa3-6/+7
2008-04-17x86: add reboot_force test to native_smp_send_stopGlauber Costa1-2/+7
2008-04-17x86: make stop_this_cpu looks exactly equal in both archesGlauber Costa2-3/+4
2008-04-17x86: provide hlt_works function.Glauber Costa1-0/+9
2008-04-17x86: change x86_64 smp_call_function_mask to look alike i386Glauber Costa2-42/+17
2008-04-17x86: provide __smp_call_functionGlauber Costa1-1/+33
2008-04-17x86: create smpcommon.cGlauber Costa4-139/+85
2008-04-17x86: remove irqs disabled warning.Glauber Costa1-3/+0
2008-04-17x86: remove export for smp_call_function_mask.Glauber Costa1-1/+0
2008-04-17x86: move prefill_possible_map to common fileGlauber Costa5-53/+55
2008-04-17x86: use disabled_cpus in i386Glauber Costa1-1/+5
2008-04-17x86: move disabled_cpus to common headerGlauber Costa2-1/+3
2008-04-17x86: unify smp_cpus_doneGlauber Costa4-8/+9
2008-04-17x86: unify smp_prepare_cpusGlauber Costa4-6/+8
2008-04-17x86: unify prepare_boot_cpuGlauber Costa4-6/+8
2008-04-17x86: unify __cpu_up.Glauber Costa4-6/+9
2008-04-17x86: unify smp_call_function_maskGlauber Costa3-9/+11
2008-04-17x86: merge smp_send_rescheduleGlauber Costa4-8/+10
2008-04-17x86: move smp_ops extern declaration to common headerGlauber Costa3-2/+5
2008-04-17x86: define smp_ops in common headerGlauber Costa2-14/+14
2008-04-17x86: merge extern variables definitionsGlauber Costa3-8/+6
2008-04-17x86: merge extern function definitionsGlauber Costa3-8/+3
2008-04-17x86: commonize smp.hGlauber Costa1-0/+7
2008-04-17x86: fix switch_to() clobbersIngo Molnar1-1/+9
2008-04-17x86: clean up switch_to()Ingo Molnar1-15/+31
2008-04-17x86: reserve end-of-conventional-memory to 1MB, 64-bit, use paravirt_enabledAlexander van Heukelum1-5/+1
2008-04-17x86: reserve end-of-conventional-memory to 1MB, 32-bit, use paravirt_enabledAlexander van Heukelum1-5/+2
2008-04-17x86: wmb() confusion in system.hPavel Machek1-10/+1
2008-04-17x86: if we cannot calibrate the TSC, we panic.Rusty Russell1-8/+5
2008-04-17x86: debug pmd_bad()Ingo Molnar2-1/+12
2008-04-17x86: redo cded932b75ab0a5f9181eIngo Molnar2-3/+7
2008-04-17x86: warn about RAM pages in ioremap()Ingo Molnar1-2/+4
2008-04-17x86: reserve end-of-conventional-memory to 1MB, 64-bitAlexander van Heukelum2-9/+27
2008-04-17x86: reserve_early end-of-conventional-memory to 1MB, 64-bitAlexander van Heukelum1-18/+27
2008-04-17x86: reserve end-of-conventional-memory to 1MB on 32-bitAlexander van Heukelum2-33/+58
2008-04-17x86: fix recursive dependenciesRoman Zippel1-6/+4
2008-04-17xen: use iret instruction all the timeJeremy Fitzhardinge3-11/+5
2008-04-17x86: coding style fixes to x86/kernel/early_printk.cPaolo Ciarrocchi1-2/+2
2008-04-17x86: coding style fixes to arch/x86/kernel/early_printk.cPaolo Ciarrocchi1-10/+10
2008-04-17x86: coding style fixes to arch/x86/lib/usercopy_32.cPaolo Ciarrocchi1-61/+61
2008-04-17x86: ioremap(), extend check to all RAM pagesIngo Molnar1-2/+3
2008-04-17x86: X86_HT always enable on X86_64 SMPHiroshi Shimamoto1-3/+3
2008-04-17x86: check physical address range in ioremapThomas Gleixner1-0/+19