Commit Graph

55 Commits (17d857be649a21ca90008c6dc425d849fa83db5c)

Author SHA1 Message Date
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
Tejun Heo 1880d93b80 percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free() 16 years ago
Tejun Heo edcb463997 percpu, module: implement reserved allocation and use it for module percpu variables 16 years ago
Tejun Heo 3e24aa5890 percpu: add an indirection ptr for chunk page map access 16 years ago
Tejun Heo cafe8816b2 percpu: use negative for auto for pcpu_setup_first_chunk() arguments 16 years ago
Tejun Heo 61ace7fa2f percpu: improve first chunk initial area map handling 16 years ago
Tejun Heo 2441d15c97 percpu: cosmetic renames in pcpu_setup_first_chunk() 16 years ago
Tejun Heo 02d51fdfb2 percpu: kill compile warning in pcpu_populate_chunk() 16 years ago
Tejun Heo 40150d37be percpu: add __read_mostly to variables which are mostly read only 16 years ago
Tejun Heo 8d408b4be3 percpu: give more latitude to arch specific first chunk initialization 16 years ago
Tejun Heo d9b55eeb1d percpu: remove unit_size power-of-2 restriction 16 years ago
Tejun Heo c0c0a29379 vmalloc: add @align to vm_area_register_early() 16 years ago