aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup_percpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-24x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo1-1/+6
2009-02-20x86: convert to the new dynamic percpu allocatorTejun Heo1-22/+40
2009-02-10x86: implement x86_32 stack protectorTejun Heo1-0/+2
2009-01-31x86: pass in cpu number to switch_to_new_gdt()Brian Gerst1-1/+1
2009-01-27x86: clean up indentation in setup_per_cpu_areas()Tejun Heo1-7/+10
2009-01-27x86: fix build breakage on voyageJames Bottomley1-0/+2
2009-01-27x86: load new GDT after setting up boot cpu per-cpu areaBrian Gerst1-3/+3
2009-01-27x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst1-0/+14
2009-01-27x86: make Voyager use x86 per-cpu setup.Brian Gerst1-5/+0
2009-01-27x86: don't assume boot cpu is #0Brian Gerst1-4/+5
2009-01-27x86: move this_cpu_offsetBrian Gerst1-5/+10
2009-01-27x86: only compile setup_percpu.o on SMPBrian Gerst1-6/+0
2009-01-27x86: move apic variables to apic.cBrian Gerst1-20/+2
2009-01-27x86: always page-align per-cpu area start and sizeBrian Gerst1-11/+5
2009-01-27x86: move setup_cpu_local_masks()Brian Gerst1-19/+0
2009-01-27x86: move 64-bit NUMA codeBrian Gerst1-232/+5
2009-01-27x86: merge setup_per_cpu_maps() into setup_per_cpu_areas()Brian Gerst1-29/+19
2009-01-20x86: move stack_canary into irq_stackBrian Gerst1-30/+4
2009-01-19x86-64: Move nodenumber from PDA to per-cpu.Brian Gerst1-1/+3
2009-01-19x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-0/+10
2009-01-19x86-64: Convert irqstacks to per-cpuBrian Gerst1-1/+3
2009-01-16x86: fix build bug introduced during mergeTejun Heo1-2/+1
2009-01-16x86: make pda a percpu variableTejun Heo1-2/+14
2009-01-16x86: merge 64 and 32 SMP percpu handlingTejun Heo1-7/+8
2009-01-16x86: fold pda into percpu area on SMPTejun Heo1-61/+46
2009-01-16x86: use static _cpu_pda arrayTejun Heo1-11/+3
2009-01-16x86: make percpu symbols zerobased on SMPTejun Heo1-1/+1
2009-01-16x86: cleanup early setup_percpu referencesMike Travis1-16/+40
2009-01-10x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.hJaswinder Singh Rajput1-0/+1
2009-01-10Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+5
2009-01-06Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x86/urgentIngo Molnar1-27/+17
2009-01-04x86: setup_percpu.c fix style problemsJaswinder Singh Rajput1-6/+5
2009-01-04x86: cleanup remaining cpumask_t ops in smpboot codeMike Travis1-1/+24
2009-01-03x86: setup_per_cpu_areas() cleanupCyrill Gorcunov1-17/+8
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumaskMike Travis1-4/+4
2008-12-26cpumask: x86: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumaskRusty Russell1-4/+4
2008-12-16x86: move and enhance debug printk for nr_cpu_ids etc.Mike Travis1-6/+11
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-1/+1
2008-10-22x86: remove redundant KERN_DEBUG on pr_debugGustavo F. Padovan1-1/+1
2008-10-16genirq: revert dynarrayThomas Gleixner1-6/+2
2008-10-16x86: alloc dyn_array all togetherYinghai Lu1-5/+11
2008-10-16add per_cpu_dyn_array supportYinghai Lu1-2/+5
2008-09-22Merge commit 'v2.6.27-rc7' into x86/debugIngo Molnar1-21/+0
2008-07-31x86: print per_cpu data addressYinghai Lu1-1/+8
2008-07-28cpu masks: optimize and clean up cpumask_of_cpu()Linus Torvalds1-23/+0
2008-07-26cpumask: put cpumask_of_cpu_map in the initdata sectionMike Travis1-4/+6
2008-07-21x86: convert Dprintk to pr_debugThomas Gleixner1-3/+3
2008-07-13x86: change _node_to_cpumask_ptr to return const ptrMike Travis1-4/+4
2008-07-08x86: move prefill_possible_map calling earlyYinghai Lu1-10/+0
2008-07-08x86: add check for node passed to node_to_cpumask, v3Mike Travis1-3/+23