summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | | | mm/memory-failure: prioritize prctl(PR_MCE_KILL) over vm.memory_failure_early...Naoya Horiguchi2020-06-111-10/+10
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-115-70/+12
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-102-5/+5
| * | | | | | | | | kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-102-65/+1
| * | | | | | | | | mm/debug_vm_pgtable: fix kernel crash by checking for THP supportAneesh Kumar K.V2020-06-101-0/+6
* | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-103-10/+106
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | mm/memory_hotplug: Introduce offline_and_remove_memory()David Hildenbrand2020-06-041-0/+37
| * | | | | | | | | mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINEDavid Hildenbrand2020-06-043-10/+67
| * | | | | | | | | virtio-mem: Paravirtualized memory hotunplug part 2David Hildenbrand2020-06-041-0/+2