Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3b034b0d084221596bf35c8d893e1d4d5477b9cc
/
include
/
linux
/
percpu.h
3b034b0
percpu: Fix kdump failure if booted with percpu_alloc=page
by Vivek Goyal
· 15 years ago
e933a73
percpu: kill lpage first chunk allocator
by Tejun Heo
· 15 years ago
c8826dd
percpu: update embedding first chunk allocator to handle sparse units
by Tejun Heo
· 15 years ago
fb435d5
percpu: add pcpu_unit_offsets[]
by Tejun Heo
· 15 years ago
fd1e8a1
percpu: introduce pcpu_alloc_info and pcpu_group_info
by Tejun Heo
· 15 years ago
033e48f
percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upward
by Tejun Heo
· 15 years ago
3cbc856
percpu: add @align to pcpu_fc_alloc_fn_t
by Tejun Heo
· 15 years ago
1d9d325
percpu: make @dyn_size mandatory for pcpu_setup_first_chunk()
by Tejun Heo
· 15 years ago
9a77376
percpu: drop @static_size from first chunk allocators
by Tejun Heo
· 15 years ago
f58dc01
percpu: generalize first chunk allocator selection
by Tejun Heo
· 15 years ago
08fc458
percpu: build first chunk allocators selectively
by Tejun Heo
· 15 years ago
00ae406
percpu: rename 4k first chunk allocator to page
by Tejun Heo
· 15 years ago
a76761b
percpu: add dummy pcpu_lpage_remapped() for !CONFIG_SMP
by Tejun Heo
· 15 years ago
a530b79
percpu: teach large page allocator about NUMA
by Tejun Heo
· 15 years ago
2f39e63
percpu: allow non-linear / sparse cpu -> unit mapping
by Tejun Heo
· 15 years ago
ce3141a
percpu: drop pcpu_chunk->page[]
by Tejun Heo
· 15 years ago
38a6be5
percpu: simplify pcpu_setup_first_chunk()
by Tejun Heo
· 15 years ago
8c4bfc6
x86,percpu: generalize lpage first chunk allocator
by Tejun Heo
· 15 years ago
d4b95f8
x86,percpu: generalize 4k first chunk allocator
by Tejun Heo
· 15 years ago
788e5ab
percpu: drop @unit_size from embed first chunk allocator
by Tejun Heo
· 15 years ago
e74e396
percpu: use dynamic percpu allocator as the default percpu allocator
by Tejun Heo
· 16 years ago
2e1483c
kmemleak: Remove some of the kmemleak false positives
by Catalin Marinas
· 15 years ago
5028eaa
PERCPU: Collect the DECLARE/DEFINE declarations together
by David Howells
· 16 years ago
9b8de74
FRV: Fix the section attribute on UP DECLARE_PER_CPU()
by David Howells
· 16 years ago
066123a
percpu: unbreak alpha percpu
by Tejun Heo
· 16 years ago
66c3a75
percpu: generalize embedding first chunk setup helper
by Tejun Heo
· 16 years ago
6074d5b
percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()
by Tejun Heo
· 16 years ago
6b19b0c
x86, percpu: setup reserved percpu area for x86_64
by Tejun Heo
· 16 years ago
edcb463
percpu, module: implement reserved allocation and use it for module percpu variables
by Tejun Heo
· 16 years ago
cafe881
percpu: use negative for auto for pcpu_setup_first_chunk() arguments
by Tejun Heo
· 16 years ago
2441d15
percpu: cosmetic renames in pcpu_setup_first_chunk()
by Tejun Heo
· 16 years ago
6a24290
percpu: clean up percpu constants
by Tejun Heo
· 16 years ago
e317603
percpu: fix too low alignment restriction on UP
by Tejun Heo
· 16 years ago
d2b0261
alloc_percpu: fix UP build
by Ingo Molnar
· 16 years ago
8d408b4
percpu: give more latitude to arch specific first chunk initialization
by Tejun Heo
· 16 years ago
fbf59bc
percpu: implement new dynamic percpu allocator
by Tejun Heo
· 16 years ago
f2a8205
percpu: kill percpu_alloc() and friends
by Tejun Heo
· 16 years ago
313e458
alloc_percpu: add align argument to __alloc_percpu.
by Rusty Russell
· 16 years ago
b36128c
alloc_percpu: change percpu_ptr to per_cpu_ptr
by Rusty Russell
· 16 years ago
d377044
percpu: make PER_CPU_BASE_SECTION overridable by arches
by Brian Gerst
· 16 years ago
0bd74fa
percpu: refactor percpu.h
by Brian Gerst
· 16 years ago
d3d0ba7
Merge commit '63cc8c75156462d4b42cbdd76c293b7eee7ddbfe':
by Ingo Molnar
· 16 years ago
9d8fddf
mm/allocpercpu.c: make 4 functions static
by Adrian Bunk
· 16 years ago
63cc8c7
percpu: introduce DEFINE_PER_CPU_PAGE_ALIGNED() macro
by Eric Dumazet
· 16 years ago
44c8143
per_cpu: fix DEFINE_PER_CPU_SHARED_ALIGNED for modules
by Eric Dumazet
· 16 years ago
aab3c3b
Remove superfluous include of string.h from percpu.h
by Robert P. J. Day
· 17 years ago
b324215
PERCPU : __percpu_alloc_mask() can dynamically size percpu_data storage
by Eric Dumazet
· 17 years ago
05991be
ia64: use generic percpu
by travis@sgi.com
· 17 years ago
5280e00
percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.h
by travis@sgi.com
· 17 years ago
0a3021f
Remove unnecessary includes of spinlock.h under include/linux
by Robert P. J. Day
· 17 years ago
b00742d3
[PATCH] x86-64: Account for module percpu space separately from kernel percpu
by Jeremy Fitzhardinge
· 18 years ago
a666ecf
[PATCH] Fix typo in "syntax error if percpu macros are incorrectly used" patch
by Jan Blunck
· 18 years ago
0891a8d
[PATCH] __percpu_alloc_mask() has to be __always_inline in UP case
by Al Viro
· 18 years ago
7ff6f08
[PATCH] CPU hotplug compatible alloc_percpu()
by Martin Peschke
· 18 years ago
632bbfe
[PATCH] trigger a syntax error if percpu macros are incorrectly used
by Jan Blunck
· 18 years ago
f867bac
[PATCH] remove unused blkp field in percpu_data
by Eric Dumazet
· 19 years ago
f9f7500
[PATCH] slab: remove unused align parameter from alloc_percpu
by Pekka Enberg
· 19 years ago
66341a9
[PATCH] Shut up per_cpu_ptr() on UP
by Paul Mundt
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago