aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-01-13mm: mmu_gather: use tlb->end != 0 only for TLB invalidationWill Deacon1-4/+4
2015-01-11mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov1-2/+4
2015-01-11mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2015-01-08mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka1-11/+13
2015-01-08memcg: fix destination cgroup leak on task charges migrationVladimir Davydov1-12/+0
2015-01-08mm: memcontrol: switch soft limit default back to infinityJohannes Weiner1-1/+4
2015-01-08mm/debug_pagealloc: remove obsolete Kconfig optionsJoonsoo Kim1-9/+0
2015-01-08mm: protect set_page_dirty() from ongoing truncationJohannes Weiner2-41/+29
2015-01-08mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov1-1/+41
2015-01-06mm: propagate error from stack expansion even for guard pageLinus Torvalds1-2/+2
2014-12-29mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko1-17/+12
2014-12-22Revert "mm/memory.c: share the i_mmap_rwsem"Kirill A. Shutemov1-2/+2
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds3-3/+13
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-28/+2
2014-12-18mm/zsmalloc: adjust order of functionsGanesh Mahendran1-187/+187
2014-12-18mm/memory.c:do_shared_fault(): add commentAndrew Morton1-0/+6
2014-12-18mm: cma: split cma-reserved in dmesg logPintu Kumar2-2/+5
2014-12-18mm/mempolicy.c: remove unnecessary is_valid_nodemask()Zhihui Zhang1-8/+2
2014-12-18mm: replace ACCESS_ONCE with READ_ONCE or barriersChristian Borntraeger3-3/+13
2014-12-17mmu_gather: fix over-eager tlb_flush_mmu_free() callingLinus Torvalds1-3/+3
2014-12-17vm_area_operations: kill ->migrate()Al Viro2-26/+0
2014-12-17new helper: iter_is_iovec()Al Viro2-2/+2
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds8-11/+44
2014-12-14Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-1/+2
2014-12-13aio: Make it possible to remap aio ringPavel Emelyanov1-1/+2
2014-12-13mm/cma: make kmemleak ignore CMA regionsThierry Reding1-0/+6
2014-12-13slub: fix cpuset check in get_any_partialVladimir Davydov1-2/+1
2014-12-13slab: fix cpuset check in fallback_allocVladimir Davydov1-1/+1
2014-12-13mm/zbud: init user ops only when it is neededHeesub Shin1-1/+1
2014-12-13mm/zswap: delete unnecessary check before calling free_percpu()Markus Elfring1-2/+1
2014-12-13mm/zswap: add __init to some functions in zswapMahendran Ganesh1-3/+3
2014-12-13mm/zsmalloc: allocate exactly size of struct zs_poolGanesh Mahendran1-3/+2
2014-12-13mm/zsmalloc: avoid duplicate assignment of prev_classGanesh Mahendran1-5/+4
2014-12-13mm/zsmalloc: support allocating obj with size of ZS_MAX_ALLOC_SIZEMahendran Ganesh1-6/+32
2014-12-13zsmalloc: correct fragile [kmap|kunmap]_atomic useMinchan Kim1-9/+12
2014-12-13zsmalloc: fix zs_init cpu notifier error handlingSergey Senozhatsky1-15/+24
2014-12-13zsmalloc: merge size_class to reduce fragmentationJoonsoo Kim1-14/+66
2014-12-13mm/memcontrol.c: remove unused mem_cgroup_lru_names_not_uptodate()Rickard Strandqvist1-5/+2
2014-12-13memcg: fix possible use-after-free in memcg_kmem_get_cache()Vladimir Davydov3-40/+27
2014-12-13mm/memcontrol.c: fix defined but not used compiler warningMichele Curti1-1/+2
2014-12-13mm: fadvise: document the fadvise(FADV_DONTNEED) behaviour for partial pagesMel Gorman1-1/+5
2014-12-13mm/vmalloc.c: fix memory ordering bugDmitry Vyukov1-2/+2
2014-12-13oom: kill the insufficient and no longer needed PT_TRACE_EXIT checkOleg Nesterov1-8/+3
2014-12-13oom: don't assume that a coredumping thread will exit soonOleg Nesterov2-4/+4
2014-12-13mm: remove the highmem zones' memmap in the highmem zoneZhong Hongbo1-10/+12
2014-12-13mm: unmapped page migration avoid unmap+remap overheadHugh Dickins1-10/+18
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner3-137/+96
2014-12-13mm,vmacache: count number of system-wide flushesDavidlohr Bueso2-0/+3
2014-12-13mm/page_owner: correct owner information for early allocated pagesJoonsoo Kim1-2/+91
2014-12-13mm/page_owner: keep track of page ownersJoonsoo Kim5-1/+338
2014-12-13mm/nommu: use alloc_pages_exact() rather than its own implementationJoonsoo Kim1-22/+11
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2-1/+27
2014-12-13mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim4-7/+73
2014-12-13mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim4-0/+407
2014-12-13mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache()Zhang Zhen1-2/+1
2014-12-13mm: export find_extend_vma() and handle_mm_fault() for driver useJesse Barnes2-0/+3
2014-12-13hugetlb: hugetlb_register_all_nodes(): add __init markerLuiz Capitulino1-1/+1
2014-12-13hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED()Luiz Capitulino1-1/+1
2014-12-13memcg: turn memcg_kmem_skip_account into a bit fieldVladimir Davydov1-33/+2
2014-12-13memcg: only check memcg_kmem_skip_account in __memcg_kmem_get_cacheVladimir Davydov1-28/+0
2014-12-13memcg: zap kmem_account_flagsVladimir Davydov1-21/+10
2014-12-13mm: mincore: add hwpoison page handleWeijie Yang1-2/+5
2014-12-13mm/rmap: calculate page offset when neededDavidlohr Bueso1-2/+4
2014-12-13mm/debug-pagealloc: cleanup page guard codeJoonsoo Kim1-19/+19
2014-12-13mm/memblock.c: refactor functions to set/clear MEMBLOCK_HOTPLUGTony Luck1-23/+20
2014-12-13memcg: do not abuse memcg_kmem_skip_accountVladimir Davydov1-7/+0
2014-12-13memcg: don't check mm in __memcg_kmem_{get_cache,newpage_charge}Vladimir Davydov1-2/+2
2014-12-13memcg: __mem_cgroup_free: remove stale disarm_static_keys commentVladimir Davydov1-11/+0
2014-12-13mm: cma: align to physical address, not CMA region positionGregory Fong1-3/+16
2014-12-13mm/memory.c: share the i_mmap_rwsemDavidlohr Bueso1-2/+2
2014-12-13mm/nommu: share the i_mmap_rwsemDavidlohr Bueso1-5/+4
2014-12-13mm/memory-failure: share the i_mmap_rwsemDavidlohr Bueso1-2/+2
2014-12-13mm/xip: share the i_mmap_rwsemDavidlohr Bueso1-14/+9
2014-12-13mm/rmap: share the i_mmap_rwsemDavidlohr Bueso1-3/+3
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso5-18/+18
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso9-34/+34
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds6-9/+11
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+1
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-8/+73
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-3/+4
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds28-1954/+1236
2014-12-10mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner3-20/+12
2014-12-10mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner5-10/+7
2014-12-10mm: embed the memcg pointer directly into struct pageJohannes Weiner3-410/+35
2014-12-10mm: memcontrol: remove stale page_cgroup_lock commentJohannes Weiner1-4/+0
2014-12-10mm/frontswap.c: fix the condition in BUG_ONLi Haifeng1-1/+1
2014-12-10mm: fix a spelling mistakeWei Yuan1-1/+1
2014-12-10mm: hugetlb: fix __unmap_hugepage_range()Hillf Danton1-1/+3
2014-12-10mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko3-8/+8
2014-12-10mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()Johannes Weiner2-45/+18
2014-12-10mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree()Johannes Weiner1-1/+1
2014-12-10mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task()Johannes Weiner1-3/+2
2014-12-10mm: memcontrol: shorten the page statistics update slowpathJohannes Weiner1-13/+8
2014-12-10thp: do not mark zero-page pmd write-protected explicitlyKirill A. Shutemov1-1/+0
2014-12-10memcg: use generic slab iterators for showing slabinfoVladimir Davydov3-27/+24
2014-12-10memcg: remove mem_cgroup_reclaimable check from soft reclaimVladimir Davydov1-43/+0
2014-12-10mm: memcontrol: fold mem_cgroup_start_move()/mem_cgroup_end_move()Johannes Weiner1-28/+12
2014-12-10mm: memcontrol: don't pass a NULL memcg to mem_cgroup_end_move()Johannes Weiner1-7/+3
2014-12-10mm: memcontrol: inline memcg->move_lock lockingJohannes Weiner1-22/+6
2014-12-10mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgroup valid flagJohannes Weiner1-66/+41
2014-12-10mm: memcontrol: remove unnecessary PCG_MEM memory charge flagJohannes Weiner1-3/+1
2014-12-10mm: memcontrol: remove unnecessary PCG_MEMSW memory+swap charge flagJohannes Weiner1-22/+12
2014-12-10mm: memcontrol: uncharge pages on swapoutJohannes Weiner1-4/+14
2014-12-10mm: memcontrol: micro-optimize mem_cgroup_split_huge_fixup()Michal Hocko1-1/+3
2014-12-10memcg: remove activate_kmem_mutexVladimir Davydov1-19/+5
2014-12-10mm: memcontrol: clarify migration where old page is unchargedJohannes Weiner1-1/+6
2014-12-10mm: memcontrol: update mem_cgroup_page_lruvec() documentationJohannes Weiner1-8/+8
2014-12-10memcg: simplify unreclaimable groups handling in soft limit reclaimVladimir Davydov1-22/+4
2014-12-10mm, compaction: more focused lru and pcplists drainingVlastimil Babka2-5/+42
2014-12-10mm, compaction: always update cached scanner positionsVlastimil Babka2-25/+23
2014-12-10mm, compaction: defer only on COMPACT_COMPLETEVlastimil Babka1-1/+1
2014-12-10mm, compaction: simplify deferred compactionVlastimil Babka2-15/+2
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka4-27/+36
2014-12-10mm: vmscan: count only dirty pages as congestedJamie Liu1-1/+2
2014-12-10mm: verify compound order when freeing a pageYu Zhao1-0/+3
2014-12-10mm, memory_hotplug/failure: drain single zone pcplistsVlastimil Babka2-4/+4
2014-12-10mm, cma: drain single zone pcplistsVlastimil Babka1-1/+1
2014-12-10mm, page_isolation: drain single zone pcplistsVlastimil Babka1-1/+1
2014-12-10mm: introduce single zone pcplists drainVlastimil Babka4-30/+61
2014-12-10mm/vmscan.c: replace printk with pr_errPintu Kumar1-2/+1
2014-12-10mm/vmalloc.c: replace printk with pr_warnPintu Kumar1-2/+1
2014-12-10mm/page_alloc.c: convert boot printks without log level to pr_infoAnton Blanchard1-11/+11
2014-12-10mm: memcontrol: remove synchronous stock draining codeJohannes Weiner1-40/+6
2014-12-10mm: memcontrol: continue cache reclaim from offlined groupsJohannes Weiner1-217/+1
2014-12-10mm: memcontrol: remove obsolete kmemcg pinning tricksJohannes Weiner2-92/+5
2014-12-10mm: memcontrol: take a css reference for each charged pageJohannes Weiner1-4/+17
2014-12-10mm: memcontrol: convert reclaim iterator to simple css refcountingJohannes Weiner1-174/+84
2014-12-10mm: hugetlb_cgroup: convert to lockless page countersJohannes Weiner1-45/+58
2014-12-10mm: memcontrol: lockless page countersJohannes Weiner3-338/+503
2014-12-10slab: replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar1-3/+3
2014-12-10slab: improve checking for invalid gfp_flagsAndrew Morton2-2/+8
2014-12-10mm: slub: fix format mismatches in slab_err() callersAndrey Ryabinin1-3/+3
2014-12-10mm/slab: reverse iteration on find_mergeable()Joonsoo Kim1-1/+1
2014-12-10slab: print slabinfo header in seq showVladimir Davydov3-16/+8
2014-12-10mm: slab/slub: coding style: whitespaces and tabs mixtureLQYMGT2-10/+10
2014-12-10mm/CMA: fix boot regression due to physical address of high_memoryJoonsoo Kim1-1/+13
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-640/+422
2014-12-10Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-22/+8
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro19-856/+762
2014-12-08copy_from_iter_nocache()Al Viro1-0/+21
2014-12-08new helper: iov_iter_kvec()Al Viro1-0/+13
2014-12-08csum_and_copy_..._iter()Al Viro1-0/+89
2014-12-08iov_iter.c: handle ITER_KVEC directlyAl Viro1-13/+69
2014-12-08Merge tag 'v3.18' into drm-nextDave Airlie6-23/+33
2014-12-03slab: fix nodeid bounds check for non-contiguous node IDsPaul Mackerras1-1/+1
2014-12-03mm: fix anon_vma_clone() error treatmentDaniel Forrest2-5/+11
2014-12-03mm: fix swapoff hang after page migration and forkHugh Dickins1-13/+13
2014-12-02mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton1-3/+5
2014-12-02mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang1-1/+3
2014-12-02Merge tag 'v3.18-rc7' into drm-nextDave Airlie9-52/+153
2014-11-27iov_iter.c: convert copy_to_iter() to iterate_and_advanceAl Viro1-82/+9
2014-11-27iov_iter.c: convert copy_from_iter() to iterate_and_advanceAl Viro1-91/+15
2014-11-27iov_iter.c: get rid of bvec_copy_page_{to,from}_iter()Al Viro1-36/+24
2014-11-27iov_iter.c: convert iov_iter_zero() to iterate_and_advanceAl Viro1-86/+12
2014-11-27iov_iter.c: convert iov_iter_get_pages_alloc() to iterate_all_kindsAl Viro1-62/+45
2014-11-27iov_iter.c: convert iov_iter_get_pages() to iterate_all_kindsAl Viro1-50/+28
2014-11-27iov_iter.c: convert iov_iter_npages() to iterate_all_kindsAl Viro1-54/+19
2014-11-27iov_iter.c: iterate_and_advanceAl Viro1-76/+28
2014-11-27iov_iter.c: macros for iterating over iov_iterAl Viro1-126/+86
2014-11-22Merge branch 'master' into for-3.19Tejun Heo19-218/+342
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina66-4214/+6629
2014-11-19kill f_dentry usesAl Viro1-2/+2
2014-11-19merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields21-218/+458
2014-11-18x86, mpx: Cleanup unused bound tablesDave Hansen1-0/+2
2014-11-17mmu_gather: move minimal range calculations into generic codeWill Deacon1-22/+8
2014-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2014-11-14mm: Update generic gup implementation to handle hugepage directoryAneesh Kumar K.V1-8/+73
2014-11-13mem-hotplug: reset node present pages when hot-adding a new pgdatTang Chen1-0/+17
2014-11-13mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen3-7/+19
2014-11-13mm/debug-pagealloc: correct freepage accounting and order resettingJoonsoo Kim1-3/+5
2014-11-13mm, compaction: prevent infinite loop in compact_zoneVlastimil Babka1-2/+6
2014-11-13mm: alloc_contig_range: demote pages busy message from warn to infoMichal Nazarewicz1-3/+2
2014-11-13mm/slab: fix unalignment problem on Malta with EVA due to slab mergeJoonsoo Kim1-0/+4
2014-11-13mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim3-29/+78
2014-11-13mm/page_alloc: move freepage counting logic to __free_one_page()Joonsoo Kim1-11/+3
2014-11-13mm/page_alloc: add freepage on isolate pageblock to correct buddy listJoonsoo Kim1-5/+8
2014-11-13mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim2-2/+11
2014-11-13mm/compaction: skip the range until proper target pageblock is metJoonsoo Kim1-0/+10
2014-11-13Fix thinko in iov_iter_single_seg_countPaul Mackerras1-2/+2
2014-11-13zbud, zswap: change module author emailSeth Jennings2-2/+2
2014-11-07Merge tag 'xfs-for-linus-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker1-1/+1
2014-11-07mm: Fix comment before truncate_setsize()Jan Kara1-2/+3
2014-11-03Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds1-24/+44
2014-10-30mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara1-1/+0
2014-10-29mm/balloon_compaction: fix deflation when compaction is disabledKonstantin Khlebnikov1-0/+2
2014-10-29mm/slab_common: don't check for duplicate cache namesMikulas Patocka1-10/+0
2014-10-29mm: rmap: split out page_remove_file_rmap()Johannes Weiner1-32/+46
2014-10-29mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner3-68/+79
2014-10-29mm: page-writeback: inline account_page_dirtied() into single callerJohannes Weiner1-19/+4
2014-10-29memory-hotplug: clear pgdat which is allocated by bootmem in try_offline_node()Yasuaki Ishimatsu1-5/+0
2014-10-29mm, thp: fix collapsing of hugepages on madviseDavid Rientjes2-9/+10
2014-10-29mm: free compound page with correct orderYu Zhao1-2/+2
2014-10-29mm/compaction.c: avoid premature range skip in isolate_migratepages_rangeJoonsoo Kim1-0/+3
2014-10-29cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan1-0/+1
2014-10-29percpu: off by one in BUG_ON()Dan Carpenter1-1/+1