aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2011-07-25mmap: fix and tidy up overcommit page arithmeticDmitry Fink2-42/+26
2011-07-25mm/memblock.c: avoid abuse of RED_INACTIVEAndrew Morton1-4/+4
2011-07-25oom: remove references to old badness() functionDavid Rientjes1-1/+1
2011-07-25mm/memory.c: remove ZAP_BLOCK_SIZEAndrew Morton1-11/+0
2011-07-25mm: hugetlb: fix coding style issuesChris Forbes1-16/+15
2011-07-25mm/huge_memory.c: minor lock simplification in __khugepaged_exitChris Wright1-4/+2
2011-07-25mm/page_cgroup.c: simplify code by using SECTION_ALIGN_UP() and SECTION_ALIGN...Daniel Kiper1-4/+4
2011-07-25mm: remove the leftovers of noswapaccountWANG Cong1-1/+1
2011-07-25pagewalk: fix code comment for THPKOSAKI Motohiro1-1/+2
2011-07-25pagewalk: add locking-rule commentsKOSAKI Motohiro1-0/+3
2011-07-25pagewalk: don't look up vma if walk->hugetlb_entry is unusedKOSAKI Motohiro1-6/+37
2011-07-25pagewalk: fix walk_page_range() don't check find_vma() result properlyKOSAKI Motohiro1-1/+1
2011-07-25mm: swap-token: add a comment for priority agingKOSAKI Motohiro1-0/+11
2011-07-25mm: swap-token: makes global variables to function localKOSAKI Motohiro1-2/+2
2011-07-25mm: swap-token: fix dead linkKOSAKI Motohiro1-1/+1
2011-07-25mm: extend memory hotplug API to allow memory hotplug in virtual machinesDaniel Kiper1-3/+65
2011-07-25mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()Peter Zijlstra1-0/+1
2011-07-25mm: make some struct page's constIan Campbell1-1/+1
2011-07-25hugetlb: add phys addr to struct huge_bootmem_pageBecky Bruce1-1/+9
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+0
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-6/+0
2011-07-25slub: When allocating a new slab also prep the first objectChristoph Lameter1-0/+3
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2011-07-24[S390] reference bit testing for unmapped pagesMartin Schwidefsky1-3/+3
2011-07-24mm: properly reflect task dirty limits in dirty_exceeded logicJan Kara1-6/+20
2011-07-23backing-dev: use synchronize_rcu_expedited instead of synchronize_rcuMikulas Patocka1-1/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-43/+66
2011-07-22Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+54
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-16/+2
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2-4/+2
2011-07-22Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+118
2011-07-22slab: fix DEBUG_SLAB warningTetsuo Handa1-1/+2
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-07-20fs: seq_file - add event counter to simplify poll() supportKay Sievers1-21/+8
2011-07-20fs: kill i_alloc_semChristoph Hellwig4-7/+2
2011-07-20vmalloc,rcu: Convert call_rcu(rcu_free_vb) to kfree_rcu()Lai Jiangshan1-8/+1
2011-07-20vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu()Lai Jiangshan1-8/+1
2011-07-20slab: shrink sizeof(struct kmem_cache)Eric Dumazet1-4/+6
2011-07-20vmscan: add customisable shrinker batch sizeDave Chinner1-5/+6
2011-07-20vmscan: reduce wind up shrinker->nr when shrinker can't do workDave Chinner1-0/+15
2011-07-20vmscan: shrinker->nr updates race and go wrongDave Chinner1-13/+32
2011-07-20vmscan: add shrink_slab tracepointsDave Chinner1-1/+7
2011-07-19vmscan: fix a livelock in kswapdShaohua Li1-1/+2
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar1-2/+2
2011-07-18slab: fix DEBUG_SLAB buildHugh Dickins1-4/+2
2011-07-18slub: disable interrupts in cmpxchg_double_slab when falling back to pagelockChristoph Lameter1-4/+45
2011-07-12x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo1-0/+54
2011-07-11Merge branch 'master' into for-nextJiri Kosina20-293/+634
2011-07-09writeback: trace global_dirty_stateWu Fengguang1-0/+1
2011-07-09writeback: introduce max-pause and pass-good dirty limitsWu Fengguang1-0/+33
2011-07-09writeback: introduce smoothed global dirty limitWu Fengguang1-2/+72
2011-07-09writeback: consolidate variable names in balance_dirty_pages()Wu Fengguang1-10/+11
2011-07-09writeback: show bdi write bandwidth in debugfsWu Fengguang1-11/+13
2011-07-09writeback: bdi write bandwidth estimationWu Fengguang2-0/+99
2011-07-09writeback: account per-bdi accumulated written pagesJan Kara2-2/+9
2011-07-09writeback: make writeback_control.nr_to_write straightWu Fengguang2-26/+8
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-07-07SLUB: Fix missing <linux/stacktrace.h> includePekka Enberg1-0/+1
2011-07-07slub: reduce overhead of slub_debugMarcin Slusarz1-2/+34
2011-07-07slub: Add method to verify memory is not freedBen Greear1-0/+36
2011-07-07slub: Enable backtrace for create/delete pointsBen Greear1-0/+32
2011-07-02slub: Not necessary to check for empty slab on load_freelistChristoph Lameter1-3/+2
2011-07-02slub: fast release on full slabChristoph Lameter1-2/+19
2011-07-02slub: Add statistics for the case that the current slab does not match the nodeChristoph Lameter1-0/+3
2011-07-02slub: Get rid of the another_slab labelChristoph Lameter1-6/+5
2011-07-02slub: Avoid disabling interrupts in free slowpathChristoph Lameter1-11/+5
2011-07-02slub: Disable interrupts in free_debug processingChristoph Lameter1-4/+10
2011-07-02slub: Invert locking and avoid slab lockChristoph Lameter1-77/+52
2011-07-02slub: Rework allocator fastpathsChristoph Lameter1-129/+280
2011-07-02slub: Pass kmem_cache struct to lock and freeze slabChristoph Lameter1-7/+8
2011-07-02slub: explicit list_lock takingChristoph Lameter1-40/+49
2011-07-02slub: Add cmpxchg_double_slab()Christoph Lameter1-5/+60
2011-07-02slub: Move page->frozen handling near where the page->freelist handling occursChristoph Lameter1-2/+6
2011-07-02slub: Do not use frozen page flag but a bit in the page countersChristoph Lameter1-6/+6
2011-07-02slub: Push irq disable into allocate_slab()Christoph Lameter1-10/+13
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-22ptrace: kill trivial tracehooksTejun Heo1-2/+1
2011-06-22ptrace: kill task_ptrace()Tejun Heo1-2/+1
2011-06-20writeback: skip tmpfs early in balance_dirty_pages_ratelimited_nr()Wu Fengguang1-3/+4
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-10mm Kconfig typo: cleancacne -> cleancacheMichael Witten1-1/+1
2011-06-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2011-06-08writeback: skip balance_dirty_pages() for in-memory fsWu Fengguang1-6/+4
2011-06-08writeback: add bdi_dirty_limit() kernel-docWu Fengguang1-2/+9
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig3-9/+22
2011-06-08writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang1-2/+2
2011-06-07slob/lockdep: Fix gfp flags passed to lockdepSteven Rostedt1-0/+6
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