aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-11proc: account "struct pde_opener"Alexey Dobriyan
2018-04-11proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan
2018-04-11proc: randomize "struct pde_opener"Alexey Dobriyan
2018-04-11proc: faster open/close of files without ->release hookAlexey Dobriyan
2018-04-11proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan
2018-04-11proc: do less stuff under ->pde_unload_lockAlexey Dobriyan
2018-04-11proc: get rid of task lock/unlock pair to read umask for the "status" fileMateusz Guzik
2018-04-11procfs: optimize seq_pad() to speed up /proc/pid/mapsAndrei Vagin
2018-04-11procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin
2018-04-11kasan: prevent compiler from optimizing away memset in testsAndrey Konovalov
2018-04-11kasan: fix invalid-free test crashing the kernelAndrey Konovalov
2018-04-11kasan, slub: fix handling of kasan_slab_free hookAndrey Konovalov
2018-04-11mm/thp: don't count ZONE_MOVABLE as the target for freepage reservingJoonsoo Kim
2018-04-11ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=yJoonsoo Kim
2018-04-11mm/cma: remove ALLOC_CMAJoonsoo Kim
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim
2018-04-11mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim
2018-04-11mm: unclutter THP migrationMichal Hocko
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko
2018-04-11mm, numa: rework do_pages_moveMichal Hocko
2018-04-11mm/swapfile.c: make pointer swap_avail_heads staticColin Ian King
2018-04-11memcg: fix per_node_info cleanupMichal Hocko
2018-04-11swap: divide-by-zero when zero length swap file on ssdTom Abraham
2018-04-11mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner
2018-04-11mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda
2018-04-11mm/z3fold.c: use gfpflags_allow_blockingMatthew Wilcox
2018-04-11z3fold: fix memory leakXidong Wang
2018-04-11memcg, thp: do not invoke oom killer on thp chargesMichal Hocko
2018-04-11mm/migrate: properly preserve write attribute in special migrate entryRalph Campbell
2018-04-11mm: check __highest_present_section_nr directly in memory_dev_init()Wei Yang
2018-04-11sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman
2018-04-11Documentation/vm/hmm.txt: typos and syntaxes fixesJérôme Glisse
2018-04-11mm/hmm: fix header file if/else/endif maze, againArnd Bergmann
2018-04-11mm/hmm.c: remove superfluous RCU protection around radix tree lookupTejun Heo
2018-04-11mm/hmm: use device driver encoding for HMM pfnJérôme Glisse
2018-04-11mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse
2018-04-11mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()Jérôme Glisse
2018-04-11mm/hmm: move hmm_pfns_clear() closer to where it is usedJérôme Glisse
2018-04-11mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATEJérôme Glisse
2018-04-11mm/hmm: do not differentiate between empty entry or missing directoryJérôme Glisse
2018-04-11mm/hmm: cleanup special vma handling (VM_SPECIAL)Jérôme Glisse
2018-04-11mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulongJérôme Glisse
2018-04-11mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architectureJérôme Glisse
2018-04-11mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parametersJérôme Glisse
2018-04-11mm/hmm: hmm_pfns_bad() was accessing wrong structJérôme Glisse
2018-04-11mm/hmm: unregister mmu_notifier when last HMM client quitJérôme Glisse
2018-04-11mm/hmm: HMM should have a callback before MM is destroyedRalph Campbell
2018-04-11mm/hmm: fix header file if/else/endif mazeJérôme Glisse
2018-04-11mm/hmm: documentation editorial update to HMM documentationRalph Campbell
2018-04-11mm, vmscan, tracing: use pointer to reclaim_stat struct in trace eventSteven Rostedt