Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | | | | | | | bootmem, x86: further fixes for arch-specific bootmem wrapping | Tejun Heo | 2009-03-01 | |
| * | | | | | | | | | | | | | | | | | | | | percpu: kill compile warning in pcpu_populate_chunk() | Tejun Heo | 2009-03-01 | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Ingo Molnar | 2009-02-24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | percpu: add __read_mostly to variables which are mostly read only | Tejun Heo | 2009-02-24 | |
| | * | | | | | | | | | | | | | | | | | | | percpu: give more latitude to arch specific first chunk initialization | Tejun Heo | 2009-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | percpu: remove unit_size power-of-2 restriction | Tejun Heo | 2009-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | vmalloc: add @align to vm_area_register_early() | Tejun Heo | 2009-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | bootmem: clean up arch-specific bootmem wrapping | Tejun Heo | 2009-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | percpu: fix pcpu_chunk_struct_size | Tejun Heo | 2009-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | percpu: clean up size usage | Tejun Heo | 2009-02-21 | |
| | * | | | | | | | | | | | | | | | | | | | percpu: implement new dynamic percpu allocator | Tejun Heo | 2009-02-20 | |
| | * | | | | | | | | | | | | | | | | | | | vmalloc: add un/map_kernel_range_noflush() | Tejun Heo | 2009-02-20 | |
| | * | | | | | | | | | | | | | | | | | | | vmalloc: implement vm_area_register_early() | Tejun Heo | 2009-02-20 | |
| | * | | | | | | | | | | | | | | | | | | | percpu: kill percpu_alloc() and friends | Tejun Heo | 2009-02-20 | |
| | * | | | | | | | | | | | | | | | | | | | vmalloc: call flush_cache_vunmap() from unmap_kernel_range() | Tejun Heo | 2009-02-20 | |
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2009-03-26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| *-------. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ... | Pekka Enberg | 2009-03-24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | | | | | | | | | | | | | SLUB: Fix default slab order for big object sizes | Zhang Yanmin | 2009-02-20 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants | Christoph Lameter | 2009-02-20 | |
| | | | | | | |_|/ / / / / / / / / / / / / / / / | | | | | | |/| | | | | | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | | | | | | | | | | | | slub: use get_track() | Akinobu Mita | 2009-03-23 | |
| | | | | * | | | | | | | | | | | | | | | | | | | SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free() | Pekka Enberg | 2009-01-14 | |
| | | | * | | | | | | | | | | | | | | | | | | | | slub: rename calculate_min_partial() to set_min_partial() | David Rientjes | 2009-02-25 | |
| | | | * | | | | | | | | | | | | | | | | | | | | slub: add min_partial sysfs tunable | David Rientjes | 2009-02-23 | |
| | | | * | | | | | | | | | | | | | | | | | | | | slub: move min_partial to struct kmem_cache | David Rientjes | 2009-02-23 | |
| | | | | |/ / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | ||||
| | | * / | | | | | | | | | | | | | | | | | | | slob: fix lockup in slob_free() | Nick Piggin | 2009-03-23 | |
| | | |/ / / / / / / / / / / / / / / / / / / | ||||
| | * | / / / / / / / / / / / / / / / / / / | slob: clean up the code | Américo Wang | 2009-01-19 | |
| | | |/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-2.6.30' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-03-26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | Move the default_backing_dev_info out of readahead.c and into backing-dev.c | Jens Axboe | 2009-03-26 | |
| |/ / / / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2009-03-26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into next | James Morris | 2009-03-23 | |
| |\| | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | integrity: shmem zero fix | Mimi Zohar | 2009-02-10 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into next | James Morris | 2009-02-05 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | Integrity: IMA file free imbalance | Mimi Zohar | 2009-02-05 | |
| * | | | | | | | | | | | | | | | | | | | | | integrity: IMA hooks | Mimi Zohar | 2009-02-05 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | writeback: double the dirty thresholds | Wu Fengguang | 2009-03-26 | |
| |_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | vmscan: pgmoved should be cleared after updating recent_rotated | Daisuke Nishimura | 2009-03-14 | |
| |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | memcg: use correct scan number at reclaim | KOSAKI Motohiro | 2009-03-12 | |
| |_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | mm: fix lazy vmap purging (use-after-free error) | Vegard Nossum | 2009-02-27 | |
* | | | | | | | | | | | | | | | | | | mm: vmap fix overflow | Nick Piggin | 2009-02-27 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | shmem: fix shared anonymous accounting | Hugh Dickins | 2009-02-25 | |
| |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | Merge branch 'hibernate' | Linus Torvalds | 2009-02-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | swsusp: clean up shrink_all_zones() | Johannes Weiner | 2009-02-21 | |
| * | | | | | | | | | | | | | | | | swsusp: dont fiddle with swappiness | Johannes Weiner | 2009-02-21 | |
| * | | | | | | | | | | | | | | | | PM/hibernate: fix "swap breaks after hibernation failures" | Alan Jenkins | 2009-02-21 | |
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | vmalloc: call flush_cache_vunmap() from unmap_kernel_range() | Tejun Heo | 2009-02-20 | |
* | | | | | | | | | | | | | | | | slab: introduce kzfree() | Johannes Weiner | 2009-02-20 | |
| |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-02-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | block: fix bad definition of BIO_RW_SYNC | Jens Axboe | 2009-02-18 | |
* | | | | | | | | | | | | | | | | mm: fix memmap init for handling memory hole | KAMEZAWA Hiroyuki | 2009-02-18 | |
* | | | | | | | | | | | | | | | | mm: clean up for early_pfn_to_nid() | KAMEZAWA Hiroyuki | 2009-02-18 |