summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* thp, mm: fix crash due race in MADV_FREE handlingKirill A. Shutemov2017-07-071-1/+1
* Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-067-40/+465
|\
| * percpu: fix static checker warnings in pcpu_destroy_chunkDennis Zhou2017-06-292-2/+8
| * percpu: fix early calls for spinlock in pcpu_statsDennis Zhou2017-06-211-4/+6
| * percpu: resolve err may not be initialized in pcpu_allocDennis Zhou2017-06-211-1/+3
| * percpu: add tracepoint support for percpu memoryDennis Zhou2017-06-203-0/+16
| * percpu: expose statistics about percpu memory via debugfsDennis Zhou2017-06-207-0/+380
| * percpu: migrate percpu data structures to internal headerDennis Zhou2017-06-202-23/+40
| * percpu: add missing lockdep_assert_held to func pcpu_free_areaDennis Zhou2017-06-201-0/+2
| * mark most percpu globals as __ro_after_initDaniel Micay2017-05-101-18/+18
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-033-20/+8Star
|\ \
| * \ Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar2017-06-227-111/+114
| |\ \
| * | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-06-132-6/+6
| * | | Merge tag 'v4.12-rc4' into x86/mm, to pick up fixesIngo Molnar2017-06-0510-48/+106
| |\ \ \
| * | | | mm, x86/mm: Make the batched unmap TLB flush API more genericAndy Lutomirski2017-05-241-14/+2Star
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-035-16/+16
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-244-24/+51
| |\ \ \ \ \
| * \ \ \ \ \ 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/vmscan: Adjust system_state checksThomas Gleixner2017-05-231-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-032-9/+59
|\ \ \ \ \ \ \
| * | | | | | | fs: return if direct I/O will trigger writebackGoldwyn Rodrigues2017-06-201-7/+25
| * | | | | | | fs: Introduce filemap_range_has_page()Goldwyn Rodrigues2017-06-201-0/+32
| * | | | | | | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-132-1/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-1210-48/+106
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-032-1/+3
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | / / / | |_|_|_|/ / / |/| | | | | |
| * | | | | | tmpfs: generate random sb->s_uuidAmir Goldstein2017-06-051-0/+2
| * | | | | | fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-051-1/+1
| | |/ / / / | |/| | | |
* | | | | | slub: make sysfs file removal asynchronousTejun Heo2017-06-241-14/+26
* | | | | | mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel2017-06-241-2/+13
* | | | | | mm, thp: remove cond_resched from __collapse_huge_page_copyDavid Rientjes2017-06-241-1/+0Star
| |_|_|/ / |/| | | |
* | | | | 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
| |_|/ / |/| | |
* | | | mm: larger stack guard gap, between vmasHugh Dickins2017-06-193-103/+89Star
* | | | mm: correct the comment when reclaimed pages exceed the scanned pageszhongjiang2017-06-161-3/+3
* | | | mm: numa: avoid waiting on freed migrated pagesMark Rutland2017-06-161-1/+7
* | | | swap: cond_resched in swap_cgroup_prepare()Yu Zhao2017-06-161-0/+3
* | | | mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse2017-06-161-1/+4
|/ / /
* | | mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko2017-06-032-11/+45
* | | mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specifiedJames Morse2017-06-032-12/+13
* | | mlock: fix mlock count can not decrease in race conditionYisheng Xie2017-06-031-2/+3
* | | mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal2017-06-031-6/+2Star
* | | mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler2017-06-031-10/+30
* | | mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks ...Tetsuo Handa2017-06-031-1/+3
* | | slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner2017-06-031-2/+4
* | | mm: clarify why we want kmalloc before falling backto vmallockMichal Hocko2017-06-031-2/+5
* | | ksm: prevent crash after write_protect_page failsAndrea Arcangeli2017-06-031-2/+1Star
|/ /
* | mm: vmscan: scan until it finds eligible pagesMinchan Kim2017-05-131-6/+15