summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: shrink_inactive_list() nr_scan accounting fix fixKOSAKI Motohiro2009-09-221-12/+18
* mm: rename pgmoved variable in shrink_active_list()KOSAKI Motohiro2009-09-221-8/+8
* mm: update alloc_flags after oom killer has been calledDavid Rientjes2009-09-221-1/+1
* mm: oom analysis: add shmem vmstatKOSAKI Motohiro2009-09-224-3/+13
* mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro2009-09-222-0/+4
* mm: oom analysis: add buffer cache information to show_free_areas()KOSAKI Motohiro2009-09-221-1/+2
* mm: oom analysis: add per-zone statistics to show_free_areas()KOSAKI Motohiro2009-09-221-0/+20
* mm: show_free_areas(): display slab pages in two separate fieldsKOSAKI Motohiro2009-09-221-3/+4
* mm: clean up page_remove_rmap()KOSAKI Motohiro2009-09-221-27/+30
* hugetlb: restore interleaving of bootmem huge pagesLee Schermerhorn2009-09-221-1/+1
* hugetlb: use free_pool_huge_page() to return unused surplus pagesLee Schermerhorn2009-09-221-33/+24Star
* hugetlb: balance freeing of huge pages across nodesLee Schermerhorn2009-09-221-46/+86
* page_alloc: fix kernel-doc warningRandy Dunlap2009-09-221-1/+1
* memory hotplug: migrate swap cache pageShaohua Li2009-09-221-2/+4
* memory hotplug: alloc page from other node in memory onlineShaohua Li2009-09-223-7/+22
* memory hotplug: make pages from movable zone always isolatableShaohua Li2009-09-221-1/+4
* memory hotplug: exclude isolated page from pco page allocShaohua Li2009-09-221-1/+11
* memory hotplug: update zone pcp at memory onlineShaohua Li2009-09-222-0/+27
* mm: remove obsoleted alloc_pages cpuset commentDavid Rientjes2009-09-221-4/+0Star
* Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-212-5/+5
|\
| * perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-212-5/+5
* | writeback: make balance_dirty_pages() gradually back more offJens Axboe2009-09-211-1/+10
* | writeback: don't use schedule_timeout() without setting runstateJens Axboe2009-09-211-1/+1
|/
* headers: taskstats_kern.h trimAlexey Dobriyan2009-09-181-0/+1
* mm: Fix problem of parameter in noteJianjun Kong2009-09-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-09-161-6/+3Star
|\
| * Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers2009-09-151-6/+3Star
* | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-162-38/+74
|\ \
| * | writeback: splice dirty inode entries to default bdi on bdi_destroy()Jens Axboe2009-09-161-1/+13
| * | writeback: separate starting of sync vs opportunistic writebackJens Axboe2009-09-161-10/+2Star
| * | writeback: use RCU to protect bdi_listJens Axboe2009-09-162-25/+59
| * | writeback: get rid of wbc->for_writepagesJens Axboe2009-09-161-2/+0Star
* | | slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUGIngo Molnar2009-09-151-0/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-158-379/+1426
|\ \
| * \ Merge branch 'for-next' into for-linusTejun Heo2009-09-158-379/+1426
| |\ \
| | * | percpu: kill lpage first chunk allocatorTejun Heo2009-08-141-241/+0Star
| | * | 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
| | * | vmalloc: implement pcpu_get_vm_areas()Tejun Heo2009-08-141-0/+293
| | * | vmalloc: separate out insert_vmalloc_vm()Tejun Heo2009-08-141-21/+24
| | * | percpu: add chunk->base_addrTejun Heo2009-08-141-14/+11Star
| | * | percpu: add pcpu_unit_offsets[]Tejun Heo2009-08-141-48/+47Star
| | * | 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/+19Star
| | * | percpu: drop @static_size from first chunk allocatorsTejun Heo2009-08-141-16/+13Star
| | * | percpu: generalize first chunk allocator selectionTejun Heo2009-08-141-0/+32
| | * | percpu: build first chunk allocators selectivelyTejun Heo2009-08-141-8/+11
| | * | percpu: rename 4k first chunk allocator to pageTejun Heo2009-08-141-11/+14