summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-07userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu5-5/+47
2020-04-07mm: merge parameters for change_protection()Peter Xu5-17/+33
2020-04-07userfaultfd: wp: add UFFDIO_COPY_MODE_WPAndrea Arcangeli4-19/+35
2020-04-07userfaultfd: wp: userfaultfd_pte/huge_pmd_wp() helpersAndrea Arcangeli1-0/+27
2020-04-07userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli7-2/+128
2020-04-07userfaultfd: wp: hook userfault handler to write protection faultAndrea Arcangeli1-1/+9
2020-04-07userfaultfd: wp: add helper for writeprotect checkShaohua Li1-0/+10
2020-04-07virtio-balloon: switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOMDavid Hildenbrand1-56/+47
2020-04-07mm/page_reporting: add free page reporting documentationAlexander Duyck1-0/+40
2020-04-07mm/page_reporting: add budget limit on how many pages can be reported per passAlexander Duyck2-1/+33
2020-04-07mm/page_reporting: rotate reported pages to the tail of the listAlexander Duyck1-8/+22
2020-04-07virtio-balloon: add support for providing free page reports to hostAlexander Duyck3-0/+66
2020-04-07virtio-balloon: pull page poisoning config out of free page hintingAlexander Duyck1-6/+17
2020-04-07mm: introduce Reported pagesAlexander Duyck7-4/+434
2020-04-07mm: add function __putback_isolated_pageAlexander Duyck3-4/+23
2020-04-07mm: use zone and order instead of free area in free_list manipulatorsAlexander Duyck2-50/+49
2020-04-07mm: adjust shuffle code to allow for future coalescingAlexander Duyck4-47/+54
2020-04-07mm: code cleanup for MADV_FREEHuang Ying13-38/+44
2020-04-07mm/ksm.c: update get_user_pages() argument in commentLi Chen1-1/+1
2020-04-07mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)7-44/+27
2020-04-07include/linux/pagemap.h: optimise find_subpage for !THPMatthew Wilcox (Oracle)1-3/+1
2020-04-07mm, thp: track fallbacks due to failed memcg charges separatelyDavid Rientjes5-1/+20
2020-04-07mm, shmem: add vmstat for hugepage fallbackDavid Rientjes4-4/+13
2020-04-07mm/migrate.c: migrate PG_readahead flagYang Shi1-0/+8
2020-04-07mm/migrate.c: unify "not queued for migration" handling in do_pages_move()Wei Yang1-8/+6
2020-04-07mm/migrate.c: check pagelist in move_pages_and_store_status()Wei Yang1-6/+3
2020-04-07mm/migrate.c: wrap do_move_pages_to_node() and store_status()Wei Yang1-32/+29
2020-04-07mm/migrate.c: no need to check for i > start in do_pages_move()Wei Yang1-5/+3
2020-04-07mm: make it clear that gfp reclaim modifiers are valid only for sleepable all...Michal Hocko1-0/+2
2020-04-07mm/vmalloc: fix a typo in commentQiujun Huang1-1/+1
2020-04-07mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual3-3/+3
2020-04-07mm/vma: replace all remaining open encodings with vma_is_anonymous()Anshuman Khandual1-1/+2
2020-04-07mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual4-4/+7
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual12-18/+17
2020-04-07mm/vma: add missing VMA flag readable name for VM_SYNCAnshuman Khandual1-0/+1
2020-04-07mm: set vm_next and vm_prev to NULL in vm_area_dup()Li Xinhai1-1/+1
2020-04-07Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork"Li Xinhai1-13/+0
2020-04-07mm: don't prepare anon_vma if vma has VM_WIPEONFORKLi Xinhai1-3/+5
2020-04-07mm, memcg: bypass high reclaim iteration for cgroup hierarchy rootChris Down1-1/+2
2020-04-06Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds27-77/+155
2020-04-06Merge tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds13-8/+389
2020-04-06Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds34-74/+1807
2020-04-06Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-363/+637
2020-04-06Merge tag 'for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-7/+15
2020-04-06Merge tag '9p-for-5.7' of git://github.com/martinetd/linuxLinus Torvalds5-75/+90
2020-04-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-04-06fix a braino in legitimize_path()Al Viro1-1/+1
2020-04-06Merge branches 'acpi-cppc', 'acpi-video' and 'acpi-drivers'Rafael J. Wysocki9-38/+30
2020-04-06Merge branch 'acpica'Rafael J. Wysocki15-31/+115
2020-04-06Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki8-8/+288