summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
*---------. Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar2008-11-241-0/+15
|\ \ \ \ \ \
| | | * \ \ \ Merge branch 'linus' into core/lockingIngo Molnar2008-11-1213-267/+137
| | | |\ \ \ \
| | | * \ \ \ \ Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar2008-10-2838-1166/+3890
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge commit 'v2.6.27-rc7' into core/lockingIngo Molnar2008-09-232-1/+2
| | | |\ \ \ \ \ \
| | | * | | | | | | x86: some lock annotations for user copy paths, v2Nick Piggin2008-09-111-0/+15
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | vmscan: fix get_scan_ratio() commentRik van Riel2008-11-191-3/+3
* | | | | | | | | vmscan: let GFP_NOFS go to swap againHugh Dickins2008-11-191-0/+3
* | | | | | | | | migration: fix writepage errorHugh Dickins2008-11-191-4/+1
* | | | | | | | | mm: vmalloc search restart fixGlauber Costa2008-11-191-2/+2
* | | | | | | | | mm: vmalloc failure flush fixNick Piggin2008-11-191-2/+13
* | | | | | | | | mm: vmalloc allocator off by oneNick Piggin2008-11-191-1/+1
* | | | | | | | | cpuset: update top cpuset's mems after adding a nodeMiao Xie2008-11-191-3/+0
* | | | | | | | | unitialized return value in mm/mlock.c: __mlock_vma_pages_range()Helge Deller2008-11-161-1/+1
* | | | | | | | | mm: remove unevictable's show_page_pathKOSAKI Motohiro2008-11-151-35/+0
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | memcg: bugfix for memory hotplugKAMEZAWA Hiroyuki2008-11-121-2/+2
* | | | | | | | mm: remove lru_add_drain_all() from the munlock pathKOSAKI Motohiro2008-11-121-10/+6
* | | | | | | | cpusets: update mems allowed in page allocatorDavid Rientjes2008-11-121-0/+4
* | | | | | | | hugetlb: make unmap_ref_private multi-size-awareAdam Litke2008-11-121-2/+3
* | | | | | | | parisc: fix find_extend_vma() breakageDenys Vlasenko2008-11-121-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | vmap: cope with vm_unmap_aliases before vmalloc_init()Jeremy Fitzhardinge2008-11-071-0/+7
* | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-11-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [ARM] fix naming of MODULE_START / MODULE_ENDRussell King2008-11-061-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | memory hotplug: fix page_zone() calculation in test_pages_isolated()Gerald Schaefer2008-11-061-2/+3
* | | | | | | mm/oom_kill.c: fix badness() kerneldocQinghuang Feng2008-11-061-1/+0
* | | | | | | vmemmap: warn about page_structs with remote distanceDavid Rientjes2008-11-061-1/+1
* | | | | | | mm: move migrate_prep out from under mmap_semChristoph Lameter2008-11-062-8/+12
* | | | | | | oom: do not dump task state for non thread group leadersDavid Rientjes2008-11-061-0/+2
* | | | | | | hugetlb: pull gigantic page initialisation out of the default pathAndy Whitcroft2008-11-063-8/+33
* | | | | | | hugetlbfs: handle pages higher order than MAX_ORDERAndy Whitcroft2008-11-062-1/+64
|/ / / / / /
* | | | | | nfsd: fix vm overcommit crashAlan Cox2008-10-303-6/+8
* | | | | | mm: fix kernel-doc function notationRandy Dunlap2008-10-301-1/+2
* | | | | | fs: remove prepare_write/commit_writeNick Piggin2008-10-301-238/+4
| |_|_|/ / |/| | | |
* | | | | Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds2008-10-235-21/+167
|\ \ \ \ \
| * | | | | proc: move /proc/zoneinfo boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-231-1/+14
| * | | | | proc: move /proc/vmstat boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-231-1/+13
| * | | | | proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-231-1/+14
| * | | | | proc: move /proc/buddyinfo boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-231-4/+21
| * | | | | proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan2008-10-231-1/+32
| * | | | | proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan2008-10-232-10/+35
| * | | | | proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan2008-10-231-1/+35
| * | | | | proc: switch /proc/meminfo to seq_fileAlexey Dobriyan2008-10-231-2/+3
| | |_|_|/ | |/| | |
* | | | | memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki2008-10-232-8/+25
* | | | | mm: page_cgroup needs linux/vmalloc.h for vmalloc_node()/vfree().Paul Mundt2008-10-231-0/+1
|/ / / /
* | | | mm: remove duplicated #include'sHuang Weiyi2008-10-202-3/+0
* | | | Export tiny shmem_file_setup for DRM-GEMHugh Dickins2008-10-201-0/+1
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-201-2/+16
|\ \ \ \
| * | | | Introduce is_vmalloc_or_module_addr() and use with DEBUG_VIRTUALLinus Torvalds2008-10-161-2/+16
* | | | | make mm/rmap.c:anon_vma_cachep staticAdrian Bunk2008-10-201-1/+11
* | | | | memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki2008-10-204-178/+321
* | | | | memcg: atomic ops for page_cgroup->flagsKAMEZAWA Hiroyuki2008-10-201-40/+82
OpenPOWER on IntegriCloud