| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-09-15 | 80 | -1228/+1910 |
|\ |
|
| * | Merge branch 'for-next' into for-linus | Tejun Heo | 2009-09-15 | 80 | -1228/+1910 |
| |\ |
|
| | * | powerpc64: convert to dynamic percpu allocator | Tejun Heo | 2009-08-14 | 2 | -18/+47 |
| | * | sparc64: use embedding percpu first chunk allocator | Tejun Heo | 2009-08-14 | 2 | -110/+21 |
| | * | percpu: kill lpage first chunk allocator | Tejun Heo | 2009-08-14 | 4 | -281/+6 |
| | * | x86,percpu: use embedding for 64bit NUMA and page for 32bit NUMA | Tejun Heo | 2009-08-14 | 2 | -131/+28 |
| | * | percpu: update embedding first chunk allocator to handle sparse units | Tejun Heo | 2009-08-14 | 3 | -31/+93 |
| | * | percpu: use group information to allocate vmap areas sparsely | Tejun Heo | 2009-08-14 | 1 | -9/+26 |
| | * | vmalloc: implement pcpu_get_vm_areas() | Tejun Heo | 2009-08-14 | 2 | -0/+299 |
| | * | vmalloc: separate out insert_vmalloc_vm() | Tejun Heo | 2009-08-14 | 1 | -21/+24 |
| | * | percpu: add chunk->base_addr | Tejun Heo | 2009-08-14 | 1 | -14/+11 |
| | * | percpu: add pcpu_unit_offsets[] | Tejun Heo | 2009-08-14 | 4 | -90/+84 |
| | * | percpu: introduce pcpu_alloc_info and pcpu_group_info | Tejun Heo | 2009-08-14 | 4 | -244/+389 |
| | * | percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upward | Tejun Heo | 2009-08-14 | 2 | -173/+180 |
| | * | percpu: add @align to pcpu_fc_alloc_fn_t | Tejun Heo | 2009-08-14 | 3 | -5/+6 |
| | * | percpu: make @dyn_size mandatory for pcpu_setup_first_chunk() | Tejun Heo | 2009-08-14 | 2 | -21/+20 |
| | * | percpu: drop @static_size from first chunk allocators | Tejun Heo | 2009-08-14 | 3 | -45/+36 |
| | * | percpu: generalize first chunk allocator selection | Tejun Heo | 2009-08-14 | 4 | -23/+56 |
| | * | percpu: build first chunk allocators selectively | Tejun Heo | 2009-08-14 | 3 | -30/+26 |
| | * | percpu: rename 4k first chunk allocator to page | Tejun Heo | 2009-08-14 | 4 | -24/+28 |
| | * | percpu: improve boot messages | Tejun Heo | 2009-08-14 | 1 | -6/+7 |
| | * | percpu: fix pcpu_reclaim() locking | Tejun Heo | 2009-08-14 | 1 | -1/+2 |
| | * | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 2009-08-14 | 1985 | -28005/+49305 |
| | |\ |
|
| | * | | percpu: add dummy pcpu_lpage_remapped() for !CONFIG_SMP | Tejun Heo | 2009-07-15 | 1 | -0/+5 |
| | * | | ia64: Fix setup_per_cpu_areas() compilation error | Fenghua Yu | 2009-07-15 | 1 | -0/+6 |
| | * | | linker script: unify usage of discard definition | Tejun Heo | 2009-07-09 | 25 | -155/+80 |
| | * | | microblaze: include EXIT_TEXT to _stext | Michal Simek | 2009-07-09 | 1 | -2/+2 |
| | * | | percpu: teach large page allocator about NUMA | Tejun Heo | 2009-07-04 | 3 | -95/+359 |
| | * | | percpu: allow non-linear / sparse cpu -> unit mapping | Tejun Heo | 2009-07-04 | 3 | -37/+97 |
| | * | | percpu: drop pcpu_chunk->page[] | Tejun Heo | 2009-07-04 | 3 | -249/+400 |
| | * | | percpu: reorder a few functions in mm/percpu.c | Tejun Heo | 2009-07-04 | 1 | -45/+45 |
| | * | | percpu: simplify pcpu_setup_first_chunk() | Tejun Heo | 2009-07-04 | 3 | -78/+33 |
| | * | | x86,percpu: generalize lpage first chunk allocator | Tejun Heo | 2009-07-04 | 5 | -171/+244 |
| | * | | percpu: make 4k first chunk allocator map memory | Tejun Heo | 2009-07-04 | 1 | -17/+54 |
| | * | | x86,percpu: generalize 4k first chunk allocator | Tejun Heo | 2009-07-04 | 3 | -62/+113 |
| | * | | percpu: drop @unit_size from embed first chunk allocator | Tejun Heo | 2009-07-04 | 3 | -14/+8 |
| | * | | x86: make pcpu_chunk_addr_search() matching stricter | Tejun Heo | 2009-07-04 | 1 | -1/+1 |
| | * | | Merge branch 'master' into for-next | Tejun Heo | 2009-07-04 | 1365 | -17518/+55214 |
| | |\ \ |
|
| | * | | | percpu: use __weak only in the definition of weak percpu variables | Tejun Heo | 2009-06-29 | 1 | -1/+1 |
| | * | | | sparc64: fix build breakage introduced by percpu-convert-most patchset | Tejun Heo | 2009-06-24 | 1 | -6/+0 |
| | * | | | s390: switch to dynamic percpu allocator | Tejun Heo | 2009-06-24 | 2 | -27/+8 |
| | * | | | alpha: switch to dynamic percpu allocator | Tejun Heo | 2009-06-24 | 3 | -90/+9 |
| | * | | | alpha: kill unnecessary __used attribute in PER_CPU_ATTRIBUTES | Tejun Heo | 2009-06-24 | 1 | -5/+0 |
| | * | | | percpu: implement optional weak percpu definitions | Tejun Heo | 2009-06-24 | 2 | -9/+71 |
| | * | | | percpu: clean up percpu variable definitions | Tejun Heo | 2009-06-24 | 13 | -53/+58 |
| | * | | | percpu: use DEFINE_PER_CPU_SHARED_ALIGNED() | Tejun Heo | 2009-06-24 | 6 | -9/+10 |
| | * | | | percpu: cleanup percpu array definitions | Tejun Heo | 2009-06-24 | 12 | -15/+15 |
| | * | | | CRIS: Change DEFINE_PER_CPU of current_pgd to be non volatile. | Jesper Nilsson | 2009-06-24 | 2 | -2/+3 |
| | * | | | linker script: throw away .discard section | Tejun Heo | 2009-06-24 | 26 | -1/+44 |
| | * | | | percpu: use dynamic percpu allocator as the default percpu allocator | Tejun Heo | 2009-06-24 | 12 | -35/+95 |