summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup_percpu.c
AgeCommit message (Expand)Author
2009-08-14percpu, sparc64: fix sparse possible cpu map handlingTejun Heo
2009-06-22x86: ensure percpu lpage doesn't consume too much vmalloc spaceTejun Heo
2009-06-22x86: implement percpu_alloc kernel parameterTejun Heo
2009-06-22x86: fix pageattr handling for lpage percpu allocator and re-enable itTejun Heo
2009-06-22x86: prepare setup_pcpu_lpage() for pageattr fixTejun Heo
2009-06-22x86: rename remap percpu first chunk allocator to lpageTejun Heo
2009-06-22x86: fix duplicate free in setup_pcpu_remap() failure pathTejun Heo
2009-06-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-05-25x86: Remove remap percpu allocator for the time beingTejun Heo
2009-05-18x86: fix system without memory on node0Yinghai Lu
2009-04-02x86: remove duplicated code with pcpu_need_numa()Yinghai Lu
2009-04-02x86,percpu: fix inverted NUMA test in setup_pcpu_remap()Tejun Heo
2009-03-10percpu: generalize embedding first chunk setup helperTejun Heo
2009-03-10percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()Tejun Heo
2009-03-06x86, percpu: setup reserved percpu area for x86_64Tejun Heo
2009-03-06percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo
2009-03-06x86: make embedding percpu allocator return excessive free spaceTejun Heo
2009-03-06percpu: use negative for auto for pcpu_setup_first_chunk() argumentsTejun Heo
2009-02-25x86, percpu: fix minor bugs in setup_percpu.cTejun Heo
2009-02-24x86: add remapping percpu first chunk allocatorTejun Heo
2009-02-24x86: add embedding percpu first chunk allocatorTejun Heo
2009-02-24x86: separate out setup_pcpu_4k() from setup_per_cpu_areas()Tejun Heo
2009-02-24percpu: give more latitude to arch specific first chunk initializationTejun Heo
2009-02-24x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo
2009-02-20x86: convert to the new dynamic percpu allocatorTejun Heo
2009-02-10x86: implement x86_32 stack protectorTejun Heo
2009-01-31x86: pass in cpu number to switch_to_new_gdt()Brian Gerst
2009-01-27x86: clean up indentation in setup_per_cpu_areas()Tejun Heo
2009-01-27x86: fix build breakage on voyageJames Bottomley
2009-01-27x86: load new GDT after setting up boot cpu per-cpu areaBrian Gerst
2009-01-27x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst
2009-01-27x86: make Voyager use x86 per-cpu setup.Brian Gerst
2009-01-27x86: don't assume boot cpu is #0Brian Gerst
2009-01-27x86: move this_cpu_offsetBrian Gerst
2009-01-27x86: only compile setup_percpu.o on SMPBrian Gerst
2009-01-27x86: move apic variables to apic.cBrian Gerst
2009-01-27x86: always page-align per-cpu area start and sizeBrian Gerst
2009-01-27x86: move setup_cpu_local_masks()Brian Gerst
2009-01-27x86: move 64-bit NUMA codeBrian Gerst
2009-01-27x86: merge setup_per_cpu_maps() into setup_per_cpu_areas()Brian Gerst
2009-01-20x86: move stack_canary into irq_stackBrian Gerst
2009-01-19x86-64: Move nodenumber from PDA to per-cpu.Brian Gerst
2009-01-19x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.Brian Gerst
2009-01-19x86-64: Convert irqstacks to per-cpuBrian Gerst
2009-01-16x86: fix build bug introduced during mergeTejun Heo
2009-01-16x86: make pda a percpu variableTejun Heo
2009-01-16x86: merge 64 and 32 SMP percpu handlingTejun Heo
2009-01-16x86: fold pda into percpu area on SMPTejun Heo
2009-01-16x86: use static _cpu_pda arrayTejun Heo
2009-01-16x86: make percpu symbols zerobased on SMPTejun Heo