Linus Torvalds
|
5129df03d0
Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
|
14 년 전 |
Tejun Heo
|
6988f20fe0
Merge branch 'fixes-2.6.39' into for-2.6.40
|
14 년 전 |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 년 전 |
Mike Frysinger
|
787e5b06a8
percpu: Cast away printk format warning
|
14 년 전 |
David Howells
|
eac522ef43
NOMMU: percpu should use is_vmalloc_addr().
|
14 년 전 |
Tejun Heo
|
0415b00d17
percpu: Always align percpu output section to PAGE_SIZE
|
14 년 전 |
Linus Torvalds
|
008d23e485
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
14 년 전 |
Linus Torvalds
|
72eb6a7914
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
|
14 년 전 |
Tejun Heo
|
bcbea798f8
percpu: print out alloc information with KERN_DEBUG instead of KERN_INFO
|
14 년 전 |
Jesper Juhl
|
7af4c09324
percpu: zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc()
|
14 년 전 |
Uwe Kleine-König
|
b595076a18
tree-wide: fix comment/printk typos
|
14 년 전 |
Linus Torvalds
|
229aebb873
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
14 년 전 |
Linus Torvalds
|
0fc0531e0a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
|
14 년 전 |
Tejun Heo
|
46b30ea9bc
percpu: fix pcpu_last_unit_cpu
|
14 년 전 |
Tejun Heo
|
9329ba9704
percpu: update comments to reflect that percpu allocations are always zero-filled
|
14 년 전 |
Tejun Heo
|
3c9a024fde
percpu: fix build breakage on s390 and cleanup build configuration tests
|
14 년 전 |
Tejun Heo
|
bbddff0545
percpu: use percpu allocator on UP too
|
14 년 전 |
Namhyung Kim
|
54157c4447
percpu: fix a mismatch between code and comment
|
15 년 전 |
Huang Shijie
|
a002d14842
percpu: fix a memory leak in pcpu_extend_area_map()
|
15 년 전 |
Namhyung Kim
|
4785879e4d
fix a typo on comments in mm/percpu.c
|
15 년 전 |
Tejun Heo
|
099a19d91c
percpu: allow limited allocation before slab is online
|
15 년 전 |
Tejun Heo
|
4ba6ce250e
percpu: make @dyn_size always mean min dyn_size in first chunk init functions
|
15 년 전 |
Tejun Heo
|
9983b6f0cf
percpu: fix first chunk match in per_cpu_ptr_to_phys()
|
15 년 전 |
Pavel V. Panteleev
|
a92d3ff9e5
percpu: fix trivial bugs in pcpu_build_alloc_info()
|
15 년 전 |
Tejun Heo
|
b0c9778b1d
percpu: implement kernel memory based chunk allocation
|
15 년 전 |
Tejun Heo
|
9f64553256
percpu: move vmalloc based chunk management into percpu-vm.c
|
15 년 전 |
Tejun Heo
|
88999a898b
percpu: misc preparations for nommu support
|
15 년 전 |
Tejun Heo
|
6081089fd6
percpu: reorganize chunk creation and destruction
|
15 년 전 |
Tejun Heo
|
020ec6537a
percpu: factor out pcpu_addr_in_first/reserved_chunk() and update per_cpu_ptr_to_phys()
|
15 년 전 |
Tejun Heo
|
10fad5e46f
percpu, module: implement and use is_kernel/module_percpu_address()
|
15 년 전 |