x86: move stack_canary into irq_stack
[safe/jmp/linux-2.6] / arch / x86 / kernel / setup_percpu.c
2009-01-20 Brian Gerstx86: move stack_canary into irq_stack
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
2008-07-08 Yinghai Lux86: move reserve_standard_io_resources back to setup.c
2008-07-08 Yinghai Lux86: move back crashkernel back to setup.c
2008-07-08 Yinghai Lux86: move parse_setup_data back to setup.c
2008-07-08 Yinghai Lux86: move boot_params back to setup.c
2008-07-08 Yinghai Lux86: rename setup.c to setup_percpu.c