index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-20
memremap: don't use a separate devm action for devmap_managed_enable_get
Christoph Hellwig
1
-5
/
+10
2019-08-20
memremap: remove the dev field in struct dev_pagemap
Christoph Hellwig
4
-8
/
+2
2019-08-20
resource: add a not device managed request_free_mem_region variant
Christoph Hellwig
2
-14
/
+33
2019-08-20
mm/mmu_notifiers: check if mmu notifier callbacks are allowed to fail
Daniel Vetter
1
-0
/
+2
2019-08-20
mm: remove CONFIG_MIGRATE_VMA_HELPER
Christoph Hellwig
3
-6
/
+2
2019-08-20
mm: remove the unused MIGRATE_PFN_DEVICE flag
Christoph Hellwig
3
-5
/
+3
2019-08-20
mm: remove the unused MIGRATE_PFN_ERROR flag
Christoph Hellwig
1
-1
/
+0
2019-08-20
nouveau: simplify nouveau_dmem_migrate_vma
Christoph Hellwig
1
-129
/
+55
2019-08-20
nouveau: simplify nouveau_dmem_migrate_to_ram
Christoph Hellwig
1
-121
/
+40
2019-08-20
nouveau: remove a few function stubs
Christoph Hellwig
1
-11
/
+0
2019-08-20
nouveau: factor out dmem fence completion
Christoph Hellwig
1
-18
/
+15
2019-08-20
nouveau: factor out device memory address calculation
Christoph Hellwig
1
-25
/
+17
2019-08-20
nouveau: reset dma_nr in nouveau_dmem_migrate_alloc_and_copy
Christoph Hellwig
1
-0
/
+1
2019-08-20
mm: turn migrate_vma upside down
Christoph Hellwig
4
-344
/
+194
2019-08-20
drm/amdkfd: use mmu_notifier_put
Jason Gunthorpe
2
-9
/
+4
2019-08-20
drm/amdkfd: fix a use after free race with mmu_notifer unregister
Jason Gunthorpe
1
-41
/
+37
2019-08-20
drm/radeon: use mmu_notifier_get/put for struct radeon_mn
Jason Gunthorpe
4
-126
/
+38
2019-08-20
hmm: use mmu_notifier_get/put for 'struct hmm'
Jason Gunthorpe
6
-111
/
+34
2019-08-16
misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_struct
Jason Gunthorpe
3
-62
/
+25
2019-08-16
mm/mmu_notifiers: add a get/put scheme for the registration
Jason Gunthorpe
2
-6
/
+185
2019-08-16
mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
Jason Gunthorpe
1
-12
/
+22
2019-08-16
mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
Jason Gunthorpe
1
-21
/
+14
2019-08-07
mm/hmm: make HMM_MIRROR an implicit option
Christoph Hellwig
3
-10
/
+12
2019-08-07
mm/hmm: allow HMM_MIRROR on all architectures with MMU
Christoph Hellwig
1
-2
/
+1
2019-08-07
mm/hmm: cleanup the hmm_vma_walk_hugetlb_entry stub
Christoph Hellwig
1
-4
/
+4
2019-08-07
mm/hmm: cleanup the hmm_vma_handle_pmd stub
Christoph Hellwig
1
-10
/
+8
2019-08-07
mm/hmm: only define hmm_vma_walk_pud if needed
Christoph Hellwig
1
-13
/
+16
2019-08-07
mm/hmm: don't abuse pte_index() in hmm_vma_handle_pmd
Christoph Hellwig
1
-1
/
+1
2019-08-07
mm/hmm: remove the mask variable in hmm_vma_walk_hugetlb_entry
Christoph Hellwig
1
-5
/
+2
2019-08-07
mm/hmm: remove the page_shift member from struct hmm_range
Christoph Hellwig
4
-57
/
+9
2019-08-07
mm/hmm: remove superfluous arguments from hmm_range_register
Christoph Hellwig
5
-26
/
+14
2019-08-07
mm/hmm: remove the unused vma argument to hmm_range_dma_unmap
Christoph Hellwig
2
-3
/
+0
2019-08-07
nouveau: pass struct nouveau_svmm to nouveau_range_fault
Christoph Hellwig
1
-6
/
+6
2019-08-07
amdgpu: don't initialize range->list in amdgpu_hmm_init_range
Christoph Hellwig
1
-1
/
+0
2019-08-07
amdgpu: remove -EAGAIN handling for hmm_range_fault
Christoph Hellwig
1
-20
/
+3
2019-07-26
mm/hmm: remove hmm_range vma
Ralph Campbell
3
-6
/
+3
2019-07-26
mm/hmm: remove hugetlbfs check in hmm_vma_walk_pmd
Ralph Campbell
1
-3
/
+0
2019-07-26
mm/hmm: merge hmm_range_snapshot into hmm_range_fault
Christoph Hellwig
3
-93
/
+13
2019-07-26
mm/hmm: replace the block argument to hmm_range_fault with a flags value
Christoph Hellwig
4
-41
/
+48
2019-07-26
mm/hmm: a few more C style and comment clean ups
Ralph Campbell
1
-22
/
+17
2019-07-26
mm/hmm: replace hmm_update with mmu_notifier_range
Ralph Campbell
4
-45
/
+20
2019-07-25
mm/hmm: comment on VM_FAULT_RETRY semantics in handle_mm_fault
Jason Gunthorpe
1
-1
/
+3
2019-07-25
mm/hmm: remove the legacy hmm_pfn_* APIs
Christoph Hellwig
2
-35
/
+1
2019-07-25
nouveau: return -EBUSY when hmm_range_wait_until_valid fails
Christoph Hellwig
1
-1
/
+1
2019-07-25
nouveau: unlock mmap_sem on all errors from nouveau_range_fault
Christoph Hellwig
1
-5
/
+6
2019-07-25
nouveau: remove the block parameter to nouveau_range_fault
Christoph Hellwig
1
-6
/
+4
2019-07-25
mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveau
Christoph Hellwig
2
-56
/
+44
2019-07-25
mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}
Christoph Hellwig
2
-7
/
+5
2019-07-21
Linus 5.3-rc1
v5.3-rc1
Linus Torvalds
1
-2
/
+2
2019-07-21
iommu/amd: fix a crash in iova_magazine_free_pfns
Qian Cai
1
-1
/
+1
[next]