summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-04-12Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2017-04-12Merge remote-tracking branch 'ftrace/for-next'Stephen Rothwell
2017-04-12Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2017-04-11mm: Use static initialization for "srcu"Paul E. McKenney
2017-04-12Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2017-04-12Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell
2017-04-12Merge remote-tracking branch 'jc_docs/docs-next'Stephen Rothwell
2017-04-12Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2017-04-12Merge remote-tracking branch 'arm64/for-next/core'Stephen Rothwell
2017-04-11mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-04-11Merge branch 'x86-mm-for-xen'Ingo Molnar
2017-04-11Merge branch 'locking/core'Ingo Molnar
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-4.12/block' into for-nextJens Axboe
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-05memblock: add memblock_cap_memory_range()AKASHI Takahiro
2017-04-05memblock: add memblock_clear_nomap()AKASHI Takahiro
2017-04-04usercopy: Move enum for arch_within_stack_frames()Sahara
2017-04-04Merge branch 'sched/core' into locking/coreThomas Gleixner
2017-04-03ftrace: Have init/main.c call ftrace directly to free init memorySteven Rostedt (VMware)
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
2017-03-24ftrace: Allow for function tracing to record init functions on boot upSteven Rostedt (VMware)
2017-03-22bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()Jan Kara
2017-03-22bdi: Do not wait for cgwbs release in bdi_unregister()Jan Kara
2017-03-22bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()Jan Kara
2017-03-22bdi: Unify bdi->wb_list handling for root wb_writebackJan Kara
2017-03-22bdi: Make wb->bdi a proper referenceJan Kara
2017-03-22bdi: Mark congested->bdi as internalJan Kara
2017-03-21mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()Huang Ying
2017-03-19mm/swap: don't BUG_ON() due to uninitialized swap slot cacheLinus Torvalds
2017-03-18x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov
2017-03-18mm/gup: Provide callback to check if __GUP_fast() is allowed for the rangeKirill A. Shutemov