aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-08mm: consider the number in local CPUs when reading NUMA statsKemi Wang1-1/+5
2017-09-08mm: update NUMA counter threshold sizeKemi Wang1-2/+1
2017-09-08mm: change the call sites of numa statistics itemsKemi Wang2-9/+45
2017-09-08mm/hmm: fix build when HMM is disabledJérôme Glisse1-2/+1
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse4-27/+43
2017-09-08mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse1-0/+3
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse4-10/+36
2017-09-08mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse1-0/+9
2017-09-08mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse1-2/+8
2017-09-08mm/migrate: new memory migration helper for use with device memoryJérôme Glisse1-0/+104
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2-0/+10
2017-09-08mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse1-1/+21
2017-09-08mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse1-0/+155
2017-09-08mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2-9/+35
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse5-3/+175
2017-09-08mm/memory_hotplug: introduce add_pagesMichal Hocko1-0/+11
2017-09-08mm/hmm/mirror: device page fault handlerJérôme Glisse1-0/+27
2017-09-08mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse1-2/+53
2017-09-08mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse1-0/+110
2017-09-08mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2-0/+158
2017-09-08mm: memory_hotplug: memory hotremove supports thp migrationNaoya Horiguchi1-1/+14
2017-09-08mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi1-0/+2
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan1-2/+12
2017-09-08mm: thp: enable thp migration in generic pathZi Yan1-3/+70
2017-09-08mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi1-0/+10
2017-09-08mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi1-1/+2
2017-09-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+19
2017-09-07Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-21/+24
2017-09-07Merge tag 'pstore-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-9/+0
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-19/+21
2017-09-07Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2017-09-07Merge tag 'leds_for_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-0/+2
2017-09-07Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-19/+83
2017-09-07Merge tag 'backlight-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds1-1/+0
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds11-10/+480
2017-09-07Merge tag 'mmc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds5-15/+112
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-2/+0
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds13-68/+127
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-0/+4
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2017-09-07Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+1
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds2-0/+3
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-6/+101
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+19
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-122/+172
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel1-1/+1
2017-09-06x86,mpx: make mpx depend on x86-64 to free up VMA flagRik van Riel1-2/+6
2017-09-06mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying1-1/+1
2017-09-06mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli1-6/+0