aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-03-22mm/mprotect.c: don't imply PROT_EXEC on non-exec fsPiotr Kwapulinski1-5/+8
2016-03-22kernel: add kcov code coverageDmitry Vyukov2-0/+16
2016-03-22zram: revive swap_slot_free_notifyMinchan Kim1-43/+50
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+6
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-59/+200
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+14
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds56-1177/+1249
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2016-03-17radix-tree,shmem: introduce radix_tree_iter_next()Matthew Wilcox1-9/+3
2016-03-17mm: use radix_tree_iter_retry()Matthew Wilcox2-47/+29
2016-03-17radix_tree: add support for multi-order entriesMatthew Wilcox1-1/+1
2016-03-17fix Christoph's email addressesChristoph Lameter2-2/+2
2016-03-17mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabledTetsuo Handa1-1/+5
2016-03-17mm,oom: make oom_killer_disable() killableTetsuo Handa1-7/+3
2016-03-17mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky1-7/+13
2016-03-17zsmalloc: drop unused member 'mapping_area->huge'YiPing Xu1-6/+3
2016-03-17mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin1-1/+1
2016-03-17mm: memcontrol: zap oom_info_lockVladimir Davydov1-4/+0
2016-03-17mm: memcontrol: clarify the uncharge_list() loopJohannes Weiner1-0/+4
2016-03-17mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usageJohannes Weiner1-4/+34
2016-03-17mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner1-0/+6
2016-03-17mm: meminit: initialise more memory for inode/dentry hash tables in early bootLi Zhang1-2/+9
2016-03-17thp: fix deadlock in split_huge_pmd()Kirill A. Shutemov1-11/+2
2016-03-17thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov2-176/+44
2016-03-17mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov1-6/+9
2016-03-17rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov2-12/+17
2016-03-17rmap: introduce rmap_walk_locked()Kirill A. Shutemov1-9/+32
2016-03-17mm: ZONE_DEVICE depends on SPARSEMEM_VMEMMAPDan Williams1-0/+1
2016-03-17mm: percpu: use pr_fmt to prefix outputJoe Perches2-11/+13
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches20-150/+118
2016-03-17mm: coalesce split stringsJoe Perches20-109/+78
2016-03-17mm: convert pr_warning to pr_warnJoe Perches3-18/+16
2016-03-17mm: exclude ZONE_DEVICE from GFP_ZONE_TABLEDan Williams1-2/+0
2016-03-17mm: memcontrol: cleanup css_reset callbackVladimir Davydov1-3/+5
2016-03-17mm, memory hotplug: print debug message in the proper way for online_pagesChen Yucong1-16/+16
2016-03-17mm: remove __GFP_NOFAIL is deprecated commentMichal Hocko1-13/+5
2016-03-17mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim3-0/+68
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim7-26/+21
2016-03-17mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman4-48/+71
2016-03-17mm, mempool: only set __GFP_NOMEMALLOC if there are free elementsDavid Rientjes1-4/+16
2016-03-17mm: scale kswapd watermarks in proportion to memoryJohannes Weiner1-2/+27
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov3-9/+5
2016-03-17mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko1-0/+43
2016-03-17mm/Kconfig: remove redundant arch depend for memory hotplugYang Shi1-1/+0
2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V2-17/+5
2016-03-17mm: deduplicate memory overcommitment codeAndrey Ryabinin3-240/+124
2016-03-17mm: move max_map_count bits into mm.hAndrey Ryabinin3-3/+0
2016-03-17thp, vmstats: count deferred split eventsKirill A. Shutemov2-0/+2
2016-03-17mm: workingset: make shadow node shrinker memcg awareVladimir Davydov2-6/+9
2016-03-17mm: workingset: size shadow nodes lru basing on file cache sizeVladimir Davydov1-1/+3
2016-03-17mm: memcontrol: zap memcg_kmem_online helperVladimir Davydov2-2/+2
2016-03-17mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware shrinkerVladimir Davydov1-5/+10
2016-03-17mm: memcontrol: enable kmem accounting for all cgroups in the legacy hierarchyVladimir Davydov1-36/+5
2016-03-17mm, kswapd: replace kswapd compaction with waking up kcompactdVlastimil Babka3-104/+54
2016-03-17mm, memory hotplug: small cleanup in online_pages()Vlastimil Babka1-3/+3
2016-03-17mm, compaction: introduce kcompactdVlastimil Babka4-2/+233
2016-03-17mm, kswapd: remove bogus check of balance_classzone_idxVlastimil Babka1-2/+1
2016-03-17sound: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-0/+1
2016-03-17mm/slub: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-4/+3
2016-03-17mm/vmalloc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-13/+12
2016-03-17/proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi2-5/+0
2016-03-17mm: memcontrol: report kernel stack usage in cgroup2 memory.statVladimir Davydov1-0/+2
2016-03-17mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov4-6/+43
2016-03-17mm: memcontrol: make tree_{stat,events} fetch all statsVladimir Davydov1-28/+39
2016-03-17mm: memcontrol: do not bypass slab charge if memcg is offlineVladimir Davydov1-5/+3
2016-03-17mm: oom_kill: don't ignore oom score on exiting tasksJohannes Weiner1-3/+0
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds33-1187/+1707
2016-03-15mm: memcontrol: drop unnecessary lru locking from mem_cgroup_migrate()Johannes Weiner1-2/+1
2016-03-15mm: migrate: consolidate mem_cgroup_migrate() callsJohannes Weiner1-7/+2
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim4-46/+100
2016-03-15mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_pageJoonsoo Kim1-11/+30
2016-03-15mm/compaction: fix invalid free_pfn and compact_cached_free_pfnJoonsoo Kim1-4/+5
2016-03-15mm/memblock.c: remove unnecessary memblock_type variableAlexander Kuleshov1-6/+2
2016-03-15thp: cleanup split_huge_page()Kirill A. Shutemov1-13/+7
2016-03-15mm: use linear_page_index() in do_fault()Matthew Wilcox1-2/+1
2016-03-15mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner4-15/+1
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner7-80/+57
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner4-14/+18
2016-03-15mm: workingset: per-cgroup cache thrash detectionJohannes Weiner3-44/+78
2016-03-15mm: workingset: eviction buckets for bigmem/lowbit machinesJohannes Weiner1-1/+29
2016-03-15mm: workingset: separate shadow unpacking and refault calculationJohannes Weiner1-28/+28
2016-03-15mm: workingset: #define radix entry eviction maskJohannes Weiner1-4/+6
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner6-51/+45
2016-03-15mm, vmscan: make zone_reclaimable_pages more preciseMichal Hocko1-7/+7
2016-03-15mm/madvise: update comment on sys_madvise()Naoya Horiguchi1-0/+14
2016-03-15mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1Vladimir Davydov1-8/+0
2016-03-15memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov1-2/+15
2016-03-15mm/memory.c: make apply_to_page_range() more robustMika Penttilä1-1/+3
2016-03-15mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbindLiang Chen1-1/+3
2016-03-15mm/memory-failure.c: remove useless "undef"sWang Xiaoqiang1-2/+0
2016-03-15mm/madvise: pass return code of memory_failure() to userspaceNaoya Horiguchi1-2/+3
2016-03-15mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory()Vlastimil Babka2-8/+6
2016-03-15mm/page_poisoning.c: allow for zero poisoningLaura Abbott4-5/+37
2016-03-15mm/page_poison.c: enable PAGE_POISONING as a separate optionLaura Abbott4-14/+75
2016-03-15mm, debug: move bad flags printing to bad_page()Vlastimil Babka2-10/+10
2016-03-15mm, page_owner: dump page owner info from dump_page()Vlastimil Babka3-0/+28
2016-03-15mm, page_owner: track and print last migrate reasonVlastimil Babka3-3/+35
2016-03-15mm, page_owner: copy page owner info during migrationVlastimil Babka2-0/+28
2016-03-15mm, page_owner: convert page_owner_inited to static keyVlastimil Babka2-5/+6
2016-03-15mm, page_owner: print migratetype of page and pageblock, symbolic flagsVlastimil Babka3-30/+20
2016-03-15mm, oom: print symbolic gfp_flags in oom warningVlastimil Babka1-3/+4
2016-03-15mm, page_alloc: print symbolic gfp_flags on allocation failureVlastimil Babka1-3/+2
2016-03-15mm, debug: replace dump_flags() with the new printk formatsVlastimil Babka1-46/+14
2016-03-15mm, printk: introduce new format string for flagsVlastimil Babka2-14/+26
2016-03-15mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka1-77/+11
2016-03-15mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman1-0/+49
2016-03-15mm: filemap: remove redundant code in do_read_cache_pageMel Gorman1-31/+12
2016-03-15mm/debug_pagealloc: ask users for default setting of debug_pageallocChristian Borntraeger2-3/+21
2016-03-15mm/page-writeback: fix dirty_ratelimit calculationAndrey Ryabinin1-5/+6
2016-03-15mm/page_alloc.c: rework code layout in memmap_init_zone()Andrew Morton1-41/+38
2016-03-15mm/page_alloc.c: introduce kernelcore=mirror optionTaku Izumi1-6/+108
2016-03-15mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node()Taku Izumi1-11/+29
2016-03-15mm/slub: support left redzoneJoonsoo Kim1-29/+71
2016-03-15slub: relax CMPXCHG consistency restrictionsLaura Abbott1-3/+9
2016-03-15slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott2-37/+62
2016-03-15slub: fix/clean free_debug_processing return pathsLaura Abbott1-11/+10
2016-03-15slub: drop lock at the end of free_debug_processingLaura Abbott1-14/+11
2016-03-15mm/slab: re-implement pfmemalloc supportJoonsoo Kim1-168/+116
2016-03-15mm/slab: avoid returning values by referenceJoonsoo Kim1-5/+8
2016-03-15mm/slab: introduce new slab management type, OBJFREELIST_SLABJoonsoo Kim1-8/+86
2016-03-15mm/slab: factor out debugging initialization in cache_init_objs()Joonsoo Kim1-6/+18
2016-03-15mm/slab: factor out slab list fixup codeJoonsoo Kim1-12/+13
2016-03-15mm/slab: make criteria for off slab determination robust and simpleJoonsoo Kim1-28/+17
2016-03-15mm/slab: do not change cache size if debug pagealloc isn't possibleJoonsoo Kim1-4/+11
2016-03-15mm/slab: clean up cache type determinationJoonsoo Kim1-34/+71
2016-03-15mm/slab: align cache size first before determination of OFF_SLAB candidateJoonsoo Kim1-11/+15
2016-03-15mm/slab: put the freelist at the end of slab pageJoonsoo Kim1-68/+22
2016-03-15mm/slab: remove object status buffer for DEBUG_SLAB_LEAKJoonsoo Kim1-32/+2
2016-03-15mm/slab: alternative implementation for DEBUG_SLAB_LEAKJoonsoo Kim1-22/+63
2016-03-15mm/slab: clean up DEBUG_PAGEALLOC processing codeJoonsoo Kim1-48/+49
2016-03-15mm/slab: use more appropriate condition check for debug_pageallocJoonsoo Kim1-3/+1
2016-03-15mm/slab: activate debug_pagealloc in SLAB when it is actually enabledJoonsoo Kim1-5/+10
2016-03-15mm/slab: remove the checks for slab implementation bugJoonsoo Kim1-22/+7
2016-03-15mm/slab: remove useless structure defineJoonsoo Kim1-10/+1
2016-03-15mm/slab: fix stale code commentJoonsoo Kim1-1/+1
2016-03-15mm: fix some spellingJesper Dangaard Brouer1-1/+1
2016-03-15mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper Dangaard Brouer3-6/+28
2016-03-15slab: implement bulk free in SLAB allocatorJesper Dangaard Brouer1-6/+23
2016-03-15slab: avoid running debug SLAB code with IRQs disabled for alloc_bulkJesper Dangaard Brouer1-3/+13
2016-03-15slab: implement bulk alloc in SLAB allocatorJesper Dangaard Brouer1-2/+35
2016-03-15slab: use slab_post_alloc_hook in SLAB allocator shared with SLUBJesper Dangaard Brouer1-16/+6
2016-03-15mm: kmemcheck skip object if slab allocation failedJesper Dangaard Brouer1-0/+3
2016-03-15slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUBJesper Dangaard Brouer1-12/+4
2016-03-15mm: fault-inject take over bootstrap kmem_cache checkJesper Dangaard Brouer3-14/+12
2016-03-15mm/slab: move SLUB alloc hooks to common mm/slab.hJesper Dangaard Brouer2-54/+62
2016-03-15slub: clean up code for kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer1-11/+11
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+32
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2016-03-14Merge drm-fixes into drm-next.Dave Airlie17-61/+148
2016-03-11mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson1-1/+1
2016-03-09mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlersJan Stancek1-2/+2
2016-03-09mm, thp: fix migration of PTE-mapped transparent huge pagesKirill A. Shutemov1-1/+1
2016-03-09kasan: add functions to clear stack poisonMark Rutland1-0/+20
2016-03-09mm: __delete_from_page_cache show Bad page if mappedHugh Dickins1-1/+24
2016-03-09mm/hugetlb: hugetlb_no_page: rate-limit warning messageGeoffrey Thomas1-1/+1
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar11-50/+87
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar25-215/+307
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov1-3/+14
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler1-8/+4
2016-02-27mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman1-1/+1
2016-02-27mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli1-2/+12
2016-02-25Merge tag 'powerpc-4.5-4' into nextMichael Ellerman1-0/+1
2016-02-24thp: call pmdp_invalidate() with correct virtual addressKirill A. Shutemov1-4/+5
2016-02-20Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+1
2016-02-18mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov5-27/+29
2016-02-18mm/hugetlb.c: fix incorrect proc nr_hugepages valueVaishali Thakkar1-2/+4
2016-02-18mm: fix regression in remap_file_pages() emulationKirill A. Shutemov1-5/+29
2016-02-18thp, dax: do not try to withdraw pgtable from non-anon VMAKirill A. Shutemov1-1/+2
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen2-5/+13
2016-02-18mm/core, x86/mm/pkeys: Add arch_validate_pkey()Dave Hansen1-0/+2
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen3-3/+3
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen2-2/+10
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen3-8/+20
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2-3/+19
2016-02-18mm/gup: Factor out VMA fault permission checkingDave Hansen1-3/+13
2016-02-18mm/core, x86/mm/pkeys: Store protection bits in high VMA flagsDave Hansen1-0/+3
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar20-167/+222
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen4-7/+9
2016-02-16mm/gup: Overload get_user_pages() functionsDave Hansen3-36/+94
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen3-9/+31
2016-02-16Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar2-6/+32
2016-02-15lib+mm: fix few spelling mistakesBogdan Sikora1-2/+2
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V1-0/+1
2016-02-11mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGEVineet Gupta1-2/+2
2016-02-11mm,thp: khugepaged: call pte flush at the time of collapseVineet Gupta1-1/+3
2016-02-11mm/backing-dev.c: fix error path in wb_init()Rasmus Villemoes1-1/+1
2016-02-11mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov2-2/+6
2016-02-11mm: fix filemap.c kernel doc warningRandy Dunlap1-0/+1
2016-02-09Merge tag 'drm-intel-next-2016-01-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-0/+6
2016-02-05thp: make deferred_split_scan() work againKirill A. Shutemov1-1/+1
2016-02-05mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-30/+25
2016-02-05mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka2-2/+2
2016-02-05mm/hugetlb: fix gigantic page initialization/allocationMike Kravetz1-2/+3
2016-02-05mm: downgrade VM_BUG in isolate_lru_page() to warningKirill A. Shutemov1-1/+1
2016-02-05mempolicy: do not try to queue pages from !vma_migratable()Kirill A. Shutemov1-9/+5
2016-02-05mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa1-1/+1
2016-02-05vmstat: make vmstat_update deferrableMichal Hocko1-1/+1
2016-02-05mm, vmstat: make quiet_vmstat lighterMichal Hocko1-22/+46
2016-02-05mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INITVlastimil Babka1-4/+5
2016-02-05memblock: don't mark memblock_phys_mem_size() as __initDavid Gibson1-1/+1