aboutsummaryrefslogtreecommitdiff
path: root/mm/percpu.c
AgeCommit message (Expand)Author
2009-09-15Merge branch 'for-next' into for-linusTejun Heo
2009-09-01percpu: don't assume existence of cpu0Tejun Heo
2009-08-14percpu: kill lpage first chunk allocatorTejun Heo
2009-08-14percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo
2009-08-14percpu: use group information to allocate vmap areas sparselyTejun Heo
2009-08-14percpu: add chunk->base_addrTejun Heo
2009-08-14percpu: add pcpu_unit_offsets[]Tejun Heo
2009-08-14percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo
2009-08-14percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upwardTejun Heo
2009-08-14percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo
2009-08-14percpu: make @dyn_size mandatory for pcpu_setup_first_chunk()Tejun Heo
2009-08-14percpu: drop @static_size from first chunk allocatorsTejun Heo
2009-08-14percpu: generalize first chunk allocator selectionTejun Heo
2009-08-14percpu: build first chunk allocators selectivelyTejun Heo
2009-08-14percpu: rename 4k first chunk allocator to pageTejun Heo
2009-08-14percpu: improve boot messagesTejun Heo
2009-08-14percpu: fix pcpu_reclaim() lockingTejun Heo
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-08-14percpu: use the right flag for get_vm_area()Amerigo Wang
2009-08-14percpu, sparc64: fix sparse possible cpu map handlingTejun Heo
2009-07-04percpu: teach large page allocator about NUMATejun Heo
2009-07-04percpu: allow non-linear / sparse cpu -> unit mappingTejun Heo
2009-07-04percpu: drop pcpu_chunk->page[]Tejun Heo
2009-07-04percpu: reorder a few functions in mm/percpu.cTejun Heo
2009-07-04percpu: simplify pcpu_setup_first_chunk()Tejun Heo
2009-07-04x86,percpu: generalize lpage first chunk allocatorTejun Heo
2009-07-04percpu: make 4k first chunk allocator map memoryTejun Heo
2009-07-04x86,percpu: generalize 4k first chunk allocatorTejun Heo
2009-07-04percpu: drop @unit_size from embed first chunk allocatorTejun Heo
2009-07-04x86: make pcpu_chunk_addr_search() matching stricterTejun Heo
2009-06-24percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo
2009-06-22x86: implement percpu_alloc kernel parameterTejun Heo
2009-06-22percpu: fix too lazy vunmap cache flushingTejun Heo
2009-04-08percpu: remove rbtree and use page->index insteadChristoph Lameter
2009-04-08percpu: don't put the first chunk in reverse-map rbtreeTejun Heo
2009-03-10percpu: generalize embedding first chunk setup helperTejun Heo
2009-03-10percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()Tejun Heo
2009-03-10percpu: make x86 addr <-> pcpu ptr conversion macros genericTejun Heo
2009-03-07percpu: finer grained locking to break deadlock and allow atomic freeTejun Heo
2009-03-07percpu: move fully free chunk reclamation into a workTejun Heo
2009-03-07percpu: move chunk area map extension out of area allocationTejun Heo
2009-03-07percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free()Tejun Heo
2009-03-06percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo
2009-03-06percpu: add an indirection ptr for chunk page map accessTejun Heo
2009-03-06percpu: use negative for auto for pcpu_setup_first_chunk() argumentsTejun Heo
2009-03-06percpu: improve first chunk initial area map handlingTejun Heo
2009-03-06percpu: cosmetic renames in pcpu_setup_first_chunk()Tejun Heo
2009-03-01percpu: kill compile warning in pcpu_populate_chunk()Tejun Heo
2009-02-24percpu: add __read_mostly to variables which are mostly read onlyTejun Heo
2009-02-24percpu: give more latitude to arch specific first chunk initializationTejun Heo