summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\ \
| | * \ \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-2146-1243/+1946
| | |\ \ \
| | * \ \ \ Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar2020-01-2012-109/+82
| | |\ \ \ \
| | * \ \ \ \ Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflictIngo Molnar2020-01-067-26/+96
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-3052-1929/+3372
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-11-191-0/+8
| | |\ \ \ \ \ \ \
| | | * | | | | | | build, kcsan: Add KCSAN build exceptionsMarco Elver2019-11-161-0/+8
* | | | | | | | | | mm/memory-failure: send SIGBUS(BUS_MCEERR_AR) only to current threadNaoya Horiguchi2020-06-111-7/+16