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
2016-03-08
HMM/dummy: add fake device memory to dummy HMM device driver.
hmm-v12
Jérôme Glisse
2
-21
/
+391
2016-03-08
hmm/dummy: dummy driver for testing and showcasing the HMM API v3.
Jérôme Glisse
4
-0
/
+1014
2016-03-08
HMM: add mirror fault support for system to device memory migration v3.
Jérôme Glisse
1
-0
/
+170
2016-03-08
HMM: CPU page fault on migrated memory.
Jérôme Glisse
1
-1
/
+53
2016-03-08
HMM: fork copy migrated memory into system memory for child process.
Jérôme Glisse
1
-1
/
+37
2016-03-08
HMM: add helpers for migration back to system memory v3.
Jérôme Glisse
1
-0
/
+151
2016-03-08
HMM: split DMA mapping function in two.
Jérôme Glisse
1
-55
/
+65
2016-03-08
HMM: allow to get pointer to spinlock protecting a directory.
Jérôme Glisse
1
-0
/
+25
2016-03-08
HMM: new callback for copying memory from and to device memory v2.
Jerome Glisse
2
-0
/
+107
2016-03-08
HMM: mm add helper to update page table when migrating memory v3.
Jérôme Glisse
2
-4
/
+508
2016-03-08
HMM: mm add helper to update page table when migrating memory back v2.
Jérôme Glisse
2
-0
/
+269
2016-03-08
HMM: handle HMM device page table entry on mirror page table fault and update.
Jérôme Glisse
1
-0
/
+13
2016-03-08
HMM: add new HMM page table flag (select flag).
Jérôme Glisse
2
-3
/
+8
2016-03-08
HMM: add new HMM page table flag (valid device memory).
Jérôme Glisse
1
-5
/
+19
2016-03-08
HMM: add special swap filetype for memory migrated to device v2.
Jerome Glisse
5
-2
/
+131
2016-03-08
fork: pass the dst vma to copy_page_range() and its sub-functions.
Jérôme Glisse
3
-15
/
+25
2016-03-08
HMM: add documentation explaining HMM internals and how to use it.
Jérôme Glisse
1
-0
/
+219
2016-03-08
HMM: Add support for hugetlb.
Jérôme Glisse
1
-1
/
+61
2016-03-08
HMM: DMA map memory on behalf of device driver v2.
Jérôme Glisse
2
-39
/
+174
2016-03-08
HMM: add dirty range helper (toggle dirty bit inside mirror page table) v2.
Jérôme Glisse
2
-0
/
+41
2016-03-08
HMM: add discard range helper (to clear and free resources for a range).
Jérôme Glisse
2
-0
/
+27
2016-03-08
HMM: use CPU page table during invalidation.
Jérôme Glisse
1
-18
/
+35
2016-03-08
HMM: add mm page table iterator helpers.
Jérôme Glisse
1
-0
/
+101
2016-03-08
HMM: add device page fault support v6.
Jérôme Glisse
2
-1
/
+400
2016-03-08
HMM: add per mirror page table v4.
Jérôme Glisse
2
-0
/
+304
2016-03-08
HMM: add HMM page table v4.
Jérôme Glisse
4
-1
/
+948
2016-03-08
HMM: introduce heterogeneous memory management v5.
Jérôme Glisse
8
-0
/
+601
2016-03-08
mmu_notifier: allow range invalidation to exclude a specific mmu_notifier
Jérôme Glisse
2
-9
/
+73
2016-03-08
mmu_notifier: pass page pointer to mmu_notifier_invalidate_page() v2
Jérôme Glisse
8
-4
/
+14
2016-03-08
mmu_notifier: keep track of active invalidation ranges v5
Jérôme Glisse
19
-268
/
+369
2016-03-08
mmu_notifier: add event information to address invalidation v9
Jérôme Glisse
21
-103
/
+265
2016-02-25
mm, mempool: only set __GFP_NOMEMALLOC if there are free elements
David Rientjes
1
-4
/
+16
2016-02-25
mm: remove unnecessary description about a non-exist gfp flag
Satoru Takeuchi
1
-2
/
+0
2016-02-25
mm: scale kswapd watermarks in proportion to memory
Johannes Weiner
5
-2
/
+58
2016-02-25
mm/page_ref: add tracepoint to track down page reference manipulation
Joonsoo Kim
5
-5
/
+294
2016-02-25
mm: introduce page reference manipulation functions
Joonsoo Kim
21
-70
/
+113
2016-02-25
mm: cleanup *pte_alloc* interfaces
Kirill A. Shutemov
14
-28
/
+23
2016-02-25
mm/compaction: don't use modular references for non modular code
Paul Gortmaker
1
-3
/
+1
2016-02-25
oom, oom_reaper: disable oom_reaper for oom_kill_allocating_task
Michal Hocko
2
-1
/
+7
2016-02-25
dax: give DAX clearing code correct bdev
Ross Zwisler
6
-10
/
+13
2016-02-25
ext4: online defrag not supported with DAX
Ross Zwisler
1
-0
/
+5
2016-02-25
ext2, ext4: only set S_DAX for regular inodes
Ross Zwisler
2
-2
/
+2
2016-02-25
block: disable block device DAX by default
Dan Williams
2
-1
/
+18
2016-02-25
ocfs2: unlock inode if deleting inode from orphan fails
Guozhonghua
1
-0
/
+1
2016-02-25
mm: numa: quickly fail allocations for NUMA balancing on full nodes
Mel Gorman
1
-1
/
+1
2016-02-25
mm-thp-fix-smp-race-condition-between-thp-page-fault-and-madv_dontneed-fix
Andrew Morton
1
-10
/
+9
2016-02-25
mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
Andrea Arcangeli
1
-2
/
+13
2016-02-18
zsmalloc: drop unused member 'mapping_area->huge'
YiPing Xu
1
-6
/
+3
2016-02-18
mm-add-a-new-vector-based-madvise-syscall-fix
Andrew Morton
1
-2
/
+0
2016-02-18
mm: add a new vector based madvise syscall
Shaohua Li
7
-45
/
+251
[next]