| Commit message (Expand) | Author | Age | Files | Lines |
* | percpu: finer grained locking to break deadlock and allow atomic free | Tejun Heo | 2009-03-07 | 1 | -37/+124 |
* | percpu: move fully free chunk reclamation into a work | Tejun Heo | 2009-03-07 | 1 | -10/+38 |
* | percpu: move chunk area map extension out of area allocation | Tejun Heo | 2009-03-07 | 1 | -48/+60 |
* | percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free() | Tejun Heo | 2009-03-07 | 1 | -43/+42 |
* | percpu, module: implement reserved allocation and use it for module percpu va... | Tejun Heo | 2009-03-06 | 1 | -20/+133 |
* | percpu: add an indirection ptr for chunk page map access | Tejun Heo | 2009-03-06 | 1 | -1/+4 |
* | percpu: use negative for auto for pcpu_setup_first_chunk() arguments | Tejun Heo | 2009-03-06 | 1 | -21/+25 |
* | percpu: improve first chunk initial area map handling | Tejun Heo | 2009-03-06 | 1 | -26/+27 |
* | percpu: cosmetic renames in pcpu_setup_first_chunk() | Tejun Heo | 2009-03-06 | 1 | -29/+29 |
* | Merge branch 'x86/core' into core/percpu | Ingo Molnar | 2009-03-04 | 3 | -27/+36 |
|\ |
|
| *-------. | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x... | Ingo Molnar | 2009-03-04 | 4 | -31/+35 |
| |\ \ \ \ \ |
|
| | | | * \ \ | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 2009-03-01 | 2 | -23/+30 |
| | | | |\ \ \
| | |_|/ / / /
| |/| | | | /
| | | | | |/
| | | | |/| |
|
| | | | * | | mm: fix lazy vmap purging (use-after-free error) | Vegard Nossum | 2009-02-27 | 1 | -1/+2 |
| | | | * | | mm: vmap fix overflow | Nick Piggin | 2009-02-27 | 1 | -0/+7 |
| | | | * | | shmem: fix shared anonymous accounting | Hugh Dickins | 2009-02-25 | 1 | -22/+21 |
| | | * | | | x86, mm: dont use non-temporal stores in pagecache accesses | Ingo Molnar | 2009-03-02 | 2 | -8/+5 |
| | | | | | | |
| | | \ \ \ | |
| | *-. \ \ \ | Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86... | Ingo Molnar | 2009-02-13 | 1 | -1/+6 |
| | |\ \ \ \ \ |
|
| | | \ \ \ \ \ | |
| | \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ | Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linu... | Ingo Molnar | 2009-02-26 | 3 | -5/+10 |
| |\ \ \ \ \ \ \ \
| | | | |_|_|/ / /
| | | |/| | | / /
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| | | * | | | | | x86: make vmap yell louder when it is used under irqs_disabled() | Peter Zijlstra | 2009-02-25 | 1 | -0/+3 |
| | | * | | | | | x86, mm: pass in 'total' to __copy_from_user_*nocache() | Ingo Molnar | 2009-02-25 | 2 | -5/+7 |
* | | | | | | | | bootmem, x86: further fixes for arch-specific bootmem wrapping | Tejun Heo | 2009-03-01 | 1 | -15/+30 |
* | | | | | | | | percpu: kill compile warning in pcpu_populate_chunk() | Tejun Heo | 2009-03-01 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Ingo Molnar | 2009-02-24 | 5 | -19/+1104 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | percpu: add __read_mostly to variables which are mostly read only | Tejun Heo | 2009-02-24 | 1 | -8/+8 |
| * | | | | | | | percpu: give more latitude to arch specific first chunk initialization | Tejun Heo | 2009-02-24 | 1 | -33/+116 |
| * | | | | | | | percpu: remove unit_size power-of-2 restriction | Tejun Heo | 2009-02-24 | 1 | -14/+19 |
| * | | | | | | | vmalloc: add @align to vm_area_register_early() | Tejun Heo | 2009-02-24 | 2 | -5/+8 |
| * | | | | | | | bootmem: clean up arch-specific bootmem wrapping | Tejun Heo | 2009-02-24 | 1 | -3/+11 |
| * | | | | | | | percpu: fix pcpu_chunk_struct_size | Tejun Heo | 2009-02-24 | 1 | -1/+1 |
| * | | | | | | | percpu: clean up size usage | Tejun Heo | 2009-02-21 | 1 | -11/+12 |
| * | | | | | | | percpu: implement new dynamic percpu allocator | Tejun Heo | 2009-02-20 | 2 | -0/+894 |
| * | | | | | | | vmalloc: add un/map_kernel_range_noflush() | Tejun Heo | 2009-02-20 | 1 | -3/+64 |
| * | | | | | | | vmalloc: implement vm_area_register_early() | Tejun Heo | 2009-02-20 | 1 | -0/+24 |
| * | | | | | | | percpu: kill percpu_alloc() and friends | Tejun Heo | 2009-02-20 | 1 | -13/+19 |
| * | | | | | | | vmalloc: call flush_cache_vunmap() from unmap_kernel_range() | Tejun Heo | 2009-02-20 | 1 | -0/+2 |
* | | | | | | | | Merge branch 'hibernate' | Linus Torvalds | 2009-02-21 | 2 | -18/+14 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | swsusp: clean up shrink_all_zones() | Johannes Weiner | 2009-02-21 | 1 | -12/+11 |
| * | | | | | | | | swsusp: dont fiddle with swappiness | Johannes Weiner | 2009-02-21 | 1 | -4/+1 |
| * | | | | | | | | PM/hibernate: fix "swap breaks after hibernation failures" | Alan Jenkins | 2009-02-21 | 1 | -2/+2 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | vmalloc: call flush_cache_vunmap() from unmap_kernel_range() | Tejun Heo | 2009-02-20 | 1 | -0/+2 |
* | | | | | | | | slab: introduce kzfree() | Johannes Weiner | 2009-02-20 | 1 | -0/+20 |
| |_|_|/ / / /
|/| | | | | | |
|
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-02-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | block: fix bad definition of BIO_RW_SYNC | Jens Axboe | 2009-02-18 | 1 | -1/+1 |
* | | | | | | | | mm: fix memmap init for handling memory hole | KAMEZAWA Hiroyuki | 2009-02-18 | 1 | -3/+20 |
* | | | | | | | | mm: clean up for early_pfn_to_nid() | KAMEZAWA Hiroyuki | 2009-02-18 | 1 | -1/+7 |
* | | | | | | | | mm: task dirty accounting fix | Nick Piggin | 2009-02-18 | 1 | -10/+3 |
* | | | | | | | | vmalloc: add __get_vm_area_caller() | Benjamin Herrenschmidt | 2009-02-18 | 1 | -0/+8 |
|/ / / / / / / |
|
* | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-17 | 1 | -1/+6 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | / /
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | x86, ptrace, mm: fix double-free on race | Markus Metzger | 2009-02-11 | 1 | -1/+6 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2009-02-12 | 3 | -0/+3 |
|\ \ \ \ \ \ |
|