index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
setup_percpu.c
Age
Commit message (
Expand
)
Author
2009-12-10
x86: setup_percpu.c: Use pr_<level> and add pr_fmt(fmt)
Joe Perches
2009-08-14
x86,percpu: use embedding for 64bit NUMA and page for 32bit NUMA
Tejun Heo
2009-08-14
percpu: update embedding first chunk allocator to handle sparse units
Tejun Heo
2009-08-14
percpu: add pcpu_unit_offsets[]
Tejun Heo
2009-08-14
percpu: introduce pcpu_alloc_info and pcpu_group_info
Tejun Heo
2009-08-14
percpu: add @align to pcpu_fc_alloc_fn_t
Tejun Heo
2009-08-14
percpu: drop @static_size from first chunk allocators
Tejun Heo
2009-08-14
percpu: generalize first chunk allocator selection
Tejun Heo
2009-08-14
percpu: rename 4k first chunk allocator to page
Tejun Heo
2009-08-14
Merge branch 'percpu-for-linus' into percpu-for-next
Tejun Heo
2009-08-14
percpu, sparc64: fix sparse possible cpu map handling
Tejun Heo
2009-07-04
percpu: teach large page allocator about NUMA
Tejun Heo
2009-07-04
x86,percpu: generalize lpage first chunk allocator
Tejun Heo
2009-07-04
x86,percpu: generalize 4k first chunk allocator
Tejun Heo
2009-07-04
percpu: drop @unit_size from embed first chunk allocator
Tejun Heo
2009-06-22
x86: ensure percpu lpage doesn't consume too much vmalloc space
Tejun Heo
2009-06-22
x86: implement percpu_alloc kernel parameter
Tejun Heo
2009-06-22
x86: fix pageattr handling for lpage percpu allocator and re-enable it
Tejun Heo
2009-06-22
x86: prepare setup_pcpu_lpage() for pageattr fix
Tejun Heo
2009-06-22
x86: rename remap percpu first chunk allocator to lpage
Tejun Heo
2009-06-22
x86: fix duplicate free in setup_pcpu_remap() failure path
Tejun Heo
2009-06-10
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2009-05-25
x86: Remove remap percpu allocator for the time being
Tejun Heo
2009-05-18
x86: fix system without memory on node0
Yinghai Lu
2009-04-02
x86: remove duplicated code with pcpu_need_numa()
Yinghai Lu
2009-04-02
x86,percpu: fix inverted NUMA test in setup_pcpu_remap()
Tejun Heo
2009-03-10
percpu: generalize embedding first chunk setup helper
Tejun Heo
2009-03-10
percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()
Tejun Heo
2009-03-06
x86, percpu: setup reserved percpu area for x86_64
Tejun Heo
2009-03-06
percpu, module: implement reserved allocation and use it for module percpu va...
Tejun Heo
2009-03-06
x86: make embedding percpu allocator return excessive free space
Tejun Heo
2009-03-06
percpu: use negative for auto for pcpu_setup_first_chunk() arguments
Tejun Heo
2009-02-25
x86, percpu: fix minor bugs in setup_percpu.c
Tejun Heo
2009-02-24
x86: add remapping percpu first chunk allocator
Tejun Heo
2009-02-24
x86: add embedding percpu first chunk allocator
Tejun Heo
2009-02-24
x86: separate out setup_pcpu_4k() from setup_per_cpu_areas()
Tejun Heo
2009-02-24
percpu: give more latitude to arch specific first chunk initialization
Tejun Heo
2009-02-24
x86: update populate_extra_pte() and add populate_extra_pmd()
Tejun Heo
2009-02-20
x86: convert to the new dynamic percpu allocator
Tejun Heo
2009-02-10
x86: implement x86_32 stack protector
Tejun Heo
2009-01-31
x86: pass in cpu number to switch_to_new_gdt()
Brian Gerst
2009-01-27
x86: clean up indentation in setup_per_cpu_areas()
Tejun Heo
2009-01-27
x86: fix build breakage on voyage
James Bottomley
2009-01-27
x86: load new GDT after setting up boot cpu per-cpu area
Brian Gerst
2009-01-27
x86: initialize per-cpu GDT segment in per-cpu setup
Brian Gerst
2009-01-27
x86: make Voyager use x86 per-cpu setup.
Brian Gerst
2009-01-27
x86: don't assume boot cpu is #0
Brian Gerst
2009-01-27
x86: move this_cpu_offset
Brian Gerst
2009-01-27
x86: only compile setup_percpu.o on SMP
Brian Gerst
2009-01-27
x86: move apic variables to apic.c
Brian Gerst
[prev]
[next]