aboutsummaryrefslogtreecommitdiff
path: root/mm/percpu.c
AgeCommit message (Expand)Author
2012-12-02mm, percpu: Make sure percpu_alloc early parameter has an argumentCyrill Gorcunov
2012-10-29percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree()Joonsoo Kim
2012-10-06sections: fix section conflicts in mm/percpu.cAndi Kleen
2012-05-09kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas
2012-05-09percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo
2012-03-29percpu: use KERN_CONT in pcpu_dump_alloc_info()Tejun Heo
2012-01-14Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarina...Linus Torvalds
2011-12-15percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addressesEugene Surovegin
2011-12-02kmemleak: Handle percpu memory allocationCatalin Marinas
2011-11-23percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessaryDave Young
2011-11-22percpu: fix chunk range calculationTejun Heo
2011-11-22percpu: rename pcpu_mem_alloc to pcpu_mem_zallocBob Liu
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28percpu: Cast away printk format warningMike Frysinger
2011-03-28NOMMU: percpu should use is_vmalloc_addr().David Howells
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2010-12-22percpu: print out alloc information with KERN_DEBUG instead of KERN_INFOTejun Heo
2010-12-07percpu: zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc()Jesper Juhl
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-09-21percpu: fix pcpu_last_unit_cpuTejun Heo
2010-09-10percpu: update comments to reflect that percpu allocations are always zero-fi...Tejun Heo
2010-09-09percpu: fix build breakage on s390 and cleanup build configuration testsTejun Heo
2010-09-08percpu: use percpu allocator on UP tooTejun Heo
2010-08-27percpu: fix a mismatch between code and commentNamhyung Kim
2010-08-27percpu: fix a memory leak in pcpu_extend_area_map()Huang Shijie
2010-08-11fix a typo on comments in mm/percpu.cNamhyung Kim
2010-06-27percpu: allow limited allocation before slab is onlineTejun Heo
2010-06-27percpu: make @dyn_size always mean min dyn_size in first chunk init functionsTejun Heo
2010-06-18percpu: fix first chunk match in per_cpu_ptr_to_phys()Tejun Heo
2010-06-17percpu: fix trivial bugs in pcpu_build_alloc_info()Pavel V. Panteleev
2010-05-01percpu: implement kernel memory based chunk allocationTejun Heo
2010-05-01percpu: move vmalloc based chunk management into percpu-vm.cTejun Heo
2010-05-01percpu: misc preparations for nommu supportTejun Heo
2010-05-01percpu: reorganize chunk creation and destructionTejun Heo
2010-05-01percpu: factor out pcpu_addr_in_first/reserved_chunk() and update per_cpu_ptr...Tejun Heo
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo
2010-02-02Merge branch 'master' into percpuTejun Heo
2010-01-11percpu: avoid calling __pcpu_ptr_to_addr(NULL)Andrew Morton
2010-01-05Merge branch 'master' into percpuTejun Heo
2009-12-08percpu: refactor the code in pcpu_[de]populate_chunk()WANG Cong
2009-12-08Merge branch 'for-linus' into for-nextTejun Heo
2009-11-25percpu: Fix kdump failure if booted with percpu_alloc=pageVivek Goyal
2009-11-13percpu: restructure pcpu_extend_area_map() to fix bugs and improve readabilityTejun Heo