aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-03-12Add generic sys_old_mmap()Christoph Hellwig
2010-03-12mm: introduce dump_page() and print symbolic flag namesWu Fengguang
2010-03-12mm: do not iterate over NR_CPUS in __zone_pcp_update()Thomas Gleixner
2010-03-12nommu: fix build breakageKAMEZAWA Hiroyuki
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy
2010-03-06mm: add comment on swap_duplicate's error codeHugh Dickins
2010-03-06nommu: get_user_pages(): pin last page on non-page-aligned startSteven J. Magnani
2010-03-06vmscan: detect mapped file pages used only onceJohannes Weiner
2010-03-06vmscan: drop page_mapping_inuse()Johannes Weiner
2010-03-06vmscan: factor out page reference checksJohannes Weiner
2010-03-06mm: suppress pfn range output for zones without pagesDavid Rientjes
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki
2010-03-06mm/swapfile.c: fix swapon size off-by-oneHugh Dickins
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel
2010-03-06rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel
2010-03-06rmap: remove obsolete check from __page_check_anon_rmap()Rik van Riel
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel
2010-03-06mm/memcontrol.c: fix "integer as NULL pointer" sparse warningThiago Farina
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang
2010-03-06mm/migrate.c: kill anon local variable from migrate_page_copyKOSAKI Motohiro
2010-03-06mm/mempolicy.c: fix indentation of the comments of do_migrate_pagesKOSAKI Motohiro
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org
2010-03-06mm: fix mbind vma merge problemKOSAKI Motohiro
2010-03-06mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro
2010-03-06mm: remove free_hot_page()Li Hong
2010-03-06mm/page_alloc.c: adjust a call site to trace_mm_page_free_directLi Hong
2010-03-06mm/page_alloc.c: remove duplicate call to trace_mm_page_free_directLi Hong
2010-03-06mm, lockdep: annotate reclaim context to zone reclaim tooKOSAKI Motohiro
2010-03-06vmscan: get_scan_ratio() cleanupKOSAKI Motohiro
2010-03-06vmscan: check high watermark after shrink zoneMinchan Kim
2010-03-06mm: use rlimit helpersJiri Slaby
2010-03-06mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro
2010-03-06mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki
2010-03-05Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-04SLUB: Fix per-cpu merge conflictStephen Rothwell
2010-03-04Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percp...Pekka Enberg
2010-03-03kill unused invalidate_inode_pages helperChristoph Hellwig
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-03-01sparsemem: Fix compilation on PowerPCYinghai Lu
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2010-02-26failslab: add ability to filter slab cachesDmitry Monakhov