summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vfree: add debug might_sleep()Andrey Ryabinin2018-10-261-0/+2
* mm/vmalloc.c: improve vfree() kerneldocAndrey Ryabinin2018-10-261-0/+2
* kvfree(): fix misleading commentAndrey Ryabinin2018-10-261-1/+1
* mm/mempolicy.c: use match_string() helper to simplify the codezhong jiang2018-10-261-8/+3
* mm/swap.c: remove duplicated includeYueHaibing2018-10-261-1/+0
* mm, page_alloc: drop should_suppress_show_memMichal Hocko2018-10-261-15/+1
* mm/memcontrol.c: fix memory.stat item orderingJohannes Weiner2018-10-261-7/+7
* mm: zero-seek shrinkersJohannes Weiner2018-10-264-4/+19
* mm: workingset: add vmstat counter for shadow nodesJohannes Weiner2018-10-263-2/+14
* mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaimJohannes Weiner2018-10-261-1/+1
* psi: cgroup supportJohannes Weiner2018-10-268-10/+228
* psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-2615-6/+1003
* sched: introduce this_rq_lock_irq()Johannes Weiner2018-10-262-3/+13
* sched: sched.h: make rq locking and clock functions available in stats.hJohannes Weiner2018-10-261-82/+82
* sched: loadavg: make calc_load_n() publicJohannes Weiner2018-10-262-69/+72
* sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-269-46/+27
* delayacct: track delays from thrashing cache pagesJohannes Weiner2018-10-265-2/+61
* mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-2611-42/+77
* mm: workingset: don't drop refault information prematurelyJohannes Weiner2018-10-261-8/+14
* mm, slab: shorten kmalloc cache names for large sizesVlastimil Babka2018-10-261-12/+26
* mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka2018-10-263-15/+24
* 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