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
2020-03-30
mm/hmm: return error for non-vma snapshots
Jason Gunthorpe
1
-3
/
+5
2020-03-30
mm/hmm: do not set pfns when returning an error code
Jason Gunthorpe
1
-15
/
+3
2020-03-30
mm/hmm: do not unconditionally set pfns when returning EBUSY
Jason Gunthorpe
1
-3
/
+4
2020-03-30
mm/hmm: use device_private_entry_to_pfn()
Jason Gunthorpe
1
-1
/
+1
2020-03-28
mm/hmm: remove HMM_FAULT_SNAPSHOT
Jason Gunthorpe
5
-21
/
+17
2020-03-28
mm/hmm: remove unused code and tidy comments
Jason Gunthorpe
2
-109
/
+19
2020-03-28
mm/hmm: return the fault type from hmm_pte_need_fault()
Jason Gunthorpe
1
-102
/
+81
2020-03-28
mm/hmm: remove pgmap checking for devmap pages
Jason Gunthorpe
1
-48
/
+2
2020-03-26
mm/hmm: check the device private page owner in hmm_range_fault()
Christoph Hellwig
3
-13
/
+11
2020-03-26
mm: simplify device private page handling in hmm_range_fault
Christoph Hellwig
5
-26
/
+8
2020-03-26
mm: handle multiple owners of device private pages in migrate_vma
Christoph Hellwig
4
-3
/
+16
2020-03-26
memremap: add an owner field to struct dev_pagemap
Christoph Hellwig
4
-0
/
+11
2020-03-26
mm: merge hmm_vma_do_fault into into hmm_vma_walk_hole_
Christoph Hellwig
1
-34
/
+16
2020-03-26
mm/hmm: don't handle the non-fault case in hmm_vma_walk_hole_()
Christoph Hellwig
1
-19
/
+18
2020-03-26
mm/hmm: simplify hmm_vma_walk_hugetlb_entry()
Christoph Hellwig
1
-10
/
+3
2020-03-26
mm/hmm: remove the unused HMM_FAULT_ALLOW_RETRY flag
Christoph Hellwig
2
-12
/
+0
2020-03-26
mm/hmm: don't provide a stub for hmm_range_fault()
Christoph Hellwig
1
-7
/
+0
2020-03-26
mm/hmm: do not check pmd_protnone twice in hmm_vma_handle_pmd()
Jason Gunthorpe
1
-1
/
+1
2020-03-26
mm/hmm: add missing call to hmm_pte_need_fault in HMM_PFN_SPECIAL handling
Jason Gunthorpe
1
-7
/
+12
2020-03-26
mm/hmm: return -EFAULT when setting HMM_PFN_ERROR on requested valid pages
Jason Gunthorpe
1
-17
/
+21
2020-03-26
mm/hmm: reorganize how !pte_present is handled in hmm_vma_handle_pte()
Jason Gunthorpe
1
-20
/
+15
2020-03-26
mm/hmm: add missing call to hmm_range_need_fault() before returning EFAULT
Jason Gunthorpe
1
-11
/
+8
2020-03-26
mm/hmm: add missing pfns set to hmm_vma_walk_pmd()
Jason Gunthorpe
1
-1
/
+1
2020-03-26
mm/hmm: do not call hmm_vma_walk_hole() while holding a spinlock
Jason Gunthorpe
1
-7
/
+7
2020-03-26
mm/hmm: add missing unmaps of the ptep during hmm_vma_handle_pte()
Jason Gunthorpe
1
-2
/
+6
2020-02-24
Linux 5.6-rc3
Linus Torvalds
1
-1
/
+1
2020-02-23
Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-10
/
+44
2020-02-23
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-108
/
+256
2020-02-23
Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linux
Linus Torvalds
34
-164
/
+663
2020-02-23
csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
1
-1
/
+1
2020-02-23
Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-23
/
+27
2020-02-23
Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-19
/
+25
2020-02-23
Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-3
/
+16
2020-02-22
Merge tag 'zonefs-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-10
/
+10
2020-02-22
Merge tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-35
/
+30
2020-02-22
Merge tag 'block-5.6-2020-02-22' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-2
/
+16
2020-02-22
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
5
-17
/
+48
2020-02-22
Merge tag 'hwmon-for-v5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-9
/
+15
2020-02-22
Merge tag 'devicetree-fixes-for-5.6-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-22
/
+41
2020-02-22
Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
17
-75
/
+64
2020-02-22
io_uring: fix __io_iopoll_check deadlock in io_sq_thread
Xiaoguang Wang
1
-18
/
+9
2020-02-22
ext4: fix mount failure with quota configured as module
Jan Kara
1
-1
/
+1
2020-02-22
jbd2: fix ocfs2 corrupt when clearing block group bits
wangyan
1
-2
/
+6
2020-02-22
ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
Eric Biggers
2
-9
/
+23
2020-02-22
ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
Eric Biggers
3
-11
/
+11
2020-02-22
ext4: fix potential race between s_flex_groups online resizing and access
Suraj Jitindar Singh
5
-37
/
+76
2020-02-22
Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-4
/
+7
2020-02-22
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
6
-10
/
+12
2020-02-22
Merge tag 'powerpc-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
17
-99
/
+308
2020-02-22
Merge tag 'linux-watchdog-5.6-rc3' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
2
-7
/
+14
[next]