aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-05-12mm: vmscan: scan until it finds eligible pagesMinchan Kim1-6/+15
2017-05-12mm, thp: copying user pages must schedule on collapseDavid Rientjes1-4/+3
2017-05-12mm: fix data corruption due to stale mmap readsJan Kara1-1/+11
2017-05-12dax: prevent invalidation of mapped DAX entriesRoss Zwisler1-6/+3
2017-05-12mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko2-2/+20
2017-05-12mm/khugepaged: add missed tracepoint for collapse_huge_page_swapinSeongJae Park1-1/+3
2017-05-12mm, vmstat: Remove spurious WARN() during zoneinfo printReza Arbab1-2/+0
2017-05-12hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko2-1/+8
2017-05-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2017-05-11mm: Silence vmap() allocation failures based on caller gfp_flagsFlorian Fainelli1-1/+1
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-36/+24
2017-05-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-139/+310
2017-05-08mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka2-11/+17
2017-05-08mm: prevent potential recursive reclaim due to clearing PF_MEMALLOCVlastimil Babka1-1/+2
2017-05-08mm/huge_memory.c: deposit a pgtable for DAX PMD faults when requiredOliver O'Halloran1-2/+18
2017-05-08mm/huge_memory.c: use zap_deposited_table() moreOliver O'Halloran1-6/+2
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa1-6/+0
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko4-11/+10
2017-05-08mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying3-13/+18
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-4/+1
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko1-3/+15
2017-05-08mm, vmalloc: properly track vmalloc usersMichal Hocko1-11/+1
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko3-1/+58
2017-05-08mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka2-2/+35
2017-05-08mm, compaction: restrict async compaction to pageblocks of same migratetypeVlastimil Babka2-9/+22
2017-05-08mm, compaction: add migratetype to compact_controlVlastimil Babka2-8/+8
2017-05-08mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka1-8/+11
2017-05-08mm, page_alloc: count movable pages when stealing from pageblockVlastimil Babka2-17/+62
2017-05-08mm, page_alloc: split smallest stolen page in fallbackVlastimil Babka1-25/+37
2017-05-08mm, compaction: remove redundant watermark check in compact_finished()Vlastimil Babka1-8/+0
2017-05-08mm, compaction: reorder fields in struct compact_controlVlastimil Babka1-5/+5
2017-05-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+10
2017-05-08fix braino in generic_file_read_iter()Al Viro1-1/+1
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-3/+31
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-15/+41
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+1
2017-05-03kasan: separate report parts by empty linesAndrey Konovalov1-0/+7
2017-05-03kasan: improve double-free report formatAndrey Konovalov3-18/+17
2017-05-03kasan: print page description after stacksAndrey Konovalov1-6/+8
2017-05-03kasan: improve slab object descriptionAndrey Konovalov1-11/+42
2017-05-03kasan: change report headerAndrey Konovalov1-4/+4
2017-05-03kasan: simplify address description logicAndrey Konovalov1-16/+21
2017-05-03kasan: change allocation and freeing stack traces headersAndrey Konovalov1-6/+4
2017-05-03kasan: unify report headersAndrey Konovalov1-13/+13
2017-05-03kasan: introduce helper functions for determining bug typeAndrey Konovalov1-10/+30
2017-05-03mm: hwpoison: call shake_page() after try_to_unmap() for mlocked pageNaoya Horiguchi1-0/+8
2017-05-03mm: hwpoison: call shake_page() unconditionallyNaoya Horiguchi2-18/+12
2017-05-03mm/swapfile.c: fix swap space leak in error path of swap_free_entries()Huang Ying1-2/+0
2017-05-03mm/gup.c: fix access_ok() argument typeArnd Bergmann1-1/+1
2017-05-03mm/truncate: avoid pointless cleancache_invalidate_inode() calls.Andrey Ryabinin1-5/+7
2017-05-03mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping i...Andrey Ryabinin1-0/+3
2017-05-03fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin1-15/+11
2017-05-03mm, page_alloc: remove debug_guardpage_minorder() test in warn_alloc()Tetsuo Handa1-2/+1
2017-05-03mm/memory-failure.c: add page flag description in error pathsAnshuman Khandual1-8/+8
2017-05-03mm/madvise: move up the behavior parameter validationAnshuman Khandual1-4/+9
2017-05-03mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISONAnshuman Khandual1-14/+20
2017-05-03mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner5-32/+31
2017-05-03mm: memcontrol: re-use node VM page state enumJohannes Weiner5-81/+80
2017-05-03mm: memcontrol: re-use global VM event enumJohannes Weiner1-25/+28
2017-05-03mm: memcontrol: clean up memory.events counting functionJohannes Weiner2-5/+5
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner3-38/+87
2017-05-03mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoffAnshuman Khandual1-1/+1
2017-05-03oom: improve oom disable handlingMichal Hocko1-0/+2
2017-05-03mm/swap_slots.c: add warning if swap slots cache failed to initializeTim Chen1-1/+3
2017-05-03mm: enable page poisoning early at bootVinayak Menon4-87/+17
2017-05-03mm, swap: avoid lock swap_avail_lock when held cluster lockHuang Ying1-3/+3
2017-05-03mm, swap: improve readability via make spin_lock/unlock balancedHuang Ying1-1/+1
2017-05-03mm, swap: fix comment in __read_swap_cache_asyncHuang Ying1-11/+1
2017-05-03mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim1-1/+1
2017-05-03mm: make rmap_one boolean functionMinchan Kim4-20/+20
2017-05-03mm: make rmap_walk() return voidMinchan Kim2-29/+19
2017-05-03mm: make ttu's return booleanMinchan Kim4-28/+19
2017-05-03mm: remove SWAP_AGAIN in ttuMinchan Kim2-10/+3
2017-05-03mm: remove SWAP_MLOCK in ttuMinchan Kim2-15/+8
2017-05-03mm: make try_to_munlock() return voidMinchan Kim2-16/+6
2017-05-03mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttuMinchan Kim1-1/+1
2017-05-03mm: remove SWAP_DIRTY in ttuMinchan Kim2-5/+2
2017-05-03mm: remove unncessary ret in page_referencedMinchan Kim1-2/+1
2017-05-03mm/vmscan: more restrictive condition for retry in do_try_to_free_pagesYisheng Xie1-5/+13
2017-05-03mm/compaction: ignore block suitable after check large free pageYisheng Xie1-3/+3
2017-05-03mm/sparse: refine usemap_size() a littleWei Yang1-4/+1
2017-05-03mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warningsJohannes Weiner1-1/+1
2017-05-03mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman2-55/+71
2017-05-03mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman1-9/+11
2017-05-03mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel1-4/+10
2017-05-03mm: do not use double negation for testing page flagsMinchan Kim1-2/+2
2017-05-03mm: remove rodata_test_data export, add pr_fmtKees Cook1-8/+9
2017-05-03mm: tighten up the fault path a littleMatthew Wilcox1-8/+8
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2-7/+9
2017-05-03mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes1-7/+13
2017-05-03mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes1-10/+17
2017-05-03mm: use is_migrate_isolate_page() to simplify the codeXishi Qiu1-3/+3
2017-05-03mm: use is_migrate_highatomic() to simplify the codeXishi Qiu2-8/+16
2017-05-03mm, swap: Fix a race in free_swap_and_cache()Huang Ying1-9/+16
2017-05-03mm: memcontrol: provide shmem statisticsJohannes Weiner1-8/+20
2017-05-03mm: enable MADV_FREE for swapless systemShaohua Li1-7/+1
2017-05-03mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim1-2/+6
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li4-38/+45
2017-05-03mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li4-26/+29
2017-05-03mm: don't assume anonymous pages have SwapBacked flagShaohua Li4-8/+7
2017-05-03mm: delete unnecessary TTU_* flagsShaohua Li3-9/+6
2017-05-03mm/page-writeback.c: use setup_deferrable_timerGeliang Tang1-3/+2
2017-05-03mm: remove unnecessary back-off function when retrying page reclaimJohannes Weiner1-9/+6
2017-05-03Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner1-18/+4
2017-05-03mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner4-40/+3
2017-05-03mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner1-57/+37
2017-05-03mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner1-14/+5
2017-05-03mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner1-3/+0
2017-05-03mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner1-1/+1
2017-05-03mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner1-2/+4
2017-05-03mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner4-23/+41
2017-05-03slab: avoid IPIs when creating kmem cachesGreg Thelen1-1/+6
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+7
2017-05-02Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-18/+1
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds3-10/+13
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-18/+140
2017-05-01Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-14/+26
2017-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-1/+0
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-93/+93
2017-05-01mm: remove AVR32 arch special handling in mm/KconfigHans-Christian Noren Egtvedt1-1/+0
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams1-0/+10
2017-04-28mm: retry writepages() on ENOMEM when doing an data integrity writebackTheodore Ts'o1-4/+10
2017-04-23Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar2-6/+6
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar9-36/+24
2017-04-21generic_file_read_iter(): make use of iov_iter_revert()Al Viro1-4/+4
2017-04-21generic_file_direct_write(): make use of iov_iter_revert()Al Viro1-4/+3
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney9-36/+24
2017-04-20mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent1-1/+1
2017-04-20Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests"Mel Gorman1-23/+20
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara1-8/+5
2017-04-20block: Remove unused functionsJan Kara1-50/+6
2017-04-20bdi: Export bdi_alloc_node() and bdi_put()Jan Kara1-0/+2
2017-04-20block: Unregister bdi on last reference dropJan Kara1-0/+2
2017-04-20bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara1-5/+15
2017-04-19mm: make mm_percpu_wq non freezableMichal Hocko1-2/+1
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney8-23/+23
2017-04-18cma: Introduce cma_for_each_areaLaura Abbott1-0/+14
2017-04-18cma: Store a name in the cma structureLaura Abbott3-3/+17
2017-04-18mm: Use static initialization for "srcu"Paul E. McKenney1-13/+1
2017-04-14Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar20-104/+185
2017-04-13zsmalloc: expand class bitMinchan Kim1-1/+1
2017-04-13thp: fix MADV_DONTNEED vs. MADV_FREE raceKirill A. Shutemov1-2/+1
2017-04-13thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov1-1/+33
2017-04-13thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov1-26/+26
2017-04-13z3fold: fix page locking in z3fold_alloc()Vitaly Wool1-2/+7
2017-04-08mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-04-08mm: move pcp and lru-pcp draining into single wqMichal Hocko4-26/+32
2017-04-08mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()David Rientjes1-0/+2
2017-04-08mm, thp: fix setting of defer+madvise thp defrag modeDavid Rientjes1-6/+6
2017-04-08mm/page_alloc.c: fix print order in show_free_areas()Alexander Polakov1-1/+1
2017-04-08mm: fix page_vma_mapped_walk() for ksm pagesHugh Dickins1-7/+8
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-2/+0
2017-04-05mm/usercopy: Drop extra is_vmalloc_or_module() checkLaura Abbott1-11/+0
2017-04-05memblock: add memblock_cap_memory_range()AKASHI Takahiro1-15/+29
2017-04-05memblock: add memblock_clear_nomap()AKASHI Takahiro1-0/+12
2017-04-04usercopy: Move enum for arch_within_stack_frames()Sahara1-7/+1
2017-04-04Merge branch 'sched/core' into locking/coreThomas Gleixner3-6/+8
2017-04-03ftrace: Have init/main.c call ftrace directly to free init memorySteven Rostedt (VMware)1-3/+0
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar12-21/+61
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com3-10/+13
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro28-157/+657
2017-03-31mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz1-1/+3
2017-03-31kasan: report only the first error by defaultMark Rutland2-5/+36
2017-03-31mm: fix section name for .data..ro_after_initKees Cook1-1/+1
2017-03-31mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi1-2/+4
2017-03-31mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner1-1/+1
2017-03-31mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner1-2/+2
2017-03-31mm: move mm_percpu_wq initialization earlierMichal Hocko1-3/+1
2017-03-31mm: migrate: fix remove_migration_pte() for ksm pagesNaoya Horiguchi1-2/+5
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-26lockdep: Fix per-cpu static objectsPeter Zijlstra1-1/+4
2017-03-24ftrace: Allow for function tracing to record init functions on boot upSteven Rostedt (VMware)1-0/+4
2017-03-22bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()Jan Kara1-3/+3
2017-03-22bdi: Do not wait for cgwbs release in bdi_unregister()Jan Kara1-21/+1
2017-03-22bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()Jan Kara1-0/+22
2017-03-22bdi: Unify bdi->wb_list handling for root wb_writebackJan Kara1-6/+28
2017-03-22bdi: Make wb->bdi a proper referenceJan Kara1-2/+11
2017-03-22bdi: Mark congested->bdi as internalJan Kara1-5/+5
2017-03-21mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()Huang Ying1-2/+0
2017-03-19mm/swap: don't BUG_ON() due to uninitialized swap slot cacheLinus Torvalds1-1/+1
2017-03-18x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2-6/+6
2017-03-18mm/gup: Provide callback to check if __GUP_fast() is allowed for the rangeKirill A. Shutemov1-3/+21
2017-03-18mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast(...Kirill A. Shutemov1-2/+85
2017-03-18mm/gup: Mark all pages PageReferenced in generic get_user_pages_fast()Kirill A. Shutemov1-0/+5
2017-03-18mm/gup: Move page table entry dereference into helper functionKirill A. Shutemov1-8/+12
2017-03-18mm/gup: Move permission checks into helpersKirill A. Shutemov1-5/+10
2017-03-18mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov1-3/+0
2017-03-18x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier1-4/+0
2017-03-17Merge branch 'linus' into x86/mm, to pick up a bugfixIngo Molnar3-6/+8
2017-03-16mm: add private lock to serialize memory hotplug operationsHeiko Carstens1-1/+5
2017-03-16mm: don't warn when vmalloc() fails due to a fatal signalDmitry Vyukov1-1/+2
2017-03-16z3fold: fix spinlock unlocking in page reclaimVitaly Wool1-0/+1
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner1-14/+23
2017-03-16x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier1-0/+4
2017-03-14Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+7
2017-03-13mm, gup: fix typo in gup_p4d_range()Kirill A. Shutemov1-1/+1
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds16-104/+495
2017-03-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-28/+117