summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-07ib/mlx5/hmm: enable odp using hmm v2hmmJérôme Glisse2-0/+14
2016-04-07ib/mlx5/hmm: add page fault support for odp with hmm v2Jérôme Glisse1-1/+143
2016-04-07ib/mlx5/hmm: add mlx5 hmm device initialization and callback v3Jérôme Glisse6-1/+256
2016-04-07ib/odp/hmm: core implementation of odp using hmm v3Jérôme Glisse5-0/+193
2016-04-07ib/odp/hmm: prepare for hmm code pathJérôme Glisse12-114/+154
2016-04-07ib/odp: export rbt_ib_umem_for_each_in_range()Jérôme Glisse1-0/+1
2016-04-07ib/mlx5: add parameter to mlx5_ib_update_mtt() for odp with hmmJérôme Glisse3-5/+7
2016-04-07ib/mlx5: add parameter to __mlx_ib_populated_pas for odp with hmmJérôme Glisse3-5/+7
2016-04-07hmm/dummy: add fake device memory to dummy hmm device driver.Jérôme Glisse2-21/+391
2016-04-07hmm/dummy: dummy driver for testing and showcasing the HMM API v3.Jérôme Glisse4-0/+1014
2016-04-07hmm: add hmm_mirror_fault_vma() if driver already looked up vmaJérôme Glisse2-37/+111
2016-04-07hmm: add mirror fault support for system to device memory migration v3.Jérôme Glisse1-0/+170
2016-04-07hmm: CPU page fault on migrated memory.Jérôme Glisse1-1/+53
2016-04-07hmm: fork copy migrated memory into system memory for child process.Jérôme Glisse1-1/+37
2016-04-07hmm: add helpers for migration back to system memory v3.Jérôme Glisse1-0/+151
2016-04-07hmm: split DMA mapping function in two.Jérôme Glisse1-55/+65
2016-04-07hmm: allow to get pointer to spinlock protecting a directory.Jérôme Glisse1-0/+25
2016-04-07hmm: new callback for copying memory from and to device memory v2.Jerome Glisse2-0/+107
2016-04-07hmm: mm add helper to update page table when migrating memory v3.Jérôme Glisse2-4/+508
2016-04-07hmm: mm helper for first step of memory migration back to system v3Jérôme Glisse3-1/+294
2016-04-07hmm: handle hmm device page table entry on mirror page table fault and update.Jérôme Glisse1-0/+13
2016-04-07hmm: add new hmm page table flag (select flag).Jérôme Glisse2-3/+8
2016-04-07hmm: add new hmm page table flag (valid device memory).Jérôme Glisse1-5/+19
2016-04-07hmm: add special swap filetype for memory migrated to device v2.Jerome Glisse5-2/+131
2016-04-07fork: pass the dst vma to copy_page_range() and its sub-functions.Jérôme Glisse3-15/+25
2016-04-07hmm: add documentation explaining HMM internals and how to use it.Jérôme Glisse1-0/+219
2016-04-07hmm: Add support for hugetlb.Jérôme Glisse1-1/+61
2016-04-07hmm: DMA map memory on behalf of device driver v2.Jérôme Glisse2-39/+174
2016-04-07hmm: add dirty range helper (toggle dirty bit inside mirror page table) v2.Jérôme Glisse2-0/+41
2016-04-07hmm: add discard range helper (to clear and free resources for a range).Jérôme Glisse2-0/+27
2016-04-07hmm: use CPU page table during invalidation.Jérôme Glisse1-18/+35
2016-04-07hmm: add mm page table iterator helpers.Jérôme Glisse1-0/+101
2016-04-07hmm: add device page fault support v6.Jérôme Glisse2-1/+407
2016-04-07hmm: add per mirror page table v5.Jérôme Glisse2-0/+304
2016-04-07hmm: add hmm page table v5.Jérôme Glisse4-1/+966
2016-04-07hmm: introduce heterogeneous memory management v6.Jérôme Glisse8-0/+601
2016-04-07mmu_notifier: allow range invalidation to exclude a specific mmu_notifierJérôme Glisse2-9/+73
2016-04-07mmu_notifier: pass page pointer to mmu_notifier_invalidate_page() v2Jérôme Glisse10-4/+16
2016-04-07mmu_notifier: keep track of active invalidation ranges v5Jérôme Glisse19-258/+356
2016-04-07mmu_notifier: add event information to address invalidation v9Jérôme Glisse22-102/+263
2016-04-07x86: remove the kernel code/data/bss resources from /proc/iomemLinus Torvalds1-37/+0
2016-04-07i40iw: avoid potential uninitialized variable useArnd Bergmann1-7/+3
2016-04-07IB/mlx5: fix VFs callback function prototypesArnd Bergmann1-9/+9
2016-04-07compiler-gcc: disable -ftracer for __noclone functionsPaolo Bonzini1-1/+1
2016-04-07kvm: x86: make lapic hrtimer pinnedLuiz Capitulino1-4/+4
2016-04-07s390/mm/kvm: fix mis-merge in gmap handlingChristian Borntraeger1-2/+2
2016-04-07kvm: set page dirty only if page has been writableYu Zhao1-2/+10
2016-04-07KVM: x86: reduce default value of halt_poll_ns parameterPaolo Bonzini1-1/+1
2016-04-07KVM: Hyper-V: do not do hypercall userspace exits if SynIC is disabledPaolo Bonzini1-0/+5
2016-04-07KVM: x86: Inject pending interrupt even if pending nmi existYuki Shibuya1-10/+10