index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
setup_percpu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-24
x86: add embedding percpu first chunk allocator
Tejun Heo
1
-1
/
+85
2009-02-24
x86: separate out setup_pcpu_4k() from setup_per_cpu_areas()
Tejun Heo
1
-42
/
+102
2009-02-24
percpu: give more latitude to arch specific first chunk initialization
Tejun Heo
1
-1
/
+14
2009-02-24
x86: update populate_extra_pte() and add populate_extra_pmd()
Tejun Heo
1
-1
/
+6
2009-02-20
x86: convert to the new dynamic percpu allocator
Tejun Heo
1
-22
/
+40
2009-02-10
x86: implement x86_32 stack protector
Tejun Heo
1
-0
/
+2
2009-01-31
x86: pass in cpu number to switch_to_new_gdt()
Brian Gerst
1
-1
/
+1
2009-01-27
x86: clean up indentation in setup_per_cpu_areas()
Tejun Heo
1
-7
/
+10
2009-01-27
x86: fix build breakage on voyage
James Bottomley
1
-0
/
+2
2009-01-27
x86: load new GDT after setting up boot cpu per-cpu area
Brian Gerst
1
-3
/
+3
2009-01-27
x86: initialize per-cpu GDT segment in per-cpu setup
Brian Gerst
1
-0
/
+14
2009-01-27
x86: make Voyager use x86 per-cpu setup.
Brian Gerst
1
-5
/
+0
2009-01-27
x86: don't assume boot cpu is #0
Brian Gerst
1
-4
/
+5
2009-01-27
x86: move this_cpu_offset
Brian Gerst
1
-5
/
+10
2009-01-27
x86: only compile setup_percpu.o on SMP
Brian Gerst
1
-6
/
+0
2009-01-27
x86: move apic variables to apic.c
Brian Gerst
1
-20
/
+2
2009-01-27
x86: always page-align per-cpu area start and size
Brian Gerst
1
-11
/
+5
2009-01-27
x86: move setup_cpu_local_masks()
Brian Gerst
1
-19
/
+0
2009-01-27
x86: move 64-bit NUMA code
Brian Gerst
1
-232
/
+5
2009-01-27
x86: merge setup_per_cpu_maps() into setup_per_cpu_areas()
Brian Gerst
1
-29
/
+19
2009-01-20
x86: move stack_canary into irq_stack
Brian Gerst
1
-30
/
+4
2009-01-19
x86-64: Move nodenumber from PDA to per-cpu.
Brian Gerst
1
-1
/
+3
2009-01-19
x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
1
-0
/
+10
2009-01-19
x86-64: Convert irqstacks to per-cpu
Brian Gerst
1
-1
/
+3
2009-01-16
x86: fix build bug introduced during merge
Tejun Heo
1
-2
/
+1
2009-01-16
x86: make pda a percpu variable
Tejun Heo
1
-2
/
+14
2009-01-16
x86: merge 64 and 32 SMP percpu handling
Tejun Heo
1
-7
/
+8
2009-01-16
x86: fold pda into percpu area on SMP
Tejun Heo
1
-61
/
+46
2009-01-16
x86: use static _cpu_pda array
Tejun Heo
1
-11
/
+3
2009-01-16
x86: make percpu symbols zerobased on SMP
Tejun Heo
1
-1
/
+1
2009-01-16
x86: cleanup early setup_percpu references
Mike Travis
1
-16
/
+40
2009-01-10
x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.h
Jaswinder Singh Rajput
1
-0
/
+1
2009-01-10
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+5
2009-01-06
Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...
Ingo Molnar
1
-27
/
+17
2009-01-04
x86: setup_percpu.c fix style problems
Jaswinder Singh Rajput
1
-6
/
+5
2009-01-04
x86: cleanup remaining cpumask_t ops in smpboot code
Mike Travis
1
-1
/
+24
2009-01-03
x86: setup_per_cpu_areas() cleanup
Cyrill Gorcunov
1
-17
/
+8
2009-01-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Mike Travis
1
-4
/
+4
2008-12-26
cpumask: x86: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_...
Rusty Russell
1
-4
/
+4
2008-12-16
x86: move and enhance debug printk for nr_cpu_ids etc.
Mike Travis
1
-6
/
+11
2008-12-13
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...
Rusty Russell
1
-1
/
+1
2008-10-22
x86: remove redundant KERN_DEBUG on pr_debug
Gustavo F. Padovan
1
-1
/
+1
2008-10-16
genirq: revert dynarray
Thomas Gleixner
1
-6
/
+2
2008-10-16
x86: alloc dyn_array all together
Yinghai Lu
1
-5
/
+11
2008-10-16
add per_cpu_dyn_array support
Yinghai Lu
1
-2
/
+5
2008-09-22
Merge commit 'v2.6.27-rc7' into x86/debug
Ingo Molnar
1
-21
/
+0
2008-07-31
x86: print per_cpu data address
Yinghai Lu
1
-1
/
+8
2008-07-28
cpu masks: optimize and clean up cpumask_of_cpu()
Linus Torvalds
1
-23
/
+0
2008-07-26
cpumask: put cpumask_of_cpu_map in the initdata section
Mike Travis
1
-4
/
+6
2008-07-21
x86: convert Dprintk to pr_debug
Thomas Gleixner
1
-3
/
+3
[prev]
[next]