| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: remove the Voyager 32-bit subarch | Ingo Molnar | 2009-02-23 | 6 | -3574/+0 |
* | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-22 | 1 | -1/+1 |
|\ |
|
| * | x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptors | Linus Torvalds | 2009-02-22 | 1 | -1/+1 |
* | | Merge commit 'remotes/tip/x86/paravirt' into x86/untangle2 | Jeremy Fitzhardinge | 2009-02-11 | 2 | -9/+8 |
|\ \
| |/
|/| |
|
| * | x86: pass in cpu number to switch_to_new_gdt() | Brian Gerst | 2009-01-31 | 1 | -5/+6 |
| * | x86: initialize per-cpu GDT segment in per-cpu setup | Brian Gerst | 2009-01-27 | 1 | -2/+0 |
| * | x86: make Voyager use x86 per-cpu setup. | Brian Gerst | 2009-01-27 | 1 | -3/+0 |
| * | percpu: add optimized generic percpu accessors | Ingo Molnar | 2009-01-16 | 1 | -2/+2 |
| * | x86: merge 64 and 32 SMP percpu handling | Tejun Heo | 2009-01-16 | 1 | -0/+2 |
| * | x86: smp.h move safe_smp_processor_id declartion to cpu.h | Jaswinder Singh Rajput | 2009-01-07 | 1 | -0/+1 |
* | | x86/Voyager: make it build and boot | James Bottomley | 2009-01-31 | 2 | -14/+23 |
|/ |
|
* | x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids | Mike Travis | 2009-01-03 | 1 | -4/+3 |
* | x86: prepare for cpumask iterators to only go to nr_cpu_ids | Mike Travis | 2008-12-17 | 1 | -1/+1 |
* | cpumask: centralize cpu_online_map and cpu_possible_map | Rusty Russell | 2008-12-13 | 1 | -7/+0 |
* | x86, voyager: fix smp generic helper voyager breakage | James Bottomley | 2008-11-11 | 1 | -2/+14 |
* | x86, voyager: fix smp_intr_init() compile breakage | James Bottomley | 2008-11-03 | 2 | -2/+2 |
* | x86/voyager: fix missing cpu_index initialisation | James Bottomley | 2008-10-31 | 1 | -0/+1 |
* | x86/voyager: fix compile breakage casued by x86: move prefill_possible_map ca... | James Bottomley | 2008-10-30 | 1 | -0/+6 |
* | x86/voyager: fix boot breakage caused by x86: boot secondary cpus through ini... | James Bottomley | 2008-10-30 | 1 | -1/+4 |
* | generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_... | Yinghai Lu | 2008-10-16 | 1 | -2/+2 |
* | kernel/cpu.c: create a CPU_STARTING cpu_chain notifier | Manfred Spraul | 2008-09-08 | 1 | -0/+2 |
* | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar | 2008-07-15 | 1 | -79/+19 |
|\ |
|
| * | on_each_cpu(): kill unused 'retry' parameter | Jens Axboe | 2008-06-26 | 1 | -1/+1 |
| * | smp_call_function: get rid of the unused nonatomic/retry argument | Jens Axboe | 2008-06-26 | 1 | -1/+1 |
| * | x86: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 | 1 | -77/+17 |
* | | x86: cleanup machine_specific_memory_setup, v2 | Yinghai Lu | 2008-07-08 | 1 | -31/+1 |
* | | x86: rename two e820 related functions | Yinghai Lu | 2008-07-08 | 1 | -6/+6 |
* | | x86: move smp_found_config | Alexey Starikovskiy | 2008-05-25 | 1 | -5/+0 |
* | | x86: extend e820 ealy_res support 32bit | Yinghai Lu | 2008-05-25 | 1 | -9/+0 |
* | | x86 boot: change sanitize_e820_map parameter from byte to int to allow bigger... | Paul Jackson | 2008-05-25 | 1 | -1/+4 |
* | | x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constant | Paul Jackson | 2008-05-25 | 1 | -1/+3 |
|/ |
|
* | x86, voyager: fix ioremap_nocache() | Ingo Molnar | 2008-04-30 | 1 | -1/+1 |
* | x86: use cpumask function for present, possible, and online cpus | Akinobu Mita | 2008-04-26 | 1 | -5/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-04-25 | 1 | -2/+2 |
|\ |
|
| * | x86: unify KERNEL_PGD_PTRS | Jeremy Fitzhardinge | 2008-04-24 | 1 | -2/+2 |
* | | x86: voyager fix | Ingo Molnar | 2008-04-24 | 1 | -17/+0 |
|/ |
|
* | x86: remove pointless comments | WANG Cong | 2008-04-19 | 4 | -8/+0 |
* | x86: move suspend wakeup code to C | Pavel Machek | 2008-04-17 | 1 | -0/+1 |
* | x86: move stack_start to smp.h | Glauber de Oliveira Costa | 2008-04-17 | 1 | -7/+0 |
* | x86: adapt voyager's setup_trampoline | Glauber Costa | 2008-04-17 | 1 | -1/+1 |
* | x86: adapt voyager's trampoline_base | Glauber Costa | 2008-04-17 | 1 | -4/+4 |
* | calibrate_delay() must be __cpuinit | Adrian Bunk | 2008-02-06 | 1 | -2/+0 |
* | x86: convert TSC disabling to generic cpuid disable bitmap | Andi Kleen | 2008-01-30 | 1 | -1/+1 |
* | x86: avoid name conflict for Voyager leave_mm | Jeremy Fitzhardinge | 2008-01-30 | 1 | -5/+5 |
* | x86: remove all definitions with fastcall | Harvey Harrison | 2008-01-30 | 1 | -10/+10 |
* | x86: rename the struct pt_regs members for 32/64-bit consistency | H. Peter Anvin | 2008-01-30 | 1 | -6/+6 |
* | x86: cleanup tlbflush.h variants | Thomas Gleixner | 2008-01-30 | 1 | -4/+3 |
* | x86: nuke a ton of unused exports | Thomas Gleixner | 2008-01-30 | 1 | -1/+0 |
* | x86: mach-voyager, lindent | Ingo Molnar | 2008-01-30 | 5 | -771/+718 |
* | x86: fix smp init sections | Randy Dunlap | 2007-11-17 | 1 | -2/+2 |