| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: create ipi.c | Glauber Costa | 2008-04-17 | 3 | -154/+179 |
* | x86: create smp.c | Glauber Costa | 2008-04-17 | 4 | -429/+255 |
* | x86: unify smp_send_stop | Glauber Costa | 2008-04-17 | 3 | -6/+7 |
* | x86: add reboot_force test to native_smp_send_stop | Glauber Costa | 2008-04-17 | 1 | -2/+7 |
* | x86: make stop_this_cpu looks exactly equal in both arches | Glauber Costa | 2008-04-17 | 2 | -3/+4 |
* | x86: provide hlt_works function. | Glauber Costa | 2008-04-17 | 1 | -0/+9 |
* | x86: change x86_64 smp_call_function_mask to look alike i386 | Glauber Costa | 2008-04-17 | 2 | -42/+17 |
* | x86: provide __smp_call_function | Glauber Costa | 2008-04-17 | 1 | -1/+33 |
* | x86: create smpcommon.c | Glauber Costa | 2008-04-17 | 4 | -139/+85 |
* | x86: remove irqs disabled warning. | Glauber Costa | 2008-04-17 | 1 | -3/+0 |
* | x86: remove export for smp_call_function_mask. | Glauber Costa | 2008-04-17 | 1 | -1/+0 |
* | x86: move prefill_possible_map to common file | Glauber Costa | 2008-04-17 | 5 | -53/+55 |
* | x86: use disabled_cpus in i386 | Glauber Costa | 2008-04-17 | 1 | -1/+5 |
* | x86: move disabled_cpus to common header | Glauber Costa | 2008-04-17 | 2 | -1/+3 |
* | x86: unify smp_cpus_done | Glauber Costa | 2008-04-17 | 4 | -8/+9 |
* | x86: unify smp_prepare_cpus | Glauber Costa | 2008-04-17 | 4 | -6/+8 |
* | x86: unify prepare_boot_cpu | Glauber Costa | 2008-04-17 | 4 | -6/+8 |
* | x86: unify __cpu_up. | Glauber Costa | 2008-04-17 | 4 | -6/+9 |
* | x86: unify smp_call_function_mask | Glauber Costa | 2008-04-17 | 3 | -9/+11 |
* | x86: merge smp_send_reschedule | Glauber Costa | 2008-04-17 | 4 | -8/+10 |
* | x86: move smp_ops extern declaration to common header | Glauber Costa | 2008-04-17 | 3 | -2/+5 |
* | x86: define smp_ops in common header | Glauber Costa | 2008-04-17 | 2 | -14/+14 |
* | x86: merge extern variables definitions | Glauber Costa | 2008-04-17 | 3 | -8/+6 |
* | x86: merge extern function definitions | Glauber Costa | 2008-04-17 | 3 | -8/+3 |
* | x86: commonize smp.h | Glauber Costa | 2008-04-17 | 1 | -0/+7 |
* | x86: fix switch_to() clobbers | Ingo Molnar | 2008-04-17 | 1 | -1/+9 |
* | x86: clean up switch_to() | Ingo Molnar | 2008-04-17 | 1 | -15/+31 |
* | x86: reserve end-of-conventional-memory to 1MB, 64-bit, use paravirt_enabled | Alexander van Heukelum | 2008-04-17 | 1 | -5/+1 |
* | x86: reserve end-of-conventional-memory to 1MB, 32-bit, use paravirt_enabled | Alexander van Heukelum | 2008-04-17 | 1 | -5/+2 |
* | x86: wmb() confusion in system.h | Pavel Machek | 2008-04-17 | 1 | -10/+1 |
* | x86: if we cannot calibrate the TSC, we panic. | Rusty Russell | 2008-04-17 | 1 | -8/+5 |
* | x86: debug pmd_bad() | Ingo Molnar | 2008-04-17 | 2 | -1/+12 |
* | x86: redo cded932b75ab0a5f9181e | Ingo Molnar | 2008-04-17 | 2 | -3/+7 |
* | x86: warn about RAM pages in ioremap() | Ingo Molnar | 2008-04-17 | 1 | -2/+4 |
* | x86: reserve end-of-conventional-memory to 1MB, 64-bit | Alexander van Heukelum | 2008-04-17 | 2 | -9/+27 |
* | x86: reserve_early end-of-conventional-memory to 1MB, 64-bit | Alexander van Heukelum | 2008-04-17 | 1 | -18/+27 |
* | x86: reserve end-of-conventional-memory to 1MB on 32-bit | Alexander van Heukelum | 2008-04-17 | 2 | -33/+58 |
* | x86: fix recursive dependencies | Roman Zippel | 2008-04-17 | 1 | -6/+4 |
* | xen: use iret instruction all the time | Jeremy Fitzhardinge | 2008-04-17 | 3 | -11/+5 |
* | x86: coding style fixes to x86/kernel/early_printk.c | Paolo Ciarrocchi | 2008-04-17 | 1 | -2/+2 |
* | x86: coding style fixes to arch/x86/kernel/early_printk.c | Paolo Ciarrocchi | 2008-04-17 | 1 | -10/+10 |
* | x86: coding style fixes to arch/x86/lib/usercopy_32.c | Paolo Ciarrocchi | 2008-04-17 | 1 | -61/+61 |
* | x86: ioremap(), extend check to all RAM pages | Ingo Molnar | 2008-04-17 | 1 | -2/+3 |
* | x86: X86_HT always enable on X86_64 SMP | Hiroshi Shimamoto | 2008-04-17 | 1 | -3/+3 |
* | x86: check physical address range in ioremap | Thomas Gleixner | 2008-04-17 | 1 | -0/+19 |
* | xen: make hvc0 the preferred console in domU | Markus Armbruster | 2008-04-17 | 1 | -0/+4 |
* | x86, tracing: add notrace to asm-x86/linkage.h | Ingo Molnar | 2008-04-17 | 1 | -0/+3 |
* | x86: switch to proc_create() | Alexey Dobriyan | 2008-04-17 | 2 | -8/+4 |
* | x86: clean up traps_32.c | Ingo Molnar | 2008-04-17 | 1 | -286/+318 |
* | x86: clean up cpu capabilities accesses, transmeta.c | Ingo Molnar | 2008-04-17 | 1 | -1/+1 |