aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-05mm: swap: check if swap backing device is congested or notYang Shi1-0/+7
2019-03-05mm/filemap.c: remove redundant test from find_get_pages_contigMatthew Wilcox1-10/+0
2019-03-05mm/memcontrol.c: use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2019-03-05mm: remove extra drain pages on pcp listWei Yang2-2/+0
2019-03-05arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual2-0/+25
2019-03-05arm64/mm: enable HugeTLB migrationAnshuman Khandual1-0/+4
2019-03-05mm/hugetlb: enable arch specific huge page size support for migrationAnshuman Khandual1-2/+13
2019-03-05mm/hugetlb: enable PUD level huge page migrationAnshuman Khandual1-1/+2
2019-03-05mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual3-2/+32
2019-03-05mm: remove sysctl_extfrag_handler()Matthew Wilcox3-11/+1
2019-03-05selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)2-0/+192
2019-03-05vmalloc: add test driver to analyse vmalloc allocatorUladzislau Rezki (Sony)3-0/+565
2019-03-05vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)1-0/+9
2019-03-05mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range()Roman Penyaev1-23/+8
2019-03-05mm/vmalloc: do not call kmemleak_free() on not yet accounted memoryRoman Penyaev1-5/+11
2019-03-05mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev1-1/+1
2019-03-05mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBARoman Penyaev1-2/+3
2019-03-05memcg: localize memcg_kmem_enabled() checkShakeel Butt5-20/+44
2019-03-05mm, slub: make the comment of put_cpu_partial() completeWei Yang1-2/+2
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai3-4/+49
2019-03-05tools/: replace open encodings for NUMA_NO_NODEStephen Rothwell2-3/+20
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual39-74/+104
2019-03-05mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau1-1/+1
2019-03-05PM/Hibernate: exclude all PageOffline() pagesDavid Hildenbrand1-2/+7
2019-03-05PM/Hibernate: use pfn_to_online_page()David Hildenbrand1-4/+4
2019-03-05vmw_balloon: mark inflated pages PG_offlineDavid Hildenbrand1-0/+32
2019-03-05hv_balloon: mark inflated pages PG_offlineDavid Hildenbrand1-2/+12
2019-03-05xen/balloon: mark inflated pages PG_offlineDavid Hildenbrand1-0/+3
2019-03-05kexec: export PG_offline to VMCOREINFODavid Hildenbrand1-0/+2
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand6-15/+21
2019-03-05mm: balloon: update comment about isolation/migration/compactionDavid Hildenbrand1-17/+9
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS6-25/+45
2019-03-05mm/slub.c: remove an unused addr argumentQian Cai1-3/+2
2019-03-05include/linux/slub_def.h: comment fixesTobin C. Harding1-6/+6
2019-03-05mm/slab.c: kmemleak no scan alien cachesQian Cai1-8/+9
2019-03-05mm/slub.c: freelist is ensured to be NULL when new_slab() failsPeng Wang1-2/+1
2019-03-05fs/file.c: initialize init_files.resize_waitShuriyc Chu1-0/+1
2019-03-05fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits()Vineet Gupta1-7/+1
2019-03-05ocfs2: Use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva1-6/+2
2019-03-05ocfs2: fix the application IO timeout when fstrim is runningGang He5-63/+106
2019-03-05ocfs2: fix a panic problem caused by o2cb_ctlJia Guo1-6/+8
2019-03-05sh: remove nargs from __SYSCALLFiroz Khan2-3/+3
2019-03-05scripts/decode_stacktrace.sh: handle RIP address with segmentKonstantin Khlebnikov1-1/+8
2019-03-05kasan: fix coccinelle warnings in kasan_p*_tableAndrey Konovalov1-3/+3
2019-03-05kasan: fix kasan_check_read/write definitionsArnd Bergmann2-1/+3
2019-03-05page_poison: play nicely with KASANQian Cai2-1/+5
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin9-73/+0
2019-03-05mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang1-8/+6
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds119-4615/+1610
2019-03-05Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds22-131/+197