summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-244-24/+51
|\
| * slub: make sysfs file removal asynchronousTejun Heo2017-06-231-14/+26
| * mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel2017-06-231-2/+13
| * mm, thp: remove cond_resched from __collapse_huge_page_copyDavid Rientjes2017-06-231-1/+0
| * Allow stack to grow up to address space limitHelge Deller2017-06-211-5/+8
| * mm: fix new crash in unmapped_area_topdown()Hugh Dickins2017-06-211-2/+4
* | Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-2018-171/+227
|\ \
| * | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-203-4/+4
| * | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-204-11/+11
| |/
| * mm: larger stack guard gap, between vmasHugh Dickins2017-06-193-103/+89
| * mm: correct the comment when reclaimed pages exceed the scanned pageszhongjiang2017-06-171-3/+3
| * mm: numa: avoid waiting on freed migrated pagesMark Rutland2017-06-171-1/+7
| * swap: cond_resched in swap_cgroup_prepare()Yu Zhao2017-06-171-0/+3
| * mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse2017-06-171-1/+4
| * mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko2017-06-022-11/+45
| * mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specifiedJames Morse2017-06-022-12/+13
| * mlock: fix mlock count can not decrease in race conditionYisheng Xie2017-06-021-2/+3
| * mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal2017-06-021-6/+2
| * mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler2017-06-021-10/+30
| * mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks ...Tetsuo Handa2017-06-021-1/+3
| * slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner2017-06-021-2/+4
| * mm: clarify why we want kmalloc before falling backto vmallockMichal Hocko2017-06-021-2/+5
| * ksm: prevent crash after write_protect_page failsAndrea Arcangeli2017-06-021-2/+1
* | mm/vmscan: Adjust system_state checksThomas Gleixner2017-05-231-1/+1
|/
* mm: vmscan: scan until it finds eligible pagesMinchan Kim2017-05-121-6/+15
* mm, thp: copying user pages must schedule on collapseDavid Rientjes2017-05-121-4/+3
* mm: fix data corruption due to stale mmap readsJan Kara2017-05-121-1/+11
* dax: prevent invalidation of mapped DAX entriesRoss Zwisler2017-05-121-6/+3
* mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko2017-05-122-2/+20
* mm/khugepaged: add missed tracepoint for collapse_huge_page_swapinSeongJae Park2017-05-121-1/+3
* mm, vmstat: Remove spurious WARN() during zoneinfo printReza Arbab2017-05-121-2/+0
* hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko2017-05-122-1/+8
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-111-1/+1
|\
| * mm: Silence vmap() allocation failures based on caller gfp_flagsFlorian Fainelli2017-05-111-1/+1
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-109-36/+24
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-239-36/+24
| |\ \
| | | \
| | | \
| | *-. \ Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney2017-04-219-36/+24
| | |\ \ \
| | | | * | mm: Use static initialization for "srcu"Paul E. McKenney2017-04-181-13/+1
| | | |/ / | | |/| |
| | | * | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-188-23/+23
| | |/ /
* | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-091-1/+1
|\ \ \ \
| * | | | fix braino in generic_file_read_iter()Al Viro2017-05-081-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-0815-139/+310
|\ \ \ \ \
| * | | | | mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka2017-05-082-11/+17
| * | | | | mm: prevent potential recursive reclaim due to clearing PF_MEMALLOCVlastimil Babka2017-05-081-1/+2
| * | | | | mm/huge_memory.c: deposit a pgtable for DAX PMD faults when requiredOliver O'Halloran2017-05-081-2/+18
| * | | | | mm/huge_memory.c: use zap_deposited_table() moreOliver O'Halloran2017-05-081-6/+2
| * | | | | fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-081-6/+0
| * | | | | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-084-11/+10
| * | | | | mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying2017-05-083-13/+18
| * | | | | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-4/+1