index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-09
scsi: qla2xxx: Don't call qlt_async_event twice
Roman Bolshakov
1
-4
/
+0
2020-01-09
scsi: qla2xxx: Drop superfluous INIT_WORK of del_work
Roman Bolshakov
1
-1
/
+0
2020-01-09
scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set func
Bo Wu
1
-6
/
+9
2020-01-09
rxe: correctly calculate iCRC for unaligned payloads
Steve Wise
3
-1
/
+14
2020-01-09
RDMA/cma: add missed unregister_pernet_subsys in init failure
Chuhong Yuan
1
-0
/
+1
2020-01-09
PM / devfreq: Don't fail devfreq_dev_release if not in list
Leonard Crestez
1
-5
/
+1
2020-01-09
PM / devfreq: Set scaling_max_freq to max on OPP notifier error
Leonard Crestez
1
-1
/
+3
2020-01-09
PM / devfreq: Fix devfreq_notifier_call returning errno
Leonard Crestez
1
-11
/
+13
2020-01-09
iio: adc: max9611: Fix too short conversion time delay
Geert Uytterhoeven
1
-6
/
+10
2020-01-09
drm/amd/display: Fixed kernel panic when booting with DP-to-HDMI dongle
David Galiffi
1
-1
/
+1
2020-01-09
drm/amdgpu: add cache flush workaround to gfx8 emit_fence
Pierre-Eric Pelloux-Prayer
1
-3
/
+19
2020-01-09
drm/amdgpu: add check before enabling/disabling broadcast mode
Guchun Chen
1
-16
/
+22
2020-01-09
nvme-fc: fix double-free scenarios on hw queues
James Smart
1
-3
/
+15
2020-01-09
nvme_fc: add module to ops template to allow module references
James Smart
4
-2
/
+16
2020-01-04
spi: fsl: use platform_get_irq() instead of of_irq_to_resource()
Christophe Leroy
1
-3
/
+3
2020-01-04
pinctrl: baytrail: Really serialize all register accesses
Hans de Goede
1
-37
/
+44
2020-01-04
tty/serial: atmel: fix out of range clock divider handling
David Engraf
1
-21
/
+22
2020-01-04
spi: fsl: don't map irq during probe
Christophe Leroy
1
-3
/
+2
2020-01-04
gtp: avoid zero size hashtable
Taehee Yoo
1
-2
/
+5
2020-01-04
gtp: fix an use-after-free in ipv4_pdp_find()
Taehee Yoo
1
-17
/
+17
2020-01-04
gtp: fix wrong condition in gtp_genl_dump_pdp()
Taehee Yoo
1
-17
/
+19
2020-01-04
net: marvell: mvpp2: phylink requires the link interrupt
Russell King
1
-1
/
+1
2020-01-04
gtp: do not allow adding duplicate tid and ms_addr pdp context
Taehee Yoo
1
-10
/
+22
2020-01-04
gtp: do not confirm neighbor when do pmtu update
Hangbin Liu
1
-1
/
+1
2020-01-04
net: add bool confirm_neigh parameter for dst_ops.update_pmtu
Hangbin Liu
1
-1
/
+1
2020-01-04
vhost/vsock: accept only packets with the right dst_cid
Stefano Garzarella
1
-1
/
+3
2020-01-04
ptp: fix the race between the release of ptp_clock and cdev
Vladis Dronov
2
-18
/
+15
2020-01-04
net: stmmac: dwmac-meson8b: Fix the RGMII TX delay on Meson8b/8m2 SoCs
Martin Blumenstingl
1
-3
/
+11
2020-01-04
net/mlxfw: Fix out-of-memory error in mfa2 flash burning
Vladyslav Tarasiuk
1
-3
/
+4
2020-01-04
net: ena: fix napi handler misbehavior when the napi budget is zero
Netanel Belgazal
1
-3
/
+7
2020-01-04
6pack,mkiss: fix possible deadlock
Eric Dumazet
2
-4
/
+4
2020-01-04
bonding: fix active-backup transition after link failure
Mahesh Bandewar
1
-3
/
+0
2020-01-04
mailbox: imx: Fix Tx doorbell shutdown path
Daniel Baluta
1
-1
/
+3
2020-01-04
s390/zcrypt: handle new reply code FILTERED_BY_HYPERVISOR
Harald Freudenberger
1
-0
/
+2
2020-01-04
cdrom: respect device capabilities during opening action
Diego Elio Pettenò
1
-1
/
+11
2020-01-04
gpio: mpc8xxx: Don't overwrite default irq_set_type callback
Vladimir Oltean
1
-1
/
+2
2020-01-04
scsi: target: iscsi: Wait for all commands to finish before freeing a session
Bart Van Assche
1
-2
/
+8
2020-01-04
scsi: iscsi: Don't send data to unbound connection
Anatol Pomazau
1
-0
/
+8
2020-01-04
scsi: NCR5380: Add disconnect_mask module parameter
Finn Thain
1
-1
/
+5
2020-01-04
scsi: scsi_debug: num_tgts must be >= 0
Maurizio Lombardi
1
-0
/
+5
2020-01-04
scsi: ufs: Fix error handing during hibern8 enter
Subhash Jadavani
1
-5
/
+14
2020-01-04
scsi: pm80xx: Fix for SATA device discovery
peter chang
1
-0
/
+2
2020-01-04
watchdog: Fix the race between the release of watchdog_core_data and cdev
Kevin Hao
1
-38
/
+32
2020-01-04
HID: rmi: Check that the RMI_STARTED bit is set before unregistering the RMI ...
Andrew Duggan
1
-1
/
+2
2020-01-04
HID: Improve Windows Precision Touchpad detection.
Blaž Hrastnik
1
-0
/
+4
2020-01-04
libnvdimm/btt: fix variable 'rc' set but not used
Qian Cai
1
-4
/
+4
2020-01-04
HID: logitech-hidpp: Silence intermittent get_battery_capacity errors
Hans de Goede
1
-0
/
+3
2020-01-04
HID: quirks: Add quirk for HP MSU1465 PIXART OEM mouse
Jinke Fan
2
-0
/
+2
2020-01-04
bcache: at least try to shrink 1 node in bch_mca_scan()
Coly Li
1
-0
/
+2
2020-01-04
clk: pxa: fix one of the pxa RTC clocks
Robert Jarzmik
1
-0
/
+1
[next]