index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pages
Jane Wan
2018-05-09
1
-7
/
+10
*
mtd: rawnand: gpmi: remove unnecessary variables
Sascha Hauer
2018-04-29
1
-10
/
+5
*
mtd: rawnand: gpmi: return valid value from bch_set_geometry()
Sascha Hauer
2018-04-29
1
-2
/
+3
*
mtd: rawnand: gpmi: remove direct_dma_map_ok from driver data struct
Sascha Hauer
2018-04-29
3
-14
/
+11
*
mtd: rawnand: gpmi: put only once used functions inline
Sascha Hauer
2018-04-29
1
-66
/
+23
*
mtd: rawnand: gpmi: pass buffer and len around
Sascha Hauer
2018-04-29
3
-26
/
+19
*
mtd: rawnand: gpmi: drop dma_ops_type
Sascha Hauer
2018-04-29
3
-55
/
+23
*
mtd: rawnand: add a way to pass an ID table with nand_scan()
Miquel Raynal
2018-04-29
1
-4
/
+6
*
mtd: rawnand: lpc32xx_slc: fix the probe function error path
Miquel Raynal
2018-04-29
1
-3
/
+3
*
mtd: rawnand: lpc32xx_slc: clean the probe function
Miquel Raynal
2018-04-29
1
-12
/
+14
*
mtd: rawnand: lpc32xx_mlc: fix the probe function error path
Miquel Raynal
2018-04-29
1
-3
/
+3
*
mtd: rawnand: lpc32xx_mlc: clean the probe function
Miquel Raynal
2018-04-29
1
-18
/
+20
*
mtd: rawnand: hisi504: fix the probe function error path
Miquel Raynal
2018-04-29
1
-1
/
+1
*
mtd: rawnand: hisi504: clean the probe function error path
Miquel Raynal
2018-04-29
1
-23
/
+12
*
mtd: rawnand: fsmc: fix the probe function error path
Miquel Raynal
2018-04-29
1
-1
/
+3
*
mtd: rawnand: fsmc: clean the probe function style
Miquel Raynal
2018-04-29
1
-12
/
+13
*
mtd: rawnand: fsl_ifc: fix probe function error path
Miquel Raynal
2018-04-29
1
-3
/
+9
*
mtd: rawnand: fsl_elbc: fix probe function error path
Miquel Raynal
2018-04-29
1
-4
/
+9
*
mtd: onenand: simplify getting .drvdata
Wolfram Sang
2018-04-29
1
-4
/
+2
*
mtd: rawnand: mtk: use of_device_get_match_data()
Ryder Lee
2018-04-29
2
-15
/
+2
*
mtd: rawnand: diskonchip: Replace mdelay with usleep_range in doc_probe
Jia-Ju Bai
2018-04-29
1
-2
/
+2
*
mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy polling
Boris Brezillon
2018-04-29
1
-76
/
+15
*
mtd: rawnand: gpmi: add support for specific ECC strength
Stefan Agner
2018-04-29
1
-10
/
+20
*
mtd: rawnand: davinci: don't acquire and enable clock
Sekhar Nori
2018-04-26
1
-24
/
+1
*
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2018-04-16
18
-82
/
+109
|
\
|
*
scsi: devinfo: Add Microsoft iSCSI target to 1024 sector blacklist
Ross Lagerwall
2018-04-10
1
-1
/
+1
|
*
scsi: cxgb4i: silence overflow warning in t4_uld_rx_handler()
Dan Carpenter
2018-04-10
1
-4
/
+4
|
*
scsi: dpt_i2o: Use after free in I2ORESETCMD ioctl
Dan Carpenter
2018-04-10
1
-5
/
+8
|
*
scsi: core: Make scsi_result_to_blk_status() recognize CONDITION MET
Bart Van Assche
2018-04-10
1
-0
/
+9
|
*
scsi: core: Rename __scsi_error_from_host_byte() into scsi_result_to_blk_stat...
Bart Van Assche
2018-04-10
1
-9
/
+9
|
*
Revert "scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_by...
Bart Van Assche
2018-04-10
1
-2
/
+0
|
*
scsi: aacraid: Insure command thread is not recursively stopped
Dave Carroll
2018-04-10
2
-1
/
+4
|
*
scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITION
Johannes Thumshirn
2018-04-10
1
-3
/
+3
|
*
scsi: qla2xxx: correctly shift host byte
Johannes Thumshirn
2018-04-10
1
-1
/
+1
|
*
scsi: qla2xxx: Fix race condition between iocb timeout and initialisation
Ben Hutchings
2018-04-10
8
-31
/
+45
|
*
scsi: qla2xxx: Avoid double completion of abort command
Ben Hutchings
2018-04-10
1
-2
/
+2
|
*
scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failure
Bill Kuzeja
2018-04-09
1
-23
/
+21
|
*
scsi: scsi_dh: Don't look for NULL devices handlers by name
Johannes Thumshirn
2018-04-09
1
-0
/
+3
|
*
scsi: core: remove redundant assignment to shost->use_blk_mq
Colin Ian King
2018-04-09
1
-1
/
+0
*
|
Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2018-04-16
2
-7
/
+0
|
\
\
|
*
|
kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers
Masahiro Yamada
2018-04-07
1
-4
/
+0
|
*
|
.gitignore: move *-asn1.[ch] patterns to the top-level .gitignore
Masahiro Yamada
2018-04-07
1
-1
/
+0
|
*
|
kbuild: add %.dtb.S and %.dtb to 'targets' automatically
Masahiro Yamada
2018-04-07
1
-2
/
+0
*
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
2018-04-14
6
-5
/
+251
|
\
\
\
|
*
\
\
Merge branches 'thermal-core' and 'thermal-soc' into next
Zhang Rui
2018-04-13
1
-3
/
+3
|
|
\
\
\
|
|
*
|
|
thermal: imx: Fix race condition in imx_thermal_probe()
Mikhail Lappo
2018-03-14
1
-3
/
+3
|
*
|
|
|
thermal: Add cooling device's statistics in sysfs
Viresh Kumar
2018-04-02
5
-2
/
+248
|
|
/
/
/
*
|
|
|
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-04-14
1
-4
/
+12
|
\
\
\
\
|
*
|
|
|
firmware: dmi_scan: Use lowercase letters for UUID
Jean Delvare
2018-04-13
1
-2
/
+2
|
*
|
|
|
firmware: dmi_scan: Add DMI_OEM_STRING support to dmi_matches
Alex Hung
2018-04-13
1
-1
/
+9
[next]