summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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, vmscan, tracing: use pointer to reclaim_stat struct in trace eventSteven Rostedt
2018-04-11mm/vmscan: don't mess with pgdat->flags in memcg reclaimAndrey Ryabinin
2018-04-11mm/vmscan: don't change pgdat state on base of a single LRU list stateAndrey Ryabinin
2018-04-11mm/vmscan: remove redundant current_may_throttle() checkAndrey Ryabinin
2018-04-11mm/vmscan: update stale commentsAndrey Ryabinin
2018-04-11mm: treat indirectly reclaimable memory as free in overcommit logicRoman Gushchin
2018-04-11mm: treat indirectly reclaimable memory as available in MemAvailableRoman Gushchin
2018-04-11mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTESRoman Gushchin
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-05mm,oom_reaper: check for MMF_OOM_SKIP before complainingTetsuo Handa
2018-04-05mm/ksm: fix interaction with THPClaudio Imbrenda
2018-04-05mm/memblock.c: cast constant ULLONG_MAX to phys_addr_tStefan Agner
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-04-05mm/page_isolation.c: make start_isolate_page_range() fail if already isolatedMike Kravetz
2018-04-05mm, oom: remove 3% bonus for CAP_SYS_ADMIN processesDavid Rientjes
2018-04-05mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memoryDavid Rientjes
2018-04-05mm: make counting of list_lru_one::nr_items locklessKirill Tkhai
2018-04-05mm/swap_state.c: make bool enable_vma_readahead and swap_vma_readahead() staticColin Ian King
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport
2018-04-05mm/swap.c: remove @cold parameter description for release_pages()Mike Rapoport
2018-04-05mm/nommu: remove description of alloc_vm_areaMike Rapoport
2018-04-05zsmalloc: introduce zs_huge_class_size()Sergey Senozhatsky
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying
2018-04-05mm, hugetlbfs: introduce ->pagesize() to vm_operations_structDan Williams
2018-04-05mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize()Dan Williams
2018-04-05mm/gup.c: fix coding style issues.Mario Leinweber
2018-04-05mm/free_pcppages_bulk: prefetch buddy while not holding lockAaron Lu
2018-04-05mm/free_pcppages_bulk: do not hold lock when picking pages to freeAaron Lu
2018-04-05mm/free_pcppages_bulk: update pcp->count insideAaron Lu
2018-04-05mm, compaction: drain pcps for zone when kcompactd failsDavid Rientjes
2018-04-05mm: make should_failslab always available for fault injectionHoward McLauchlan
2018-04-05mm/page_poison.c: make early_page_poison_param() __initDou Liyang
2018-04-05mm/page_owner.c: make early_page_owner_param() __initDou Liyang
2018-04-05mm/kmemleak.c: make kmemleak_boot_config() __initDou Liyang
2018-04-05mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim
2018-04-05mm: swap: clean up swap readaheadMinchan Kim