index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-10
HMM/dummy: add fake device memory to dummy HMM device driver.
hmm-v10
Jérôme Glisse
2
-21
/
+391
2015-08-10
HMM: add mirror fault support for system to device memory migration v3.
Jérôme Glisse
1
-0
/
+170
2015-08-10
HMM: CPU page fault on migrated memory.
Jérôme Glisse
1
-1
/
+53
2015-08-10
HMM: fork copy migrated memory into system memory for child process.
Jérôme Glisse
1
-1
/
+37
2015-08-10
HMM: add helpers for migration back to system memory v3.
Jérôme Glisse
1
-0
/
+151
2015-08-10
HMM: split DMA mapping function in two.
Jérôme Glisse
1
-55
/
+65
2015-08-10
HMM: allow to get pointer to spinlock protecting a directory.
Jérôme Glisse
1
-0
/
+25
2015-08-10
HMM: new callback for copying memory from and to device memory v2.
Jerome Glisse
2
-0
/
+107
2015-08-10
HMM: mm add helper to update page table when migrating memory v2.
Jérôme Glisse
2
-0
/
+485
2015-08-10
HMM: mm add helper to update page table when migrating memory back v2.
Jérôme Glisse
2
-0
/
+269
2015-08-10
HMM: handle HMM device page table entry on mirror page table fault and update.
Jérôme Glisse
1
-0
/
+13
2015-08-10
HMM: add new HMM page table flag (select flag).
Jérôme Glisse
2
-3
/
+8
2015-08-10
HMM: add new HMM page table flag (valid device memory).
Jérôme Glisse
1
-5
/
+19
2015-08-10
HMM: add special swap filetype for memory migrated to device v2.
Jerome Glisse
5
-2
/
+131
2015-08-10
fork: pass the dst vma to copy_page_range() and its sub-functions.
Jérôme Glisse
3
-15
/
+25
2015-08-10
IB/mlx5/hmm: enable ODP using HMM v2.
Jérôme Glisse
3
-3
/
+14
2015-08-10
IB/mlx5/hmm: add page fault support for ODP on HMM v2.
Jérôme Glisse
1
-1
/
+143
2015-08-10
IB/mlx5/hmm: add mlx5 HMM device initialization and callback v3.
Jérôme Glisse
7
-4
/
+264
2015-08-10
IB/odp/hmm: add core infiniband structure and helper for ODP with HMM v3.
Jérôme Glisse
5
-0
/
+191
2015-08-10
IB/odp/hmm: prepare for HMM code path.
Jérôme Glisse
12
-115
/
+159
2015-08-10
IB/odp: export rbt_ib_umem_for_each_in_range()
Jérôme Glisse
1
-0
/
+1
2015-08-10
IB/mlx5: add a new parameter to mlx5_ib_update_mtt() for ODP with HMM.
Jérôme Glisse
3
-6
/
+8
2015-08-10
IB/mlx5: add a new parameter to __mlx_ib_populated_pas for ODP with HMM.
Jérôme Glisse
3
-5
/
+7
2015-08-10
hmm/dummy: dummy driver for testing and showcasing the HMM API
Jérôme Glisse
4
-0
/
+984
2015-08-10
HMM: add documentation explaining HMM internals and how to use it.
Jérôme Glisse
1
-0
/
+219
2015-08-10
HMM: DMA map memory on behalf of device driver v2.
Jérôme Glisse
2
-38
/
+173
2015-08-10
HMM: add dirty range helper (toggle dirty bit inside mirror page table) v2.
Jérôme Glisse
2
-0
/
+41
2015-08-10
HMM: add discard range helper (to clear and free resources for a range).
Jérôme Glisse
2
-0
/
+27
2015-08-10
HMM: use CPU page table during invalidation.
Jerome Glisse
1
-18
/
+35
2015-08-10
HMM: add mm page table iterator helpers.
Jérôme Glisse
1
-0
/
+95
2015-08-10
HMM: add device page fault support v4.
Jérôme Glisse
2
-1
/
+384
2015-08-10
HMM: add per mirror page table v4.
Jérôme Glisse
2
-0
/
+301
2015-08-10
HMM: add HMM page table v4.
Jérôme Glisse
4
-1
/
+948
2015-08-10
HMM: introduce heterogeneous memory management v5.
Jérôme Glisse
8
-0
/
+603
2015-08-10
mmu_notifier: allow range invalidation to exclude a specific mmu_notifier
Jérôme Glisse
2
-9
/
+73
2015-08-10
mmu_notifier: pass page pointer to mmu_notifier_invalidate_page() v2
Jérôme Glisse
8
-4
/
+14
2015-08-10
mmu_notifier: keep track of active invalidation ranges v4
Jérôme Glisse
18
-259
/
+350
2015-08-10
mmu_notifier: add event information to address invalidation v8
Jérôme Glisse
20
-101
/
+258
2015-08-09
Linux 4.2-rc6
Linus Torvalds
1
-1
/
+1
2015-08-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
7
-8
/
+35
2015-08-09
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
31
-62
/
+130
2015-08-09
Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+5
2015-08-09
Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...
Linus Torvalds
5
-15
/
+20
2015-08-08
Merge tag 'arc-v4.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
13
-116
/
+718
2015-08-08
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+4
2015-08-08
Merge tag 'dm-4.2-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2
-17
/
+11
2015-08-08
Merge tag 'sound-4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
16
-50
/
+108
2015-08-08
Merge tag 'hwmon-for-linus-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-1
/
+19
2015-08-08
Merge tag 'usb-4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
17
-16
/
+120
2015-08-08
Merge tag 'staging-4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-3
/
+5
[next]