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
*
cpu-topology: Don't error on more than CONFIG_NR_CPUS CPUs in device tree
Zeng Tao
2020-01-17
1
-5
/
+15
*
driver core: Print device when resources present in really_probe()
Geert Uytterhoeven
2020-01-14
1
-1
/
+4
*
driver core: Fix test_async_driver_probe if NUMA is disabled
Guenter Roeck
2020-01-14
1
-1
/
+2
*
driver core: platform: Prevent resouce overflow from causing infinite loops
Simon Schwartz
2020-01-14
1
-4
/
+6
*
component: do not dereference opaque pointer in debugfs
Lubomir Rintel
2020-01-14
1
-4
/
+4
*
drivers/component: remove modular code
Masahiro Yamada
2020-01-14
1
-3
/
+0
*
device.h: move 'struct driver' stuff out to device/driver.h
Greg Kroah-Hartman
2019-12-16
1
-0
/
+1
*
device.h: move 'struct class' stuff out to device/class.h
Greg Kroah-Hartman
2019-12-16
1
-0
/
+1
*
device.h: move 'struct bus' stuff out to device/bus.h
Greg Kroah-Hartman
2019-12-16
1
-0
/
+1
*
device.h: move devtmpfs prototypes out of the file
Greg Kroah-Hartman
2019-12-16
1
-0
/
+8
*
Merge 5.5-rc2 into driver-core-next
Greg Kroah-Hartman
2019-12-16
226
-1091
/
+2052
|
\
|
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-12-15
11
-73
/
+173
|
|
\
|
|
*
IB/mlx5: Fix device memory flows
Yishai Hadas
2019-12-12
4
-52
/
+105
|
|
*
IB/core: Introduce rdma_user_mmap_entry_insert_range() API
Yishai Hadas
2019-12-12
1
-9
/
+39
|
|
*
IB/mlx5: Fix steering rule of drop and count
Maor Gottlieb
2019-12-12
1
-7
/
+6
|
|
*
IB/mlx4: Follow mirror sequence of device add during device removal
Parav Pandit
2019-12-12
1
-4
/
+5
|
|
*
RDMA/counter: Prevent auto-binding a QP which are not tracked with res
Mark Zhang
2019-12-12
1
-0
/
+3
|
|
*
rxe: correctly calculate iCRC for unaligned payloads
Steve Wise
2019-12-09
3
-1
/
+14
|
|
*
RDMA/cma: add missed unregister_pernet_subsys in init failure
Chuhong Yuan
2019-12-09
1
-0
/
+1
|
*
|
Merge tag 'for-linus-5.5b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-12-15
2
-1
/
+12
|
|
\
\
|
|
*
|
xen/balloon: fix ballooned page accounting without hotplug enabled
Juergen Gross
2019-12-13
1
-1
/
+2
|
|
*
|
xen-blkback: prevent premature module unload
Paul Durrant
2019-12-13
1
-0
/
+10
|
*
|
|
Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-12-15
1
-3
/
+3
|
|
\
\
\
|
|
*
|
|
devtmpfs: use do_mount() instead of ksys_mount()
Dominik Brodowski
2019-12-12
1
-3
/
+3
|
*
|
|
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2019-12-14
18
-45
/
+110
|
|
\
\
\
\
|
|
*
|
|
|
scsi: iscsi: Avoid potential deadlock in iscsi_if_rx func
Bo Wu
2019-12-10
1
-0
/
+7
|
|
*
|
|
|
scsi: iscsi: Fix a potential deadlock in the timeout handler
Bart Van Assche
2019-12-10
1
-2
/
+2
|
|
*
|
|
|
scsi: libsas: stop discovering if oob mode is disconnected
Jason Yan
2019-12-10
1
-1
/
+10
|
|
*
|
|
|
scsi: ufs: Disable autohibern8 feature in Cadence UFS
sheebab
2019-12-10
1
-0
/
+6
|
|
*
|
|
|
scsi: iscsi: qla4xxx: fix double free in probe
Dan Carpenter
2019-12-10
1
-1
/
+0
|
|
*
|
|
|
scsi: ufs: Give an unique ID to each ufs-bsg
Can Guo
2019-12-10
1
-1
/
+1
|
|
*
|
|
|
scsi: qla2xxx: Add debug dump of LOGO payload and ELS IOCB
Roman Bolshakov
2019-12-10
1
-0
/
+9
|
|
*
|
|
|
scsi: qla2xxx: Ignore PORT UPDATE after N2N PLOGI
Roman Bolshakov
2019-12-10
1
-1
/
+2
|
|
*
|
|
|
scsi: qla2xxx: Don't defer relogin unconditonally
Roman Bolshakov
2019-12-10
1
-1
/
+0
|
|
*
|
|
|
scsi: qla2xxx: Send Notify ACK after N2N PLOGI
Roman Bolshakov
2019-12-10
1
-0
/
+1
|
|
*
|
|
|
scsi: qla2xxx: Configure local loop for N2N target
Roman Bolshakov
2019-12-10
1
-8
/
+2
|
|
*
|
|
|
scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump length
Roman Bolshakov
2019-12-10
1
-2
/
+4
|
|
*
|
|
|
scsi: qla2xxx: Don't call qlt_async_event twice
Roman Bolshakov
2019-12-10
1
-4
/
+0
|
|
*
|
|
|
scsi: qla2xxx: Allow PLOGI in target mode
Roman Bolshakov
2019-12-10
1
-2
/
+6
|
|
*
|
|
|
scsi: qla2xxx: Change discovery state before PLOGI
Roman Bolshakov
2019-12-10
1
-0
/
+1
|
|
*
|
|
|
scsi: qla2xxx: Drop superfluous INIT_WORK of del_work
Roman Bolshakov
2019-12-10
1
-1
/
+0
|
|
*
|
|
|
scsi: qla2xxx: Initialize free_work before flushing it
Roman Bolshakov
2019-12-10
2
-1
/
+1
|
|
*
|
|
|
scsi: qla2xxx: Use explicit LOGO in target mode
Quinn Tran
2019-12-10
4
-4
/
+15
|
|
*
|
|
|
scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmd
Roman Bolshakov
2019-12-10
1
-0
/
+2
|
|
*
|
|
|
scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set func
Bo Wu
2019-12-10
1
-6
/
+9
|
|
*
|
|
|
scsi: qla2xxx: Fix incorrect SFUB length used for Secure Flash Update MB Cmd
Michael Hernandez
2019-12-10
1
-1
/
+1
|
|
*
|
|
|
scsi: qla2xxx: Added support for MPI and PEP regions for ISP28XX
Michael Hernandez
2019-12-10
2
-5
/
+26
|
|
*
|
|
|
scsi: qla2xxx: Correctly retrieve and interpret active flash region
Himanshu Madhani
2019-12-10
3
-4
/
+5
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge tag 'char-misc-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-12-14
5
-19
/
+19
|
|
\
\
\
\
|
|
*
|
|
|
binder: fix incorrect calculation for num_valid
Todd Kjos
2019-12-14
1
-2
/
+2
[next]