summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-021-8/+7
|\
| * generic_file_read_iter(): make use of iov_iter_revert()Al Viro2017-04-211-4/+4
| * generic_file_direct_write(): make use of iov_iter_revert()Al Viro2017-04-211-4/+3
* | Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-021-18/+1
|\ \
| * | mm/usercopy: Drop extra is_vmalloc_or_module() checkLaura Abbott2017-04-051-11/+0
| * | usercopy: Move enum for arch_within_stack_frames()Sahara2017-04-041-7/+1
* | | Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds2017-05-023-10/+13
|\ \ \
| * | | kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com2017-04-023-10/+13
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-012-18/+140
|\ \ \ \
| * | | | mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams2017-05-011-0/+10
| * | | | Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar2017-04-232-6/+6
| * | | | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-0312-21/+61
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier2017-03-161-0/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-011-14/+26
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-04-1420-104/+185
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'sched/core' into locking/coreThomas Gleixner2017-04-043-6/+8
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | lockdep: Fix per-cpu static objectsPeter Zijlstra2017-03-261-1/+4
| * | | | | | locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner2017-03-161-14/+23
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2017-05-011-1/+0
|\ \ \ \ \ \
| * | | | | | mm: remove AVR32 arch special handling in mm/KconfigHans-Christian Noren Egtvedt2017-05-011-1/+0
* | | | | | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-011-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-0228-157/+657
| |\ \ \ \ \ \ \
| * | | | | | | | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-93/+93
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara2017-04-201-8/+5
| * | | | | | | block: Remove unused functionsJan Kara2017-04-201-50/+6
| * | | | | | | bdi: Export bdi_alloc_node() and bdi_put()Jan Kara2017-04-201-0/+2
| * | | | | | | block: Unregister bdi on last reference dropJan Kara2017-04-201-0/+2
| * | | | | | | bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara2017-04-201-5/+15
| * | | | | | | Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-2/+0
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()Jan Kara2017-03-221-3/+3
| * | | | | | | bdi: Do not wait for cgwbs release in bdi_unregister()Jan Kara2017-03-221-21/+1
| * | | | | | | bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()Jan Kara2017-03-221-0/+22
| * | | | | | | bdi: Unify bdi->wb_list handling for root wb_writebackJan Kara2017-03-221-6/+28
| * | | | | | | bdi: Make wb->bdi a proper referenceJan Kara2017-03-221-2/+11
| * | | | | | | bdi: Mark congested->bdi as internalJan Kara2017-03-221-5/+5
* | | | | | | | mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent2017-04-201-1/+1
* | | | | | | | Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests"Mel Gorman2017-04-201-23/+20
* | | | | | | | mm: make mm_percpu_wq non freezableMichal Hocko2017-04-191-2/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | zsmalloc: expand class bitMinchan Kim2017-04-131-1/+1
* | | | | | | thp: fix MADV_DONTNEED vs. MADV_FREE raceKirill A. Shutemov2017-04-131-2/+1