aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26mm: convert insert_pfn() to vm_fault_tMatthew Wilcox1-19/+5
2018-10-26mm: convert __vm_insert_mixed() to vm_fault_tMatthew Wilcox1-21/+15
2018-10-26mm: inline vm_insert_pfn_prot() into callerMatthew Wilcox1-31/+24
2018-10-26mm: remove vm_insert_pfn()Matthew Wilcox1-25/+29
2018-10-26mm: make vm_insert_pfn_prot() staticMatthew Wilcox1-25/+25
2018-10-26mm: introduce vmf_insert_pfn_prot()Matthew Wilcox1-16/+31
2018-10-26mm: remove vm_insert_mixed()Matthew Wilcox1-4/+10
2018-10-26mm: convert to use vm_fault_tSouptick Joarder1-2/+2
2018-10-26mm/page_alloc.c: clean up check_for_memory()Oscar Salvador1-6/+3
2018-10-26mm/swapfile.c: clear si->swap_map[] in swap_free_cluster()Huang Ying1-3/+1
2018-10-26mm/swapfile.c: call free_swap_slot() in __swap_entry_free()Huang Ying1-6/+4
2018-10-26mm/swapfile.c: use __try_to_reclaim_swap() in free_swap_and_cache()Huang Ying1-32/+25
2018-10-26kmemleak: add module param to print warnings to dmesgVincent Whitchurch1-7/+35
2018-10-26Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks"Michal Hocko1-31/+0
2018-10-26mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()Michal Hocko1-16/+16
2018-10-26mm: don't miss the last page because of round-off errorRoman Gushchin1-2/+4
2018-10-26mm: drain memcg stocks on css offliningRoman Gushchin1-0/+2
2018-10-26slub: extend slub debug to handle multiple slabsAaron Tomlin1-6/+44
2018-10-26mm: don't warn about large allocations for slabDmitry Vyukov2-6/+10
2018-10-26mm/slub.c: switch to bitmap_zalloc()Andy Shevchenko1-13/+7
2018-10-26Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-7/+0
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-250/+264
2018-10-18mremap: properly flush TLB before releasing the pageLinus Torvalds2-23/+17
2018-10-16mm: move is_kernel_rodata() to asm-generic/sections.hBartosz Golaszewski1-7/+0
2018-10-13mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse1-6/+0
2018-10-13mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACEJann Horn1-1/+1
2018-10-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipGreg Kroah-Hartman1-10/+0
2018-10-09x86/mm: Page size aware flush_tlb_mm_range()Peter Zijlstra1-0/+1
2018-10-09Merge branch 'tlb/asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into x86/mmPeter Zijlstra3-250/+264
2018-10-09mm, sched/numa: Remove remaining traces of NUMA rate-limitingSrikar Dronamraju1-10/+0
2018-10-07percpu: stop leaking bitmap metadata blocksMike Rapoport1-0/+1
2018-10-05Merge branch 'akpm'Greg Kroah-Hartman8-23/+132
2018-10-05mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black1-1/+1
2018-10-05mm/vmscan.c: fix int overflow in callers of do_shrink_slab()Kirill Tkhai1-4/+3
2018-10-05mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn1-0/+3
2018-10-05mm/vmstat.c: fix outdated vmstat_textJann Horn1-1/+0
2018-10-05mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual1-1/+1
2018-10-05mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctlYueHaibing1-1/+2
2018-10-05mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2-1/+4
2018-10-05hugetlb: take PMD sharing into account when flushing tlb/cachesMike Kravetz1-9/+44
2018-10-05mm: migration: fix migration of huge PMD shared pagesMike Kravetz2-5/+74
2018-10-04Merge branch 'linus' into x86/core, to pick up fixesIngo Molnar16-119/+118
2018-10-02mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman2-67/+0
2018-10-02mm/migrate: Use spin_trylock() while resetting rate limitSrikar Dronamraju1-4/+12
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe8-103/+82
2018-09-21blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)1-1/+1