index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-28
mm/hmm: hmm_range_fault() NULL pointer bug
Ralph Campbell
1
-4
/
+9
2019-08-23
mm/hmm: fix hmm_range_fault()'s handling of swapped out pages
Yang, Philip
1
-0
/
+3
2019-08-22
mm/mmu_notifiers: remove unregister_no_release
Jason Gunthorpe
2
-36
/
+0
2019-08-22
RDMA/odp: remove ib_ucontext from ib_umem
Jason Gunthorpe
3
-11
/
+10
2019-08-22
RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'
Jason Gunthorpe
6
-135
/
+55
2019-08-22
Merge branch 'odp_fixes' into hmm.git
Jason Gunthorpe
1464
-10305
/
+13709
2019-08-21
RDMA/mlx5: Use odp instead of mr->umem in pagefault_mr
Jason Gunthorpe
1
-6
/
+5
2019-08-21
RDMA/mlx5: Use ib_umem_start instead of umem.address
Jason Gunthorpe
1
-3
/
+3
2019-08-21
RDMA/core: Make invalidate_range a device operation
Moni Shoua
6
-13
/
+9
2019-08-21
RDMA/odp: Use kvcalloc for the dma_list and page_list
Jason Gunthorpe
1
-8
/
+8
2019-08-21
RDMA/odp: Check for overflow when computing the umem_odp end
Jason Gunthorpe
2
-9
/
+21
2019-08-21
RDMA/odp: Provide ib_umem_odp_release() to undo the allocs
Jason Gunthorpe
4
-20
/
+11
2019-08-21
RDMA/odp: Split creating a umem_odp from ib_umem_get
Jason Gunthorpe
5
-67
/
+86
2019-08-21
RDMA/odp: Make the three ways to create a umem_odp clear
Jason Gunthorpe
3
-20
/
+89
2019-08-21
RMDA/odp: Consolidate umem_odp initialization
Jason Gunthorpe
1
-114
/
+86
2019-08-21
RDMA/odp: Make it clearer when a umem is an implicit ODP umem
Jason Gunthorpe
4
-26
/
+40
2019-08-21
RDMA/odp: Iterate over the whole rbtree directly
Jason Gunthorpe
2
-41
/
+40
2019-08-21
RDMA/odp: Use the common interval tree library instead of generic
Jason Gunthorpe
3
-62
/
+31
2019-08-20
RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLB
Jason Gunthorpe
2
-8
/
+4
2019-08-20
memremap: provide a not device managed memremap_pages
Christoph Hellwig
2
-32
/
+54
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
Merge 'notifier_get_put' into hmm.git
Jason Gunthorpe
17
-383
/
+354
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-19
Linux 5.3-rc5
Linus Torvalds
1
-1
/
+1
2019-08-18
Merge tag 'fixes-for-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+3
2019-08-18
Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-55
/
+35
2019-08-18
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-20
/
+99
2019-08-18
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-11
/
+27
2019-08-18
Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
4
-17
/
+4
2019-08-18
Merge tag 'char-misc-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
13
-66
/
+98
2019-08-18
Merge tag 'staging-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-9
/
+9
2019-08-18
Merge tag 'usb-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
14
-42
/
+72
2019-08-18
Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-block
Linus Torvalds
15
-84
/
+167
2019-08-18
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-41
/
+54
[next]