aboutsummaryrefslogtreecommitdiffstats
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26mm: workingset: don't drop refault information prematurelyJohannes Weiner1-8/+14
2018-10-26mm, slab: shorten kmalloc cache names for large sizesVlastimil Babka1-12/+26
2018-10-26mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka3-15/+24
2018-10-26mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka5-24/+14
2018-10-26dcache: allocate external names from reclaimable kmalloc cachesVlastimil Babka1-29/+9
2018-10-26mm, slab/slub: introduce kmalloc-reclaimable cachesVlastimil Babka2-18/+46
2018-10-26mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka4-38/+52
2018-10-26userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaultsAndrea Arcangeli1-5/+19
2018-10-26alpha: switch to NO_BOOTMEMMike Rapoport4-188/+29
2018-10-26unicore32: switch to NO_BOOTMEMMike Rapoport2-53/+2
2018-10-26um: switch to NO_BOOTMEMMike Rapoport2-11/+11
2018-10-26um: setup_physmem: stop using global variablesMike Rapoport1-3/+3
2018-10-26nios2: switch to NO_BOOTMEMMike Rapoport3-39/+7
2018-10-26nios2: use generic early_init_dt_add_memory_archMike Rapoport3-10/+3
2018-10-26of: ignore sub-page memory regionsMike Rapoport1-5/+6
2018-10-26hexagon: switch to NO_BOOTMEMMike Rapoport2-12/+11
2018-10-26mm: convert insert_pfn() to vm_fault_tMatthew Wilcox1-19/+5
2018-10-26mm: convert __vm_insert_mixed() to vm_fault_tMatthew Wilcox1-21/+15
2018-10-26mm: inline vm_insert_pfn_prot() into callerMatthew Wilcox1-31/+24
2018-10-26mm: remove vm_insert_pfn()Matthew Wilcox2-39/+30
2018-10-26mm: remove references to vm_insert_pfn()Matthew Wilcox3-5/+5
2018-10-26mm: make vm_insert_pfn_prot() staticMatthew Wilcox2-27/+25
2018-10-26x86: convert vdso to use vm_fault_tMatthew Wilcox1-15/+9
2018-10-26mm: introduce vmf_insert_pfn_prot()Matthew Wilcox2-16/+33
2018-10-26mm: remove vm_insert_mixed()Matthew Wilcox2-18/+11
2018-10-26cramfs: convert to use vmf_insert_mixedNicolas Pitre1-1/+4
2018-10-26mm: convert to use vm_fault_tSouptick Joarder1-2/+2
2018-10-26mm/page_alloc.c: clean up check_for_memory()Oscar Salvador1-6/+3
2018-10-26mm/swapfile.c: clear si->swap_map[] in swap_free_cluster()Huang Ying1-3/+1
2018-10-26mm/swapfile.c: call free_swap_slot() in __swap_entry_free()Huang Ying1-6/+4
2018-10-26mm/swapfile.c: use __try_to_reclaim_swap() in free_swap_and_cache()Huang Ying1-32/+25
2018-10-26kmemleak: add module param to print warnings to dmesgVincent Whitchurch1-7/+35
2018-10-26Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks"Michal Hocko7-59/+0
2018-10-26mm, mmu_notifier: be explicit about range invalition non-blocking modeMichal Hocko1-1/+3
2018-10-26mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()Michal Hocko1-16/+16
2018-10-26mm: don't miss the last page because of round-off errorRoman Gushchin2-2/+7
2018-10-26mm: drain memcg stocks on css offliningRoman Gushchin1-0/+2
2018-10-26mm: rework memcg kernel stack accountingRoman Gushchin2-7/+61
2018-10-26slub: extend slub debug to handle multiple slabsAaron Tomlin2-9/+53
2018-10-26mm: don't warn about large allocations for slabDmitry Vyukov2-6/+10
2018-10-26mm/slub.c: switch to bitmap_zalloc()Andy Shevchenko1-13/+7
2018-10-26xtensa: use generic vga.hJiri Slaby2-19/+1
2018-10-26fs/iomap.c: change return type to vm_fault_tSouptick Joarder2-2/+4
2018-10-26ocfs2: remove set but not used variable 'rb'YueHaibing1-2/+0
2018-10-26fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_mle()Jia-Ju Bai1-1/+1
2018-10-26ocfs2: remove unneeded null checkDing Xiang1-2/+1
2018-10-26ocfs2: remove unused pointer 'eb'Colin Ian King1-4/+0
2018-10-26ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-10-26scripts/tags.sh: add DECLARE_HASHTABLE()Kirill Tkhai1-1/+1
2018-10-26lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin1-0/+70