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
*
tty/sysrq: More intuitive Shift handling
Oskari Pirhonen
2021-10-10
1
-0
/
+2
*
Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"
Johan Hovold
2021-10-07
1
-17
/
+0
*
serial: 8250: Fix reporting real baudrate value in c_ospeed field
Pali Rohár
2021-10-05
1
-0
/
+17
*
serial: core: Fix initializing and restoring termios speed
Pali Rohár
2021-10-05
1
-2
/
+14
*
tty: baudrate: Explicit usage of B0 for encoding input baudrate
Pali Rohár
2021-10-05
1
-1
/
+1
*
serial: sifive: set pointer to NULL rather than 0.
Colin Ian King
2021-10-05
1
-1
/
+1
*
mxser: store FCR state in mxser_port::FCR
Jiri Slaby
2021-10-05
1
-14
/
+13
*
mxser: don't read from UART_FCR
Jiri Slaby
2021-10-05
1
-4
/
+1
*
mxser: move FIFO clearing to mxser_disable_and_clear_FIFO()
Jiri Slaby
2021-10-05
1
-14
/
+12
*
mxser: simplify FCR computation in mxser_change_speed()
Jiri Slaby
2021-10-05
1
-27
/
+20
*
mxser: make mxser_port::ldisc_stop_rx a bool
Jiri Slaby
2021-10-05
1
-4
/
+4
*
mxser: simplify condition in mxser_receive_chars_new
Jiri Slaby
2021-10-05
1
-5
/
+1
*
mxser: restore baud rate if its setting fails
Jiri Slaby
2021-10-05
1
-5
/
+11
*
tty: n_gsm: Don't ignore write return value in gsmld_output()
Tony Lindgren
2021-10-05
1
-3
/
+2
*
tty: n_gsm: clean up indenting in gsm_queue()
Dan Carpenter
2021-10-05
1
-2
/
+2
*
tty: serial: samsung: describe driver in KConfig
Krzysztof Kozlowski
2021-10-05
1
-4
/
+5
*
Merge 5.15-rc3 into tty-next
Greg Kroah-Hartman
2021-09-27
318
-1548
/
+3388
|
\
|
*
Merge tag 'edac_urgent_for_v5.15_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-09-26
2
-2
/
+2
|
|
\
|
|
*
EDAC/dmc520: Assign the proper type to dimm->edac_mode
Borislav Petkov
2021-09-16
1
-1
/
+1
|
|
*
EDAC/synopsys: Fix wrong value type assignment for edac_mode
Sai Krishna Potthuri
2021-09-16
1
-1
/
+1
|
*
|
Merge tag 'thermal-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-09-26
3
-8
/
+8
|
|
\
\
|
|
*
|
thermal/drivers/tsens: Fix wrong check for tzd in irq handlers
Ansuel Smith
2021-09-21
1
-2
/
+2
|
|
*
|
thermal/core: Potential buffer overflow in thermal_build_list_of_policies()
Dan Carpenter
2021-09-21
1
-4
/
+3
|
|
*
|
thermal/drivers/int340x: Do not set a wrong tcc offset on resume
Antoine Tenart
2021-09-14
1
-2
/
+3
|
|
|
/
|
*
|
Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-09-26
6
-13
/
+64
|
|
\
\
|
|
*
\
Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...
Thomas Gleixner
2021-09-24
6
-13
/
+64
|
|
|
\
\
|
|
|
*
|
irqchip/gic: Work around broken Renesas integration
Marc Zyngier
2021-09-22
1
-1
/
+51
|
|
|
*
|
irqchip/renesas-rza1: Use semicolons instead of commas
Geert Uytterhoeven
2021-09-22
1
-6
/
+6
|
|
|
*
|
irqchip/gic-v3-its: Fix potential VPE leak on error
Kaige Fu
2021-09-22
1
-1
/
+1
|
|
|
*
|
irqchip/goldfish-pic: Select GENERIC_IRQ_CHIP to fix build
Randy Dunlap
2021-09-22
1
-0
/
+1
|
|
|
*
|
irqchip/mbigen: Repair non-kernel-doc notation
Randy Dunlap
2021-09-22
1
-3
/
+3
|
|
|
*
|
irqchip/armada-370-xp: Fix ack/eoi breakage
Marc Zyngier
2021-09-22
1
-2
/
+2
|
*
|
|
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2021-09-26
32
-284
/
+273
|
|
\
\
\
\
|
|
*
|
|
|
scsi: ses: Retry failed Send/Receive Diagnostic commands
Wen Xiong
2021-09-22
1
-4
/
+18
|
|
*
|
|
|
scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"
Colin Ian King
2021-09-22
1
-1
/
+1
|
|
*
|
|
|
scsi: lpfc: Fix gcc -Wstringop-overread warning, again
Arnd Bergmann
2021-09-22
1
-5
/
+2
|
|
*
|
|
|
scsi: lpfc: Use correct scnprintf() limit
Dan Carpenter
2021-09-22
1
-1
/
+2
|
|
*
|
|
|
scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn()
Dan Carpenter
2021-09-22
1
-1
/
+1
|
|
*
|
|
|
scsi: acornscsi: Remove tagged queuing vestiges
Hannes Reinecke
2021-09-22
3
-93
/
+23
|
|
*
|
|
|
scsi: fas216: Kill scmd->tag
Hannes Reinecke
2021-09-22
1
-23
/
+8
|
|
*
|
|
|
scsi: qla2xxx: Restore initiator in dual mode
Dmitry Bogdanov
2021-09-22
1
-1
/
+2
|
|
*
|
|
|
scsi: ufs: core: Unbreak the reset handler
Bart Van Assche
2021-09-22
1
-1
/
+1
|
|
*
|
|
|
scsi: sd_zbc: Support disks with more than 2**32 logical blocks
Bart Van Assche
2021-09-22
1
-1
/
+1
|
|
*
|
|
|
scsi: ufs: core: Revert "scsi: ufs: Synchronize SCSI and UFS error handling"
Adrian Hunter
2021-09-22
2
-57
/
+58
|
|
*
|
|
|
scsi: sd: Make sd_spinup_disk() less noisy
Heiner Kallweit
2021-09-14
1
-1
/
+4
|
|
*
|
|
|
scsi: ufs: ufs-pci: Fix Intel LKF link stability
Adrian Hunter
2021-09-14
3
-1
/
+81
|
|
*
|
|
|
scsi: mpt3sas: Clean up some inconsistent indenting
Colin Ian King
2021-09-14
2
-3
/
+2
|
|
*
|
|
|
scsi: megaraid: Clean up some inconsistent indenting
Colin Ian King
2021-09-14
1
-2
/
+2
|
|
*
|
|
|
scsi: sr: Fix spelling mistake "does'nt" -> "doesn't"
Colin Ian King
2021-09-14
1
-1
/
+1
|
|
*
|
|
|
scsi: megaraid: Fix Coccinelle warning
jing yangyang
2021-09-14
1
-2
/
+1
[next]