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
/
mtd
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
mtd: spinand: Allow the case where there is no ECC engine
Miquel Raynal
2020-12-10
2
-7
/
+9
|
|
|
*
|
mtd: spinand: Use the external ECC engine logic
Miquel Raynal
2020-12-10
2
-44
/
+54
|
|
|
*
|
mtd: nand: Add helpers to manage ECC engines and configurations
Miquel Raynal
2020-12-10
1
-0
/
+124
|
|
|
*
|
mtd: spinand: Fill a default ECC provider/algorithm
Miquel Raynal
2020-12-10
1
-1
/
+5
|
|
|
*
|
mtd: nand: Let on-die ECC engines be retrieved from the NAND core
Miquel Raynal
2020-12-10
1
-0
/
+6
|
|
|
*
|
mtd: spinand: Instantiate a SPI-NAND on-die ECC engine
Miquel Raynal
2020-12-10
1
-0
/
+67
|
|
|
*
|
mtd: spinand: Move ECC related definitions earlier in the driver
Miquel Raynal
2020-12-10
1
-53
/
+53
|
|
|
*
|
mtd: spinand: Fix typo in comment
Miquel Raynal
2020-12-10
1
-1
/
+1
|
|
|
*
|
mtd: nand: Let software ECC engines be retrieved from the NAND core
Miquel Raynal
2020-12-10
1
-0
/
+20
|
|
|
*
|
mtd: nand: ecc-hamming: Create the software Hamming engine
Miquel Raynal
2020-12-10
2
-17
/
+202
|
|
|
*
|
mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselected
Miquel Raynal
2020-12-10
2
-2
/
+11
|
|
|
*
|
mtd: nand: ecc-hamming: Remove useless includes
Miquel Raynal
2020-12-10
11
-11
/
+0
|
|
|
*
|
mtd: nand: ecc-hamming: Stop using raw NAND structures
Miquel Raynal
2020-12-10
2
-12
/
+68
|
|
|
*
|
mtd: nand: ecc-hamming: Rename the exported functions
Miquel Raynal
2020-12-10
11
-68
/
+89
|
|
|
*
|
mtd: nand: ecc-hamming: Cleanup and style fixes
Miquel Raynal
2020-12-10
1
-14
/
+12
|
|
|
*
|
mtd: nand: ecc-hamming: Drop/fix the kernel doc
Miquel Raynal
2020-12-10
1
-29
/
+10
|
|
|
*
|
mtd: nand: ecc-hamming: Clarify the driver descriptions
Miquel Raynal
2020-12-10
1
-1
/
+1
|
|
|
*
|
mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer
Miquel Raynal
2020-12-10
23
-30
/
+31
|
|
|
*
|
mtd: rawnand: Get rid of chip->ecc.priv
Miquel Raynal
2020-12-10
1
-14
/
+17
|
|
|
*
|
mtd: nand: ecc-bch: Create the software BCH engine
Miquel Raynal
2020-12-10
2
-116
/
+279
|
|
|
*
|
mtd: nand: ecc-bch: Stop using raw NAND structures
Miquel Raynal
2020-11-30
2
-79
/
+73
|
|
|
*
|
mtd: nand: ecc-bch: Update the prototypes to be more generic
Miquel Raynal
2020-11-30
3
-38
/
+76
|
|
|
*
|
mtd: nand: ecc-bch: Drop mtd_nand_has_bch()
Miquel Raynal
2020-11-30
2
-3
/
+2
|
|
|
*
|
mtd: nand: ecc-bch: Stop exporting the private structure
Miquel Raynal
2020-11-30
4
-31
/
+37
|
|
|
*
|
mtd: nand: ecc-bch: Cleanup and style fixes
Miquel Raynal
2020-11-30
1
-26
/
+29
|
|
|
*
|
mtd: nand: ecc-bch: Move BCH code to the generic NAND layer
Miquel Raynal
2020-11-30
8
-15
/
+16
|
|
|
*
|
mtd: nand: ecc: Add an I/O request tweaking mechanism
Miquel Raynal
2020-11-30
1
-0
/
+106
|
|
|
|
/
|
|
*
|
mtd: spi-nor: keep lock bits if they are non-volatile
Michael Walle
2020-12-07
7
-24
/
+211
|
|
*
|
mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040
Michael Walle
2020-12-07
3
-3
/
+53
|
|
*
|
mtd: spi-nor: intel: remove global protection flag
Michael Walle
2020-12-07
1
-13
/
+3
|
|
*
|
mtd: spi-nor: sst: remove global protection flag
Michael Walle
2020-12-07
1
-18
/
+12
|
|
*
|
mtd: spi-nor: atmel: remove global protection flag
Michael Walle
2020-12-07
1
-19
/
+9
|
|
*
|
mtd: spi-nor: ignore errors in spi_nor_unlock_all()
Michael Walle
2020-12-07
1
-10
/
+13
|
|
*
|
mtd: spi-nor: sst: fix BPn bits for the SST25VF064C
Michael Walle
2020-12-07
1
-1
/
+2
|
|
*
|
mtd: spi-nor: spansion: Set ECC block size
Pratyush Yadav
2020-12-07
1
-0
/
+1
|
|
*
|
mtd: spi-nor: core: Allow flashes to specify MTD writesize
Pratyush Yadav
2020-12-07
2
-1
/
+5
|
|
*
|
mtd: spi-nor: Fix multiple typos
Jonathan Neuschäfer
2020-12-07
2
-3
/
+3
|
|
*
|
mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR mode
Pratyush Yadav
2020-11-09
1
-1
/
+114
|
|
*
|
mtd: spi-nor: spansion: add support for Cypress Semper flash
Pratyush Yadav
2020-11-09
1
-0
/
+171
|
|
*
|
mtd: spi-nor: core: disable Octal DTR mode on suspend.
Pratyush Yadav
2020-11-09
1
-0
/
+15
|
|
*
|
mtd: spi-nor: core: perform a Soft Reset on shutdown
Pratyush Yadav
2020-11-09
1
-0
/
+45
|
|
*
|
mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPT
Pratyush Yadav
2020-11-09
3
-0
/
+7
|
|
*
|
mtd: spi-nor: core: enable octal DTR mode when possible
Pratyush Yadav
2020-11-09
2
-0
/
+40
|
|
*
|
mtd: spi-nor: Parse SFDP SCCR Map
Tudor Ambarus
2020-11-09
1
-0
/
+48
|
|
*
|
mtd: spi-nor: Introduce SNOR_F_IO_MODE_EN_VOLATILE
Tudor Ambarus
2020-11-09
2
-0
/
+9
|
|
*
|
mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR mode
Pratyush Yadav
2020-11-09
1
-2
/
+13
|
|
*
|
mtd: spi-nor: core: use dummy cycle and address width info from SFDP
Pratyush Yadav
2020-11-09
1
-0
/
+10
|
|
*
|
mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
Pratyush Yadav
2020-11-09
3
-1
/
+102
|
|
*
|
mtd: spi-nor: sfdp: get command opcode extension type from BFPT
Pratyush Yadav
2020-11-09
2
-0
/
+24
|
|
*
|
mtd: spi-nor: add support for DTR protocol
Pratyush Yadav
2020-11-09
3
-83
/
+252
[prev]
[next]