aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-06-13Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-29/+44
2016-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+12
2016-06-09mm/fadvise.c: do not discard partial pages with POSIX_FADV_DONTNEEDOleg Drokin1-0/+11
2016-06-09mm: introduce dedicated WQ_MEM_RECLAIM workqueue to do lru_add_drain_allWang Sheng-Hui1-1/+19
2016-06-09mm: thp: broken page count after commit aa88b68c3b1dGerald Schaefer1-1/+4
2016-06-09revert "mm: memcontrol: fix possible css ref leak on oom"Andrew Morton1-1/+1
2016-06-09kasan: change memory hot-add error messages to info messagesShuah Khan1-2/+2
2016-06-09mm/hugetlb: fix huge page reserve accounting for private mappingsMike Kravetz1-2/+40
2016-06-03mm, page_alloc: recalculate the preferred zoneref if the context can ignore m...Mel Gorman1-7/+16
2016-06-03mm, page_alloc: reset zonelist iterator after resetting fair zone allocation ...Mel Gorman1-0/+1
2016-06-03mm, oom_reaper: do not use siglock in try_oom_reaper()Michal Hocko1-6/+1
2016-06-03mm, page_alloc: prevent infinite loop in buffered_rmqueue()Vlastimil Babka1-4/+5
2016-06-03mm/z3fold.c: avoid modifying HEADLESS page and minor cleanupVitaly Wool1-10/+14
2016-06-03memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_...Tejun Heo1-0/+3
2016-06-03mm: check the return value of lookup_page_ext for all call sitesYang Shi4-1/+41
2016-06-03mm: fix overflow in vm_map_ram()Guillermo Julián Moreno1-4/+5
2016-05-30writeback: use higher precision calculation in domain_dirty_limits()Tejun Heo1-9/+12
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+4
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds2-9/+9
2016-05-27mm: fix section mismatch warningLinus Torvalds1-1/+1
2016-05-27mm: disable DEFERRED_STRUCT_PAGE_INIT on !NO_BOOTMEMGavin Shan1-1/+1
2016-05-27mm/memcontrol.c: move comments for get_mctgt_type() to proper positionLi RongQing1-18/+19
2016-05-27mm/memcontrol.c: fix the margin computation in mem_cgroup_margin()Li RongQing1-0/+2
2016-05-27mm/cma: silence warnings due to max() usageStephen Rothwell1-3/+4
2016-05-27mm: thp: avoid false positive VM_BUG_ON_PAGE in page_move_anon_rmap()Kirill A. Shutemov1-0/+2
2016-05-27oom_reaper: close race with exiting taskMichal Hocko1-6/+24
2016-05-27mm: use early_pfn_to_nid in register_page_bootmem_info_nodeYang Shi1-1/+1
2016-05-27mm: use early_pfn_to_nid in page_ext_initYang Shi1-1/+3
2016-05-27mm: oom: do not reap task if there are live threads in threadgroupVladimir Davydov1-2/+0
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-3/+4
2016-05-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-20/+19
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-63/+69
2016-05-26update "mm/zsmalloc: don't fail if can't create debugfs info"Dan Streetman1-19/+16
2016-05-26memcg: fix mem_cgroup_out_of_memory() return value.Tetsuo Handa1-0/+2
2016-05-26mm: kasan: remove unused 'reserved' field from struct kasan_alloc_metaAndrey Ryabinin1-1/+0
2016-05-26mm: make CONFIG_DEFERRED_STRUCT_PAGE_INIT depends on !FLATMEM explicitlyYang Shi1-0/+1
2016-05-25percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo1-8/+8
2016-05-25percpu: fix synchronization between chunk->map_extend_work and chunk destructionTejun Heo1-21/+36
2016-05-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-19/+42
2016-05-23mm: make vm_brk killableMichal Hocko1-6/+3
2016-05-23mm: make vm_munmap killableMichal Hocko1-5/+3
2016-05-23mm: make vm_mmap killableMichal Hocko4-13/+7
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko8-21/+55
2016-05-23mm: memcontrol: fix possible css ref leak on oomVladimir Davydov1-1/+1
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+27
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+2
2016-05-22x86: remove more uaccess_32.h complexityLinus Torvalds1-2/+1
2016-05-20/dev/dax, core: file operations and dax-mmapDan Williams2-0/+2
2016-05-20radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox1-20/+3
2016-05-20raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox1-0/+1
2016-05-20mm/zsmalloc: don't fail if can't create debugfs infoDan Streetman1-11/+7
2016-05-20mm/zswap: use workqueue to destroy poolDan Streetman1-4/+8
2016-05-20zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky1-11/+13
2016-05-20zsmalloc: remove unused pool param in obj_freeMinchan Kim1-4/+3
2016-05-20zsmalloc: reorder function parametersMinchan Kim1-24/+26
2016-05-20zsmalloc: clean up many BUG_ONMinchan Kim1-27/+15
2016-05-20zsmalloc: use first_page rather than pageMinchan Kim1-30/+32
2016-05-20mm/kasan: add API to check memory regionsAndrey Ryabinin1-0/+12
2016-05-20mm/kasan: print name of mem[set,cpy,move]() caller in reportAndrey Ryabinin1-30/+34
2016-05-20mm, kasan: don't call kasan_krealloc() from ksize().Alexander Potapenko2-3/+4
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko9-13/+376
2016-05-20mm, migrate: increment fail count on ENOMEMDavid Rientjes1-0/+1
2016-05-20mm/compaction.c: fix zoneindex in kcompactd()Chen Feng1-2/+2
2016-05-20mm, thp: khugepaged should scan when sleep value is writtenDavid Rientjes1-3/+16
2016-05-20MM: increase safety margin provided by PF_LESS_THROTTLENeilBrown1-2/+2
2016-05-20mm: check_new_page_bad() directly returns in __PG_HWPOISON caseNaoya Horiguchi1-6/+3
2016-05-20mm, kasan: fix to call kasan_free_pages() after poisoning pageseokhoon.yoon1-1/+1
2016-05-20mm: disable fault around on emulated access bit architectureMinchan Kim1-0/+8
2016-05-20mm: make faultaround produce old ptesKirill A. Shutemov2-6/+19
2016-05-20mm: use phys_addr_t for reserve_bootmem_region() argumentsStefan Bader1-1/+1
2016-05-20mm/memblock.c: remove unnecessary always-true comparisonRichard Leitner1-1/+1
2016-05-20z3fold: the 3-fold allocator for compressed pagesVitaly Wool3-1/+804
2016-05-20mm: thp: split_huge_pmd_address() comment improvementAndrea Arcangeli1-2/+4
2016-05-20vmstat: get rid of the ugly cpu_stat_off variableChristoph Lameter1-41/+10
2016-05-20memcg: fix stale mem_cgroup_force_empty() commentGreg Thelen1-2/+1
2016-05-20mm: use existing helper to convert "on"/"off" to booleanMinfei Huang2-15/+2
2016-05-20mm/swap.c: put activate_page_pvecs and other pagevecs togetherMing Li1-2/+3
2016-05-20mm, hugetlb_cgroup: round limit_in_bytes down to hugepage sizeDavid Rientjes1-9/+26
2016-05-20mm: enable RLIMIT_DATA by default with workaround for valgrindKonstantin Khlebnikov1-4/+8
2016-05-20mm: fix incorrect pfn passed to untrack_pfn() in remap_pfn_range()Yongji Xie1-2/+3
2016-05-20mm/vmalloc: keep a separate lazy-free listChris Wilson1-20/+19
2016-05-20mm/memblock.c: move memblock_{add,reserve}_region into memblock_{add,reserve}Alexander Kuleshov1-22/+6
2016-05-20mm/memory-failure.c: replace "MCE" with "Memory failure"Chen Yucong1-32/+40
2016-05-20mm: thp: simplify the implementation of mk_huge_pmd()Yang Shi1-4/+1
2016-05-20mm,oom: speed up select_bad_process() loopTetsuo Handa1-11/+6
2016-05-20mm, oom_reaper: do not mmput synchronously from the oom reaper contextMichal Hocko1-2/+6
2016-05-20mm, oom_reaper: hide oom reaped tasks from OOM killer more carefullyMichal Hocko1-2/+7
2016-05-20mm, oom: protect !costly allocations some more for !CONFIG_COMPACTIONMichal Hocko1-0/+18
2016-05-20mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Michal Hocko2-13/+52
2016-05-20mm: consider compaction feedback also for costly allocationMichal Hocko1-31/+32
2016-05-20mm, oom: protect !costly allocations some moreMichal Hocko1-10/+78
2016-05-20mm: throttle on IO only when there are too many dirty and writeback pagesMichal Hocko2-21/+40
2016-05-20mm, oom: rework oom detectionMichal Hocko2-29/+96
2016-05-20mm, compaction: simplify __alloc_pages_direct_compact feedback interfaceMichal Hocko1-36/+31
2016-05-20mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko2-3/+12
2016-05-20mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko1-3/+5
2016-05-20mm, compaction: cover all compaction mode in compact_zoneMichal Hocko1-8/+5
2016-05-20mm, compaction: change COMPACT_ constants into enumMichal Hocko2-14/+15
2016-05-20vmscan: consider classzone_idx in compaction_readyMichal Hocko1-4/+4
2016-05-20mm: vmscan: reduce size of inactive file listRik van Riel2-106/+42
2016-05-20mm: filemap: only do access activations on readsJohannes Weiner1-1/+1
2016-05-20mm: workingset: only do workingset activations on readsRik van Riel1-1/+5
2016-05-19mm, page_alloc: restore the original nodemask if the fast path allocation failedMel Gorman1-0/+6
2016-05-19mm, page_alloc: uninline the bad page part of check_new_page()Vlastimil Babka1-16/+17
2016-05-19mm, page_alloc: don't duplicate code in free_pcp_prepareMel Gorman1-78/+55
2016-05-19mm, page_alloc: defer debugging checks of pages allocated from the PCPMel Gorman1-28/+64
2016-05-19mm, page_alloc: defer debugging checks of freed pages until a PCP drainMel Gorman1-51/+101
2016-05-19cpuset: use static key better and convert to new APIVlastimil Babka1-1/+1
2016-05-19mm, page_alloc: inline pageblock lookup in page free fast pathsMel Gorman3-90/+102
2016-05-19mm, page_alloc: remove unnecessary variable from free_pcppages_bulkMel Gorman1-4/+3
2016-05-19mm, page_alloc: pull out side effects from free_pages_checkMel Gorman1-5/+8
2016-05-19mm, page_alloc: un-inline the bad part of free_pages_checkMel Gorman1-8/+13
2016-05-19mm, page_alloc: check multiple page fields with a single branchMel Gorman1-12/+43
2016-05-19mm, page_alloc: remove field from alloc_contextMel Gorman3-8/+7
2016-05-19mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman3-28/+27
2016-05-19mm, page_alloc: shortcut watermark checks for order-0 pagesMel Gorman1-1/+27
2016-05-19mm, page_alloc: reduce cost of fair zone allocation policy retryMel Gorman1-18/+14
2016-05-19mm, page_alloc: shorten the page allocator fast pathMel Gorman1-16/+17
2016-05-19mm, page_alloc: check once if a zone has isolated pageblocksMel Gorman1-1/+3
2016-05-19mm, page_alloc: move __GFP_HARDWALL modifications out of the fastpathMel Gorman1-3/+5
2016-05-19mm, page_alloc: remove unnecessary initialisation from __alloc_pages_nodemask()Mel Gorman1-2/+5
2016-05-19mm, page_alloc: remove unnecessary initialisation in get_page_from_freelistMel Gorman1-1/+1
2016-05-19mm, page_alloc: remove unnecessary local variable in get_page_from_freelistMel Gorman1-2/+1
2016-05-19mm, page_alloc: convert nr_fair_skipped to boolMel Gorman1-3/+3
2016-05-19mm, page_alloc: convert alloc_flags to unsignedMel Gorman3-18/+22
2016-05-19mm, page_alloc: avoid unnecessary zone lookups during pageblock operationsMel Gorman1-13/+9
2016-05-19mm, page_alloc: use __dec_zone_state for order-0 page allocationMel Gorman1-1/+2
2016-05-19mm, page_alloc: inline the fast path of the zonelist iteratorMel Gorman2-18/+10
2016-05-19mm, page_alloc: inline zone_statisticsMel Gorman2-29/+31
2016-05-19mm, page_alloc: reduce branches in zone_statisticsMel Gorman1-6/+10
2016-05-19mm, page_alloc: use new PageAnonHead helper in the free page fast pathMel Gorman1-1/+1
2016-05-19mm, page_alloc: only check PageCompound for high-order pagesMel Gorman1-8/+17
2016-05-19mm, oom_reaper: clear TIF_MEMDIE for all tasks queued for oom_reaperMichal Hocko1-6/+11
2016-05-19oom, oom_reaper: try to reap tasks which skip regular OOM killer pathMichal Hocko2-18/+69
2016-05-19mm, oom: move GFP_NOFS check to out_of_memoryMichal Hocko2-14/+19
2016-05-19memory_hotplug: introduce memhp_default_state= command line parameterVitaly Kuznetsov1-0/+11
2016-05-19memory_hotplug: introduce CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINEVitaly Kuznetsov2-0/+20
2016-05-19huge pagecache: extend mremap pmd rmap lockout to filesHugh Dickins1-20/+22
2016-05-19huge mm: move_huge_pmd does not need new_vmaHugh Dickins2-8/+4
2016-05-19mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins1-0/+60
2016-05-19tmpfs: mem_cgroup charge fault to vm_mm not current mmAndres Lagar-Cavilla1-27/+34
2016-05-19tmpfs: preliminary minor tidyupsHugh Dickins1-43/+26
2016-05-19mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins4-8/+7
2016-05-19mm: update_lru_size do the __mod_zone_page_stateHugh Dickins2-13/+12
2016-05-19mm: update_lru_size warn and reset bad lru_sizeHugh Dickins1-4/+20
2016-05-19mm/mmap: kill hook arch_rebalance_pgtables()Konstantin Khlebnikov1-5/+0
2016-05-19mm/vmstat: make node_page_state() handles all zones by itselfJoonsoo Kim1-12/+6
2016-05-19mm/highmem: make nr_free_highpages() handles all highmem zones by itselfJoonsoo Kim1-8/+4
2016-05-19mm/page_alloc: correct highmem memory statisticsJoonsoo Kim1-5/+14
2016-05-19mm/writeback: correct dirty page calculation for highmemJoonsoo Kim1-2/+6
2016-05-19power: add zone range overlapping checkJoonsoo Kim1-0/+4
2016-05-19mm/page_owner: add zone range overlapping checkJoonsoo Kim1-0/+3
2016-05-19mm/vmstat: add zone range overlapping checkJoonsoo Kim1-0/+7
2016-05-19mm/memory_hotplug: add comment to some functions related to memory hotplugJoonsoo Kim2-1/+3
2016-05-19mm/hugetlb: add same zone check in pfn_range_valid_gigantic()Joonsoo Kim1-3/+6
2016-05-19mm: uninline page_mapped()Andrew Morton1-0/+23
2016-05-19mm, compaction: skip blocks where isolation fails in async direct compactionVlastimil Babka1-9/+80
2016-05-19mm, compaction: reduce spurious pcplist drainsVlastimil Babka1-11/+9
2016-05-19mm, compaction: wrap calculating first and last pfn of pageblockVlastimil Babka1-14/+19
2016-05-19mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov1-1/+1
2016-05-19mm/mempolicy.c:offset_il_node() document and clarifyAndrew Morton1-9/+11
2016-05-19mm/hugetlb.c: use first_memory_nodeAndrew Morton1-2/+2
2016-05-19mm/page_alloc: Remove useless parameter of __free_pages_boot_coreLi Zhang1-6/+5
2016-05-19mm/memcontrol.c:mem_cgroup_select_victim_node(): clarify commentMichal Hocko1-4/+3
2016-05-19mm/memory_hotplug: is_mem_section_removable() can return boolYaowei Bai1-3/+3
2016-05-19mm/hugetlb: introduce hugetlb_bad_size()Vaishali Thakkar1-1/+13
2016-05-19mm/hugetlb: optimize minimum size (min_size) accountingMike Kravetz1-2/+4
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton5-44/+10
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim5-9/+9
2016-05-19mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim1-1/+1
2016-05-19mm/slub.c: fix sysfs filename in commentLi Peng1-5/+5
2016-05-19mm: slab: remove ZONE_DMA_FLAGYang Shi2-27/+1
2016-05-19mm: SLAB freelist randomizationThomas Garnier1-2/+165
2016-05-19mm/slub.c: replace kick_all_cpus_sync() with synchronize_sched() in kmem_cach...Vladimir Davydov1-1/+1
2016-05-19mm/slab: lockless decision to grow cacheJoonsoo Kim1-3/+18
2016-05-19mm/slab: refill cpu cache through a new slab without holding a node lockJoonsoo Kim1-32/+36
2016-05-19mm/slab: separate cache_grow() to two partsJoonsoo Kim1-22/+52
2016-05-19mm/slab: make cache_grow() handle the page allocated on arbitrary nodeJoonsoo Kim1-39/+21
2016-05-19mm/slab: racy access/modify the slab colorJoonsoo Kim1-13/+13
2016-05-19mm/slab: don't keep free slabs if free_objects exceeds free_limitJoonsoo Kim1-9/+14
2016-05-19mm/slab: clean-up kmem_cache_node setupJoonsoo Kim1-100/+68
2016-05-19mm/slab: factor out kmem_cache_node initialization codeJoonsoo Kim1-29/+45
2016-05-19mm/slab: drain the free slab as much as possibleJoonsoo Kim1-9/+3
2016-05-19mm/slab: remove BAD_ALIEN_MAGIC againJoonsoo Kim1-4/+2
2016-05-19mm/slab: fix the theoretical race by holding proper lockJoonsoo Kim1-23/+45
2016-05-19dax: Remove i_mmap_lock protectionJan Kara1-2/+0
2016-05-19dax: Use radix tree entry lock to protect cow faultsJan Kara1-20/+18
2016-05-19dax: New fault lockingJan Kara2-34/+37
2016-05-19dax: Allow DAX code to replace exceptional entriesJan Kara1-7/+14
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-19/+13
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+5
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro15-152/+141
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-05-12mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli3-23/+83
2016-05-12ksm: fix conflict between mmput and scan_get_next_rmap_itemZhou Chengming1-5/+10
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar13-70/+130
2016-05-09zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky1-2/+5
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie15-152/+141
2016-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2016-05-05mm: fix kcompactd hang during memory offliningVlastimil Babka1-1/+3