summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Merge tag 'regmap-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds1-0/+49
2016-07-27Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-3/+102
2016-07-27Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds24-151/+3419
2016-07-27Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...Linus Torvalds1-1/+2
2016-07-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+19
2016-07-27Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds8-15/+142
2016-07-27Merge tag 'topic/drm-misc-2016-07-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie6-133/+583
2016-07-27Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds4-25/+280
2016-07-27Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-2/+28
2016-07-27mm: fix build warnings in <linux/compaction.h>Minchan Kim3-18/+16
2016-07-27mm, thp: convert from optimistic swapin collapsing to conservativeEbru Akagunduz1-8/+11
2016-07-27shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov1-1/+5
2016-07-27thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov1-1/+9
2016-07-27khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov2-1/+25
2016-07-27thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov2-0/+15
2016-07-27shmem: add huge pages supportKirill A. Shutemov2-0/+5
2016-07-27shmem: get_unmapped_area align huge pageHugh Dickins1-0/+2
2016-07-27shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov2-1/+4
2016-07-27mm, rmap: account shmem thp pagesKirill A. Shutemov1-1/+3
2016-07-27radix-tree: implement radix_tree_maybe_preload_order()Kirill A. Shutemov1-0/+1
2016-07-27page-flags: relax policy for PG_mappedtodisk and PG_reclaimKirill A. Shutemov1-3/+3
2016-07-27thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov1-1/+12
2016-07-27thp, vmstats: add counters for huge file pagesKirill A. Shutemov1-0/+7
2016-07-27mm: introduce do_set_pmd()Kirill A. Shutemov1-0/+2
2016-07-27rmap: support file thpKirill A. Shutemov1-1/+1
2016-07-27mm: postpone page table allocation until we have page to mapKirill A. Shutemov1-1/+9
2016-07-27mm: introduce fault_envKirill A. Shutemov3-29/+33
2016-07-27mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-5/+4
2016-07-27mm: make swapin readahead to improve thp collapse rateEbru Akagunduz1-0/+24
2016-07-27mm: make optimistic check for swapin readaheadEbru Akagunduz1-5/+9
2016-07-27mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-3/+3
2016-07-27include/linux/memblock.h: Clean up code for several trivial detailsChen Gang1-11/+9
2016-07-27mm: add NR_ZSMALLOC to vmstatMinchan Kim1-0/+3
2016-07-27mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka1-14/+20
2016-07-27mm,oom: remove unused argument from oom_scan_process_thread().Tetsuo Handa1-1/+1
2016-07-27mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov2-9/+8
2016-07-27mm: memcontrol: cleanup kmem charge functionsVladimir Davydov1-96/+7
2016-07-27mm: clean up non-standard page->_mapcount usersVladimir Davydov2-41/+37
2016-07-27mm: remove pointless struct in struct page definitionVladimir Davydov1-36/+32
2016-07-27mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V1-6/+21
2016-07-27mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V1-11/+33
2016-07-27mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim1-2/+2
2016-07-27mm/page_owner: introduce split_page_owner and replace manual handlingJoonsoo Kim1-7/+5
2016-07-27mm/compaction: split freepages without holding the zone lockJoonsoo Kim1-1/+0
2016-07-27zsmalloc: page migration supportMinchan Kim1-0/+1
2016-07-27mm: balloon: use general non-lru movable page featureMinchan Kim2-37/+18
2016-07-27mm: migrate: support non-lru movable page migrationMinchan Kim6-12/+46
2016-07-27include/linux/mmdebug.h: add VM_WARN which maps to WARN()Aneesh Kumar K.V1-0/+2
2016-07-27mm: oom: add memcg to oom_controlVladimir Davydov1-3/+5
2016-07-27mm: zap ZONE_OOM_LOCKEDVladimir Davydov1-1/+0