summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-14mm/hmm: simplify kconfig and enable HMM and DEVICE_PUBLIC for ppc64hmm-cdm-v2Jérôme Glisse3-25/+10
2017-06-14mm/memcontrol: support MEMORY_DEVICE_PRIVATE and MEMORY_DEVICE_PUBLICJérôme Glisse2-5/+55
2017-06-14mm/memcontrol: allow to uncharge page without using page->lru fieldJérôme Glisse1-76/+92
2017-06-14mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2-5/+83
2017-06-14mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse11-36/+154
2017-06-14mm/persistent-memory: match IORES_DESC name and enum memory_type oneJérôme Glisse2-3/+3
2017-06-12x86/mm/hotplug: fix BUG_ON() after hotremoveJérôme Glisse1-19/+0
2017-06-12hmm/dummy: show how to use allocate device page on migration of empty entryJérôme Glisse1-4/+6
2017-06-12hmm/dmirror: dummy mirror support for fake device memoryJérôme Glisse2-0/+330
2017-06-12hmm/dmirror: dummy mirror driver for testing and showcasing the HMMJérôme Glisse4-0/+902
2017-06-12mm/migrate: allow migrate_vma() to alloc new page on empty entry v2Jérôme Glisse1-4/+131
2017-06-12mm/migrate: support un-addressable ZONE_DEVICE page in migration v2Jérôme Glisse4-29/+150
2017-06-12mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse1-16/+98
2017-06-12mm/migrate: new memory migration helper for use with device memory v4Jérôme Glisse2-0/+548
2017-06-12mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse9-15/+86
2017-06-12mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory v3Jérôme Glisse2-1/+109
2017-06-12mm/hmm/devmem: device memory hotplug using ZONE_DEVICE v5Jérôme Glisse3-1/+538
2017-06-12mm/ZONE_DEVICE: special case put_page() for device private pages v2Jérôme Glisse4-10/+61
2017-06-12mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory v3Jérôme Glisse11-5/+311
2017-06-12mm/memory_hotplug: introduce add_pagesMichal Hocko3-7/+30
2017-06-12mm/hmm/mirror: device page fault handlerJérôme Glisse2-12/+271
2017-06-12mm/hmm/mirror: helper to snapshot CPU page table v3Jérôme Glisse2-2/+333
2017-06-12mm/hmm/mirror: mirror process address space on device with HMM helpers v3Jérôme Glisse3-15/+275
2017-06-12mm/hmm: heterogeneous memory management (HMM for short) v4Jérôme Glisse6-1/+241
2017-06-12hmm: heterogeneous memory management documentationJérôme Glisse2-0/+369
2017-06-06pci: test for unexpectedly disabled bridgesLinus Torvalds1-0/+9
2017-06-06slab-leaks3-default-yAndrew Morton1-1/+6
2017-06-06mutex subsystem, synchro-test moduleDavid Howells4-0/+660
2017-06-06kernel/fork.c: export kernel_thread() to modulesAndrew Morton1-0/+1
2017-06-06Releasing resources with childrenMatthew Wilcox1-0/+2
2017-06-06Make sure nobody's leaking resourcesMatthew Wilcox1-0/+8
2017-06-06mm: add strictlimit knobMaxim Patlasov2-0/+43
2017-06-06lib/crc-ccitt: add CCITT-FALSE CRC16 variantAndrey Vostrikov2-1/+64
2017-06-06xtensa: use generic fb.hTobias Klauser2-12/+1
2017-06-06sparc64: NG4 memset 32 bits overflowPavel Tatashin1-13/+13
2017-06-06net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()Michal Hocko1-8/+4
2017-06-06linux-nextAndrew Morton4061-86209/+162919
2017-06-06ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul1-0/+3
2017-06-06ipc/sem: drop __sem_free()Kees Cook1-7/+2
2017-06-06ipc/msg: remove special msg_alloc/freeKees Cook1-20/+4
2017-06-06ipc/shm: remove special shm_alloc/freeKees Cook1-20/+4
2017-06-06ipc: move atomic_set() to where it is neededKees Cook4-5/+1
2017-06-06ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul1-5/+5
2017-06-06ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul1-6/+3
2017-06-06ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul1-5/+4
2017-06-06ipc/util: drop ipc_rcu_alloc()Kees Cook2-24/+0
2017-06-06ipc/msg: avoid ipc_rcu_alloc()Kees Cook1-4/+14
2017-06-06ipc/shm: avoid ipc_rcu_alloc()Kees Cook1-4/+14
2017-06-06ipc/sem: avoid ipc_rcu_alloc()Kees Cook1-5/+20
2017-06-06ipc/util: drop ipc_rcu_free()Kees Cook2-8/+0