summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Add generic sys_old_mmap()Christoph Hellwig2010-03-122-0/+48
* mm: introduce dump_page() and print symbolic flag namesWu Fengguang2010-03-123-13/+84
* mm: do not iterate over NR_CPUS in __zone_pcp_update()Thomas Gleixner2010-03-121-1/+1
* nommu: fix build breakageKAMEZAWA Hiroyuki2010-03-121-3/+0
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-071-1/+1
* mm: add comment on swap_duplicate's error codeHugh Dickins2010-03-061-1/+5
* nommu: get_user_pages(): pin last page on non-page-aligned startSteven J. Magnani2010-03-061-2/+2
* vmscan: detect mapped file pages used only onceJohannes Weiner2010-03-062-13/+35
* vmscan: drop page_mapping_inuse()Johannes Weiner2010-03-061-23/+2
* vmscan: factor out page reference checksJohannes Weiner2010-03-061-13/+43
* mm: suppress pfn range output for zones without pagesDavid Rientjes2010-03-061-2/+6
* mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2010-03-061-0/+25
* mm/swapfile.c: fix swapon size off-by-oneHugh Dickins2010-03-061-13/+18
* mm: remove VM_LOCK_RMAP codeRik van Riel2010-03-062-27/+0
* rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel2010-03-062-0/+31
* rmap: remove obsolete check from __page_check_anon_rmap()Rik van Riel2010-03-061-3/+0
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-067-76/+248
* mm/memcontrol.c: fix "integer as NULL pointer" sparse warningThiago Farina2010-03-061-1/+1
* readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang2010-03-062-1/+15
* mm/migrate.c: kill anon local variable from migrate_page_copyKOSAKI Motohiro2010-03-061-4/+0
* mm/mempolicy.c: fix indentation of the comments of do_migrate_pagesKOSAKI Motohiro2010-03-061-30/+30
* memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org2010-03-061-0/+4
* mm: fix mbind vma merge problemKOSAKI Motohiro2010-03-061-13/+39
* mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro2010-03-063-17/+13
* mm: remove free_hot_page()Li Hong2010-03-062-8/+4
* mm/page_alloc.c: adjust a call site to trace_mm_page_free_directLi Hong2010-03-061-1/+1
* mm/page_alloc.c: remove duplicate call to trace_mm_page_free_directLi Hong2010-03-061-1/+1
* mm, lockdep: annotate reclaim context to zone reclaim tooKOSAKI Motohiro2010-03-061-0/+2
* vmscan: get_scan_ratio() cleanupKOSAKI Motohiro2010-03-061-9/+14
* vmscan: check high watermark after shrink zoneMinchan Kim2010-03-061-10/+12
* mm: use rlimit helpersJiri Slaby2010-03-064-14/+15
* mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro2010-03-061-2/+2
* mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro2010-03-061-9/+2
* mm: count swap usageKAMEZAWA Hiroyuki2010-03-063-4/+14
* mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki2010-03-061-8/+86
* mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-066-32/+44
* Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-03-053-243/+125
|\
| * SLUB: Fix per-cpu merge conflictStephen Rothwell2010-03-041-1/+1
| *-----. Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percp...Pekka Enberg2010-03-043-243/+125
| |\ \ \ \
| | | | | * dma kmalloc handling fixesChristoph Lameter2010-01-221-2/+3
| | | | | * slub: remove impossible conditionDavid Rientjes2010-01-221-1/+1
| | | | | * SLUB: Make slub statistics use this_cpu_incChristoph Lameter2009-12-201-23/+20
| | | | | * SLUB: this_cpu: Remove slub kmem_cache fieldsChristoph Lameter2009-12-201-59/+17
| | | | | * SLUB: Get rid of dynamic DMA kmalloc cache allocationChristoph Lameter2009-12-201-14/+10
| | | | | * SLUB: Use this_cpu operations in slubChristoph Lameter2009-12-201-154/+48
| | | | * | slab: fix regression in touched logicNick Piggin2010-01-301-2/+3
| | | * | | failslab: add ability to filter slab cachesDmitry Monakhov2010-02-263-6/+43
| | * | | | slab: initialize unused alien cache entry as NULL at alloc_alien_cache().Haicheng Li2010-01-111-4/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |