summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
* | | mm: fix swap cache node allocation maskHugh Dickins2020-06-261-2/+2
* | | slub: cure list_slab_objects() from double fixSebastian Andrzej Siewior2020-06-261-15/+4
* | | mm/slab: use memzero_explicit() in kzfree()Waiman Long2020-06-261-1/+1
* | | mm, slab: fix sign conversion problem in memcg_uncharge_slab()Waiman Long2020-06-261-2/+2
* | | mm, compaction: make capture control handling safe wrt interruptsVlastimil Babka2020-06-261-3/+14
* | | mm: do_swap_page(): fix up the error codeMichal Hocko2020-06-261-1/+3
|/ /
* | Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-211-2/+2
|\ \
| * | mm: Allow arches to provide ptep_get()Christophe Leroy2020-06-201-1/+1
| * | mm/gup: Use huge_ptep_get() in gup_hugepte()Christophe Leroy2020-06-201-1/+1
| |/
* | maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-171-6/+6
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-174-30/+31
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-8/+8
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-8/+8
* | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-111-0/+8
|\ \
| * \ Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+8
| |\ \ | | |/ | |/|
| | * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-1371-1796/+4357
| | |\
| | * \ Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-218-30/+86
| | |\ \