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-10-20
HMM/dummy: add fake device memory to dummy HMM device driver.
hmm-v11
Jérôme Glisse
2
-21
/
+391
2015-10-20
HMM: add mirror fault support for system to device memory migration v3.
Jérôme Glisse
1
-0
/
+170
2015-10-20
HMM: CPU page fault on migrated memory.
Jérôme Glisse
1
-1
/
+53
2015-10-20
HMM: fork copy migrated memory into system memory for child process.
Jérôme Glisse
1
-1
/
+37
2015-10-20
HMM: add helpers for migration back to system memory v3.
Jérôme Glisse
1
-0
/
+151
2015-10-20
HMM: split DMA mapping function in two.
Jérôme Glisse
1
-55
/
+65
2015-10-20
HMM: allow to get pointer to spinlock protecting a directory.
Jérôme Glisse
1
-0
/
+25
2015-10-20
HMM: new callback for copying memory from and to device memory v2.
Jerome Glisse
2
-0
/
+107
2015-10-20
HMM: mm add helper to update page table when migrating memory v2.
Jérôme Glisse
2
-0
/
+485
2015-10-20
HMM: mm add helper to update page table when migrating memory back v2.
Jérôme Glisse
2
-0
/
+269
2015-10-20
HMM: handle HMM device page table entry on mirror page table fault and update.
Jérôme Glisse
1
-0
/
+13
2015-10-20
HMM: add new HMM page table flag (select flag).
Jérôme Glisse
2
-3
/
+8
2015-10-20
HMM: add new HMM page table flag (valid device memory).
Jérôme Glisse
1
-5
/
+19
2015-10-20
HMM: add special swap filetype for memory migrated to device v2.
Jerome Glisse
5
-2
/
+131
2015-10-20
fork: pass the dst vma to copy_page_range() and its sub-functions.
Jérôme Glisse
3
-15
/
+25
2015-10-20
IB/mlx5/hmm: enable ODP using HMM v2.
Jérôme Glisse
3
-3
/
+14
2015-10-20
IB/mlx5/hmm: add page fault support for ODP on HMM v2.
Jérôme Glisse
1
-1
/
+143
2015-10-20
IB/mlx5/hmm: add mlx5 HMM device initialization and callback v3.
Jérôme Glisse
7
-4
/
+264
2015-10-20
IB/odp/hmm: add core infiniband structure and helper for ODP with HMM v3.
Jérôme Glisse
5
-0
/
+191
2015-10-20
IB/odp/hmm: prepare for HMM code path.
Jérôme Glisse
12
-115
/
+159
2015-10-20
IB/odp: export rbt_ib_umem_for_each_in_range()
Jérôme Glisse
1
-0
/
+1
2015-10-20
IB/mlx5: add a new parameter to mlx5_ib_update_mtt() for ODP with HMM.
Jérôme Glisse
3
-6
/
+8
2015-10-20
IB/mlx5: add a new parameter to __mlx_ib_populated_pas for ODP with HMM.
Jérôme Glisse
3
-5
/
+7
2015-10-20
hmm/dummy: dummy driver for testing and showcasing the HMM API v2.
Jérôme Glisse
4
-0
/
+1013
2015-10-20
HMM: add documentation explaining HMM internals and how to use it.
Jérôme Glisse
1
-0
/
+219
2015-10-20
HMM: Add support for hugetlb.
Jérôme Glisse
1
-1
/
+61
2015-10-20
HMM: DMA map memory on behalf of device driver v2.
Jérôme Glisse
2
-39
/
+174
2015-10-20
HMM: add dirty range helper (toggle dirty bit inside mirror page table) v2.
Jérôme Glisse
2
-0
/
+41
2015-10-20
HMM: add discard range helper (to clear and free resources for a range).
Jérôme Glisse
2
-0
/
+27
2015-10-20
HMM: use CPU page table during invalidation.
Jérôme Glisse
1
-18
/
+35
2015-10-20
HMM: add mm page table iterator helpers.
Jérôme Glisse
1
-0
/
+95
2015-10-20
HMM: add device page fault support v6.
Jérôme Glisse
2
-1
/
+405
2015-10-20
HMM: add per mirror page table v4.
Jérôme Glisse
2
-0
/
+301
2015-10-20
HMM: add HMM page table v4.
Jérôme Glisse
4
-1
/
+948
2015-10-20
HMM: introduce heterogeneous memory management v5.
Jérôme Glisse
8
-0
/
+601
2015-10-20
mmu_notifier: allow range invalidation to exclude a specific mmu_notifier
Jérôme Glisse
2
-9
/
+73
2015-10-20
mmu_notifier: pass page pointer to mmu_notifier_invalidate_page() v2
Jérôme Glisse
8
-4
/
+14
2015-10-20
mmu_notifier: keep track of active invalidation ranges v5
Jérôme Glisse
18
-255
/
+350
2015-10-20
mmu_notifier: add event information to address invalidation v8
Jérôme Glisse
20
-99
/
+254
2015-10-20
Merge branch 'keys-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...
Linus Torvalds
2
-2
/
+7
2015-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
83
-345
/
+668
2015-10-19
KEYS: Don't permit request_key() to construct a new keyring
David Howells
1
-0
/
+3
2015-10-18
net: bcmgenet: Fix early link interrupt enabling
Florian Fainelli
1
-9
/
+23
2015-10-18
Merge tag 'wireless-drivers-for-davem-2015-10-17' of git://git.kernel.org/pub...
David S. Miller
12
-20
/
+54
2015-10-18
tunnels: Don't require remote endpoint or ID during creation.
Jesse Gross
2
-10
/
+9
2015-10-18
openvswitch: Scrub skb between namespaces
Joe Stringer
1
-0
/
+9
2015-10-18
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
4
-42
/
+99
2015-10-18
xen-netback: correctly check failed allocation
Insu Yun
1
-0
/
+6
2015-10-18
net: asix: add support for the Billionton GUSB2AM-1G-B USB adapter
Chia-Sheng Chang
2
-0
/
+5
2015-10-18
netlink: Trim skb to alloc size to avoid MSG_TRUNC
Arad, Ronen
1
-12
/
+22
[next]