summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-05Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-02list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds
2020-08-02mm: rewrite wait_on_page_bit_common() logicLinus Torvalds
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-07-28mm/notifier: add migration invalidation typeRalph Campbell
2020-07-28mm/migrate: add a flags parameter to migrate_vmaRalph Campbell
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-24khugepaged: fix null-pointer dereference due to raceKirill A. Shutemov
2020-07-24mm/hugetlb: avoid hardcoding while checking if cma is enabledBarry Song
2020-07-24mm: memcg/slab: fix memory leak at non-root kmem_cache destroyMuchun Song
2020-07-24mm/memcg: fix refcount error while moving and swappingHugh Dickins
2020-07-24mm/memcontrol: fix OOPS inside mem_cgroup_get_nr_swap_pages()Bhupesh Sharma
2020-07-24mm: initialize return of vm_insert_pagesTom Rix
2020-07-24vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right wayChengguang Xu
2020-07-24mm/mmap.c: close race between munmap() and expand_upwards()/downwards()Kirill A. Shutemov
2020-07-21alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()Will Deacon
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-16mm/debug_vm_pgtable: Remove uninitialized_var() usageKees Cook
2020-07-13mm: document warning in move_normal_pmd() and make it warn only onceLinus Torvalds
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-10debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski
2020-07-10mm/hmm: provide the page mapping order in hmm_range_fault()Ralph Campbell
2020-07-10Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-10mm/memblock: expose only miminal interface to add/walk physmemDavid Hildenbrand
2020-07-08writeback: remove struct bdi_writeback_congestedChristoph Hellwig
2020-07-08writeback: remove {set,clear}_wb_congestedChristoph Hellwig
2020-07-08Raise gcc version requirement to 4.9Linus Torvalds
2020-07-07fs: Add IOCB_NOIO flag for generic_file_read_iterAndreas Gruenbacher
2020-07-03mm/page_alloc: fix documentation errorJoel Savitz
2020-07-03mm/cma.c: use exact_nid true to fix possible per-numa cma leakBarry Song
2020-07-03mm/hugetlb.c: fix pages per hugetlb calculationMike Kravetz
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney
2020-06-29mm/list_lru.c: Rename kvfree_rcu() to local variantUladzislau Rezki (Sony)
2020-06-29mm/mmap.c: Add cond_resched() for exit_mmap() CPU stallsPaul E. McKenney
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig
2020-06-26docs: move nommu-mmap.txt to admin-guide and rename to ReSTMauro Carvalho Chehab
2020-06-26mm/memory_hotplug.c: fix false softlockup during pfn range removalBen Widawsky
2020-06-26mm: remove vmalloc_execChristoph Hellwig
2020-06-26mm/memory: fix IO cost for anonymous pageJoonsoo Kim
2020-06-26mm/swap: fix for "mm: workingset: age nonresident information alongside anony...Joonsoo Kim
2020-06-26mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner