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
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
path:
root
/
drivers
/
misc
/
cxl
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
20
-100
/
+20
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-21
powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
Aneesh Kumar K.V
1
-1
/
+1
2019-02-21
Merge branch 'topic/dma' into next
Michael Ellerman
1
-2
/
+1
2019-02-18
powerpc/dma: remove set_dma_offset
Christoph Hellwig
1
-1
/
+1
2019-02-18
powerpc/dma: use the generic direct mapping bypass
Christoph Hellwig
1
-1
/
+0
2019-01-30
cxl: Wrap iterations over afu slices inside 'afu_list_lock'
Vaibhav Jain
2
-9
/
+32
2018-12-20
cxl: drop the dma_set_mask callback from vphb
Christoph Hellwig
1
-12
/
+0
2018-11-26
cxl: Use device_type helpers to access the node type
Rob Herring
1
-3
/
+1
2018-10-11
misc: cxl: Fix possible null pointer dereference
zhong jiang
1
-2
/
+0
2018-09-14
misc: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-2
/
+2
2018-08-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2018-08-18
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-08-17
Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
15
-705
/
+75
2018-08-10
cxl: remove a dead branch
Mathieu Malaterre
1
-5
/
+0
2018-08-07
misc: cxl: changed asterisk position
Parth Y Shah
1
-1
/
+1
2018-07-19
cxl: Fix wrong comparison in cxl_adapter_context_get()
Vaibhav Jain
1
-1
/
+1
2018-07-19
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
3
-37
/
+16
2018-07-16
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
3
-37
/
+16
2018-07-12
cxl_getfile(): switch to alloc_file_pseudo()
Al Viro
1
-17
/
+4
2018-07-12
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
1
-2
/
+1
2018-07-11
cxl_getfile(): fix double-iput() on alloc_file() failures
Al Viro
1
-4
/
+4
2018-07-02
cxl: Remove abandonned capi support for the Mellanox CX4, final cleanup
Frederic Barrat
4
-87
/
+7
2018-07-02
Revert "cxl: Allow a default context to be associated with an external pci_dev"
Frederic Barrat
6
-91
/
+28
2018-07-02
Revert "cxl: Add cxl_slot_is_supported API"
Frederic Barrat
1
-37
/
+0
2018-07-02
Revert "cxl: Add support for using the kernel API with a real PHB"
Alastair D'Silva
2
-17
/
+2
2018-07-02
Revert "cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards"
Alastair D'Silva
2
-226
/
+18
2018-07-02
Revert "cxl: Add kernel APIs to get & set the max irqs per context"
Alastair D'Silva
1
-27
/
+0
2018-07-02
Revert "cxl: Add preliminary workaround for CX4 interrupt limitation"
Alastair D'Silva
5
-44
/
+0
2018-07-02
Revert "cxl: Add support for interrupts on the Mellanox CX4"
Alastair D'Silva
4
-108
/
+0
2018-07-02
Revert "cxl: Add kernel API to allow a context to operate with relocate disab...
Alastair D'Silva
4
-24
/
+2
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
2
-2
/
+2
2018-06-07
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-6
/
+14
2018-06-06
Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+4
2018-06-03
Merge branch 'fixes' into next
Michael Ellerman
3
-0
/
+23
2018-06-01
cxl: Configure PSL to not use APC virtual machines
Vaibhav Jain
1
-2
/
+2
2018-06-01
cxl: Disable prefault_mode in Radix mode
Vaibhav Jain
1
-4
/
+12
2018-05-15
cxl: Report the tunneled operations status
Philippe Bergheaud
3
-1
/
+17
2018-05-15
cxl: Set the PBCQ Tunnel BAR register when enabling capi mode
Philippe Bergheaud
1
-0
/
+7
2018-04-23
misc: cxl: Change return type to vm_fault_t
Souptick Joarder
1
-3
/
+4
2018-04-04
cxl: Fix possible deadlock when processing page faults from cxllib
Frederic Barrat
1
-30
/
+55
2018-03-14
cxl: Fix timebase synchronization status on P9
Christophe Lombard
2
-17
/
+12
2018-03-13
cxl: read PHB indications from the device tree
Philippe Bergheaud
3
-7
/
+45
2018-03-13
cxl: Check if PSL data-cache is available before issue flush request
Vaibhav Jain
3
-7
/
+27
2018-03-13
cxl: Remove function write_timebase_ctrl_psl9() for PSL9
Vaibhav Jain
1
-8
/
+2
2018-03-13
cxl: Enable NORST bit in PSL_DEBUG register for PSL9
Vaibhav Jain
1
-2
/
+6
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-02-02
Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
6
-6
/
+32
2018-01-31
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2018-01-31
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-4
/
+4
[next]