aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds1-18/+14
2019-03-15filemap: add a comment about FAULT_FLAG_RETRY_NOWAIT behaviorLinus Torvalds1-0/+5
2019-03-15filemap: drop the mmap_sem for all blocking operationsJosef Bacik1-19/+117
2019-03-15filemap: kill page_cache_read usage in filemap_faultJosef Bacik1-60/+15
2019-03-14filemap: pass vm_fault to the mmap ra helpersJosef Bacik1-14/+14
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-262/+254
2019-03-12mm: memblock: update comments and kernel-docMike Rapoport1-17/+43
2019-03-12memblock: split checks whether a region should be skipped to a helper functionMike Rapoport1-28/+25
2019-03-12memblock: remove memblock_{set,clear}_region_flagsMike Rapoport1-3/+6
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport5-52/+12
2019-03-12memblock: memblock_alloc_try_nid: don't panicMike Rapoport1-10/+5
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2-6/+25
2019-03-12mm/percpu: add checks for the return value of memblock_alloc*()Mike Rapoport1-17/+56
2019-03-12memblock: make memblock_find_in_range_node() and choose_memblock_flags() staticMike Rapoport1-2/+2
2019-03-12memblock: refactor internal allocation functionsMike Rapoport1-94/+77
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport1-14/+0
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport1-7/+2
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport1-5/+0
2019-03-12memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport1-1/+3
2019-03-12memblock: emphasize that memblock_alloc_range() returns a physical addressMike Rapoport2-10/+9
2019-03-12memblock: drop memblock_alloc_base_nid()Mike Rapoport1-11/+4
2019-03-12mm/hmm: convert to use vm_fault_tSouptick Joarder1-1/+1
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+6
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+3
2019-03-07Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2019-03-07Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2-2/+2
2019-03-05mm,mremap: bail out earlier in mremap_to under map pressureOscar Salvador1-0/+17
2019-03-05mm/sparse: fix a bad comparisonQian Cai1-1/+1
2019-03-05mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek1-1/+4
2019-03-05mm/huge_memory.c: fix "orig_pud" set but not usedQian Cai1-3/+1
2019-03-05mm/hotplug: fix an imbalance with DEBUG_PAGEALLOCQian Cai1-0/+1
2019-03-05mm/memcontrol.c: fix bad line in commentQian Cai1-1/+1
2019-03-05mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan1-1/+3
2019-03-05mm/page_ext.c: fix an imbalance with kmemleakQian Cai1-0/+1
2019-03-05mm/compaction: pass pgdat to too_many_isolated() instead of zoneAndrey Ryabinin1-10/+9
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin9-49/+50
2019-03-05mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin2-4/+3
2019-03-05mm/swapfile.c: use struct_size() in kvzalloc()Gustavo A. R. Silva1-2/+1
2019-03-05mm/cma_debug.c: remove static scoped cma_debugfs_rootYue Hu1-5/+4
2019-03-05mm/shmem: make find_get_pages_range() work for huge pageYu Zhao1-2/+2
2019-03-05mm: unexport free_reserved_areaChristoph Hellwig1-1/+0
2019-03-05mm,memory_hotplug: explicitly pass the head to isolate_huge_pageOscar Salvador1-2/+2
2019-03-05mm/migrate.c: cleanup expected_page_refs()Jan Kara1-4/+4
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport12-59/+221
2019-03-05docs/mm: vmalloc: re-indent kernel-doc comemntsMike Rapoport1-185/+182
2019-03-05numa: make "nr_online_nodes" unsigned intAlexey Dobriyan1-2/+2
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan7-9/+7
2019-03-05mm,oom: don't kill global init via memory.oom.groupTetsuo Handa1-1/+2
2019-03-05mm, swap: bounds check swap_info array accesses to avoid NULL derefsDaniel Jordan1-22/+29
2019-03-05mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list()Kirill Tkhai1-30/+14
2019-03-05mm: ksm: do not block on page lock when searching stable treeYang Shi1-10/+35
2019-03-05mm: memcontrol: expose THP events on a per-memcg basisChris Down3-0/+20
2019-03-05mm: vmscan: do not iterate all mem cgroups for global direct reclaimYang Shi1-4/+3
2019-03-05mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)2-4/+24
2019-03-05mm: update get_user_pages_longterm to migrate pages allocated from CMA regionAneesh Kumar K.V2-26/+178
2019-03-05mm: rid swapoff of quadratic complexityVineeth Remanan Pillai2-390/+310
2019-03-05mm: refactor swap-in logic out of shmem_getpage_gfpVineeth Remanan Pillai1-205/+244
2019-03-05mm/vmscan.c: remove 7th argument of isolate_lru_pages()Kirill Tkhai1-11/+4
2019-03-05mm, mempolicy: fix uninit memory accessVlastimil Babka1-1/+1
2019-03-05memcg: killed threads should not invoke memcg OOM killerTetsuo Handa1-5/+14
2019-03-05mm/page_alloc.c: check return value of memblock_alloc_node_nopanic()Mike Rapoport1-1/+8
2019-03-05mm/hugetlb: add prot_modify_start/commit sequence for hugetlb updateAneesh Kumar K.V1-3/+5
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2-7/+7
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2-4/+4
2019-03-05mm: fix some typos in mm directoryWei Yang5-9/+9
2019-03-05mm/page_owner: move config option to mm/Kconfig.debugChangbin Du1-0/+17
2019-03-05mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown()Yang Fan1-4/+3
2019-03-05mm, oom: remove 'prefer children over parent' heuristicShakeel Butt1-60/+18
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman9-64/+24
2019-03-05mm/memory.c: prevent mapping typed pages to userspaceMatthew Wilcox1-1/+1
2019-03-05mm: prevent mapping slab pages to userspaceMatthew Wilcox1-1/+1
2019-03-05mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)1-1/+5
2019-03-05mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunableChris Down1-45/+19
2019-03-05mm, memcg: create mem_cgroup_from_seqChris Down2-15/+15
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman3-11/+102
2019-03-05mm, compaction: be selective about what pageblocks to clear skip hintsMel Gorman1-18/+106
2019-03-05mm, compaction: sample pageblocks for free pagesMel Gorman1-6/+22
2019-03-05mm, compaction: round-robin the order while searching the free lists for a ta...Mel Gorman2-4/+32
2019-03-05mm, compaction: reduce premature advancement of the migration target scannerMel Gorman1-17/+10
2019-03-05mm, compaction: do not consider a need to reschedule as contentionMel Gorman1-19/+4
2019-03-05mm, compaction: rework compact_should_abort as compact_check_reschedMel Gorman1-38/+23
2019-03-05mm, compaction: keep cached migration PFNs synced for unusable pageblocksMel Gorman1-0/+18
2019-03-05mm, compaction: check early for huge pages encountered by the migration scannerMel Gorman1-4/+12
2019-03-05mm, compaction: finish pageblock scanning on contentionMel Gorman1-56/+34
2019-03-05mm, compaction: avoid rescanning the same pageblock multiple timesMel Gorman2-6/+27
2019-03-05mm, compaction: use free lists to quickly locate a migration targetMel Gorman1-5/+213
2019-03-05mm, compaction: keep migration source private to a single compaction instanceMel Gorman1-25/+99
2019-03-05mm, compaction: use free lists to quickly locate a migration sourceMel Gorman2-3/+177
2019-03-05mm, compaction: ignore the fragmentation avoidance boost for isolation and co...Mel Gorman1-1/+1
2019-03-05mm, compaction: always finish scanning of a full pageblockMel Gorman2-12/+8
2019-03-05mm, migrate: immediately fail migration of a page with no migration handlerMel Gorman1-1/+1
2019-03-05mm, compaction: rename map_pages to split_map_pagesMel Gorman1-3/+3
2019-03-05mm, compaction: remove unnecessary zone parameter in some instancesMel Gorman1-28/+26
2019-03-05mm, compaction: remove last_migrated_pfn from compact_controlMel Gorman2-17/+9
2019-03-05mm, compaction: rearrange compact_controlMel Gorman1-3/+3
2019-03-05mm, compaction: shrink compact_controlMel Gorman1-2/+2
2019-03-05mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_pagezhengbin1-1/+1
2019-03-05mm: swap: add comment for swap_vma_readaheadYang Shi1-1/+15
2019-03-05mm: swap: check if swap backing device is congested or notYang Shi1-0/+7
2019-03-05mm/filemap.c: remove redundant test from find_get_pages_contigMatthew Wilcox1-10/+0
2019-03-05mm/memcontrol.c: use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2019-03-05mm: remove extra drain pages on pcp listWei Yang2-2/+0
2019-03-05mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual2-2/+2
2019-03-05mm: remove sysctl_extfrag_handler()Matthew Wilcox1-8/+0
2019-03-05vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)1-0/+9
2019-03-05mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range()Roman Penyaev1-23/+8
2019-03-05mm/vmalloc: do not call kmemleak_free() on not yet accounted memoryRoman Penyaev1-5/+11
2019-03-05mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev1-1/+1
2019-03-05mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBARoman Penyaev1-2/+3
2019-03-05memcg: localize memcg_kmem_enabled() checkShakeel Butt3-14/+10
2019-03-05mm, slub: make the comment of put_cpu_partial() completeWei Yang1-2/+2
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai2-4/+42
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual8-21/+24
2019-03-05mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau1-1/+1
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS3-16/+30
2019-03-05mm/slub.c: remove an unused addr argumentQian Cai1-3/+2
2019-03-05mm/slab.c: kmemleak no scan alien cachesQian Cai1-8/+9
2019-03-05mm/slub.c: freelist is ensured to be NULL when new_slab() failsPeng Wang1-2/+1
2019-03-05kasan: fix coccinelle warnings in kasan_p*_tableAndrey Konovalov1-3/+3
2019-03-05kasan: fix kasan_check_read/write definitionsArnd Bergmann1-0/+2
2019-03-05page_poison: play nicely with KASANQian Cai2-1/+5
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin3-25/+0
2019-03-05mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang1-8/+6
2019-03-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+24
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz2-3/+24
2019-02-28mm/memory-hotplug: Allow memory resources to be childrenDave Hansen1-13/+15
2019-02-28mm/resource: Move HMM pr_debug() deeper into resource codeDave Hansen1-5/+0
2019-02-27mm: enforce min addr even if capable() in expand_downwards()Jann Horn1-4/+3
2019-02-26percpu: km: no need to consider pcpu_group_offsets[0]Peng Fan1-1/+1
2019-02-25tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong1-1/+1
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds1-6/+0
2019-02-23percpu: use nr_groups as check conditionPeng Fan1-1/+1
2019-02-21mm, memory_hotplug: fix off-by-one in is_pageblock_removableMichal Hocko1-12/+15
2019-02-21mm: don't let userspace spam allocations warningsDaniel Vetter1-1/+1
2019-02-21slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGSQian Cai1-1/+1
2019-02-21kasan, slab: remove redundant kasan_slab_alloc hooksAndrey Konovalov1-2/+0
2019-02-21kasan, slab: make freelist stored without tagsAndrey Konovalov1-2/+9
2019-02-21kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPYAndrey Konovalov1-0/+2
2019-02-21kasan: prevent tracing of tags.cAndrey Konovalov1-0/+2
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov1-1/+1
2019-02-21tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong1-3/+7
2019-02-21mm: handle lru_add_drain_all for UP properlyMichal Hocko1-7/+10
2019-02-21mm, page_alloc: fix a division by zero error when boosting watermarks v2Mel Gorman1-0/+12
2019-02-21mm/debug.c: fix __dump_page() for poisoned pagesRobin Murphy1-1/+3
2019-02-21slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGSQian Cai1-0/+1
2019-02-21kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov1-1/+12
2019-02-21kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov1-13/+7
2019-02-21kasan, slub: move kasan_poison_slab hook before page_addressAndrey Konovalov1-4/+15
2019-02-21kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov4-3/+10
2019-02-21kasan, kmemleak: pass tagged pointers to kmemleakAndrey Konovalov3-6/+5
2019-02-21kasan: fix assigning tags twiceAndrey Konovalov1-12/+17
2019-02-21numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell1-3/+3
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+4
2019-02-18x86: respect memory size limiting via mem= parameterJuergen Gross1-0/+6
2019-02-17mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck1-4/+4
2019-02-16arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve tableArd Biesheuvel1-2/+9
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+4
2019-02-14mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn1-4/+4
2019-02-12Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai1-3/+1
2019-02-12mm/gup: fix gup_pmd_range() for daxYu Zhao1-1/+2
2019-02-12Revert "mm: slowly shrink slabs with a relatively small number of objects"Dave Chinner1-10/+0
2019-02-11mm/gup: Remove the 'write' parameter from gup_fast_permitted()Ira Weiny1-3/+3
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso1-2/+3
2019-02-01mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand1-2/+5
2019-02-01mm, memory_hotplug: __offline_pages fix wrong lockingMichal Hocko1-2/+0
2019-02-01mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi1-1/+2
2019-02-01kasan: mark file common so ftrace doesn't trace itAnders Roxell1-0/+1
2019-02-01mm, oom: fix use-after-free in oom_kill_processShakeel Butt1-0/+8
2019-02-01mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepagesOscar Salvador1-16/+20
2019-02-01mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko1-0/+3
2019-02-01mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko1-1/+2
2019-02-01oom, oom_reaper: do not enqueue same task twiceTetsuo Handa1-2/+2
2019-02-01mm: migrate: make buffer_migrate_page_norefs() actually succeedJan Kara1-5/+0
2019-02-01mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAITAndrea Arcangeli1-1/+2
2019-02-01mm, memory_hotplug: don't bail out in do_migrate_range() prematurelyOscar Salvador1-16/+2
2019-01-28Revert "mm, memory_hotplug: initialize struct pages for the full memory section"Michal Hocko1-12/+0
2019-01-26Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2019-01-24Revert "Change mincore() to count "mapped" pages rather than "cached" pages"Linus Torvalds1-13/+81
2019-01-22writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo1-0/+1
2019-01-10mm/mmu_notifier: mm/rmap.c: Fix a mmu_notifier range bug in try_to_unmap_oneSean Christopherson1-2/+2
2019-01-08mm, page_alloc: do not wake kswapd with zone lock heldMel Gorman1-1/+7
2019-01-08hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz5-88/+20
2019-01-08hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"Mike Kravetz1-10/+11
2019-01-08mm: page_mapped: don't assume compound page is huge or THPJan Stancek1-1/+1
2019-01-08mm/memory.c: initialise mmu_notifier_range correctlyMatthew Wilcox1-2/+2
2019-01-08kasan: fix krealloc handling for tag-based modeAndrey Konovalov1-20/+43
2019-01-08kasan: make tag based mode work with CONFIG_HARDENED_USERCOPYAndrey Konovalov1-0/+2
2019-01-08kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningAndrey Konovalov1-2/+0
2019-01-08mm, memcg: fix reclaim deadlock with writebackMichal Hocko1-0/+22
2019-01-08mm/usercopy.c: no check page span for stack objectsQian Cai1-4/+5
2019-01-08slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter1-2/+4
2019-01-06Change mincore() to count "mapped" pages rather than "cached" pagesLinus Torvalds1-81/+13
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-22/+87
2019-01-04mm/page_io.c: fix polled swap page inJens Axboe1-1/+3
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-1/+1
2019-01-04mm/: remove caller signal_pending branch predictionsDavidlohr Bueso3-3/+3
2019-01-04mm: speed up mremap by 20x on large regionsJoel Fernandes (Google)1-0/+64
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)6-17/+16
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds2-6/+4
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds1-2/+1