summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-02Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-01Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-01mm: remove AVR32 arch special handling in mm/KconfigHans-Christian Noren Egtvedt
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams
2017-04-23Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar
2017-04-21generic_file_read_iter(): make use of iov_iter_revert()Al Viro
2017-04-21generic_file_direct_write(): make use of iov_iter_revert()Al Viro
2017-04-20mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent
2017-04-20Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests"Mel Gorman
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara
2017-04-20block: Remove unused functionsJan Kara
2017-04-20bdi: Export bdi_alloc_node() and bdi_put()Jan Kara
2017-04-20block: Unregister bdi on last reference dropJan Kara
2017-04-20bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara
2017-04-19mm: make mm_percpu_wq non freezableMichal Hocko
2017-04-14Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-04-13zsmalloc: expand class bitMinchan Kim
2017-04-13thp: fix MADV_DONTNEED vs. MADV_FREE raceKirill A. Shutemov
2017-04-13thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov
2017-04-13thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov
2017-04-13z3fold: fix page locking in z3fold_alloc()Vitaly Wool
2017-04-08mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls
2017-04-08mm: move pcp and lru-pcp draining into single wqMichal Hocko
2017-04-08mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()David Rientjes
2017-04-08mm, thp: fix setting of defer+madvise thp defrag modeDavid Rientjes
2017-04-08mm/page_alloc.c: fix print order in show_free_areas()Alexander Polakov
2017-04-08mm: fix page_vma_mapped_walk() for ksm pagesHugh Dickins
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe
2017-04-05mm/usercopy: Drop extra is_vmalloc_or_module() checkLaura Abbott
2017-04-04usercopy: Move enum for arch_within_stack_frames()Sahara
2017-04-04Merge branch 'sched/core' into locking/coreThomas Gleixner
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro
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-28new helper: uaccess_kernel()Al Viro
2017-03-26lockdep: Fix per-cpu static objectsPeter Zijlstra