summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAge
...
* | mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-08
* | mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2017-09-08
* | mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-08
* | mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse2017-09-08
* | mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse2017-09-08
* | mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse2017-09-08
* | mm/migrate: new memory migration helper for use with device memoryJérôme Glisse2017-09-08
* | mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-08
* | mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse2017-09-08
* | mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse2017-09-08
* | mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse2017-09-08
* | mm/memcontrol: allow to uncharge page without using page->lru fieldJérôme Glisse2017-09-08
* | mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-08
* | mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-08
* | mm/hmm/mirror: device page fault handlerJérôme Glisse2017-09-08
* | mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse2017-09-08
* | mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse2017-09-08
* | mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-08
* | mm: memory_hotplug: memory hotremove supports thp migrationNaoya Horiguchi2017-09-08
* | mm: migrate: move_pages() supports thp migrationNaoya Horiguchi2017-09-08
* | mm: mempolicy: mbind and migrate_pages support thp migrationNaoya Horiguchi2017-09-08
* | mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-08
* | mm: thp: check pmd migration entry in common pathZi Yan2017-09-08
* | mm: thp: enable thp migration in generic pathZi Yan2017-09-08
* | mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi2017-09-08
* | mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi2017-09-08
* | mm: mempolicy: add queue_pages_required()Naoya Horiguchi2017-09-08
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\ \
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* | | Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-09-07
|\ \ \
| * | | mm/hugetlb: Allow arch to override and call the weak functionAneesh Kumar K.V2017-08-15
| |/ /
* | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-09-06
|\ \ \
| * | | cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo2017-07-21
| |/ /
* | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-09-06
|\ \ \
| * | | percpu: update header to contain bitmap allocator explanation.Dennis Zhou (Facebook)2017-07-26
| * | | percpu: update pcpu_find_block_fit to use an iteratorDennis Zhou (Facebook)2017-07-26
| * | | percpu: use metadata blocks to update the chunk contig hintDennis Zhou (Facebook)2017-07-26
| * | | percpu: update free path to take advantage of contig hintsDennis Zhou (Facebook)2017-07-26
| * | | percpu: update alloc path to only scan if contig hints are brokenDennis Zhou (Facebook)2017-07-26
| * | | percpu: keep track of the best offset for contig hintsDennis Zhou (Facebook)2017-07-26
| * | | percpu: skip chunks if the alloc does not fit in the contig hintDennis Zhou (Facebook)2017-07-26
| * | | percpu: add first_bit to keep track of the first free in the bitmapDennis Zhou (Facebook)2017-07-26
| * | | percpu: introduce bitmap metadata blocksDennis Zhou (Facebook)2017-07-26
| * | | percpu: replace area map allocator with bitmapDennis Zhou (Facebook)2017-07-26
| * | | percpu: generalize bitmap (un)populated iteratorsDennis Zhou (Facebook)2017-07-26
| * | | percpu: increase minimum percpu allocation size and align first regionsDennis Zhou (Facebook)2017-07-26
| * | | percpu: introduce nr_empty_pop_pages to help empty page accountingDennis Zhou (Facebook)2017-07-26
| * | | percpu: change the number of pages marked in the first_chunk pop bitmapDennis Zhou (Facebook)2017-07-26
| * | | percpu: combine percpu address checksDennis Zhou (Facebook)2017-07-26
| * | | percpu: modify base_addr to be region specificDennis Zhou (Facebook)2017-07-26