summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm: remove vmalloc_execChristoph Hellwig2020-06-262-37/+0
* | mm/memory: fix IO cost for anonymous pageJoonsoo Kim2020-06-261-0/+8
* | mm/swap: fix for "mm: workingset: age nonresident information alongside anony...Joonsoo Kim2020-06-261-2/+1
* | mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner2020-06-262-19/+30
* | mm/memcontrol.c: prevent missed memory.low load tearsChris Down2020-06-261-2/+3
* | mm/memcontrol.c: add missed css_put()Muchun Song2020-06-261-1/+3
* | mm: memcontrol: handle div0 crash race condition in memory.lowJohannes Weiner2020-06-261-2/+7
* | mm/vmalloc.c: fix a warning while make xmldocsMasanari Iida2020-06-261-1/+0
* | mm/debug_vm_pgtable: fix build failure with powerpc 8xxChristophe Leroy2020-06-261-2/+2
* | mm/memory.c: properly pte_offset_map_lock/unlock in vm_insert_pages()Arjun Roy2020-06-261-10/+11