summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-20HMM/dummy: add fake device memory to dummy HMM device driver.hmm-v11Jérôme Glisse2-21/+391
2015-10-20HMM: add mirror fault support for system to device memory migration v3.Jérôme Glisse1-0/+170
2015-10-20HMM: CPU page fault on migrated memory.Jérôme Glisse1-1/+53
2015-10-20HMM: fork copy migrated memory into system memory for child process.Jérôme Glisse1-1/+37
2015-10-20HMM: add helpers for migration back to system memory v3.Jérôme Glisse1-0/+151
2015-10-20HMM: split DMA mapping function in two.Jérôme Glisse1-55/+65
2015-10-20HMM: allow to get pointer to spinlock protecting a directory.Jérôme Glisse1-0/+25
2015-10-20HMM: new callback for copying memory from and to device memory v2.Jerome Glisse2-0/+107
2015-10-20HMM: mm add helper to update page table when migrating memory v2.Jérôme Glisse2-0/+485
2015-10-20HMM: mm add helper to update page table when migrating memory back v2.Jérôme Glisse2-0/+269
2015-10-20HMM: handle HMM device page table entry on mirror page table fault and update.Jérôme Glisse1-0/+13
2015-10-20HMM: add new HMM page table flag (select flag).Jérôme Glisse2-3/+8
2015-10-20HMM: add new HMM page table flag (valid device memory).Jérôme Glisse1-5/+19
2015-10-20HMM: add special swap filetype for memory migrated to device v2.Jerome Glisse5-2/+131
2015-10-20fork: pass the dst vma to copy_page_range() and its sub-functions.Jérôme Glisse3-15/+25
2015-10-20IB/mlx5/hmm: enable ODP using HMM v2.Jérôme Glisse3-3/+14
2015-10-20IB/mlx5/hmm: add page fault support for ODP on HMM v2.Jérôme Glisse1-1/+143
2015-10-20IB/mlx5/hmm: add mlx5 HMM device initialization and callback v3.Jérôme Glisse7-4/+264
2015-10-20IB/odp/hmm: add core infiniband structure and helper for ODP with HMM v3.Jérôme Glisse5-0/+191
2015-10-20IB/odp/hmm: prepare for HMM code path.Jérôme Glisse12-115/+159
2015-10-20IB/odp: export rbt_ib_umem_for_each_in_range()Jérôme Glisse1-0/+1
2015-10-20IB/mlx5: add a new parameter to mlx5_ib_update_mtt() for ODP with HMM.Jérôme Glisse3-6/+8
2015-10-20IB/mlx5: add a new parameter to __mlx_ib_populated_pas for ODP with HMM.Jérôme Glisse3-5/+7
2015-10-20hmm/dummy: dummy driver for testing and showcasing the HMM API v2.Jérôme Glisse4-0/+1013
2015-10-20HMM: add documentation explaining HMM internals and how to use it.Jérôme Glisse1-0/+219
2015-10-20HMM: Add support for hugetlb.Jérôme Glisse1-1/+61
2015-10-20HMM: DMA map memory on behalf of device driver v2.Jérôme Glisse2-39/+174
2015-10-20HMM: add dirty range helper (toggle dirty bit inside mirror page table) v2.Jérôme Glisse2-0/+41
2015-10-20HMM: add discard range helper (to clear and free resources for a range).Jérôme Glisse2-0/+27
2015-10-20HMM: use CPU page table during invalidation.Jérôme Glisse1-18/+35
2015-10-20HMM: add mm page table iterator helpers.Jérôme Glisse1-0/+95
2015-10-20HMM: add device page fault support v6.Jérôme Glisse2-1/+405
2015-10-20HMM: add per mirror page table v4.Jérôme Glisse2-0/+301
2015-10-20HMM: add HMM page table v4.Jérôme Glisse4-1/+948
2015-10-20HMM: introduce heterogeneous memory management v5.Jérôme Glisse8-0/+601
2015-10-20mmu_notifier: allow range invalidation to exclude a specific mmu_notifierJérôme Glisse2-9/+73
2015-10-20mmu_notifier: pass page pointer to mmu_notifier_invalidate_page() v2Jérôme Glisse8-4/+14
2015-10-20mmu_notifier: keep track of active invalidation ranges v5Jérôme Glisse18-255/+350
2015-10-20mmu_notifier: add event information to address invalidation v8Jérôme Glisse20-99/+254
2015-10-20Merge branch 'keys-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...Linus Torvalds2-2/+7
2015-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds83-345/+668
2015-10-19KEYS: Don't permit request_key() to construct a new keyringDavid Howells1-0/+3
2015-10-18net: bcmgenet: Fix early link interrupt enablingFlorian Fainelli1-9/+23
2015-10-18Merge tag 'wireless-drivers-for-davem-2015-10-17' of git://git.kernel.org/pub...David S. Miller12-20/+54
2015-10-18tunnels: Don't require remote endpoint or ID during creation.Jesse Gross2-10/+9
2015-10-18openvswitch: Scrub skb between namespacesJoe Stringer1-0/+9
2015-10-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-42/+99
2015-10-18xen-netback: correctly check failed allocationInsu Yun1-0/+6
2015-10-18net: asix: add support for the Billionton GUSB2AM-1G-B USB adapterChia-Sheng Chang2-0/+5
2015-10-18netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen1-12/+22