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
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-29
mm/hmm: allow to mirror vma of a file on a DAX backed filesystem
Jérôme Glisse
1
-21
/
+112
2019-01-29
mm/hmm: support hugetlbfs (snap shoting, faulting and DMA mapping)
Jérôme Glisse
1
-20
/
+121
2019-01-29
mm/hmm: add an helper function that fault pages and map them to a device
Jérôme Glisse
1
-0
/
+152
2019-01-29
mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays.
Jérôme Glisse
1
-0
/
+12
2019-01-29
mm/hmm: improve driver API to work and wait over a range
Jérôme Glisse
1
-270
/
+256
2019-01-29
mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()
Jérôme Glisse
1
-52
/
+41
2019-01-29
mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()
Jérôme Glisse
1
-13
/
+10
2019-01-29
mm/hmm: do not erase snapshot when a range is invalidated
Jérôme Glisse
1
-6
/
+0
2019-01-29
mm/hmm: use reference counting for HMM struct
Jérôme Glisse
1
-60
/
+118
2019-01-10
mm/mmu_notifier: mm/rmap.c: Fix a mmu_notifier range bug in try_to_unmap_one
Sean Christopherson
1
-2
/
+2
2019-01-08
mm, page_alloc: do not wake kswapd with zone lock held
Mel Gorman
1
-1
/
+7
2019-01-08
hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"
Mike Kravetz
5
-88
/
+20
2019-01-08
hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"
Mike Kravetz
1
-10
/
+11
2019-01-08
mm: page_mapped: don't assume compound page is huge or THP
Jan Stancek
1
-1
/
+1
2019-01-08
mm/memory.c: initialise mmu_notifier_range correctly
Matthew Wilcox
1
-2
/
+2
2019-01-08
kasan: fix krealloc handling for tag-based mode
Andrey Konovalov
1
-20
/
+43
2019-01-08
kasan: make tag based mode work with CONFIG_HARDENED_USERCOPY
Andrey Konovalov
1
-0
/
+2
2019-01-08
kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning
Andrey Konovalov
1
-2
/
+0
2019-01-08
mm, memcg: fix reclaim deadlock with writeback
Michal Hocko
1
-0
/
+22
2019-01-08
mm/usercopy.c: no check page span for stack objects
Qian Cai
1
-4
/
+5
2019-01-08
slab: alien caches must not be initialized if the allocation of the alien cac...
Christoph Lameter
1
-2
/
+4
2019-01-06
Change mincore() to count "mapped" pages rather than "cached" pages
Linus Torvalds
1
-81
/
+13
2019-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
11
-22
/
+87
2019-01-04
mm/page_io.c: fix polled swap page in
Jens Axboe
1
-1
/
+3
2019-01-04
fs: don't open code lru_to_page()
Nikolay Borisov
1
-1
/
+1
2019-01-04
mm/: remove caller signal_pending branch predictions
Davidlohr Bueso
3
-3
/
+3
2019-01-04
mm: speed up mremap by 20x on large regions
Joel Fernandes (Google)
1
-0
/
+64
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
6
-17
/
+16
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2
-6
/
+4
2019-01-02
block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)
Linus Torvalds
1
-2
/
+1
2018-12-29
Merge tag 'docs-5.0' of git://git.lwn.net/linux
Linus Torvalds
1
-4
/
+31
2018-12-29
Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...
Linus Torvalds
1
-2
/
+3
2018-12-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
57
-1770
/
+2454
2018-12-28
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+5
2018-12-28
memcg, oom: notify on oom killer invocation from the charge path
Michal Hocko
1
-2
/
+18
2018-12-28
mm, swap: fix swapoff with KSM pages
Huang Ying
1
-1
/
+2
2018-12-28
mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmm
Dan Williams
1
-2
/
+2
2018-12-28
hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race
Mike Kravetz
1
-11
/
+10
2018-12-28
hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
5
-20
/
+88
2018-12-28
mm: remove __hugepage_set_anon_rmap()
Kirill Tkhai
1
-21
/
+4
2018-12-28
mm/page_alloc.c: allow error injection
Benjamin Poirier
1
-2
/
+8
2018-12-28
mm: migrate: drop unused argument of migrate_page_move_mapping()
Jan Kara
1
-4
/
+3
2018-12-28
mm: migrate: provide buffer_migrate_page_norefs()
Jan Kara
1
-7
/
+53
2018-12-28
mm: migrate: move migrate_page_lock_buffers()
Jan Kara
1
-50
/
+42
2018-12-28
mm: migrate: lock buffers before migrate_page_move_mapping()
Jan Kara
1
-26
/
+13
2018-12-28
mm: migration: factor out code to compute expected number of page references
Jan Kara
1
-10
/
+17
2018-12-28
mm, page_alloc: enable pcpu_drain with zone capability
Wei Yang
1
-6
/
+16
2018-12-28
kmemleak: add config to select auto scan
Sri Krishna chowdary
1
-4
/
+6
2018-12-28
mm/page_alloc.c: don't call kasan_free_pages() at deferred mem init
Waiman Long
1
-8
/
+29
2018-12-28
mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPES
Pingfan Liu
1
-0
/
+1
[next]