aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-20/+8
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-16/+16
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+59
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2-1/+3
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar4-24/+51
2017-06-23slub: make sysfs file removal asynchronousTejun Heo1-14/+26
2017-06-23mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel1-2/+13
2017-06-23mm, thp: remove cond_resched from __collapse_huge_page_copyDavid Rientjes1-1/+0
2017-06-22Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar7-111/+114
2017-06-21Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-06-21mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-06-20fs: return if direct I/O will trigger writebackGoldwyn Rodrigues1-7/+25
2017-06-20fs: Introduce filemap_range_has_page()Goldwyn Rodrigues1-0/+32
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar18-171/+227
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar3-4/+4
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar4-11/+11
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins3-103/+89
2017-06-17mm: correct the comment when reclaimed pages exceed the scanned pageszhongjiang1-3/+3
2017-06-17mm: numa: avoid waiting on freed migrated pagesMark Rutland1-1/+7
2017-06-17swap: cond_resched in swap_cgroup_prepare()Yu Zhao1-0/+3
2017-06-17mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse1-1/+4
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2-1/+3
2017-06-13x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2-6/+6
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe10-48/+106
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
2017-06-05tmpfs: generate random sb->s_uuidAmir Goldstein1-0/+2
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-1/+1
2017-06-05Merge tag 'v4.12-rc4' into x86/mm, to pick up fixesIngo Molnar10-48/+106
2017-06-02mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko2-11/+45
2017-06-02mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specifiedJames Morse2-12/+13
2017-06-02mlock: fix mlock count can not decrease in race conditionYisheng Xie1-2/+3
2017-06-02mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal1-6/+2
2017-06-02mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler1-10/+30
2017-06-02mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks ...Tetsuo Handa1-1/+3
2017-06-02slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner1-2/+4
2017-06-02mm: clarify why we want kmalloc before falling backto vmallockMichal Hocko1-2/+5
2017-06-02ksm: prevent crash after write_protect_page failsAndrea Arcangeli1-2/+1
2017-05-24mm, x86/mm: Make the batched unmap TLB flush API more genericAndy Lutomirski1-14/+2
2017-05-23mm/vmscan: Adjust system_state checksThomas Gleixner1-1/+1
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