summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka2018-10-265-24/+14
* dcache: allocate external names from reclaimable kmalloc cachesVlastimil Babka2018-10-261-29/+9
* mm, slab/slub: introduce kmalloc-reclaimable cachesVlastimil Babka2018-10-262-18/+46
* mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka2018-10-264-38/+52
* userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaultsAndrea Arcangeli2018-10-261-5/+19
* alpha: switch to NO_BOOTMEMMike Rapoport2018-10-264-188/+29
* unicore32: switch to NO_BOOTMEMMike Rapoport2018-10-262-53/+2
* um: switch to NO_BOOTMEMMike Rapoport2018-10-262-11/+11
* um: setup_physmem: stop using global variablesMike Rapoport2018-10-261-3/+3
* nios2: switch to NO_BOOTMEMMike Rapoport2018-10-263-39/+7
* nios2: use generic early_init_dt_add_memory_archMike Rapoport2018-10-263-10/+3
* of: ignore sub-page memory regionsMike Rapoport2018-10-261-5/+6
* hexagon: switch to NO_BOOTMEMMike Rapoport2018-10-262-12/+11
* mm: convert insert_pfn() to vm_fault_tMatthew Wilcox2018-10-261-19/+5
* mm: convert __vm_insert_mixed() to vm_fault_tMatthew Wilcox2018-10-261-21/+15
* mm: inline vm_insert_pfn_prot() into callerMatthew Wilcox2018-10-261-31/+24
* mm: remove vm_insert_pfn()Matthew Wilcox2018-10-262-39/+30
* mm: remove references to vm_insert_pfn()Matthew Wilcox2018-10-263-5/+5
* mm: make vm_insert_pfn_prot() staticMatthew Wilcox2018-10-262-27/+25
* x86: convert vdso to use vm_fault_tMatthew Wilcox2018-10-261-15/+9
* mm: introduce vmf_insert_pfn_prot()Matthew Wilcox2018-10-262-16/+33
* mm: remove vm_insert_mixed()Matthew Wilcox2018-10-262-18/+11
* cramfs: convert to use vmf_insert_mixedNicolas Pitre2018-10-261-1/+4
* mm: convert to use vm_fault_tSouptick Joarder2018-10-261-2/+2
* mm/page_alloc.c: clean up check_for_memory()Oscar Salvador2018-10-261-6/+3
* mm/swapfile.c: clear si->swap_map[] in swap_free_cluster()Huang Ying2018-10-261-3/+1
* mm/swapfile.c: call free_swap_slot() in __swap_entry_free()Huang Ying2018-10-261-6/+4
* mm/swapfile.c: use __try_to_reclaim_swap() in free_swap_and_cache()Huang Ying2018-10-261-32/+25
* kmemleak: add module param to print warnings to dmesgVincent Whitchurch2018-10-261-7/+35
* Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko2018-10-267-59/+0
* mm, mmu_notifier: be explicit about range invalition non-blocking modeMichal Hocko2018-10-261-1/+3
* mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()Michal Hocko2018-10-261-16/+16
* mm: don't miss the last page because of round-off errorRoman Gushchin2018-10-262-2/+7
* mm: drain memcg stocks on css offliningRoman Gushchin2018-10-261-0/+2
* mm: rework memcg kernel stack accountingRoman Gushchin2018-10-262-7/+61
* slub: extend slub debug to handle multiple slabsAaron Tomlin2018-10-262-9/+53
* mm: don't warn about large allocations for slabDmitry Vyukov2018-10-262-6/+10
* mm/slub.c: switch to bitmap_zalloc()Andy Shevchenko2018-10-261-13/+7
* xtensa: use generic vga.hJiri Slaby2018-10-262-19/+1
* fs/iomap.c: change return type to vm_fault_tSouptick Joarder2018-10-262-2/+4
* ocfs2: remove set but not used variable 'rb'YueHaibing2018-10-261-2/+0
* fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai2018-10-261-1/+1
* ocfs2: remove unneeded null checkDing Xiang2018-10-261-2/+1
* ocfs2: remove unused pointer 'eb'Colin Ian King2018-10-261-4/+0
* ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor2018-10-261-1/+1
* scripts/tags.sh: add DECLARE_HASHTABLE()Kirill Tkhai2018-10-261-1/+1
* lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin2018-10-261-0/+70
* arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin2018-10-2610-16/+21
* include/linux/linkage.h: align weak symbolsAndrey Ryabinin2018-10-261-0/+1
* include/linux/pfn_t.h: force '~' to be parsed as an unary operatorSebastien Boisvert2018-10-261-1/+1