Commit Graph

68 Commits (ed2617585f39dd12fae38c657bba68b9779ea10d)

Author SHA1 Message Date
Vivek Goyal 3b034b0d08 percpu: Fix kdump failure if booted with percpu_alloc=page 15 years ago
Tejun Heo 833af8427b percpu: restructure pcpu_extend_area_map() to fix bugs and improve readability 15 years ago
Tejun Heo 0f5e4816db percpu: remove some sparse warnings 15 years ago
Jiri Kosina 403a91b165 percpu: allow pcpu_alloc() to be called with IRQs off 15 years ago
Tejun Heo 1a0c3298d6 percpu: fix compile warnings 16 years ago
Tejun Heo 23fb064bb9 percpu: kill legacy percpu allocator 16 years ago
Tejun Heo f2badb0c95 percpu: make allocation failures more verbose 16 years ago
Tejun Heo 635b75fc18 percpu: make pcpu_setup_first_chunk() failures more verbose 16 years ago
Tejun Heo 6ea529a203 percpu: make embedding first chunk allocator check vmalloc space size 16 years ago
Tejun Heo fb59e72e7e percpu: make pcpu_build_alloc_info() clear static buffers 16 years ago
Tejun Heo ffe0d5a575 percpu: fix unit_map[] verification in pcpu_setup_first_chunk() 16 years ago
Tejun Heo 04a13c7c63 percpu: don't assume existence of cpu0 16 years ago
Tejun Heo e933a73f48 percpu: kill lpage first chunk allocator 16 years ago
Tejun Heo c8826dd538 percpu: update embedding first chunk allocator to handle sparse units 16 years ago
Tejun Heo 6563297cea percpu: use group information to allocate vmap areas sparsely 16 years ago
Tejun Heo bba174f5e0 percpu: add chunk->base_addr 16 years ago
Tejun Heo fb435d5233 percpu: add pcpu_unit_offsets[] 16 years ago
Tejun Heo fd1e8a1fe2 percpu: introduce pcpu_alloc_info and pcpu_group_info 16 years ago
Tejun Heo 033e48fb82 percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upward 16 years ago
Tejun Heo 3cbc856527 percpu: add @align to pcpu_fc_alloc_fn_t 16 years ago
Tejun Heo 1d9d325721 percpu: make @dyn_size mandatory for pcpu_setup_first_chunk() 16 years ago
Tejun Heo 9a7737691e percpu: drop @static_size from first chunk allocators 16 years ago
Tejun Heo f58dc01ba2 percpu: generalize first chunk allocator selection 16 years ago
Tejun Heo 08fc458061 percpu: build first chunk allocators selectively 16 years ago
Tejun Heo 00ae4064b1 percpu: rename 4k first chunk allocator to page 16 years ago
Tejun Heo 004018e2c0 percpu: improve boot messages 16 years ago
Tejun Heo 971f3918a5 percpu: fix pcpu_reclaim() locking 16 years ago
Amerigo Wang 142d44b0dd percpu: use the right flag for get_vm_area() 16 years ago
Tejun Heo 74d46d6b2d percpu, sparc64: fix sparse possible cpu map handling 16 years ago
Tejun Heo a530b79586 percpu: teach large page allocator about NUMA 16 years ago
Tejun Heo 2f39e637ea percpu: allow non-linear / sparse cpu -> unit mapping 16 years ago
Tejun Heo ce3141a277 percpu: drop pcpu_chunk->page[] 16 years ago
Tejun Heo c8a51be4ca percpu: reorder a few functions in mm/percpu.c 16 years ago
Tejun Heo 38a6be5254 percpu: simplify pcpu_setup_first_chunk() 16 years ago
Tejun Heo 8c4bfc6e88 x86,percpu: generalize lpage first chunk allocator 16 years ago
Tejun Heo 8f05a6a65d percpu: make 4k first chunk allocator map memory 16 years ago
Tejun Heo d4b95f8039 x86,percpu: generalize 4k first chunk allocator 16 years ago
Tejun Heo 788e5abc54 percpu: drop @unit_size from embed first chunk allocator 16 years ago
Tejun Heo 79ba6ac825 x86: make pcpu_chunk_addr_search() matching stricter 16 years ago
Tejun Heo e74e396204 percpu: use dynamic percpu allocator as the default percpu allocator 16 years ago
Tejun Heo fa8a7094ba x86: implement percpu_alloc kernel parameter 16 years ago
Tejun Heo 85ae87c1ad percpu: fix too lazy vunmap cache flushing 16 years ago
Christoph Lameter e1b9aa3f47 percpu: remove rbtree and use page->index instead 16 years ago
Tejun Heo ae9e6bc9f7 percpu: don't put the first chunk in reverse-map rbtree 16 years ago
Tejun Heo 66c3a75772 percpu: generalize embedding first chunk setup helper 16 years ago
Tejun Heo 6074d5b0a3 percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk() 16 years ago
Tejun Heo e01009833e percpu: make x86 addr <-> pcpu ptr conversion macros generic 16 years ago
Tejun Heo ccea34b5d0 percpu: finer grained locking to break deadlock and allow atomic free 16 years ago
Tejun Heo a56dbddf06 percpu: move fully free chunk reclamation into a work 16 years ago
Tejun Heo 9f7dcf224b percpu: move chunk area map extension out of area allocation 16 years ago