aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, percpu: Make sure percpu_alloc early parameter has an argumentCyrill Gorcunov2012-12-021-0/+3
* percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree()Joonsoo Kim2012-10-291-1/+1
* sections: fix section conflicts in mm/percpu.cAndi Kleen2012-10-051-1/+1
* kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas2012-05-091-0/+2
* percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo2012-05-091-0/+10
* percpu: use KERN_CONT in pcpu_dump_alloc_info()Tejun Heo2012-03-291-5/+5
* Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarina...Linus Torvalds2012-01-141-1/+11
|\
| * kmemleak: Handle percpu memory allocationCatalin Marinas2011-12-021-1/+11
* | percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addressesEugene Surovegin2011-12-151-2/+4
|/
* percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessaryDave Young2011-11-231-0/+11
* percpu: fix chunk range calculationTejun Heo2011-11-221-14/+20
* percpu: rename pcpu_mem_alloc to pcpu_mem_zallocBob Liu2011-11-221-8/+9
* Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-2/+4
|\
| * Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2011-05-241-2/+2
| |\
| | * percpu: Cast away printk format warningMike Frysinger2011-03-281-2/+2
| * | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-0/+2
| |/
* | Fix common misspellingsLucas De Marchi2011-03-311-5/+5
* | NOMMU: percpu should use is_vmalloc_addr().David Howells2011-03-281-2/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-6/+2
|\ \
| * | percpu: zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc()Jesper Juhl2010-12-071-6/+2
| |/
* / percpu: print out alloc information with KERN_DEBUG instead of KERN_INFOTejun Heo2010-12-221-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * fix a typo on comments in mm/percpu.cNamhyung Kim2010-08-111-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-10-221-168/+233
|\ \
| * | percpu: update comments to reflect that percpu allocations are always zero-fi...Tejun Heo2010-09-101-5/+6
| * | percpu: fix build breakage on s390 and cleanup build configuration testsTejun Heo2010-09-091-163/+175
| * | percpu: use percpu allocator on UP tooTejun Heo2010-09-081-4/+56
* | | percpu: fix pcpu_last_unit_cpuTejun Heo2010-09-211-1/+1
|/ /
* | percpu: fix a mismatch between code and commentNamhyung Kim2010-08-271-1/+1
* | percpu: fix a memory leak in pcpu_extend_area_map()Huang Shijie2010-08-271-1/+3
|/
* percpu: allow limited allocation before slab is onlineTejun Heo2010-06-271-12/+40
* percpu: make @dyn_size always mean min dyn_size in first chunk init functionsTejun Heo2010-06-271-25/+10
* percpu: fix first chunk match in per_cpu_ptr_to_phys()Tejun Heo2010-06-181-3/+28
* percpu: fix trivial bugs in pcpu_build_alloc_info()Pavel V. Panteleev2010-06-171-3/+2
* percpu: implement kernel memory based chunk allocationTejun Heo2010-05-011-0/+4
* percpu: move vmalloc based chunk management into percpu-vm.cTejun Heo2010-05-011-428/+24
* percpu: misc preparations for nommu supportTejun Heo2010-05-011-55/+56
* percpu: reorganize chunk creation and destructionTejun Heo2010-05-011-24/+46
* percpu: factor out pcpu_addr_in_first/reserved_chunk() and update per_cpu_ptr...Tejun Heo2010-05-011-8/+24
* percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo2010-03-291-0/+26
* percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo2010-02-161-8/+10
* Merge branch 'master' into percpuTejun Heo2010-02-011-1/+3
|\
| * percpu: avoid calling __pcpu_ptr_to_addr(NULL)Andrew Morton2010-01-111-1/+3
* | Merge branch 'master' into percpuTejun Heo2010-01-041-48/+114
|\|
| * Merge branch 'for-linus' into for-nextTejun Heo2009-12-071-48/+114
| |\
| | * percpu: Fix kdump failure if booted with percpu_alloc=pageVivek Goyal2009-11-251-0/+22
| | * percpu: restructure pcpu_extend_area_map() to fix bugs and improve readabilityTejun Heo2009-11-121-40/+81
| | * percpu: allow pcpu_alloc() to be called with IRQs offJiri Kosina2009-10-281-13/+17