index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: mtd_oobtest: Handle bitflips during reads
Miquel Raynal
2018-01-12
1
-0
/
+21
*
MAINTAINERS: mtd/nand: update Microchip nand entry
Nicolas Ferre
2018-01-12
1
-7
/
+8
*
mtd: nand: samsung: Disable subpage writes on E-die NAND
Ladislav Michl
2018-01-10
1
-4
/
+17
*
mtd: tests: nandbiterrs: Fix read_page return value
Sascha Hauer
2018-01-09
1
-1
/
+1
*
mtd: nand: brcmnand: Disable prefetch by default
Kamal Dasu
2018-01-09
1
-10
/
+3
*
mtd: nand: qcom: Add a NULL check for devm_kasprintf()
Fabio Estevam
2018-01-06
1
-0
/
+3
*
mtd: nand: brcmnand: Add a NULL check for devm_kasprintf()
Fabio Estevam
2018-01-06
1
-0
/
+3
*
mtd: nand: Fix unfinished comment in nand_init_data_interface()
Miquel Raynal
2018-01-06
1
-1
/
+4
*
mtd: onenand: samsung: Remove a useless include
Christophe JAILLET
2017-12-18
1
-2
/
+0
*
mtd: onenand: samsung: Propagate the error returned by 'onenand_scan()'
Christophe JAILLET
2017-12-18
1
-2
/
+3
*
mtd: onenand: samsung: return an error if 'mtd_device_parse_register()' fails
Christophe JAILLET
2017-12-18
1
-0
/
+5
*
mtd: onenand: samsung: use devm_ function to simplify code and fix some leaks
Christophe JAILLET
2017-12-18
1
-135
/
+30
*
mtd: nand: add ->exec_op() implementation
Miquel Raynal
2017-12-16
3
-26
/
+1364
*
mtd: nand: samsung: add ECC requirements for K9F4G08U0D
Miquel Raynal
2017-12-14
1
-0
/
+6
*
mtd: nand: Only allocate ecc->{calc, code}_buf when actually needed
Boris Brezillon
2017-12-14
1
-14
/
+11
*
mtd: nand: denali: Avoid using ecc->code_buf as a temporary buffer
Boris Brezillon
2017-12-14
1
-7
/
+3
*
mtd: nand: mtk: Support MT7622 NAND flash controller.
RogerCC Lin
2017-12-14
2
-0
/
+42
*
mtd: nand: mtk: Support different MTK NAND flash controller IP
RogerCC Lin
2017-12-14
3
-41
/
+89
*
mtd: nand: mtk: update DT bindings
RogerCC Lin
2017-12-14
1
-3
/
+8
*
mtd: onenand: Remove obsolete url from Kconfig help
Ladislav Michl
2017-12-14
1
-2
/
+1
*
mtd: nand: cafe: clean up DMA address setup
Masahiro Yamada
2017-12-14
1
-6
/
+2
*
mtd: nand: squash struct nand_buffers into struct nand_chip
Masahiro Yamada
2017-12-14
9
-85
/
+59
*
mtd: nand: remove unused NAND_OWN_BUFFERS flag
Masahiro Yamada
2017-12-14
2
-30
/
+20
*
mtd: nand: cafe: remove use of NAND_OWN_BUFFERS
Masahiro Yamada
2017-12-14
1
-20
/
+4
*
mtd: nand: provide valid ->data_interface during NAND detection
Miquel Raynal
2017-12-14
3
-47
/
+27
*
mtd: nand: force drivers to explicitly send READ/PROG commands
Boris Brezillon
2017-12-14
24
-198
/
+171
*
mtd: nand: provide several helpers to do common NAND operations
Boris Brezillon
2017-12-14
24
-431
/
+1131
*
mtd: nand: use usual return values for the ->erase() hook
Miquel Raynal
2017-12-01
3
-4
/
+15
*
mtd: nand: denali: rename misleading dma_buf to tmp_buf
Masahiro Yamada
2017-11-30
1
-17
/
+17
*
mtd: nand: remove unnecessary extern from driver headers
Masahiro Yamada
2017-11-30
3
-26
/
+26
*
mtd: nand: ifc: update bufnum mask for ver >= 2.0.0
Jagdish Gediya
2017-11-30
1
-0
/
+7
*
mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
Jesse Chan
2017-11-30
1
-0
/
+4
*
mtd: nand: gpmi-nand: Remove wrong Kconfig help text
Sascha Hauer
2017-11-30
1
-3
/
+1
*
mtd: nand: hynix: Don't wait after applying new read-retry params
Boris Brezillon
2017-11-30
1
-5
/
+0
*
mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()
Miquel Raynal
2017-11-30
1
-2
/
+7
*
mtd: nand: gpmi: replace _manual_ swap with swap macro
Gustavo A. R. Silva
2017-11-30
1
-12
/
+4
*
mtd: nand: mtk: use nand_reset() to reset NAND devices in resume function
Xiaolei Li
2017-11-30
1
-6
/
+2
*
Linux 4.15-rc1
v4.15-rc1
Linus Torvalds
2017-11-27
1
-2
/
+2
*
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2017-11-27
6
-6
/
+42
|
\
|
*
ARM: BUG if jumping to usermode address in kernel mode
Russell King
2017-11-26
2
-0
/
+24
|
*
ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
Philip Derrin
2017-11-21
1
-2
/
+2
|
*
ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
Philip Derrin
2017-11-21
1
-2
/
+2
|
*
ARM: make decompressor debug output user selectable
Russell King
2017-11-21
1
-2
/
+2
|
*
ARM: fix get_user_pages_fast
Russell King
2017-11-21
1
-0
/
+12
*
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-11-26
12
-15
/
+52
|
\
\
|
*
|
genirq/matrix: Make - vs ?: Precedence explicit
Kees Cook
2017-11-23
1
-1
/
+1
|
*
|
irqchip/imgpdc: Use resource_size function on resource object
Vasyl Gomonovych
2017-11-23
1
-1
/
+1
|
*
|
irqchip/qcom: Fix u32 comparison with value less than zero
Colin Ian King
2017-11-23
1
-1
/
+1
|
*
|
irqchip/exiu: Fix return value check in exiu_init()
Wei Yongjun
2017-11-14
1
-2
/
+2
|
*
|
Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Thomas Gleixner
2017-11-14
8
-10
/
+47
|
|
\
\
[next]