Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[safe/jmp/linux-2.6] / arch / x86 / kernel / setup_percpu.c
2010-06-03 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-06-01 Linus TorvaldsMerge branch 'for-35' of git://repo.or.cz/linux-kbuild
2010-05-31 Akinobu Mitax86/mm: Remove unused DBG() macro
2010-05-27 Lee Schermerhornnuma: x86_64: use generic percpu var numa_node_id(...
2010-03-03 Denys VlasenkoRename .data.init to .data..init.
2010-02-26 Yinghai Luearly_res: Add free_early_partial()
2009-12-10 Joe Perchesx86: setup_percpu.c: Use pr_<level> and add pr_fmt...
2009-08-14 Tejun Heox86,percpu: use embedding for 64bit NUMA and page for...
2009-08-14 Tejun Heopercpu: update embedding first chunk allocator to handl...
2009-08-14 Tejun Heopercpu: add pcpu_unit_offsets[]
2009-08-14 Tejun Heopercpu: introduce pcpu_alloc_info and pcpu_group_info
2009-08-14 Tejun Heopercpu: add @align to pcpu_fc_alloc_fn_t
2009-08-14 Tejun Heopercpu: drop @static_size from first chunk allocators
2009-08-14 Tejun Heopercpu: generalize first chunk allocator selection
2009-08-14 Tejun Heopercpu: rename 4k first chunk allocator to page
2009-08-14 Tejun HeoMerge branch 'percpu-for-linus' into percpu-for-next
2009-08-14 Tejun Heopercpu, sparc64: fix sparse possible cpu map handling
2009-07-03 Tejun Heopercpu: teach large page allocator about NUMA
2009-07-03 Tejun Heox86,percpu: generalize lpage first chunk allocator
2009-07-03 Tejun Heox86,percpu: generalize 4k first chunk allocator
2009-07-03 Tejun Heopercpu: drop @unit_size from embed first chunk allocator
2009-06-22 Tejun Heox86: ensure percpu lpage doesn't consume too much vmall...
2009-06-22 Tejun Heox86: implement percpu_alloc kernel parameter
2009-06-22 Tejun Heox86: fix pageattr handling for lpage percpu allocator...
2009-06-22 Tejun Heox86: prepare setup_pcpu_lpage() for pageattr fix
2009-06-22 Tejun Heox86: rename remap percpu first chunk allocator to lpage
2009-06-22 Tejun Heox86: fix duplicate free in setup_pcpu_remap() failure...
2009-06-10 Linus TorvaldsMerge branch 'x86-mm-for-linus' of git://git./linux...
2009-05-25 Tejun Heox86: Remove remap percpu allocator for the time being
2009-05-18 Yinghai Lux86: fix system without memory on node0
2009-04-02 Yinghai Lux86: remove duplicated code with pcpu_need_numa()
2009-04-02 Tejun Heox86,percpu: fix inverted NUMA test in setup_pcpu_remap()
2009-03-10 Tejun Heopercpu: generalize embedding first chunk setup helper
2009-03-10 Tejun Heopercpu: more flexibility for @dyn_size of pcpu_setup_fi...
2009-03-06 Tejun Heox86, percpu: setup reserved percpu area for x86_64
2009-03-06 Tejun Heopercpu, module: implement reserved allocation and use...
2009-03-06 Tejun Heox86: make embedding percpu allocator return excessive...
2009-03-06 Tejun Heopercpu: use negative for auto for pcpu_setup_first_chun...
2009-02-25 Tejun Heox86, percpu: fix minor bugs in setup_percpu.c
2009-02-24 Tejun Heox86: add remapping percpu first chunk allocator
2009-02-24 Tejun Heox86: add embedding percpu first chunk allocator
2009-02-24 Tejun Heox86: separate out setup_pcpu_4k() from setup_per_cpu_ar...
2009-02-24 Tejun Heopercpu: give more latitude to arch specific first chunk...
2009-02-24 Tejun Heox86: update populate_extra_pte() and add populate_extra...
2009-02-20 Tejun Heox86: convert to the new dynamic percpu allocator
2009-02-11 Ingo MolnarMerge commit 'v2.6.29-rc4' into x86/cleanups
2009-02-11 Ingo MolnarMerge commit 'v2.6.29-rc4' into perfcounters/core
2009-02-09 Tejun Heox86: implement x86_32 stack protector
2009-01-31 Brian Gerstx86: pass in cpu number to switch_to_new_gdt()
2009-01-27 Ingo MolnarMerge branch 'linus' into core/percpu
2009-01-27 Tejun Heox86: clean up indentation in setup_per_cpu_areas()
2009-01-27 James Bottomleyx86: fix build breakage on voyage
2009-01-27 Brian Gerstx86: load new GDT after setting up boot cpu per-cpu...
2009-01-27 Brian Gerstx86: initialize per-cpu GDT segment in per-cpu setup
2009-01-27 Brian Gerstx86: make Voyager use x86 per-cpu setup.
2009-01-27 Brian Gerstx86: don't assume boot cpu is #0
2009-01-27 Brian Gerstx86: move this_cpu_offset
2009-01-27 Brian Gerstx86: only compile setup_percpu.o on SMP
2009-01-27 Brian Gerstx86: move apic variables to apic.c
2009-01-27 Brian Gerstx86: always page-align per-cpu area start and size
2009-01-27 Brian Gerstx86: move setup_cpu_local_masks()
2009-01-27 Brian Gerstx86: move 64-bit NUMA code
2009-01-27 Brian Gerstx86: merge setup_per_cpu_maps() into setup_per_cpu_areas()
2009-01-20 Brian Gerstx86: move stack_canary into irq_stack
2009-01-18 Leonardo Potenzax86: fix section mismatch warnings in kernel/setup_percpu.c
2009-01-18 Brian Gerstx86-64: Move nodenumber from PDA to per-cpu.
2009-01-18 Brian Gerstx86-64: Move cpu number from PDA to per-cpu and consoli...
2009-01-18 Brian Gerstx86-64: Convert irqstacks to per-cpu
2009-01-16 Tejun Heox86: fix build bug introduced during merge
2009-01-16 Tejun Heox86: make pda a percpu variable
2009-01-16 Tejun Heox86: merge 64 and 32 SMP percpu handling
2009-01-16 Tejun Heox86: fold pda into percpu area on SMP
2009-01-16 Tejun Heox86: use static _cpu_pda array
2009-01-16 Tejun Heox86: make percpu symbols zerobased on SMP
2009-01-16 Mike Travisx86: cleanup early setup_percpu references
2009-01-10 Jaswinder Singh... x86: smp.h move cpu_callin_mask and cpu_callin_map...
2009-01-10 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-01-06 Ingo MolnarMerge branches 'x86/cleanups', 'x86/mpparse', 'x86...
2009-01-04 Jaswinder Singh... x86: setup_percpu.c fix style problems
2009-01-04 Mike Travisx86: cleanup remaining cpumask_t ops in smpboot code
2009-01-03 Cyrill Gorcunovx86: setup_per_cpu_areas() cleanup
2009-01-03 Mike TravisMerge branch 'master' of git://git./linux/kernel/git...
2008-12-26 Rusty Russellcpumask: x86: Introduce cpumask_of_{node,pcibus} to...
2008-12-17 Mike Travisx86: move and enhance debug printk for nr_cpu_ids etc.
2008-12-13 Rusty Russellcpumask: change cpumask_scnprintf, cpumask_parse_user...
2008-10-22 Gustavo F. Padovanx86: remove redundant KERN_DEBUG on pr_debug
2008-10-16 Thomas Gleixnergenirq: revert dynarray
2008-10-16 Yinghai Lux86: alloc dyn_array all together
2008-10-16 Yinghai Luadd per_cpu_dyn_array support
2008-09-22 Ingo MolnarMerge commit 'v2.6.27-rc7' into x86/debug
2008-09-04 Ingo MolnarMerge branch 'x86/debug' into x86/cpu
2008-08-14 Ingo MolnarMerge branches 'x86/prototypes', 'x86/x2apic' and ...
2008-07-31 Yinghai Lux86: print per_cpu data address
2008-07-28 Linus Torvaldscpu masks: optimize and clean up cpumask_of_cpu()
2008-07-26 Mike Traviscpumask: put cpumask_of_cpu_map in the initdata section
2008-07-21 Thomas Gleixnerx86: convert Dprintk to pr_debug
2008-07-13 Mike Travisx86: change _node_to_cpumask_ptr to return const ptr
2008-07-08 Yinghai Lux86: move prefill_possible_map calling early
2008-07-08 Mike Travisx86: add check for node passed to node_to_cpumask, v3
2008-07-08 Yinghai Lux86: move parse elfvorehdr back to setup.c
next