aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2011-07-19vmscan: fix a livelock in kswapdShaohua Li1-1/+2
2011-07-08mm/nommu.c: fix remap_pfn_range()Bob Liu1-3/+6
2011-07-08memcg: fix numa scan information update to be triggered by memory eventKAMEZAWA Hiroyuki1-6/+27
2011-07-08memcg: fix reclaimable lru check in memcgKAMEZAWA Hiroyuki1-31/+76
2011-07-08mm: __tlb_remove_page() check the correct batchShaohua Li1-0/+1
2011-07-08mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfullyMel Gorman1-13/+21
2011-07-08mm: vmscan: evaluate the watermarks against the correct classzoneMel Gorman1-1/+1
2011-07-08mm: vmscan: do not apply pressure to slab if we are not applying pressure to ...Mel Gorman1-10/+13
2011-07-08mm: vmscan: correct check for kswapd sleeping in sleeping_prematurelyMel Gorman1-1/+1
2011-06-27memcg: fix direct softlimit reclaim to be called in limit pathKAMEZAWA Hiroyuki1-12/+15
2011-06-27mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara1-0/+5
2011-06-27mm/memory-failure.c: fix spinlock vs mutex orderPeter Zijlstra2-18/+8
2011-06-27tmpfs: add shmem_read_mapping_page_gfpHugh Dickins1-0/+23
2011-06-27tmpfs: take control of its truncate_rangeHugh Dickins2-24/+31
2011-06-27mm: move shmem prototypes to shmem_fs.hHugh Dickins2-1/+2
2011-06-27mm: move vmtruncate_range to truncate.cHugh Dickins2-24/+24
2011-06-22mm, hotplug: protect zonelist building with zonelists_mutexDavid Rientjes1-0/+2
2011-06-22mm, hotplug: fix error handling in mem_online_node()David Rientjes1-1/+1
2011-06-17mm: avoid anon_vma_chain allocation under anon_vma lockLinus Torvalds1-8/+12
2011-06-17mm: avoid repeated anon_vma lock/unlock sequences in unlink_anon_vmas()Peter Zijlstra1-21/+28
2011-06-17mm: avoid repeated anon_vma lock/unlock sequences in anon_vma_clone()Linus Torvalds1-3/+36
2011-06-16migrate: don't account swapcache as shmemAndrea Arcangeli1-1/+1
2011-06-16mm: get rid of the most spurious find_vma_prev() usersLinus Torvalds1-9/+3
2011-06-15ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins1-0/+6
2011-06-15mm: compaction: abort compaction if too many pages are isolated and caller is...Mel Gorman1-5/+24
2011-06-15mm: vmscan: do not use page_count without a page pinAndrea Arcangeli1-2/+14
2011-06-15mm: compaction: ensure that the compaction free scanner does not move to the ...Mel Gorman1-1/+12
2011-06-15compaction: checks correct fragmentation indexShaohua Li1-2/+4
2011-06-15mm/memory-failure.c: fix page isolated count mismatchMinchan Kim1-1/+3
2011-06-15memcg: avoid percpu cached charge draining at softlimitKAMEZAWA Hiroyuki1-1/+7
2011-06-15memcg: fix percpu cached charge draining frequencyKAMEZAWA Hiroyuki1-16/+38
2011-06-15memcg: fix wrong check of noswap with softlimitKAMEZAWA Hiroyuki1-1/+1
2011-06-15memcg: fix init_page_cgroup nid with sparsememKAMEZAWA Hiroyuki1-18/+53
2011-06-15mm: memory.numa_stat: fix file permissionKAMEZAWA Hiroyuki1-0/+1
2011-06-15mm: fix negative commitlimit when gigantic hugepages are allocatedRafael Aquini1-0/+8
2011-06-15mm/memory_hotplug.c: fix building of node hotplug zonelistKAMEZAWA Hiroyuki1-0/+6
2011-06-15mm: compaction: fix special case -1 order checksMichal Hocko1-14/+14
2011-06-15mm: fix wrong kunmap_atomic() pointerSteven Rostedt1-2/+4
2011-06-15vmscan: implement swap token priority agingKOSAKI Motohiro1-1/+10
2011-06-15vmscan: implement swap token traceKOSAKI Motohiro1-1/+10
2011-06-15vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro3-30/+77
2011-06-15mm/memory.c: fix kernel-doc notationRandy Dunlap1-1/+1
2011-06-15mm: remove khugepaged double thp vmstat update with CONFIG_NUMA=nAndrea Arcangeli1-4/+1
2011-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2-12/+9
2011-06-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2011-06-06mm: fix ENOSPC returned by handle_mm_fault()Hugh Dickins1-2/+2
2011-06-03more conservative S_NOSEC handlingAl Viro1-1/+1
2011-06-03SLAB: Record actual last user of freed objects.Suleiman Souhlal1-4/+5
2011-06-03slub: always align cpu_slab to honor cmpxchg_double requirementChris Metcalf1-8/+4
2011-06-02Revert "mm: fail GFP_DMA allocations when ZONE_DMA is not configured"Linus Torvalds1-4/+0
2011-05-29mm, rmap: Add yet more comments to page_get_anon_vma/page_lock_anon_vmaPeter Zijlstra1-1/+6
2011-05-28mm: fix page_lock_anon_vma leaving mutex lockedHugh Dickins1-5/+8
2011-05-28mm: fix kernel BUG at mm/rmap.c:1017!Hugh Dickins1-2/+2
2011-05-28tmpfs: fix race between truncate and writepageHugh Dickins1-1/+1
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+15
2011-05-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2011-05-28Cache xattr security drop check for write v2Andi Kleen1-2/+12
2011-05-28mm: Wait for writeback when grabbing pages to begin a writeDarrick J. Wong1-1/+3
2011-05-27Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-4/+4
2011-05-26Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-4/+0
2011-05-26memcg: add the pagefault count into memcg statsYing Han4-5/+56
2011-05-26memcg: add memory.numastat api for numa statisticsYing Han1-0/+155
2011-05-26memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages()Ying Han2-4/+4
2011-05-26memcg: remove unused retry signal from reclaimJohannes Weiner1-1/+1
2011-05-26memcg: fix get_scan_count() for small targetsKAMEZAWA Hiroyuki2-30/+34
2011-05-26memcg: reclaim memory from nodes in round-robin orderYing Han2-7/+105
2011-05-26memcg: move page-freeing code out of lockNamhyung Kim1-9/+13
2011-05-26memcg: fix off-by-one when calculating swap cgroup map lengthNamhyung Kim1-1/+1
2011-05-26memcg: mark init_section_page_cgroup() properlyNamhyung Kim1-2/+2
2011-05-26memcg: remove pointless next_mz nullification in mem_cgroup_soft_limit_reclaim()Michal Hocko1-3/+2
2011-05-26memcg: add the soft_limit reclaim in global direct reclaim.Ying Han1-2/+14
2011-05-26memcg: count the soft_limit reclaim in global background reclaimYing Han2-12/+33
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum1-12/+6
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds5-0/+285
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro5-12/+12
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer2-0/+17
2011-05-26mm: cleancache core ops functions and configDan Magenheimer3-0/+268
2011-05-25slub: remove no-longer used 'unlock_out' labelLinus Torvalds1-1/+0
2011-05-25maccess,probe_kernel: Make write/read src const void *Steven Rostedt1-4/+4
2011-05-25Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2011-05-25nommu: add page alignment to mmapBob Liu1-9/+14
2011-05-25mm: batch activate_page() to reduce lock contentionShaohua Li1-5/+40
2011-05-25mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath()Andrew Barry1-1/+1
2011-05-25memsw: remove noswapaccount kernel parameterMichal Hocko1-10/+3
2011-05-25mm: proc: move show_numa_map() to fs/proc/task_mmu.cStephen Wilson1-183/+0
2011-05-25mm: remove check_huge_range()Stephen Wilson1-35/+0
2011-05-25mm: make gather_stats() type-safe and remove forward declarationStephen Wilson1-4/+4
2011-05-25mm: remove MPOL_MF_STATSStephen Wilson1-4/+1
2011-05-25mm: use walk_page_range() instead of custom page table walking codeStephen Wilson1-7/+68
2011-05-25mm: export get_vma_policy()Stephen Wilson1-1/+1
2011-05-25tmpfs: implement generic xattr supportEric Paris1-54/+266
2011-05-25memblock/nobootmem: remove unneeded code from alloc_bootmem_node_high()Yinghai Lu1-23/+0
2011-05-25mm: fail GFP_DMA allocations when ZONE_DMA is not configuredDavid Rientjes1-0/+4
2011-05-25mm: remove dependency on CONFIG_FLATMEM from online_page()Daniel Kiper1-4/+0
2011-05-25mm: filter unevictable page out in deactivate_page()Minchan Kim1-0/+7
2011-05-25readahead: trigger mmap sequential readahead on PG_readaheadWu Fengguang1-4/+2
2011-05-25readahead: reduce unnecessary mmap_miss increasesAndi Kleen1-1/+2
2011-05-25readahead: return early when readahead is disabledWu Fengguang1-6/+6
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han2-17/+20
2011-05-25vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han2-14/+39
2011-05-25readahead: readahead page allocations are OK to failWu Fengguang1-1/+1
2011-05-25mm: check if any page in a pageblock is reserved before marking it MIGRATE_RE...Arve Hjønnevåg1-2/+17
2011-05-25mm: strictly require elevated page refcount in isolate_lru_page()Konstantin Khlebnikov1-1/+4
2011-05-25mem-hwpoison: fix page refcount around isolate_lru_page()Konstantin Khlebnikov1-5/+6
2011-05-25mem-hotplug: call isolate_lru_page with elevated refcountKonstantin Khlebnikov1-1/+3
2011-05-25mm: print vmalloc() state after allocation failuresDave Hansen1-2/+7
2011-05-25mm: break out page allocation warning codeDave Hansen1-21/+41
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro1-1/+0
2011-05-25mm: thp: optimize memcg charge in khugepagedAndrea Arcangeli1-10/+11
2011-05-25mm: uninline large generic tlb.h functionsPeter Zijlstra1-2/+122
2011-05-25mm: optimize page_lock_anon_vma() fast-pathPeter Zijlstra1-4/+82
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra3-11/+11
2011-05-25mm: use refcounts for page_lock_anon_vma()Peter Zijlstra2-28/+31
2011-05-25mm: improve page_lock_anon_vma() commentPeter Zijlstra1-2/+16
2011-05-25mm: revert page_lock_anon_vma() lock annotationPeter Zijlstra1-3/+1
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra9-47/+47
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra3-181/+28
2011-05-25mm: extended batches for generic mmu_gatherPeter Zijlstra1-1/+1
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra1-0/+77
2011-05-25mm: mmu_gather reworkPeter Zijlstra2-32/+32
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko2-7/+2
2011-05-25mm/vmalloc: remove guard page from between vmap blocksJohannes Weiner1-3/+3
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes3-13/+36
2011-05-25mm/compaction: reverse the change that forbade sync migraton with __GFP_NO_KS...Andrea Arcangeli1-1/+1
2011-05-25mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occurKOSAKI Motohiro2-2/+3
2011-05-25mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occursKOSAKI Motohiro2-6/+7
2011-05-25mm, mem-hotplug: fix section mismatch. setup_per_zone_inactive_ratio() should...KOSAKI Motohiro2-4/+4
2011-05-25x86,mm: make pagefault killableKOSAKI Motohiro1-7/+24
2011-05-25mm: introduce wait_on_page_locked_killable()KOSAKI Motohiro1-0/+11
2011-05-25mm: per-node vmstat: show proper vmstatsKOSAKI Motohiro1-129/+132
2011-05-25mm: nommu: fix a compile warning in do_mmap_pgoff()Namhyung Kim1-3/+3
2011-05-25mm: nommu: fix a potential memory leak in do_mmap_private()Namhyung Kim1-1/+1
2011-05-25mm: nommu: check the vma list when unmapping file-mapped vmaNamhyung Kim1-4/+2
2011-05-25mm: nommu: find vma using the sorted vma listNamhyung Kim1-8/+4
2011-05-25mm: nommu: don't scan the vma list when deletingNamhyung Kim1-7/+8
2011-05-25mm: nommu: sort mm->mmap list properlyNamhyung Kim4-45/+44
2011-05-25mm: remove unused zone_idx variable from set_migratetype_isolateSergey Senozhatsky1-2/+0
2011-05-25mmap: avoid merging cloned VMAsShaohua Li1-5/+13
2011-05-25mmap: avoid unnecessary anon_vma lockShaohua Li1-1/+1
2011-05-25mmap: add alignment for some variablesShaohua Li1-3/+7
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes2-17/+11
2011-05-25mm: vmscan: correctly check if reclaimer should schedule during shrink_slabMinchan Kim1-2/+7
2011-05-25mm: vmscan: correct use of pgdat_balanced in sleeping_prematurelyJohannes Weiner1-1/+1
2011-05-25slub: Fix double bit unlock in debug modeChristoph Lameter1-1/+2
2011-05-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-7/+4
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-2/+4
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo8-18/+21
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds1-100/+65
2011-05-23Merge branch 'slab/next' into for-linusPekka Enberg1-100/+65
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2011-05-23[S390] merge page_test_dirty and page_clear_dirtyMartin Schwidefsky1-7/+4
2011-05-21slub: Remove node check in slab_freeChristoph Lameter1-1/+3
2011-05-20tmpfs: fix highmem swapoff crash regressionHugh Dickins1-1/+2
2011-05-20vmalloc: remove vmalloc_sync_all() from alloc_vm_area()Jeremy Fitzhardinge1-4/+0
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds4-0/+4
2011-05-20backing-dev: Kill set but not used var in bdi_debug_stats_show()Gustavo F. Padovan1-2/+2
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds1-2/+5
2011-05-19kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas1-2/+5
2011-05-18memcg: fix zone congestionKAMEZAWA Hiroyuki1-1/+1
2011-05-17slub: avoid label inside conditionalDavid Rientjes1-3/+3
2011-05-17slub: Make CONFIG_DEBUG_PAGE_ALLOC work with new fastpathChristoph Lameter1-1/+13
2011-05-17slub: Avoid warning for !CONFIG_SLUB_DEBUGChristoph Lameter1-1/+1
2011-05-16mm: fix kernel-doc warning in page_alloc.cRandy Dunlap1-0/+1
2011-05-14tmpfs: fix race between swapoff and writepageHugh Dickins1-6/+4
2011-05-11tmpfs: fix spurious ENOSPC when racing with unswapHugh Dickins1-10/+22
2011-05-11tmpfs: fix race between umount and swapoffHugh Dickins1-45/+43
2011-05-11tmpfs: fix race between umount and writepageHugh Dickins1-11/+20
2011-05-11memcg: allocate memory cgroup structures in local nodesAndi Kleen1-1/+1
2011-05-11mm: add alloc_pages_exact_nid()Andi Kleen1-12/+37
2011-05-11mm: use alloc_bootmem_node_nopanic() on really needed pathYinghai Lu1-3/+4
2011-05-11mm: check PageUnevictable in lru_deactivate_fn()Minchan Kim1-0/+3
2011-05-09vm: fix vm_pgoff wrap in upward expansionHugh Dickins1-4/+7
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka1-9/+7
2011-05-07slub: Remove CONFIG_CMPXCHG_LOCAL ifdefferyChristoph Lameter1-56/+0
2011-05-04VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds2-8/+4
2011-05-04slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchgThomas Gleixner1-2/+2
2011-04-28mm: check if PTE is already allocated during page faultMel Gorman1-1/+1
2011-04-28oom: use pte pages in OOM scoreKOSAKI Motohiro1-3/+6
2011-04-28mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli1-19/+24
2011-04-26Merge branch 'master' into for-nextJiri Kosina45-1359/+2123
2011-04-17slub: Move debug handlign in __slab_freeChristoph Lameter1-9/+2
2011-04-17slub: Move node determination out of hotpathChristoph Lameter1-4/+5
2011-04-17slub: Eliminate repeated use of c->page through a new page variableChristoph Lameter1-19/+22
2011-04-17slub: get_map() function to establish map of free objects in a slabChristoph Lameter1-12/+22
2011-04-17slub: Use NUMA_NO_NODE in get_partialChristoph Lameter1-1/+1
2011-04-14mm/thp: use conventional format for boolean attributesBen Hutchings1-10/+14
2011-04-14oom-kill: remove boost_dying_task_prio()KOSAKI Motohiro1-28/+0
2011-04-14vmscan: all_unreclaimable() use zone->all_unreclaimable as a nameKOSAKI Motohiro1-11/+13
2011-04-14mm: check that we have the right vma in __access_remote_vm()Michael Ellerman1-1/+1
2011-04-14brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina1-1/+1
2011-04-14tmpfs: fix off-by-one in max_blocks checksHugh Dickins1-2/+4
2011-04-14mm: add VM counters for transparent hugepagesAndi Kleen2-4/+30
2011-04-14vmstat: update comment regarding stat_thresholdChristoph Lameter1-3/+6
2011-04-14mm/page_alloc.c: silence build_all_zonelists() section mismatchPaul Mundt1-1/+1
2011-04-14mm: optimize pfn calculation in online_page()Daniel Kiper1-1/+1
2011-04-13vm: fix vm_pgoff wrap in stack expansionLinus Torvalds1-5/+8
2011-04-12vm: fix mlock() on stack guard pageLinus Torvalds2-21/+18
2011-04-12slub: Fix a typo in config nameLi Zefan1-1/+1
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-04-10mm: Fix section mismatch for setup_zone_pageset()Nikanth Karthikesan1-1/+1