index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-07
null_blk: discard zones on reset
Damien Le Moal
3
-2
/
+7
2020-12-07
null_blk: cleanup discard handling
Damien Le Moal
1
-21
/
+22
2020-12-07
null_blk: Improve implicit zone close
Damien Le Moal
2
-5
/
+18
2020-12-07
null_blk: improve zone locking
Damien Le Moal
2
-119
/
+187
2020-12-07
null_blk: Fail zone append to conventional zones
Damien Le Moal
1
-1
/
+4
2020-12-07
null_blk: Fix zone size initialization
Damien Le Moal
1
-8
/
+15
2020-12-07
scsi: ufs: Print host regs in IRQ handler when AH8 error happens
Can Guo
1
-1
/
+2
2020-12-07
scsi: ufs: Fix a race condition between ufshcd_abort() and eh_work()
Can Guo
2
-15
/
+51
2020-12-07
scsi: ufs: Serialize eh_work with system PM events and async scan
Can Guo
2
-24
/
+41
2020-12-07
scsi: ufs: Remove pre-defined initial voltage values of device power
Stanley Chu
1
-19
/
+0
2020-12-07
scsi: ufs-dwc: Use phy_initialization helper
Stanley Chu
1
-7
/
+4
2020-12-07
scsi: ufs-cdns: Use phy_initialization helper
Stanley Chu
1
-2
/
+1
2020-12-07
scsi: ufs: Introduce phy_initialization helper
Stanley Chu
1
-0
/
+8
2020-12-07
scsi: ufs: Remove unused setup_regulators variant function
Stanley Chu
2
-19
/
+1
2020-12-07
scsi: ufs-mediatek: Introduce event_notify implementation
Stanley Chu
2
-0
/
+48
2020-12-07
scsi: ufs: Introduce event_notify variant function
Stanley Chu
2
-0
/
+13
2020-12-07
scsi: ufs: Refine error history functions
Stanley Chu
2
-92
/
+97
2020-12-07
scsi: ufs: Add error history for abort event in UFS Device W-LUN
Stanley Chu
1
-2
/
+4
2020-12-07
scsi: iscsi: Fix inappropriate use of put_device()
Qinglang Miao
1
-1
/
+3
2020-12-07
scsi: pm80xx: Fix error return in pm8001_pci_probe()
Zhang Qilong
1
-1
/
+2
2020-12-07
scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probe
Qinglang Miao
1
-1
/
+3
2020-12-07
clk: fsl-sai: use devm_clk_hw_register_composite_pdata()
Michael Walle
1
-19
/
+7
2020-12-07
clk: composite: add devm_clk_hw_register_composite_pdata()
Michael Walle
1
-0
/
+50
2020-12-07
clk: fsl-sai: fix memory leak
Michael Walle
1
-0
/
+12
2020-12-07
clk: qoriq: Add platform dependencies
Geert Uytterhoeven
1
-1
/
+2
2020-12-07
clk: renesas: r9a06g032: Drop __packed for portability
Geert Uytterhoeven
1
-1
/
+1
2020-12-07
clk: imx: scu: fix MXC_CLK_SCU module build break
Dong Aisheng
1
-2
/
+2
2020-12-07
RDMA/core: Fix empty gid table for non IB/RoCE devices
Gal Pressman
1
-3
/
+0
2020-12-07
bcache: fix race between setting bdev state to none and new write request direct to backing
Dongsheng Yang
2
-9
/
+9
2020-12-07
RDMA/iser: Remove in_interrupt() usage
Sebastian Andrzej Siewior
1
-17
/
+5
2020-12-07
RDMA/mlx5: Assign dev to DM MR
Maor Gottlieb
4
-30
/
+35
2020-12-07
RDMA/hns: Move capability flags of QP and CQ to hns-abi.h
Weihang Li
6
-15
/
+1
2020-12-07
IB: Fix kernel-doc markups
Mauro Carvalho Chehab
12
-23
/
+25
2020-12-07
RDMA/bnxt_re: Fix max_qp_wrs reported
Selvin Xavier
1
-1
/
+1
2020-12-07
RDMA/i40iw: Replace atomic_add_return(1, ..)
Yejune Deng
1
-3
/
+3
2020-12-07
Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Jason Gunthorpe
15
-86
/
+150
2020-12-07
clocksource/drivers/sh_cmt: Fix potential deadlock when calling runtime PM
Niklas Söderlund
1
-4
/
+14
2020-12-07
regulator: da9121: Fix index used for DT property
Adam Ward
1
-1
/
+1
2020-12-07
regulator: da9121: Remove uninitialised string variable
Adam Ward
1
-2
/
+1
2020-12-07
x86/platform/uv: Add sysfs hubless leaves
Mike Travis
1
-2
/
+50
2020-12-07
x86/platform/uv: Add sysfs leaves to replace those in procfs
Mike Travis
1
-0
/
+18
2020-12-07
efi: capsule: use atomic kmap for transient sglist mappings
Ard Biesheuvel
1
-2
/
+2
2020-12-07
RDMA/mlx5: Fix error unwinds for rereg_mr
Jason Gunthorpe
1
-127
/
+187
2020-12-07
RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()
Jason Gunthorpe
3
-129
/
+140
2020-12-07
RDMA/uverbs: Allow drivers to create a new HW object during rereg_mr
Jason Gunthorpe
8
-51
/
+150
2020-12-07
RDMA/uverbs: Check ODP in ib_check_mr_access() as well
Jason Gunthorpe
3
-16
/
+7
2020-12-07
RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()
Jason Gunthorpe
1
-4
/
+6
2020-12-07
mtd: spi-nor: keep lock bits if they are non-volatile
Michael Walle
7
-24
/
+211
2020-12-07
mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040
Michael Walle
3
-3
/
+53
2020-12-07
mtd: spi-nor: intel: remove global protection flag
Michael Walle
1
-13
/
+3
[prev]
[next]