summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup_percpu.c
Commit message (Expand)AuthorAgeFilesLines
* x86: clean up indentation in setup_per_cpu_areas()Tejun Heo2009-01-271-7/+10
* x86: fix build breakage on voyageJames Bottomley2009-01-271-0/+2
* x86: load new GDT after setting up boot cpu per-cpu areaBrian Gerst2009-01-271-3/+3
* x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst2009-01-271-0/+14
* x86: make Voyager use x86 per-cpu setup.Brian Gerst2009-01-271-5/+0
* x86: don't assume boot cpu is #0Brian Gerst2009-01-271-4/+5
* x86: move this_cpu_offsetBrian Gerst2009-01-271-5/+10
* x86: only compile setup_percpu.o on SMPBrian Gerst2009-01-271-6/+0
* x86: move apic variables to apic.cBrian Gerst2009-01-271-20/+2
* x86: always page-align per-cpu area start and sizeBrian Gerst2009-01-271-11/+5
* x86: move setup_cpu_local_masks()Brian Gerst2009-01-271-19/+0
* x86: move 64-bit NUMA codeBrian Gerst2009-01-271-232/+5
* x86: merge setup_per_cpu_maps() into setup_per_cpu_areas()Brian Gerst2009-01-271-29/+19
* x86: move stack_canary into irq_stackBrian Gerst2009-01-201-30/+4
* x86-64: Move nodenumber from PDA to per-cpu.Brian Gerst2009-01-191-1/+3
* x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-191-0/+10
* x86-64: Convert irqstacks to per-cpuBrian Gerst2009-01-191-1/+3
* x86: fix build bug introduced during mergeTejun Heo2009-01-161-2/+1
* x86: make pda a percpu variableTejun Heo2009-01-161-2/+14
* x86: merge 64 and 32 SMP percpu handlingTejun Heo2009-01-161-7/+8
* x86: fold pda into percpu area on SMPTejun Heo2009-01-161-61/+46
* x86: use static _cpu_pda arrayTejun Heo2009-01-161-11/+3
* x86: make percpu symbols zerobased on SMPTejun Heo2009-01-161-1/+1
* x86: cleanup early setup_percpu referencesMike Travis2009-01-161-16/+40
* x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.hJaswinder Singh Rajput2009-01-101-0/+1
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-101-6/+5
|\
| *-. Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...Ingo Molnar2009-01-061-27/+17
| |\ \
| | * | x86: setup_percpu.c fix style problemsJaswinder Singh Rajput2009-01-041-6/+5
| |/ /
* | | x86: cleanup remaining cpumask_t ops in smpboot codeMike Travis2009-01-041-1/+24
| |/ |/|
* | x86: setup_per_cpu_areas() cleanupCyrill Gorcunov2009-01-031-17/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-031-4/+4
|\ \ | |/ |/|
| * cpumask: x86: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_...Rusty Russell2008-12-261-4/+4
* | x86: move and enhance debug printk for nr_cpu_ids etc.Mike Travis2008-12-161-6/+11
|/
* cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-1/+1
* x86: remove redundant KERN_DEBUG on pr_debugGustavo F. Padovan2008-10-221-1/+1
* genirq: revert dynarrayThomas Gleixner2008-10-161-6/+2
* x86: alloc dyn_array all togetherYinghai Lu2008-10-161-5/+11
* add per_cpu_dyn_array supportYinghai Lu2008-10-161-2/+5
* Merge commit 'v2.6.27-rc7' into x86/debugIngo Molnar2008-09-221-21/+0
|\
| * cpu masks: optimize and clean up cpumask_of_cpu()Linus Torvalds2008-07-281-23/+0
| * cpumask: put cpumask_of_cpu_map in the initdata sectionMike Travis2008-07-261-4/+6
* | x86: print per_cpu data addressYinghai Lu2008-07-311-1/+8
|/
* x86: convert Dprintk to pr_debugThomas Gleixner2008-07-211-3/+3
* x86: change _node_to_cpumask_ptr to return const ptrMike Travis2008-07-131-4/+4
* x86: move prefill_possible_map calling earlyYinghai Lu2008-07-081-10/+0
* x86: add check for node passed to node_to_cpumask, v3Mike Travis2008-07-081-3/+23
* x86: move parse elfvorehdr back to setup.cYinghai Lu2008-07-081-19/+0
* x86: move reserve_standard_io_resources back to setup.cYinghai Lu2008-07-081-32/+0
* x86: move back crashkernel back to setup.cYinghai Lu2008-07-081-57/+0
* x86: move parse_setup_data back to setup.cYinghai Lu2008-07-081-25/+0
OpenPOWER on IntegriCloud