summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-3/+7
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-258-21/+88
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-1119-120/+128
| |\ \
| * | | debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski2020-07-102-3/+7
* | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-08-052-6/+24
|\ \ \ \
| * | | | mm/notifier: add migration invalidation typeRalph Campbell2020-07-281-1/+7
| * | | | mm/migrate: add a flags parameter to migrate_vmaRalph Campbell2020-07-281-2/+4
| * | | | mm/hmm: provide the page mapping order in hmm_range_fault()Ralph Campbell2020-07-101-3/+13
* | | | | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-042-2/+2
|\ \ \ \ \
| * | | | | docs: move nommu-mmap.txt to admin-guide and rename to ReSTMauro Carvalho Chehab2020-06-262-2/+2
* | | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-0410-13/+13
|\ \ \ \ \ \
| * | | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-169-12/+12
| * | | | | | mm/debug_vm_pgtable: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | | | | | Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-032-3/+4
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-07-312-3/+4
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | |
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney2020-06-292-3/+4
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | | * | | | | mm/list_lru.c: Rename kvfree_rcu() to local variantUladzislau Rezki (Sony)2020-06-291-3/+3
| | | |/ / / / / | | |/| | | | |
| | | * | | | | mm/mmap.c: Add cond_resched() for exit_mmap() CPU stallsPaul E. McKenney2020-06-291-0/+1
| | |/ / / / /
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()Will Deacon2020-07-211-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-031-28/+29
|\ \ \ \ \ \ \
| * | | | | | | mm/memblock: expose only miminal interface to add/walk physmemDavid Hildenbrand2020-07-101-28/+29
| |/ / / / / /
* | | | | | | Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-27/+64
|\ \ \ \ \ \ \
| * | | | | | | mm: support async buffered reads in generic_file_buffered_read()Jens Axboe2020-06-211-11/+27
| * | | | | | | mm: add support for async page lockingJens Axboe2020-06-211-1/+44
| * | | | | | | mm: abstract out wake_page_match() from wake_page_function()Jens Axboe2020-06-211-31/+4
| * | | | | | | mm: allow read-ahead with IOCB_NOWAIT setJens Axboe2020-06-211-2/+0
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-033-145/+31
|\ \ \ \ \ \ \
| * | | | | | | writeback: remove struct bdi_writeback_congestedChristoph Hellwig2020-07-081-140/+9
| * | | | | | | writeback: remove {set,clear}_wb_congestedChristoph Hellwig2020-07-081-6/+6
| * | | | | | | block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-011-1/+1
| * | | | | | | block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig2020-06-291-0/+17
| |/ / / / / /
* | | | | | | list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds2020-08-021-6/+1
* | | | | | | mm: rewrite wait_on_page_bit_common() logicLinus Torvalds2020-08-021-47/+85
| |_|/ / / / |/| | | | |
* | | | | | khugepaged: fix null-pointer dereference due to raceKirill A. Shutemov2020-07-241-0/+3
* | | | | | mm/hugetlb: avoid hardcoding while checking if cma is enabledBarry Song2020-07-241-5/+10
* | | | | | mm: memcg/slab: fix memory leak at non-root kmem_cache destroyMuchun Song2020-07-241-7/+28
* | | | | | mm/memcg: fix refcount error while moving and swappingHugh Dickins2020-07-241-2/+2
* | | | | | mm/memcontrol: fix OOPS inside mem_cgroup_get_nr_swap_pages()Bhupesh Sharma2020-07-241-1/+8
* | | | | | mm: initialize return of vm_insert_pagesTom Rix2020-07-241-1/+1
* | | | | | vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right wayChengguang Xu2020-07-241-1/+1
* | | | | | mm/mmap.c: close race between munmap() and expand_upwards()/downwards()Kirill A. Shutemov2020-07-241-2/+14
* | | | | | mm: document warning in move_normal_pmd() and make it warn only onceLinus Torvalds2020-07-131-2/+21
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-101-2/+21
|\ \ \ \ \
| * | | | | fs: Add IOCB_NOIO flag for generic_file_read_iterAndreas Gruenbacher2020-07-071-2/+21
| | |_|_|/ | |/| | |
* | | | | Raise gcc version requirement to 4.9Linus Torvalds2020-07-081-12/+1
|/ / / /
* | | | mm/page_alloc: fix documentation errorJoel Savitz2020-07-031-1/+1
* | | | mm/cma.c: use exact_nid true to fix possible per-numa cma leakBarry Song2020-07-031-2/+2
* | | | mm/hugetlb.c: fix pages per hugetlb calculationMike Kravetz2020-07-031-1/+1
| |/ / |/| |
* | | mm/memory_hotplug.c: fix false softlockup during pfn range removalBen Widawsky2020-06-261-2/+11