Linus Torvalds
|
e6efef7260
Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
|
8 년 전 |
zijun_hu
|
8f6066049c
mm/percpu.c: fix panic triggered by BUG_ON() falsely
|
8 년 전 |
zijun_hu
|
3ca45a46f8
percpu: ensure the requested alignment is power of two
|
8 년 전 |
zijun_hu
|
9b7396624a
mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk()
|
8 년 전 |
zijun_hu
|
93c76b6b2f
mm/percpu.c: correct max_distance calculation for pcpu_embed_first_chunk()
|
8 년 전 |
Tejun Heo
|
6710e594f7
percpu: fix synchronization between synchronous map extension and chunk destruction
|
9 년 전 |
Tejun Heo
|
4f996e234d
percpu: fix synchronization between chunk->map_extend_work and chunk destruction
|
9 년 전 |
Joe Perches
|
870d4b12ad
mm: percpu: use pr_fmt to prefix output
|
9 년 전 |
Joe Perches
|
1170532bb4
mm: convert printk(KERN_<LEVEL> to pr_<level>
|
9 년 전 |
Joe Perches
|
756a025f00
mm: coalesce split strings
|
9 년 전 |
Joe Perches
|
598d80914e
mm: convert pr_warning to pr_warn
|
9 년 전 |
Tetsuo Handa
|
1d5cfdb076
tree wide: use kvfree() than conditional kfree()/vfree()
|
9 년 전 |
Alexander Kuleshov
|
f09f1243ca
mm/percpu: use offset_in_page macro
|
9 년 전 |
Baoquan He
|
292c24a073
percpu: clean up of schunk->map[] assignment in pcpu_setup_first_chunk
|
10 년 전 |
Larry Finger
|
8a8c35fadf
mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()
|
10 년 전 |
Yannick Guerrini
|
bffc437589
percpu: Fix trivial typos in comments
|
10 년 전 |
Tejun Heo
|
807de073bb
percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasks
|
10 년 전 |
Dan Carpenter
|
9f295664e2
percpu: off by one in BUG_ON()
|
10 년 전 |
Tejun Heo
|
6ae833c7fe
percpu: fix how @gfp is interpreted by the percpu allocator
|
10 년 전 |
Guenter Roeck
|
bb2e226b3b
Revert "percpu: free percpu allocation info for uniprocessor system"
|
11 년 전 |
Tejun Heo
|
23cb8981ed
percpu: fix locking regression in the failure path of pcpu_alloc()
|
11 년 전 |
Tejun Heo
|
1a4d76076c
percpu: implement asynchronous chunk population
|
11 년 전 |
Tejun Heo
|
fe6bd8c3d2
percpu: rename pcpu_reclaim_work to pcpu_balance_work
|
11 년 전 |
Tejun Heo
|
b539b87fed
percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populated
|
11 년 전 |
Tejun Heo
|
9c824b6a17
percpu: make sure chunk->map array has available space
|
11 년 전 |
Tejun Heo
|
5835d96e9c
percpu: implement [__]alloc_percpu_gfp()
|
11 년 전 |
Tejun Heo
|
e04d320838
percpu: indent the population block in pcpu_alloc()
|
11 년 전 |
Tejun Heo
|
a16037c8df
percpu: make pcpu_alloc_area() capable of allocating only from populated areas
|
11 년 전 |
Tejun Heo
|
b38d08f318
percpu: restructure locking
|
11 년 전 |
Tejun Heo
|
a93ace487a
percpu: move region iterations out of pcpu_[de]populate_chunk()
|
11 년 전 |