index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: qce - Remover src_tbl from qce_cipher_reqctx
Thara Gopinath
2021-03-07
1
-1
/
+0
*
crypto: qce - Set data unit size to message length for AES XTS transformation
Thara Gopinath
2021-03-07
1
-4
/
+4
*
crypto: qce - Improve the conditions for requesting AES fallback cipher
Thara Gopinath
2021-03-07
1
-6
/
+11
*
crypto: qce - Set ivsize to 0 for ecb(aes)
Thara Gopinath
2021-03-07
1
-1
/
+1
*
crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms)
Thara Gopinath
2021-03-07
1
-0
/
+9
*
crypto: qce - Return error for zero length messages
Thara Gopinath
2021-03-07
1
-0
/
+5
*
crypto: qce - Return unsupported if any three keys are same for DES3 algorithms
Thara Gopinath
2021-03-07
1
-0
/
+15
*
crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algor...
Thara Gopinath
2021-03-07
1
-1
/
+18
*
crypto: qce - Hold back a block of data to be transferred as part of final
Thara Gopinath
2021-03-07
1
-0
/
+19
*
crypto: qce - Restore/save ahash state with custom struct in export/import
Thara Gopinath
2021-03-07
1
-88
/
+34
*
crypto: keembay-ocs-aes - Fix error return code in kmb_ocs_aes_probe()
Wei Yongjun
2021-03-07
1
-1
/
+3
*
crypto: keembay-ocs-hcu - Fix error return code in kmb_ocs_hcu_probe()
Wei Yongjun
2021-03-07
1
-1
/
+3
*
crypto: amlogic - Fix unnecessary check in meson_crypto_probe()
Tang Bin
2021-03-07
1
-3
/
+0
*
hwrng: bcm2835 - remove redundant null check
Tian Tao
2021-03-07
1
-10
/
+7
*
crypto: qat - fix spelling mistake: "messge" -> "message"
Bhaskar Chowdhury
2021-03-07
2
-3
/
+3
*
hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplify
Tian Tao
2021-03-07
1
-3
/
+1
*
hwrng: ba431 - Use device-managed registration
Tian Tao
2021-03-07
1
-11
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2021-03-05
8
-62
/
+76
|
\
|
*
RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()
Bob Pearson
2021-03-05
1
-32
/
+23
|
*
RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()
Bob Pearson
2021-03-05
1
-24
/
+35
|
*
RDMA/rxe: Fix missed IB reference counting in loopback
Bob Pearson
2021-03-05
1
-1
/
+9
|
*
RDMA/uverbs: Fix kernel-doc warning of _uverbs_alloc
Leon Romanovsky
2021-03-03
1
-1
/
+1
|
*
RDMA/mlx5: Set correct kernel-doc identifier
Leon Romanovsky
2021-03-03
1
-1
/
+1
|
*
IB/mlx5: Add missing error code
YueHaibing
2021-03-01
1
-1
/
+3
|
*
RDMA/rxe: Fix missing kconfig dependency on CRYPTO
Julian Braha
2021-03-01
1
-0
/
+1
|
*
RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_rep
Saeed Mahameed
2021-03-01
1
-2
/
+3
*
|
Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-03-05
2
-11
/
+16
|
\
\
|
*
|
dm verity: fix FEC for RS roots unaligned to block size
Milan Broz
2021-03-04
1
-11
/
+12
|
*
|
dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size
Mikulas Patocka
2021-03-04
1
-0
/
+4
*
|
|
Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-03-05
9
-51
/
+67
|
\
\
\
|
*
|
|
nvmet: model_number must be immutable once set
Max Gurtovoy
2021-03-05
4
-45
/
+50
|
*
|
|
nvme-fabrics: fix kato initialization
Martin George
2021-03-05
1
-1
/
+4
|
*
|
|
nvme-hwmon: Return error code when registration fails
Daniel Wagner
2021-03-05
1
-0
/
+1
|
*
|
|
nvme-pci: add quirks for Lexar 256GB SSD
Pascal Terjan
2021-03-05
1
-0
/
+3
|
*
|
|
nvme-pci: mark Kingston SKC2000 as not supporting the deepest power state
Zoltán Böszörményi
2021-03-05
1
-0
/
+2
|
*
|
|
nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.
Julian Einwag
2021-03-05
1
-1
/
+2
|
*
|
|
rsxx: Return -EFAULT if copy_to_user() fails
Dan Carpenter
2021-03-03
1
-3
/
+5
|
*
|
|
rsxx: remove unused including <linux/version.h>
Tian Tao
2021-03-02
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'pm-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2021-03-05
3
-26
/
+41
|
\
\
\
|
*
\
\
Merge branch 'powercap'
Rafael J. Wysocki
2021-03-05
2
-1
/
+4
|
|
\
\
\
|
|
*
|
|
powercap/drivers/dtpm: Add the experimental label to the option description
Daniel Lezcano
2021-03-01
1
-1
/
+1
|
|
*
|
|
powercap/drivers/dtpm: Fix root node initialization
Daniel Lezcano
2021-03-01
1
-0
/
+3
|
|
|
/
/
|
*
/
/
PM: runtime: Update device status before letting suppliers suspend
Rafael J. Wysocki
2021-03-01
1
-25
/
+37
|
|
/
/
*
|
|
Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-03-05
4
-14
/
+87
|
\
\
\
|
*
|
|
iommu/vt-d: Fix status code for Allocate/Free PASID command
Zenghui Yu
2021-03-04
1
-2
/
+2
|
*
|
|
iommu: Don't use lazy flush for untrusted device
Lu Baolu
2021-03-04
1
-7
/
+8
|
*
|
|
iommu/tegra-smmu: Fix mc errors on tegra124-nyan
Nicolin Chen
2021-03-04
1
-1
/
+71
|
*
|
|
iommu/amd: Fix sleeping in atomic in increase_address_space()
Andrey Ryabinin
2021-03-04
1
-4
/
+6
*
|
|
|
Merge tag 'drm-fixes-2021-03-05' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-03-04
10
-16
/
+29
|
\
\
\
\
|
*
\
\
\
Merge tag 'amd-drm-fixes-5.12-2021-03-03' of https://gitlab.freedesktop.org/a...
Dave Airlie
2021-03-05
9
-16
/
+26
|
|
\
\
\
\
[next]