aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny1-1/+2
2019-05-14IB/qib: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny1-1/+1
2019-05-14IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny1-2/+2
2019-05-14mm/gup: add FOLL_LONGTERM capability to GUP fastIra Weiny1-4/+36
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny34-57/+73
2019-05-14mm/gup: change write parameter to flags in fast walkIra Weiny1-26/+26
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny11-108/+173
2019-05-14mm: generalize putback scan functionsKirill Tkhai1-82/+40
2019-05-14mm: remove pages_to_free argument of move_active_pages_to_lru()Kirill Tkhai1-6/+13
2019-05-14mm: move nr_deactivate accounting to shrink_active_list()Kirill Tkhai2-6/+10
2019-05-14mm: move recent_rotated pages calculation to shrink_inactive_list()Kirill Tkhai4-17/+20
2019-05-14mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()Vlastimil Babka1-3/+11
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox8-103/+86
2019-05-14userfaultfd/sysctl: add vm.unprivileged_userfaultfdPeter Xu4-0/+31
2019-05-14mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Yue Hu1-1/+1
2019-05-14include/trace/events/vmscan.h: drop zone id from kswapd tracepointsYafang Shao1-3/+4
2019-05-14mm/slab.c: fix an infinite loop in leaks_show()Qian Cai1-1/+5
2019-05-14mm/slub.c: update the comment about slab frozenLiu Xiang1-4/+5
2019-05-14mm/slab.c: remove unneed check in cpuup_canceledLi RongQing1-4/+2
2019-05-14slub: remove useless kmem_cache_debug() before remove_full()Liu Xiang1-2/+1
2019-05-14mm: remove stale comment from page structTobin C. Harding1-1/+1
2019-05-14slab: use slab_list instead of lruTobin C. Harding1-24/+25
2019-05-14slub: use slab_list instead of lruTobin C. Harding1-20/+20
2019-05-14slub: add comments to endif pre-processor macrosTobin C. Harding1-10/+10
2019-05-14slob: use slab_list instead of lruTobin C. Harding1-6/+6
2019-05-14slob: respect list_head abstraction layerTobin C. Harding1-14/+37
2019-05-14list: add function list_rotate_to_front()Tobin C. Harding1-0/+18
2019-05-14ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang1-1/+29
2019-05-14ocfs2: use common file type conversionPhillip Potter2-43/+5
2019-05-14MAINTAINERS: add Joseph as ocfs2 co-maintainerJoseph Qi1-0/+1
2019-05-14arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate headerSabyasachi Gupta1-1/+0
2019-05-14kernel/sys.c: prctl: fix false positive in validate_prctl_map()Cyrill Gorcunov1-1/+1
2019-05-14mm/hugetlb.c: don't put_page in lock of hugetlb_lockKai Shen1-1/+2
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addressesDan Williams4-18/+16
2019-05-10tomoyo: Don't emit WARNING: string while fuzzing testing.Tetsuo Handa1-0/+2
2019-05-10tomoyo: Change pathname calculation for read-only filesystems.Tetsuo Handa1-1/+2
2019-05-10tomoyo: Check address length before reading address familyTetsuo Handa1-0/+4
2019-05-10tomoyo: Add a kernel config option for fuzzing testing.Tetsuo Handa2-1/+22
2019-05-10vsprintf: Do not break early boot with probing addressesPetr Mladek1-7/+4
2019-05-10fork: do not release lock that wasn't takenChristian Brauner1-2/+3