summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2018-08-22proc: test /proc/self symlinkAlexey Dobriyan-0/+49
2018-08-22fs/proc/uptime.c: use ktime_get_boottime_ts64Arnd Bergmann-2/+2
2018-08-22proc: fixup PDE allocation bloatAlexey Dobriyan-12/+11
2018-08-22mm: fix comment for NODEMASK_ALLOCOscar Salvador-1/+1
2018-08-22drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas-1/+6
2018-08-22/proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)-0/+36
2018-08-22mm, oom: introduce memory.oom.groupRoman Gushchin-0/+159
2018-08-22mm, oom: refactor oom_kill_process()Roman Gushchin-58/+65
2018-08-22tools/testing/selftests/vm/: add MAP_POPULATE testDmitry Safonov-0/+126
2018-08-22mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador-36/+61
2018-08-22mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INITOscar Salvador-9/+16
2018-08-22mm: remove __paginginitPavel Tatashin-21/+10
2018-08-22mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin-30/+28
2018-08-22mm/page_alloc.c: move ifdefery out of free_area_init_coreOscar Salvador-13/+37
2018-08-22mm: remove zone_id() and make use of zone_idx() in is_dev_zone()Oscar Salvador-19/+12
2018-08-22Documentation/sysctl/vm.txt: update __vm_enough_memory()'s pathjuviliu-1/+1
2018-08-22memcg: reduce memcg tree traversals for stats collectionShakeel Butt-77/+73
2018-08-22mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao-4/+4
2018-08-22mm: clarify CONFIG_PAGE_POISONING and usageKees Cook-5/+6
2018-08-22mm: zero out the vma in vma_init()Andrew Morton-10/+7
2018-08-22mm/mempool.c: add missing parameter descriptionMike Rapoport-0/+1
2018-08-22mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka-60/+96
2018-08-22mm: /proc/pid/smaps: factor out common stats printingVlastimil Babka-22/+29
2018-08-22mm: /proc/pid/smaps: factor out mem stats gatheringVlastimil Babka-24/+31
2018-08-22mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka-144/+18
2018-08-22mm/oom_kill.c: clean up oom_reap_task_mm()Michal Hocko-8/+16
2018-08-22mm, oom: describe task memory unit, larger PID padRodrigo Freire-2/+3
2018-08-22mm, oom: remove oom_lock from oom_reaperMichal Hocko-28/+4
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko-80/+223
2018-08-22mm/swapfile.c: put_swap_page: share more between huge/normal code pathHuang Ying-10/+10
2018-08-22mm/swapfile.c: add __swap_entry_free_locked()Huang Ying-6/+14
2018-08-22mm, swap, get_swap_pages: use entry_size instead of cluster in parameterHuang Ying-13/+13
2018-08-22mm/swapfile.c: unify normal/huge code path in put_swap_page()Huang Ying-46/+37
2018-08-22mm/swapfile.c: unify normal/huge code path in swap_page_trans_huge_swapped()Huang Ying-4/+3
2018-08-22mm/swapfile.c: use swap_count() in swap_page_trans_huge_swapped()Huang Ying-2/+2
2018-08-22mm/swapfile.c: replace some #ifdef with IS_ENABLED()Huang Ying-40/+20
2018-08-22mm: swap: add comments to lock_cluster_or_swap_info()Huang Ying-2/+7
2018-08-22mm: struct shrinker: make flags of unsigned typeKirill Tkhai-2/+2
2018-08-22mm: struct shrink_control: keep int fields togetherKirill Tkhai-3/+3
2018-08-22mm: check shrinker is memcg-aware in register_shrinker_prepared()Kirill Tkhai-1/+2
2018-08-22autofs: fix autofs_sbi() does not check super block typeIan Kent-2/+3
2018-08-22workqueue: re-add lockdep dependencies for flushingJohannes Berg-0/+8
2018-08-22workqueue: skip lockdep wq dependency in cancel_work_sync()Johannes Berg-15/+22
2018-08-22ata: ahci_platform: enable to get and control resetKunihiko Hayashi-1/+2
2018-08-22ata: libahci_platform: add reset control supportKunihiko Hayashi-5/+30
2018-08-22ata: add an extra argument to ahci_platform_get_resources()Kunihiko Hayashi-16/+18
2018-08-22KVM: VMX: fixes for vmentry_l1d_flush module parameterPaolo Bonzini-10/+16
2018-08-22kvm: selftest: add dirty logging testPeter Xu-0/+356
2018-08-22kvm: selftest: pass in extra memory when create vmPeter Xu-8/+23
2018-08-22kvm: selftest: include the tools headersPeter Xu-3/+3