summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar
2017-03-31mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz
2017-03-31kasan: report only the first error by defaultMark Rutland
2017-03-31mm: fix section name for .data..ro_after_initKees Cook
2017-03-31mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi
2017-03-31mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner
2017-03-31mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner
2017-03-31mm: move mm_percpu_wq initialization earlierMichal Hocko
2017-03-31mm: migrate: fix remove_migration_pte() for ksm pagesNaoya Horiguchi
2017-03-21mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()Huang Ying
2017-03-19mm/swap: don't BUG_ON() due to uninitialized swap slot cacheLinus Torvalds
2017-03-18x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov
2017-03-18mm/gup: Provide callback to check if __GUP_fast() is allowed for the rangeKirill A. Shutemov
2017-03-18mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast(...Kirill A. Shutemov
2017-03-18mm/gup: Mark all pages PageReferenced in generic get_user_pages_fast()Kirill A. Shutemov
2017-03-18mm/gup: Move page table entry dereference into helper functionKirill A. Shutemov
2017-03-18mm/gup: Move permission checks into helpersKirill A. Shutemov
2017-03-18mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov
2017-03-18x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier
2017-03-17Merge branch 'linus' into x86/mm, to pick up a bugfixIngo Molnar
2017-03-16mm: add private lock to serialize memory hotplug operationsHeiko Carstens
2017-03-16mm: don't warn when vmalloc() fails due to a fatal signalDmitry Vyukov
2017-03-16z3fold: fix spinlock unlocking in page reclaimVitaly Wool
2017-03-16x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier
2017-03-14Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-13mm, gup: fix typo in gup_p4d_range()Kirill A. Shutemov
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds
2017-03-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-03-09kasan: fix races in quarantine_remove_cache()Dmitry Vyukov
2017-03-09kasan: resched in quarantine_remove_cache()Dmitry Vyukov
2017-03-09mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()Tahsin Erdogan
2017-03-09thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov
2017-03-09rmap: fix NULL-pointer dereference on THP munlockingKirill A. Shutemov
2017-03-09mm/memblock.c: fix memblock_next_valid_pfn()AKASHI Takahiro
2017-03-09userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDAndrea Arcangeli
2017-03-09mm/cgroup: avoid panic when init with low memoryLaurent Dufour
2017-03-09mm/vmstats: add thp_split_pud event for clarityYisheng Xie
2017-03-09Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-03-09mm: introduce __p4d_alloc()Kirill A. Shutemov
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-03-08mm, page_alloc: Add missing check for memory holesTony Luck
2017-03-08bdi: Fix use-after-free in wb_congested_put()Jan Kara
2017-03-08block: Allow bdi re-registrationJan Kara
2017-03-06percpu: remove unused chunk_alloc parameter from pcpu_get_pages()Tahsin Erdogan
2017-03-06percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds