summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-139-53/+58
|\
| * bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig2020-09-247-16/+14
| * bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig2020-09-242-2/+3
| * bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-243-6/+5
| * mm: use SWP_SYNCHRONOUS_IO more intelligentlyChristoph Hellwig2020-09-241-8/+10
| * bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig2020-09-241-1/+1
| * bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-0/+2
| * mm: split swap_type_ofChristoph Hellwig2020-09-231-18/+21
| * mm: cleanup claim_swapfileChristoph Hellwig2020-09-231-3/+3
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-79/+7
|\ \
| * | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-031-69/+0
| * | iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-1/+2
| * | iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig2020-10-031-19/+15
* | | Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds2020-10-122-2/+2
|\ \ \
| * | | Fix references to nommu-mmap.rstStephen Kitt2020-09-242-2/+2
* | | | Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-11/+54
|\ \ \ \
| * \ \ \ Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2020-10-0924-345/+684
| |\ \ \ \
| * | | | | mm/swap: Do not abuse the seqcount_t latching APIAhmed S. Darwish2020-09-101-11/+54
| | |_|/ / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-127-1/+40
|\ \ \ \ \
| * | | | | mm: Add arch hooks for saving/restoring tagsSteven Price2020-09-043-0/+18
| * | | | | mm: Allow arm64 mmap(PROT_MTE) on RAM-based filesCatalin Marinas2020-09-041-0/+3
| * | | | | mm: Introduce arch_validate_flags()Catalin Marinas2020-09-042-0/+15
| * | | | | arm64: mte: Tags-aware aware memcmp_pages() implementationCatalin Marinas2020-09-041-1/+1
| * | | | | mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()Catalin Marinas2020-09-041-0/+3
| | |_|_|/ | |/| | |
* | | | | mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna2020-10-112-2/+14
* | | | | mm: mmap: Fix general protection fault in unlink_file_vma()Miaohe Lin2020-10-111-1/+5
* | | | | mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins2020-10-101-0/+12
| |_|/ / |/| | |
* | | | mm: avoid early COW write protect games during fork()Linus Torvalds2020-10-081-37/+4
* | | | mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIsJoonsoo Kim2020-10-031-3/+16
* | | | mm, slub: restore initial kmem_cache flagsEric Farman2020-10-031-5/+1
* | | | Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-021-1/+5
|\ \ \ \
| * | | | io_uring: fix async buffered reads when readahead is disabledHao Xu2020-09-291-1/+5
| | |_|/ | |/| |
* | | | mm: do not rely on mm == current->mm in __get_user_pages_lockedJason A. Donenfeld2020-09-281-1/+1
* | | | mm/thp: Split huge pmds/puds if they're pinned when fork()Peter Xu2020-09-271-0/+28
* | | | mm: Do early cow for pinned pages during fork() for ptesPeter Xu2020-09-271-16/+189
* | | | mm/fork: Pass new vma pointer into copy_page_range()Peter Xu2020-09-271-5/+9
* | | | mm: Introduce mm_struct.has_pinnedPeter Xu2020-09-271-0/+6
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-266-23/+23
|\ \ \ \
| * | | | mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-09-261-1/+2
| * | | | mm: replace memmap_context by meminit_contextLaurent Dufour2020-09-262-6/+6
| * | | | mm/migrate: correct thp migration statsZi Yan2020-09-261-4/+3
| * | | | mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik2020-09-261-9/+9
| * | | | mm: memcontrol: fix missing suffix of workingset_restoreMuchun Song2020-09-261-2/+2
| * | | | mm, THP, swap: fix allocating cluster for swapfile by mistakeGao Xiang2020-09-261-1/+1
* | | | | mm: validate pmd after splittingMinchan Kim2020-09-261-1/+1
* | | | | mm: slab: fix potential double free in ___cache_freeShakeel Butt2020-09-261-2/+6
|/ / / /
* | | | mm: fix misplaced unlock_page in do_wp_page()Linus Torvalds2020-09-241-1/+1
* | | | mm: move the copy_one_pte() pte_present check into the callerLinus Torvalds2020-09-231-12/+12
* | | | mm: split out the non-present case from copy_one_pte()Linus Torvalds2020-09-231-67/+79
* | | | mm: fix wake_page_function() comment typosLinus Torvalds2020-09-201-2/+2