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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-04
coresight: tmc: keep track of memory width
Mathieu Poirier
3
-17
/
+41
2016-05-04
coresight: tmc: make sysFS and Perf mode mutually exclusive
Mathieu Poirier
2
-5
/
+117
2016-05-04
coresight: tmc: dump system memory content only when needed
Mathieu Poirier
2
-2
/
+12
2016-05-04
coresight: tmc: adding mode of operation for link/sinks
Mathieu Poirier
3
-14
/
+40
2016-05-04
coresight: tmc: getting rid of multiple read access
Mathieu Poirier
4
-17
/
+18
2016-05-04
coresight: tmc: allocating memory when needed
Mathieu Poirier
3
-27
/
+170
2016-05-04
coresight: tmc: making prepare/unprepare functions generic
Mathieu Poirier
4
-50
/
+117
2016-05-04
coresight: tmc: splitting driver in ETB/ETF and ETR components
Mathieu Poirier
5
-261
/
+357
2016-05-04
coresight: tmc: cleaning up header file
Mathieu Poirier
2
-4
/
+3
2016-05-04
coresight: tmc: introducing new header file
Mathieu Poirier
2
-101
/
+123
2016-05-04
coresight: tmc: clearly define number of transfers per burst
Mathieu Poirier
1
-2
/
+2
2016-05-04
coresight: tmc: re-implementing tmc_read_prepare/unprepare() functions
Mathieu Poirier
1
-20
/
+36
2016-05-04
coresight: tmc: waiting for TMCReady bit before programming
Mathieu Poirier
1
-0
/
+9
2016-05-04
coresight: tmc: modifying naming convention
Mathieu Poirier
1
-4
/
+4
2016-05-04
coresight: tmc: adding sysFS management entries
Mathieu Poirier
1
-64
/
+43
2016-05-04
coresight: etm4x: add tracer ID for A72 Maia processor.
Li Pengcheng
1
-0
/
+5
2016-05-04
coresight: etb10: fixing the right amount of words to read
Mathieu Poirier
1
-1
/
+1
2016-05-04
coresight: stm: adding driver for CoreSight STM component
Pratik Patel
3
-0
/
+932
2016-05-04
coresight: adding path for STM device
Mathieu Poirier
1
-24
/
+82
2016-05-04
stm class: Support devices that override software assigned masters
Alexander Shishkin
1
-0
/
+15
2016-05-04
coresight: etm4x: modify q_support type
Li Pengcheng
1
-1
/
+1
2016-05-04
coresight: no need to do the forced type conversion
Li Pengcheng
1
-2
/
+2
2016-05-02
w1: add ability to set (SRAM) and store (EEPROM) configuration for temp senso...
Ben Sen
2
-7
/
+213
2016-05-02
memory: of_memory: Silence uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2016-05-02
drivers: amba: properly handle devices with power domains
Marek Szyprowski
1
-10
/
+90
2016-05-02
ti-st: Fix complete_all() wrong usage
Daniel Wagner
1
-1
/
+0
2016-05-02
ARM: qcom: silence an uninitialized variable warning
Dan Carpenter
1
-1
/
+2
2016-05-02
char: Drop bogus dependency of DEVPORT on !M68K
Geert Uytterhoeven
1
-1
/
+0
2016-05-02
coresight: removing gratuitous boot time log messages
Mathieu Poirier
5
-5
/
+0
2016-05-02
coresight: etb10: splitting sysFS "status" entry
Mathieu Poirier
1
-43
/
+38
2016-05-02
coresight: moving coresight_simple_func() to header file
Mathieu Poirier
3
-55
/
+51
2016-05-02
coresight: etm4x: implementing the perf PMU API
Mathieu Poirier
2
-8
/
+82
2016-05-02
coresight: etm4x: implementing user/kernel mode tracing
Mathieu Poirier
3
-1
/
+42
2016-05-02
coresight: etm4x: moving etm_drvdata::enable to atomic field
Mathieu Poirier
2
-11
/
+63
2016-05-02
coresight: etm4x: unlocking tracers in default arch init
Mathieu Poirier
1
-6
/
+5
2016-05-02
coresight: etm4x: splitting etmv4 default configuration
Mathieu Poirier
2
-67
/
+73
2016-05-02
coresight: etm4x: splitting struct etmv4_drvdata
Mathieu Poirier
3
-445
/
+533
2016-05-02
coresight: etm4x: adding config and traceid registers
Mathieu Poirier
1
-0
/
+4
2016-05-02
coresight: etm4x: moving sysFS entries to a dedicated file
Mathieu Poirier
4
-2030
/
+2052
2016-05-02
uio: add missing error codes
Dan Carpenter
1
-4
/
+12
2016-05-02
char/rtc: replace blacklist with whitelist
Arnd Bergmann
1
-2
/
+1
2016-05-02
w1: silence an uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2016-05-02
eeprom: 93xx46: Fix SPI device leak
Mark Brown
1
-1
/
+1
2016-05-02
eeprom: at25: Fix SPI device leak
Mark Brown
1
-1
/
+1
2016-05-02
w1: Spelling s/minmum/minimum/
Geert Uytterhoeven
1
-1
/
+1
2016-05-02
w1: enable active pullup for DS2482 by default
Mariusz Bialonczyk
1
-0
/
+18
2016-05-02
nvmem: 93xx46: remove nvmem regmap dependency
Srinivas Kandagatla
1
-72
/
+18
2016-05-02
nvmem: lpc18xx-eeprom: remove nvmem regmap dependency
Srinivas Kandagatla
1
-68
/
+26
2016-05-02
nvmem: imx-ocotp: remove nvmem regmap dependency
Srinivas Kandagatla
1
-44
/
+11
2016-05-02
nvmem: rockchip-efuse: remove nvmem regmap dependency
Srinivas Kandagatla
1
-40
/
+9
[next]