- 68c3a6a drivers/base/memory.c: drop section_count by David Hildenbrand · 4 years, 10 months ago
- 9b12488 userfaultfd: selftests: add write-protect test by Peter Xu · 4 years, 10 months ago
- 5c8aed6 userfaultfd: selftests: refactor statistics by Peter Xu · 4 years, 10 months ago
- 1481930 userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionally by Peter Xu · 4 years, 10 months ago
- 57e5d4f userfaultfd: wp: UFFDIO_REGISTER_MODE_WP documentation update by Martin Cracauer · 4 years, 10 months ago
- 23080e2 userfaultfd: wp: don't wake up when doing write protect by Peter Xu · 4 years, 10 months ago
- e06f1e1 userfaultfd: wp: enabled write protection in userfaultfd API by Shaohua Li · 4 years, 10 months ago
- 63b2d41 userfaultfd: wp: add the writeprotect API to userfaultfd ioctl by Andrea Arcangeli · 4 years, 10 months ago
- ffd0579 userfaultfd: wp: support write protection for userfault vma range by Shaohua Li · 4 years, 10 months ago
- e1e267c khugepaged: skip collapse if uffd-wp detected by Peter Xu · 4 years, 10 months ago
- f45ec5f userfaultfd: wp: support swap and page migration by Peter Xu · 4 years, 10 months ago
- 2e3d5dc userfaultfd: wp: add pmd_swp_*uffd_wp() helpers by Peter Xu · 4 years, 10 months ago
- b569a17 userfaultfd: wp: drop _PAGE_UFFD_WP properly when fork by Peter Xu · 4 years, 10 months ago
- 292924b userfaultfd: wp: apply _PAGE_UFFD_WP bit by Peter Xu · 4 years, 10 months ago
- 5870544 mm: merge parameters for change_protection() by Peter Xu · 4 years, 10 months ago
- 72981e0 userfaultfd: wp: add UFFDIO_COPY_MODE_WP by Andrea Arcangeli · 4 years, 10 months ago
- 55adf4d userfaultfd: wp: userfaultfd_pte/huge_pmd_wp() helpers by Andrea Arcangeli · 4 years, 10 months ago
- 5a28106 userfaultfd: wp: add WP pagetable tracking to x86 by Andrea Arcangeli · 4 years, 10 months ago
- 529b930 userfaultfd: wp: hook userfault handler to write protection fault by Andrea Arcangeli · 4 years, 10 months ago
- 1df319e userfaultfd: wp: add helper for writeprotect check by Shaohua Li · 4 years, 10 months ago
- da10329 virtio-balloon: switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM by David Hildenbrand · 4 years, 10 months ago
- 1edca85 mm/page_reporting: add free page reporting documentation by Alexander Duyck · 4 years, 10 months ago
- 43b76f2 mm/page_reporting: add budget limit on how many pages can be reported per pass by Alexander Duyck · 4 years, 10 months ago
- 02cf871 mm/page_reporting: rotate reported pages to the tail of the list by Alexander Duyck · 4 years, 10 months ago
- b0c504f virtio-balloon: add support for providing free page reports to host by Alexander Duyck · 4 years, 10 months ago
- d74b78f virtio-balloon: pull page poisoning config out of free page hinting by Alexander Duyck · 4 years, 10 months ago
- 36e66c5 mm: introduce Reported pages by Alexander Duyck · 4 years, 10 months ago
- 624f58d mm: add function __putback_isolated_page by Alexander Duyck · 4 years, 10 months ago
- 6ab0136 mm: use zone and order instead of free area in free_list manipulators by Alexander Duyck · 4 years, 10 months ago
- a2129f2 mm: adjust shuffle code to allow for future coalescing by Alexander Duyck · 4 years, 10 months ago
- 9de4f22 mm: code cleanup for MADV_FREE by Huang Ying · 4 years, 10 months ago
- 7a9547f mm/ksm.c: update get_user_pages() argument in comment by Li Chen · 4 years, 10 months ago
- 396bcc5 mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE by Matthew Wilcox (Oracle) · 4 years, 10 months ago
- a065060 include/linux/pagemap.h: optimise find_subpage for !THP by Matthew Wilcox (Oracle) · 4 years, 10 months ago
- 85b9f46 mm, thp: track fallbacks due to failed memcg charges separately by David Rientjes · 4 years, 10 months ago
- dcdf11e mm, shmem: add vmstat for hugepage fallback by David Rientjes · 4 years, 10 months ago
- 6aeff24 mm/migrate.c: migrate PG_readahead flag by Yang Shi · 4 years, 10 months ago
- d08221a mm/migrate.c: unify "not queued for migration" handling in do_pages_move() by Wei Yang · 4 years, 10 months ago
- 5d7ae89 mm/migrate.c: check pagelist in move_pages_and_store_status() by Wei Yang · 4 years, 10 months ago
- 7ca8783 mm/migrate.c: wrap do_move_pages_to_node() and store_status() by Wei Yang · 4 years, 10 months ago
- 4afdace mm/migrate.c: no need to check for i > start in do_pages_move() by Wei Yang · 4 years, 10 months ago
- 29fd189 mm: make it clear that gfp reclaim modifiers are valid only for sleepable allocations by Michal Hocko · 4 years, 10 months ago
- d8cc323 mm/vmalloc: fix a typo in comment by Qiujun Huang · 4 years, 10 months ago
- 5093c58 mm/vma: append unlikely() while testing VMA access permissions by Anshuman Khandual · 4 years, 10 months ago
- a0137f1 mm/vma: replace all remaining open encodings with vma_is_anonymous() by Anshuman Khandual · 4 years, 10 months ago
- 0391113 mm/vma: replace all remaining open encodings with is_vm_hugetlb_page() by Anshuman Khandual · 4 years, 10 months ago
- 3122e80 mm/vma: make vma_is_accessible() available for general use by Anshuman Khandual · 4 years, 10 months ago
- 7e96fb5 mm/vma: add missing VMA flag readable name for VM_SYNC by Anshuman Khandual · 4 years, 10 months ago
- e39a4b3 mm: set vm_next and vm_prev to NULL in vm_area_dup() by Li Xinhai · 4 years, 10 months ago
- 23ab76b Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork" by Li Xinhai · 4 years, 10 months ago
- 93949bb mm: don't prepare anon_vma if vma has VM_WIPEONFORK by Li Xinhai · 4 years, 10 months ago
- 4bf1730 mm, memcg: bypass high reclaim iteration for cgroup hierarchy root by Chris Down · 4 years, 10 months ago
- 7e63420 Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 10 months ago
- ef05db1 Merge tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 10 months ago
- f183d26 Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linux by Linus Torvalds · 4 years, 10 months ago
- b6ff107 Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 10 months ago
- 74e934b Merge tag 'for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 10 months ago
- e14679b Merge tag '9p-for-5.7' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 10 months ago
- 77a73ee Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 10 months ago
- 5bd7328 fix a braino in legitimize_path() by Al Viro · 4 years, 10 months ago
- 33ae7f7 Merge branches 'acpi-cppc', 'acpi-video' and 'acpi-drivers' by Rafael J. Wysocki · 4 years, 10 months ago
- fd03605 Merge branch 'acpica' by Rafael J. Wysocki · 4 years, 10 months ago
- 54032b863 Merge branches 'pm-sleep' and 'pm-cpufreq' by Rafael J. Wysocki · 4 years, 10 months ago
- a10c9c7 Merge tag 'for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 4 years, 10 months ago
- c48b072 Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
- d5ca327 Merge tag 'timers-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
- e5adbd6 Merge tag 'irq-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
- 70fbdfe sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fn by Linus Torvalds · 4 years, 10 months ago
- d38c07a Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 10 months ago
- 31c0aa87 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 4 years, 10 months ago
- 9c94b39 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 10 months ago
- 3476195 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 4 years, 10 months ago
- aa1a8ce Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 10 months ago
- 760a537 clocksource/drivers/timer-vf-pit: Add missing parenthesis by afzal mohammed · 4 years, 10 months ago
- 4c205c8 Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 10 months ago
- ea9448b Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 10 months ago
- 83eb69f Merge branch 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 10 months ago
- b3d8e42 Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 10 months ago
- 767191d platform/x86: intel_int0002_vgpio: Use acpi_register_wakeup_handler() by Hans de Goede · 4 years, 10 months ago
- ddfd9dc ACPI: PM: Add acpi_[un]register_wakeup_handler() by Hans de Goede · 4 years, 10 months ago
- bdabb68 Merge tag 'rtc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 4 years, 10 months ago
- 828907e Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 4 years, 10 months ago
- 6f43bae Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 10 months ago
- 1e396a5 Merge tag 'threads-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 10 months ago
- 2fb732b Merge tag 'vfio-v5.7-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 4 years, 10 months ago
- ad0bf4e Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 10 months ago
- 696ac2e x86: ACPI: fix CPU hotplug deadlock by Qian Cai · 4 years, 10 months ago
- 7dc41b9 Merge tag 'perf-urgent-for-mingo-5.7-20200403' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 4 years, 10 months ago
- 5364abc Merge tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 10 months ago
- 854e80b Merge tag 'arm-dt-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 10 months ago
- 9b48c8f Merge tag 'arm-defconfig-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 10 months ago
- 28ecaf1 Merge branches 'clk-unisoc', 'clk-tegra', 'clk-qcom' and 'clk-imx' into clk-next by Stephen Boyd · 4 years, 10 months ago
- 53a2cc5 Merge branches 'clk-ti', 'clk-ingenic', 'clk-typo', 'clk-at91', 'clk-mmp2' and 'clk-arm-icst' into clk-next by Stephen Boyd · 4 years, 10 months ago
- 2d11e9a Merge branches 'clk-phase-errors', 'clk-amlogic', 'clk-renesas' and 'clk-allwinner' into clk-next by Stephen Boyd · 4 years, 10 months ago
- ea0a1fb Merge branches 'clk-samsung', 'clk-formatting', 'clk-si5341' and 'clk-socfpga' into clk-next by Stephen Boyd · 4 years, 10 months ago
- d18292d Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 10 months ago
- 0e8fb69 Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 10 months ago
- de3c913 Merge tag 'for-5.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 10 months ago
- 86f26a7 Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 10 months ago
- 8bdbf16 Merge branch 'arm/late' into arm/dt by Arnd Bergmann · 4 years, 10 months ago