summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-0312-21/+61
|\
| * mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz2017-03-311-1/+3
| * kasan: report only the first error by defaultMark Rutland2017-03-312-5/+36
| * mm: fix section name for .data..ro_after_initKees Cook2017-03-311-1/+1
| * mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi2017-03-311-2/+4
| * mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner2017-03-311-1/+1
| * mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner2017-03-311-2/+2
| * mm: move mm_percpu_wq initialization earlierMichal Hocko2017-03-311-3/+1
| * mm: migrate: fix remove_migration_pte() for ksm pagesNaoya Horiguchi2017-03-311-2/+5
| * mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()Huang Ying2017-03-211-2/+0
| * mm/swap: don't BUG_ON() due to uninitialized swap slot cacheLinus Torvalds2017-03-191-1/+1
| * mm: add private lock to serialize memory hotplug operationsHeiko Carstens2017-03-161-1/+5
| * mm: don't warn when vmalloc() fails due to a fatal signalDmitry Vyukov2017-03-161-1/+2
| * z3fold: fix spinlock unlocking in page reclaimVitaly Wool2017-03-161-0/+1
* | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-03-182-6/+6
* | mm/gup: Provide callback to check if __GUP_fast() is allowed for the rangeKirill A. Shutemov2017-03-181-3/+21
* | mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast(...Kirill A. Shutemov2017-03-181-2/+85
* | mm/gup: Mark all pages PageReferenced in generic get_user_pages_fast()Kirill A. Shutemov2017-03-181-0/+5
* | mm/gup: Move page table entry dereference into helper functionKirill A. Shutemov2017-03-181-8/+12
* | mm/gup: Move permission checks into helpersKirill A. Shutemov2017-03-181-5/+10
* | mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov2017-03-181-3/+0
* | x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier2017-03-181-4/+0
* | Merge branch 'linus' into x86/mm, to pick up a bugfixIngo Molnar2017-03-173-6/+8
|\ \ | |/
| * Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-142-5/+7
| |\
| | * percpu: remove unused chunk_alloc parameter from pcpu_get_pages()Tahsin Erdogan2017-03-061-4/+3
| | * percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan2017-03-061-1/+4
| * | mm, gup: fix typo in gup_p4d_range()Kirill A. Shutemov2017-03-131-1/+1
* | | x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier2017-03-161-0/+4
|/ /
* | Merge branch 'prep-for-5level'Linus Torvalds2017-03-1016-104/+495
|\ \
| * | mm: introduce __p4d_alloc()Kirill A. Shutemov2017-03-091-0/+23
| * | mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-0916-104/+472
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-03-108-28/+117
|\ \ \
| * | | kasan: fix races in quarantine_remove_cache()Dmitry Vyukov2017-03-091-6/+36
| * | | kasan: resched in quarantine_remove_cache()Dmitry Vyukov2017-03-091-1/+8
| * | | mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()Tahsin Erdogan2017-03-091-3/+8
| * | | thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov2017-03-091-5/+4
| * | | rmap: fix NULL-pointer dereference on THP munlockingKirill A. Shutemov2017-03-091-6/+7
| * | | mm/memblock.c: fix memblock_next_valid_pfn()AKASHI Takahiro2017-03-091-1/+4
| * | | userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDAndrea Arcangeli2017-03-091-3/+41
| * | | mm/cgroup: avoid panic when init with low memoryLaurent Dufour2017-03-091-2/+5
| * | | mm/vmstats: add thp_split_pud event for clarityYisheng Xie2017-03-092-1/+4
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-091-15/+28
|\ \ \ | |/ / |/| |
| * | bdi: Fix use-after-free in wb_congested_put()Jan Kara2017-03-081-15/+21
| * | block: Allow bdi re-registrationJan Kara2017-03-081-0/+7
| |/
* | mm, page_alloc: Add missing check for memory holesTony Luck2017-03-081-1/+2
|/
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-3/+3
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+3
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-0334-11/+70
|\ \ | |/ |/|
| * sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2017-03-031-1/+1
| * sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar2017-03-021-0/+1
OpenPOWER on IntegriCloud