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