index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
kpc2000
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
staging: kpc2000: fix build error on xtensa
Max Filippov
2019-05-20
1
-1
/
+1
*
|
staging: kpc2000: replace bogus variable name in core.c
Simon Sandström
2019-05-30
1
-13
/
+13
*
|
staging: kpc2000: remove extra spaces in core.c
Simon Sandström
2019-05-30
1
-2
/
+2
*
|
staging: kpc2000: remove extra blank line in core.c
Simon Sandström
2019-05-30
1
-1
/
+0
*
|
staging: kpc2000: kpc_i2c: Use devm_* API to manage mapped I/O space
Geordan Neukum
2019-05-30
1
-1
/
+3
*
|
staging: kpc2000: kpc_i2c: fail probe if unable to map I/O space
Geordan Neukum
2019-05-30
1
-0
/
+2
*
|
staging: kpc2000: kpc_i2c: fail probe if unable to get I/O resource
Geordan Neukum
2019-05-30
1
-0
/
+3
*
|
staging: kpc2000: kpc_i2c: Use drvdata instead of platform_data
Geordan Neukum
2019-05-30
1
-2
/
+2
*
|
staging: kpc2000: kpc_i2c: Remove unnecessary consecutive newlines
Geordan Neukum
2019-05-30
1
-5
/
+0
*
|
staging: kpc2000: kpc_i2c: Use BIT macro rather than manual bit shifting
Geordan Neukum
2019-05-30
1
-5
/
+5
*
|
staging: kpc2000: kpc_i2c: Remove pldev from i2c_device structure
Geordan Neukum
2019-05-30
1
-2
/
+0
*
|
staging: kpc2000: kpc_i2c: Remove unused rw_sem
Geordan Neukum
2019-05-30
1
-3
/
+0
*
|
staging: kpc2000: replace white spaces with tabs for kpc2000_spi.c
Mao Wenan
2019-05-30
1
-361
/
+361
*
|
staging: kpc2000: report error status to spi core
Mao Wenan
2019-05-30
1
-2
/
+6
*
|
staging: kpc2000: Change to use DIV_ROUND_UP
Nishka Dasgupta
2019-05-30
1
-4
/
+1
*
|
staging: kpc2000: fix typo in Kconfig
Simon Sandström
2019-05-30
1
-2
/
+2
*
|
staging: kpc2000: remove unnecessary oom message
Simon Sandström
2019-05-24
1
-3
/
+1
*
|
staging: kpc2000: remove unnecessary include in cell_probe.c
Simon Sandström
2019-05-24
1
-1
/
+0
*
|
staging: kpc2000: remove unnecessary braces in cell_probe.c
Simon Sandström
2019-05-24
1
-7
/
+4
*
|
staging: kpc2000: use kzalloc(sizeof(var)...) in cell_probe.c
Simon Sandström
2019-05-24
1
-1
/
+1
*
|
staging: kpc2000: remove extra blank lines in cell_probe.c
Simon Sandström
2019-05-24
1
-4
/
+0
*
|
staging: kpc2000: fix alignment issues in cell_probe.c
Simon Sandström
2019-05-24
1
-19
/
+15
*
|
staging: kpc2000: add missing asterisk in comment
Simon Sandström
2019-05-24
1
-1
/
+1
*
|
staging: kpc2000: use __func__ in debug messages
Simon Sandström
2019-05-24
1
-7
/
+12
*
|
staging: kpc2000: add blank line after declarations
Simon Sandström
2019-05-24
1
-0
/
+4
*
|
staging: kpc2000: remove invalid spaces in cell_probe.c
Simon Sandström
2019-05-23
1
-2
/
+2
*
|
staging: kpc2000: add space after comma in cell_probe.c
Simon Sandström
2019-05-23
1
-1
/
+1
*
|
staging: kpc2000: add spaces around operators in cell_probe.c
Simon Sandström
2019-05-23
1
-3
/
+3
*
|
staging: kpc2000: fix invalid linebreaks in cell_probe.c
Simon Sandström
2019-05-23
1
-5
/
+12
*
|
staging: kpc2000: add space between ) and { in cell_probe.c
Simon Sandström
2019-05-23
1
-18
/
+18
*
|
staging: kpc2000: fix indent in cell_probe.c
Simon Sandström
2019-05-23
1
-286
/
+286
*
|
staging: kpc2000: kpc_i2c: fix platform_no_drv_owner.cocci warnings
kbuild test robot
2019-05-23
1
-1
/
+0
*
|
staging: kpc2000: kpc_i2c: add static qual to local symbols in kpc_i2c.c
Geordan Neukum
2019-05-22
1
-3
/
+3
*
|
staging: kpc2000: kpc_i2c: Remove unnecessary function tracing prints
Geordan Neukum
2019-05-22
1
-26
/
+0
*
|
staging: kpc2000: kpc_i2c: use <linux/io.h> instead of <asm/io.h>
Geordan Neukum
2019-05-22
1
-1
/
+1
*
|
staging: kpc2000: kpc_i2c: newline fixups to meet linux style guide
Geordan Neukum
2019-05-22
1
-53
/
+29
*
|
staging: kpc2000: kpc_i2c: remove unused module param disable_features
Geordan Neukum
2019-05-22
1
-4
/
+0
*
|
staging: kpc2000: removed superfluous NULL checks from device attribute call-...
Jeremy Sowden
2019-05-22
1
-27
/
+0
*
|
staging: kpc2000: simplified kp2000_device retrieval in device attribute call...
Jeremy Sowden
2019-05-22
1
-19
/
+9
*
|
staging: kpc2000: use IDA to assign card numbers.
Jeremy Sowden
2019-05-22
2
-5
/
+15
*
|
staging: kpc2000: added separate show functions for readable kp device attrib...
Jeremy Sowden
2019-05-22
1
-33
/
+73
*
|
staging: kpc2000: added a helper to get struct kp2000_device from struct device.
Jeremy Sowden
2019-05-22
1
-16
/
+13
*
|
staging: kpc2000: improved formatting of core.c.
Jeremy Sowden
2019-05-22
1
-347
/
+422
*
|
staging: kpc2000: removed two kpc_uio_class device attributes.
Jeremy Sowden
2019-05-21
1
-16
/
+0
*
|
staging: kpc2000: added separate show functions for kpc_uio_class device attr...
Jeremy Sowden
2019-05-21
1
-46
/
+89
*
|
staging: kpc2000: remove SetBackEndControl() function
Greg Kroah-Hartman
2019-05-21
2
-10
/
+10
*
|
staging: kpc2000: dma_common_defs.h: remove unused inline functions
Greg Kroah-Hartman
2019-05-21
1
-14
/
+0
*
|
staging: kpc2000: move the i2c driver out of its subdirectory
Greg Kroah-Hartman
2019-05-21
3
-6
/
+2
*
|
staging: kpc2000: move the spi driver out of its subdirectory
Greg Kroah-Hartman
2019-05-21
3
-6
/
+2
*
|
staging: kpc2000: remove spi_parts.h
Greg Kroah-Hartman
2019-05-21
2
-49
/
+42
[prev]
[next]