aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-26rmap: support file thpKirill A. Shutemov1-1/+1
2016-07-26mm: postpone page table allocation until we have page to mapKirill A. Shutemov1-1/+9
2016-07-26mm: introduce fault_envKirill A. Shutemov3-29/+33
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-5/+4
2016-07-26mm: make swapin readahead to improve thp collapse rateEbru Akagunduz1-0/+24
2016-07-26mm: make optimistic check for swapin readaheadEbru Akagunduz1-5/+9
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-3/+3
2016-07-26include/linux/memblock.h: Clean up code for several trivial detailsChen Gang1-11/+9
2016-07-26mm: add NR_ZSMALLOC to vmstatMinchan Kim1-0/+3
2016-07-26mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka1-14/+20
2016-07-26mm,oom: remove unused argument from oom_scan_process_thread().Tetsuo Handa1-1/+1
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov2-9/+8
2016-07-26mm: memcontrol: cleanup kmem charge functionsVladimir Davydov1-96/+7
2016-07-26mm: clean up non-standard page->_mapcount usersVladimir Davydov2-41/+37
2016-07-26mm: remove pointless struct in struct page definitionVladimir Davydov1-36/+32
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size changeAneesh Kumar K.V1-6/+21
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V1-11/+33
2016-07-26mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim1-2/+2
2016-07-26mm/page_owner: introduce split_page_owner and replace manual handlingJoonsoo Kim1-7/+5
2016-07-26mm/compaction: split freepages without holding the zone lockJoonsoo Kim1-1/+0
2016-07-26zsmalloc: page migration supportMinchan Kim1-0/+1
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim2-37/+18
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim6-12/+46
2016-07-26include/linux/mmdebug.h: add VM_WARN which maps to WARN()Aneesh Kumar K.V1-0/+2
2016-07-26mm: oom: add memcg to oom_controlVladimir Davydov1-3/+5
2016-07-26mm: zap ZONE_OOM_LOCKEDVladimir Davydov1-1/+0
2016-07-26memory-hotplug: more general validation of zone during onlineReza Arbab1-0/+2
2016-07-26mm: faster kmalloc_array(), kcalloc()Alexey Dobriyan1-0/+2
2016-07-26mm: SLUB freelist randomizationThomas Garnier1-0/+5
2016-07-26mm: reorganize SLAB freelist randomizationThomas Garnier1-1/+1
2016-07-26fs/fs-writeback.c: inode writeback list tracking tracepointsBrian Foster1-4/+18
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner2-0/+7
2016-07-26debugobjects.h: fix trivial kernel doc warningRandy Dunlap1-1/+1
2016-07-26dax: remote unused fault wrappersRoss Zwisler1-5/+0
2016-07-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-9/+50
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-19/+63
2016-07-25Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-07-25Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+12
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+24
2016-07-25Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-33/+19
2016-07-25Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+6
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+19
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-217/+777
2016-07-25Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-104/+96
2016-07-25Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+22
2016-07-24Merge tag 'hwmon-for-linus-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-0/+25
2016-07-24Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds5-754/+83
2016-07-24Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds6-13/+68
2016-07-24Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds6-13/+104
2016-07-24Merge tag 'char-misc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-77/+42