summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-021-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-021-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-231-3/+3
| * | | | | | bdi: Do not wait for cgwbs release in bdi_unregister()Jan Kara2017-03-231-21/+1
| * | | | | | bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()Jan Kara2017-03-231-0/+22
| * | | | | | bdi: Unify bdi->wb_list handling for root wb_writebackJan Kara2017-03-231-6/+28
| * | | | | | bdi: Make wb->bdi a proper referenceJan Kara2017-03-231-2/+11
| * | | | | | bdi: Mark congested->bdi as internalJan Kara2017-03-231-5/+5
* | | | | | | mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent2017-04-211-1/+1
* | | | | | | Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests"Mel Gorman2017-04-211-23/+20
* | | | | | | mm: make mm_percpu_wq non freezableMichal Hocko2017-04-201-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | zsmalloc: expand class bitMinchan Kim2017-04-141-1/+1
* | | | | | thp: fix MADV_DONTNEED vs. MADV_FREE raceKirill A. Shutemov2017-04-141-2/+1
* | | | | | thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov2017-04-141-1/+33
* | | | | | thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov2017-04-141-26/+26
* | | | | | z3fold: fix page locking in z3fold_alloc()Vitaly Wool2017-04-141-2/+7
* | | | | | mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls2017-04-081-12/+8
* | | | | | mm: move pcp and lru-pcp draining into single wqMichal Hocko2017-04-084-26/+32
* | | | | | mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()David Rientjes2017-04-081-0/+2
* | | | | | mm, thp: fix setting of defer+madvise thp defrag modeDavid Rientjes2017-04-081-6/+6
* | | | | | mm/page_alloc.c: fix print order in show_free_areas()Alexander Polakov2017-04-081-1/+1
* | | | | | mm: fix page_vma_mapped_walk() for ksm pagesHugh Dickins2017-04-081-7/+8
* | | | | | mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz2017-04-011-1/+3
* | | | | | kasan: report only the first error by defaultMark Rutland2017-04-012-5/+36
* | | | | | mm: fix section name for .data..ro_after_initKees Cook2017-04-011-1/+1
* | | | | | mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi2017-04-011-2/+4
* | | | | | mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner2017-04-011-1/+1
* | | | | | mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner2017-04-011-2/+2
* | | | | | mm: move mm_percpu_wq initialization earlierMichal Hocko2017-04-011-3/+1
* | | | | | mm: migrate: fix remove_migration_pte() for ksm pagesNaoya Horiguchi2017-04-011-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-201-1/+1
* | | | mm: add private lock to serialize memory hotplug operationsHeiko Carstens2017-03-171-1/+5
* | | | mm: don't warn when vmalloc() fails due to a fatal signalDmitry Vyukov2017-03-171-1/+2
* | | | z3fold: fix spinlock unlocking in page reclaimVitaly Wool2017-03-171-0/+1
| |_|/ |/| |