summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-13mm/hmm: fix handling of pmd inside HMM CPU page table snapshot helperhmm-cdm-nextJérôme Glisse1-26/+32
2017-07-13hmm/dummy: use CDM memory if any for device memoryJérôme Glisse1-5/+34
2017-07-13x86/mm/device-public-memory: add fake e820 type for public memory testingJérôme Glisse2-0/+17
2017-07-13mm/hmm: documents how device memory is accounted in rss and memcgJérôme Glisse1-0/+40
2017-07-13mm/memcontrol: support MEMORY_DEVICE_PRIVATE and MEMORY_DEVICE_PUBLIC v3Jérôme Glisse2-5/+60
2017-07-13mm/memcontrol: allow to uncharge page without using page->lru fieldJérôme Glisse1-76/+92
2017-07-13mm/hmm: add new helper to hotplug CDM memory region v3Jérôme Glisse2-5/+83
2017-07-13mm/device-public-memory: device memory cache coherent with CPU v4Jérôme Glisse13-45/+156
2017-07-13mm/zone-device: rename DEVICE_PUBLIC to DEVICE_HOSTJérôme Glisse2-3/+3
2017-07-13hmm/dummy: show how to use allocate device page on migration of empty entryJérôme Glisse1-4/+9
2017-07-13hmm/dmirror: dummy mirror support for fake device memoryJérôme Glisse2-0/+371
2017-07-13hmm/dmirror: dummy mirror driver for testing and showcasing the HMMJérôme Glisse4-0/+902
2017-07-13mm/migrate: allow migrate_vma() to alloc new page on empty entry v3Jérôme Glisse2-6/+161
2017-07-13mm/migrate: support un-addressable ZONE_DEVICE page in migration v2Jérôme Glisse4-29/+150
2017-07-13mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse1-16/+98
2017-07-13mm/migrate: new memory migration helper for use with device memory v4Jérôme Glisse2-0/+548
2017-07-13mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse9-15/+86
2017-07-13mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory v3Jérôme Glisse2-1/+109
2017-07-13mm/hmm/devmem: device memory hotplug using ZONE_DEVICE v6Jérôme Glisse2-1/+478
2017-07-13mm/ZONE_DEVICE: special case put_page() for device private pages v2Jérôme Glisse4-10/+61
2017-07-13mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory v4Jérôme Glisse11-5/+308
2017-07-13mm/memory_hotplug: introduce add_pagesMichal Hocko3-7/+30
2017-07-13mm/hmm/mirror: device page fault handlerJérôme Glisse2-12/+271
2017-07-13mm/hmm/mirror: helper to snapshot CPU page table v3Jérôme Glisse2-2/+333
2017-07-13mm/hmm/mirror: mirror process address space on device with HMM helpers v3Jérôme Glisse3-15/+275
2017-07-13mm/hmm: heterogeneous memory management (HMM for short) v4Jérôme Glisse6-1/+242
2017-07-13hmm: heterogeneous memory management documentation v2Jérôme Glisse2-0/+351
2017-07-12pci: test for unexpectedly disabled bridgesLinus Torvalds1-0/+9
2017-07-12slab-leaks3-default-yAndrew Morton1-1/+6
2017-07-12mutex subsystem, synchro-test moduleDavid Howells4-0/+660
2017-07-12kernel/fork.c: export kernel_thread() to modulesAndrew Morton1-0/+1
2017-07-12Releasing resources with childrenMatthew Wilcox1-0/+2
2017-07-12Make sure nobody's leaking resourcesMatthew Wilcox1-0/+8
2017-07-12mm: add strictlimit knobMaxim Patlasov2-0/+43
2017-07-12lib/crc-ccitt: add CCITT-FALSE CRC16 variantAndrey Vostrikov2-1/+64
2017-07-12kmod: throttle kmod thread limitLuis R. Rodriguez2-31/+9
2017-07-12kmod: add dependencies for test moduleArnd Bergmann1-0/+2
2017-07-12kmod: add test driver to stress test the module loaderLuis R. Rodriguez7-0/+1927
2017-07-12MAINTAINERS: give kmod some maintainer loveLuis R. Rodriguez1-0/+7
2017-07-12xtensa: use generic fb.hTobias Klauser2-12/+1
2017-07-12sparc64: NG4 memset 32 bits overflowPavel Tatashin1-13/+13
2017-07-12linux-next-git-rejectsAndrew Morton1-4/+0
2017-07-12linux-next-rejectsAndrew Morton2-2/+2
2017-07-12linux-nextAndrew Morton877-12003/+32030
2017-07-12fault-inject: add /proc/<pid>/fail-nthAkinobu Mita2-1/+3
2017-07-12fault-inject: don't convert unsigned type value as signed intAkinobu Mita1-1/+1
2017-07-12fault-inject: simplify access check for fail-nthAkinobu Mita1-14/+8
2017-07-12fault-inject: make fail-nth read/write interface symmetricAkinobu Mita2-14/+13
2017-07-12fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita3-10/+8
2017-07-12fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita1-1/+1