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
2022-02-24
pwm: atmel: Remove redundant initialization of variable timeout
Colin Ian King
1
-1
/
+1
2022-02-24
pwm: raspberrypi-poe: Drop assignment to struct pwmchip::base
Uwe Kleine-König
1
-1
/
+0
2022-02-24
pwm: bcm-kona: Implement .apply() callback
Uwe Kleine-König
1
-32
/
+58
2022-02-24
pwm: tiehrpwm: Implement .apply() callback
Uwe Kleine-König
1
-5
/
+35
2022-02-24
dt-bindings: pwm: google,cros-ec: include generic pwm schema
Krzysztof Kozlowski
2
-1
/
+8
2022-02-02
pwm: pxa: Implement .apply() callback
Uwe Kleine-König
1
-5
/
+28
2022-02-02
pwm: stmpe: Rename variable pointing to driver private data
Uwe Kleine-König
1
-8
/
+8
2022-02-02
pwm: stmpe: Drop unused setting of driver data
Uwe Kleine-König
1
-2
/
+0
2022-02-02
pwm: sun4i: Rename variable pointing to driver private data
Uwe Kleine-König
1
-35
/
+35
2022-02-02
pwm: tegra: Rename variable pointing to driver private data
Uwe Kleine-König
1
-30
/
+29
2022-02-02
pwm: img: Rename variable pointing to driver private data
Uwe Kleine-König
1
-71
/
+70
2022-02-02
pwm: imx1: Implement .apply callback
Uwe Kleine-König
1
-5
/
+28
2022-02-02
pwm: lpc18xx-sct: Simplify driver by not using pwm_[gs]et_chip_data()
Uwe Kleine-König
1
-17
/
+6
2022-02-02
pwm: lpc18xx-sct: Reduce number of devm memory allocations
Uwe Kleine-König
1
-7
/
+5
2022-02-02
pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add()
Uwe Kleine-König
1
-11
/
+9
2022-02-01
pwm: meson: Drop always false check from .apply()
Uwe Kleine-König
1
-3
/
+0
2022-02-01
pwm: meson: Simplify duplicated per-channel tracking
Uwe Kleine-König
1
-5
/
+6
2022-02-01
pwm: meson: Drop useless check for channel data being NULL
Uwe Kleine-König
1
-2
/
+1
2022-02-01
pwm: meson: Drop always false check from .request()
Uwe Kleine-König
1
-7
/
+1
2022-01-23
Linux 5.17-rc1
Linus Torvalds
1
-2
/
+2
2022-01-23
Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
51
-149
/
+354
2022-01-23
Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2
-3
/
+10
2022-01-23
ftrace: Fix assuming build time sort works for s390
Steven Rostedt (Google)
2
-3
/
+10
2022-01-23
Merge tag 'kbuild-fixes-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-4
/
+3
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
73
-438
/
+635
2022-01-22
perf tools: Remove redundant err variable
Minghao Chi
1
-4
/
+1
2022-01-22
perf test: Add parse-events test for aliases with hyphens
John Garry
2
-9
/
+82
2022-01-22
perf test: Add pmu-events test for aliases with hyphens
John Garry
2
-0
/
+48
2022-01-22
perf parse-events: Support event alias in form foo-bar-baz
John Garry
4
-4
/
+41
2022-01-22
perf evsel: Override attr->sample_period for non-libpfm4 events
German Gomez
1
-8
/
+17
2022-01-22
perf cpumap: Remove duplicate include in cpumap.h
Lv Ruyi
1
-1
/
+0
2022-01-22
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
31
-87
/
+99
2022-01-22
perf python: Fix cpu_map__item() building
Ian Rogers
1
-3
/
+3
2022-01-22
perf script: Fix printing 'phys_addr' failure issue
Yao Jin
1
-1
/
+1
2022-01-22
certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty
Masahiro Yamada
1
-1
/
+1
2022-01-22
certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URI
Masahiro Yamada
1
-1
/
+1
2022-01-22
Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH"
Masahiro Yamada
1
-1
/
+1
2022-01-22
usr/include/Makefile: add linux/nfc.h to the compile-test coverage
Dmitry V. Levin
1
-1
/
+0
2022-01-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
172
-2820
/
+1766
2022-01-22
Merge tag '5.17-rc-part2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
25
-626
/
+573
2022-01-22
Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-36
/
+4
2022-01-22
Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
10
-51
/
+113
2022-01-22
Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
3
-6
/
+25
2022-01-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
22
-280
/
+386
2022-01-22
Merge tag 'ata-5.17-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2022-01-22
Merge tag 'thermal-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-0
/
+4
2022-01-22
Merge tag 'acpi-5.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-5
/
+16
2022-01-22
Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
38
-482
/
+362
2022-01-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
36
-632
/
+1425
2022-01-22
Merge tag 'for-5.17/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-4
/
+19
[next]