summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: fix ambiguous comments for better code readabilitychenqiwu2020-04-071-2/+2
* mm/memory_hotplug: allow to specify a default online_typeDavid Hildenbrand2020-04-071-0/+2
* mm/memory_hotplug: convert memhp_auto_online to store an online_typeDavid Hildenbrand2020-04-071-1/+2
* drivers/base/memory: map MMOP_OFFLINE to 0David Hildenbrand2020-04-071-1/+1
* drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINEDavid Hildenbrand2020-04-071-1/+5
* mm/sparse.c: only use subsection map in VMEMMAP caseBaoquan He2020-04-071-0/+2
* drivers/base/memory.c: drop section_countDavid Hildenbrand2020-04-071-1/+0
* userfaultfd: wp: enabled write protection in userfaultfd APIShaohua Li2020-04-071-2/+4
* userfaultfd: wp: add the writeprotect API to userfaultfd ioctlAndrea Arcangeli2020-04-071-0/+23
* userfaultfd: wp: support write protection for userfault vma rangeShaohua Li2020-04-071-0/+3
* khugepaged: skip collapse if uffd-wp detectedPeter Xu2020-04-071-0/+1
* userfaultfd: wp: support swap and page migrationPeter Xu2020-04-071-0/+2
* userfaultfd: wp: add pmd_swp_*uffd_wp() helpersPeter Xu2020-04-071-0/+15
* userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu2020-04-071-0/+5
* mm: merge parameters for change_protection()Peter Xu2020-04-072-2/+14
* userfaultfd: wp: add UFFDIO_COPY_MODE_WPAndrea Arcangeli2020-04-072-6/+7
* userfaultfd: wp: userfaultfd_pte/huge_pmd_wp() helpersAndrea Arcangeli2020-04-071-0/+27
* userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli2020-04-072-0/+52
* userfaultfd: wp: add helper for writeprotect checkShaohua Li2020-04-071-0/+10
* mm/page_reporting: add budget limit on how many pages can be reported per passAlexander Duyck2020-04-071-0/+1
* virtio-balloon: add support for providing free page reports to hostAlexander Duyck2020-04-071-0/+1
* mm: introduce Reported pagesAlexander Duyck2020-04-072-0/+36
* mm: use zone and order instead of free area in free_list manipulatorsAlexander Duyck2020-04-071-32/+0
* mm: adjust shuffle code to allow for future coalescingAlexander Duyck2020-04-071-12/+0
* mm: code cleanup for MADV_FREEHuang Ying2020-04-073-8/+14
* mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)2020-04-071-9/+1
* include/linux/pagemap.h: optimise find_subpage for !THPMatthew Wilcox (Oracle)2020-04-071-3/+1
* mm, thp: track fallbacks due to failed memcg charges separatelyDavid Rientjes2020-04-071-0/+3
* mm, shmem: add vmstat for hugepage fallbackDavid Rientjes2020-04-071-0/+2
* mm: make it clear that gfp reclaim modifiers are valid only for sleepable all...Michal Hocko2020-04-071-0/+2
* mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual2020-04-071-1/+2
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-0/+6
* mm/vma: add missing VMA flag readable name for VM_SYNCAnshuman Khandual2020-04-071-0/+1
* Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-04-065-8/+31
|\
| * Merge branch 'acpica'Rafael J. Wysocki2020-04-064-8/+23
| |\
| | * ACPICA: Update version 20200326Bob Moore2020-03-301-1/+1
| | * ACPICA: Add NHLT table signatureCezary Rojewski2020-03-301-0/+1
| | * ACPICA: WSMT: Fix typo, no functional changeErik Kaneda2020-03-301-3/+3
| | * ACPICA: Fix IVRS IVHD type 10h reserved field nameMichał Żygowski2020-03-301-1/+1
| | * ACPICA: Implement IVRS IVHD type 11h parsingMichał Żygowski2020-03-301-2/+16
| | * ACPICA: Fix a typo in a comment fieldBob Moore2020-03-301-1/+1
| * | x86: ACPI: fix CPU hotplug deadlockQian Cai2020-04-041-0/+8
* | | Merge tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-04-061-0/+5
|\ \ \
| * | | ACPI: PM: Add acpi_[un]register_wakeup_handler()Hans de Goede2020-04-041-0/+5
| |/ /
* | | Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-064-105/+119
|\ \ \
| * | | fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein2020-03-252-2/+9
| * | | fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein2020-03-253-1/+10
| * | | fsnotify: replace inode pointer with an object idAmir Goldstein2020-03-241-4/+3
| * | | fsnotify: simplify arguments passing to fsnotify_parent()Amir Goldstein2020-03-232-18/+10
| * | | fsnotify: use helpers to access data by data_typeAmir Goldstein2020-03-231-4/+30