aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-08-05mm, madvise: use vma_is_anonymous() to check for anon VMAKirill A. Shutemov
2015-08-05mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd()Kirill A. Shutemov
2015-08-05mm: make sure all file VMAs have ->vm_ops setKirill A. Shutemov
2015-08-05mm-mpx-add-vm_flags_t-vm_flags-arg-to-do_mmap_pgoff-fix-checkpatch-fixesAndrew Morton
2015-08-05mm-mpx-add-vm_flags_t-vm_flags-arg-to-do_mmap_pgoff-fixKirill A. Shutemov
2015-08-05mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov
2015-08-05Merge branch 'akpm-current/current'Stephen Rothwell
2015-08-05Merge remote-tracking branch 'userns/for-next'Stephen Rothwell
2015-08-05Merge remote-tracking branch 'percpu/for-next'Stephen Rothwell
2015-08-05Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2015-07-30kmemleak: use seq_hex_dump() to dump buffersAndy Shevchenko
2015-07-30mm/util.c: add kstrimdup()Sebastian Capella
2015-07-30parse_integer: fixup mm/memcontrol.c conversionAlexey Dobriyan
2015-07-30parse_integer: convert mm/Alexey Dobriyan
2015-07-30mm: zbud: constify the zbud_opsKrzysztof Kozlowski
2015-07-30mm: zpool: constify the zpool_opsKrzysztof Kozlowski
2015-07-30mm: swap: zswap: maybe_preload & refactoringDmitry Safonov
2015-07-30zsmalloc: remove null check from destroy_handle_cache()Sergey Senozhatsky
2015-07-30zsmalloc: do not take class lock in zs_shrinker_count()Sergey Senozhatsky
2015-07-30zsmalloc: use class->pages_per_zspageMinchan Kim
2015-07-30zsmalloc: consider ZS_ALMOST_FULL as migrate sourceMinchan Kim
2015-07-30zsmalloc: partial page ordering within a fullness_listSergey Senozhatsky
2015-07-30zsmalloc: use shrinker to trigger auto-compactionSergey Senozhatsky
2015-07-30zsmalloc: account the number of compacted pagesSergey Senozhatsky
2015-07-30zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky
2015-07-30zsmalloc: cosmetic compaction code adjustmentsSergey Senozhatsky
2015-07-30zsmalloc: introduce zs_can_compact() functionSergey Senozhatsky
2015-07-30zsmalloc: always keep per-class statsSergey Senozhatsky
2015-07-30zsmalloc: drop unused variable `nr_to_migrate'Sergey Senozhatsky
2015-07-30mm: lru_deactivate_fn should clear PG_referencedMinchan Kim
2015-07-30mm-move-lazy-free-pages-to-inactive-list-fix-fixAndrew Morton
2015-07-30mm: document deactivate_pageMinchan Kim
2015-07-30mm: move lazily freed pages to inactive listMinchan Kim
2015-07-30mm: free swp_entry in madvise_freeMinchan Kim
2015-07-30mm-dont-split-thp-page-when-syscall-is-called-fix-3Andrew Morton
2015-07-30mm: remove lock validation check for MADV_FREEMinchan Kim
2015-07-30mm: Fix comment typo "CONFIG_TRANSPARNTE_HUGE"Paul Bolle
2015-07-30mm: don't split THP page when syscall is calledMinchan Kim
2015-07-30mm-support-madvisemadv_free-fix-2Andrew Morton
2015-07-30mm: support madvise(MADV_FREE)Minchan Kim
2015-07-30mm: fix invalid use of pfn_valid_within in test_pages_in_a_zoneJames Custer
2015-07-30mm: page_isolation: check pfn validity before accessWeijie Yang
2015-07-30mm: vmscan: fix the page state calculation in too_many_isolatedVinayak Menon
2015-07-30Documentation: add idle page tracking descriptionVladimir Davydov
2015-07-30mm/Kconfig: fix IDLE_PAGE_TRACKING dependenciesVladimir Davydov
2015-07-30proc: add kpageidle fileVladimir Davydov
2015-07-30mmu-notifier: add clear_young callbackVladimir Davydov
2015-07-30memcg: zap try_get_mem_cgroup_from_pageVladimir Davydov
2015-07-30hwpoison: use page_cgroup_ino for filtering by memcgVladimir Davydov
2015-07-30memcg-add-page_cgroup_ino-helper-fixVladimir Davydov