aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-voyager (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-23x86: remove the Voyager 32-bit subarchIngo Molnar6-3574/+0
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar1-1/+1
2009-02-22x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptorsLinus Torvalds1-1/+1
2009-02-11Merge commit 'remotes/tip/x86/paravirt' into x86/untangle2Jeremy Fitzhardinge2-9/+8
2009-01-31x86/Voyager: make it build and bootJames Bottomley2-14/+23
2009-01-31x86: pass in cpu number to switch_to_new_gdt()Brian Gerst1-5/+6
2009-01-27x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst1-2/+0
2009-01-27x86: make Voyager use x86 per-cpu setup.Brian Gerst1-3/+0
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar1-2/+2
2009-01-16x86: merge 64 and 32 SMP percpu handlingTejun Heo1-0/+2
2009-01-07x86: smp.h move safe_smp_processor_id declartion to cpu.hJaswinder Singh Rajput1-0/+1
2009-01-03x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis1-4/+3
2008-12-16x86: prepare for cpumask iterators to only go to nr_cpu_idsMike Travis1-1/+1
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-7/+0
2008-11-11x86, voyager: fix smp generic helper voyager breakageJames Bottomley1-2/+14
2008-11-03x86, voyager: fix smp_intr_init() compile breakageJames Bottomley2-2/+2
2008-10-31x86/voyager: fix missing cpu_index initialisationJames Bottomley1-0/+1
2008-10-30x86/voyager: fix compile breakage casued by x86: move prefill_possible_map calling earlyJames Bottomley1-0/+6
2008-10-30x86/voyager: fix boot breakage caused by x86: boot secondary cpus through initial_codeJames Bottomley1-1/+4
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-2/+2
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul1-0/+2
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-79/+19
2008-07-08x86: cleanup machine_specific_memory_setup, v2Yinghai Lu1-31/+1
2008-07-08x86: rename two e820 related functionsYinghai Lu1-6/+6
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-06-26x86: convert to generic helpers for IPI function callsJens Axboe1-77/+17
2008-05-25x86: move smp_found_configAlexey Starikovskiy1-5/+0
2008-05-25x86: extend e820 ealy_res support 32bitYinghai Lu1-9/+0
2008-05-25x86 boot: change sanitize_e820_map parameter from byte to int to allow bigger memory mapsPaul Jackson1-1/+4
2008-05-25x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constantPaul Jackson1-1/+3
2008-04-30x86, voyager: fix ioremap_nocache()Ingo Molnar1-1/+1
2008-04-26x86: use cpumask function for present, possible, and online cpusAkinobu Mita1-5/+5
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-xen-nextLinus Torvalds1-2/+2
2008-04-24x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge1-2/+2
2008-04-24x86: voyager fixIngo Molnar1-17/+0
2008-04-19x86: remove pointless commentsWANG Cong4-8/+0
2008-04-17x86: move suspend wakeup code to CPavel Machek1-0/+1
2008-04-17x86: move stack_start to smp.hGlauber de Oliveira Costa1-7/+0
2008-04-17x86: adapt voyager's setup_trampolineGlauber Costa1-1/+1
2008-04-17x86: adapt voyager's trampoline_baseGlauber Costa1-4/+4
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk1-2/+0
2008-01-30x86: convert TSC disabling to generic cpuid disable bitmapAndi Kleen1-1/+1
2008-01-30x86: avoid name conflict for Voyager leave_mmJeremy Fitzhardinge1-5/+5
2008-01-30x86: remove all definitions with fastcallHarvey Harrison1-10/+10
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-6/+6
2008-01-30x86: cleanup tlbflush.h variantsThomas Gleixner1-4/+3
2008-01-30x86: nuke a ton of unused exportsThomas Gleixner1-1/+0
2008-01-30x86: mach-voyager, lindentIngo Molnar5-771/+718
2007-11-17x86: fix smp init sectionsRandy Dunlap1-2/+2