aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup_percpu.c
Commit message (Expand)AuthorAge
* x86: Remove remap percpu allocator for the time beingTejun Heo2009-05-24
* x86: remove duplicated code with pcpu_need_numa()Yinghai Lu2009-04-02
* x86,percpu: fix inverted NUMA test in setup_pcpu_remap()Tejun Heo2009-04-02
* percpu: generalize embedding first chunk setup helperTejun Heo2009-03-10
* percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()Tejun Heo2009-03-10
* x86, percpu: setup reserved percpu area for x86_64Tejun Heo2009-03-06
* percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo2009-03-06
* x86: make embedding percpu allocator return excessive free spaceTejun Heo2009-03-06
* percpu: use negative for auto for pcpu_setup_first_chunk() argumentsTejun Heo2009-03-06
* x86, percpu: fix minor bugs in setup_percpu.cTejun Heo2009-02-24
* x86: add remapping percpu first chunk allocatorTejun Heo2009-02-23
* x86: add embedding percpu first chunk allocatorTejun Heo2009-02-23
* x86: separate out setup_pcpu_4k() from setup_per_cpu_areas()Tejun Heo2009-02-23
* percpu: give more latitude to arch specific first chunk initializationTejun Heo2009-02-23
* x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo2009-02-23
* x86: convert to the new dynamic percpu allocatorTejun Heo2009-02-20
* x86: implement x86_32 stack protectorTejun Heo2009-02-09
* x86: pass in cpu number to switch_to_new_gdt()Brian Gerst2009-01-31
* x86: clean up indentation in setup_per_cpu_areas()Tejun Heo2009-01-27
* x86: fix build breakage on voyageJames Bottomley2009-01-27
* x86: load new GDT after setting up boot cpu per-cpu areaBrian Gerst2009-01-26
* x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst2009-01-26
* x86: make Voyager use x86 per-cpu setup.Brian Gerst2009-01-26
* x86: don't assume boot cpu is #0Brian Gerst2009-01-26
* x86: move this_cpu_offsetBrian Gerst2009-01-26
* x86: only compile setup_percpu.o on SMPBrian Gerst2009-01-26
* x86: move apic variables to apic.cBrian Gerst2009-01-26
* x86: always page-align per-cpu area start and sizeBrian Gerst2009-01-26
* x86: move setup_cpu_local_masks()Brian Gerst2009-01-26
* x86: move 64-bit NUMA codeBrian Gerst2009-01-26
* x86: merge setup_per_cpu_maps() into setup_per_cpu_areas()Brian Gerst2009-01-26
* x86: move stack_canary into irq_stackBrian Gerst2009-01-19
* x86-64: Move nodenumber from PDA to per-cpu.Brian Gerst2009-01-18
* x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-18
* x86-64: Convert irqstacks to per-cpuBrian Gerst2009-01-18
* x86: fix build bug introduced during mergeTejun Heo2009-01-16
* x86: make pda a percpu variableTejun Heo2009-01-16
* x86: merge 64 and 32 SMP percpu handlingTejun Heo2009-01-16
* x86: fold pda into percpu area on SMPTejun Heo2009-01-16
* x86: use static _cpu_pda arrayTejun Heo2009-01-16
* x86: make percpu symbols zerobased on SMPTejun Heo2009-01-16
* x86: cleanup early setup_percpu referencesMike Travis2009-01-16
* x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.hJaswinder Singh Rajput2009-01-10
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-10
|\
| *-. Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...Ingo Molnar2009-01-06
| |\ \
| | * | x86: setup_percpu.c fix style problemsJaswinder Singh Rajput2009-01-04
| |/ /
* | / x86: cleanup remaining cpumask_t ops in smpboot codeMike Travis2009-01-04
| |/ |/|
* | x86: setup_per_cpu_areas() cleanupCyrill Gorcunov2009-01-03
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-03
|\ \ | |/ |/|
| * cpumask: x86: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_...Rusty Russell2008-12-26