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