summaryrefslogtreecommitdiffstats
path: root/mm/percpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-8/+10
* Merge branch 'master' into percpuTejun Heo2010-02-021-1/+3
|\
| * percpu: avoid calling __pcpu_ptr_to_addr(NULL)Andrew Morton2010-01-111-1/+3
* | Merge branch 'master' into percpuTejun Heo2010-01-051-48/+114
|\ \ | |/
| * Merge branch 'for-linus' into for-nextTejun Heo2009-12-081-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-131-40/+81
| | * percpu: allow pcpu_alloc() to be called with IRQs offJiri Kosina2009-10-291-13/+17
* | | percpu: refactor the code in pcpu_[de]populate_chunk()WANG Cong2009-12-081-10/+8
|/ /
* | percpu: remove some sparse warningsTejun Heo2009-10-291-0/+1
* | Merge branch 'for-linus' into for-nextTejun Heo2009-10-121-2/+3
|\ \ | |/
| * percpu: fix compile warningsTejun Heo2009-10-121-2/+3
* | percpu: kill legacy percpu allocatorTejun Heo2009-10-021-2/+0
|/
* percpu: make allocation failures more verboseTejun Heo2009-09-291-2/+18
* percpu: make pcpu_setup_first_chunk() failures more verboseTejun Heo2009-09-291-11/+26
* percpu: make embedding first chunk allocator check vmalloc space sizeTejun Heo2009-09-291-2/+18
* percpu: make pcpu_build_alloc_info() clear static buffersTejun Heo2009-09-291-0/+4
* percpu: fix unit_map[] verification in pcpu_setup_first_chunk()Tejun Heo2009-09-291-3/+3
* Merge branch 'for-next' into for-linusTejun Heo2009-09-151-349/+1071
|\
| * percpu: kill lpage first chunk allocatorTejun Heo2009-08-141-241/+0
| * percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo2009-08-141-28/+85
| * percpu: use group information to allocate vmap areas sparselyTejun Heo2009-08-141-9/+26
| * percpu: add chunk->base_addrTejun Heo2009-08-141-14/+11
| * percpu: add pcpu_unit_offsets[]Tejun Heo2009-08-141-48/+47
| * percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo2009-08-141-201/+328
| * percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upwardTejun Heo2009-08-141-167/+172
| * percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo2009-08-141-2/+2
| * percpu: make @dyn_size mandatory for pcpu_setup_first_chunk()Tejun Heo2009-08-141-20/+19
| * percpu: drop @static_size from first chunk allocatorsTejun Heo2009-08-141-16/+13
| * percpu: generalize first chunk allocator selectionTejun Heo2009-08-141-0/+32
| * percpu: build first chunk allocators selectivelyTejun Heo2009-08-141-8/+11
OpenPOWER on IntegriCloud