index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qat
Age
Commit message (
Expand
)
Author
2021-09-17
crypto: qat - free irqs only if allocated
Maksim Lukoshkov
2021-09-17
crypto: qat - remove unmatched CPU affinity to cluster IRQ
Wojciech Ziemba
2021-09-17
crypto: qat - replace deprecated MSI API
Wojciech Ziemba
2021-08-21
crypto: qat - store vf.compatible flag
Giovanni Cabiddu
2021-08-21
crypto: qat - do not export adf_iov_putmsg()
Giovanni Cabiddu
2021-08-21
crypto: qat - flush vf workqueue at driver removal
Ahsan Atta
2021-08-21
crypto: qat - remove the unnecessary get_vintmsk_offset()
Marco Chiappero
2021-08-21
crypto: qat - fix naming of PF/VF enable functions
Marco Chiappero
2021-08-21
crypto: qat - complete all the init steps before service notification
Marco Chiappero
2021-08-21
crypto: qat - move IO virtualization functions
Giovanni Cabiddu
2021-08-21
crypto: qat - fix naming for init/shutdown VF to PF notifications
Marco Chiappero
2021-08-21
crypto: qat - protect interrupt mask CSRs with a spinlock
Kanchana Velusamy
2021-08-21
crypto: qat - move pf2vf interrupt [en|dis]able to adf_vf_isr.c
Marco Chiappero
2021-08-21
crypto: qat - fix reuse of completion variable
Marco Chiappero
2021-08-21
crypto: qat - remove intermediate tasklet for vf2pf
Svyatoslav Pankratov
2021-08-21
crypto: qat - rename compatibility version definition
Marco Chiappero
2021-08-21
crypto: qat - prevent spurious MSI interrupt in PF
Marco Chiappero
2021-08-21
crypto: qat - prevent spurious MSI interrupt in VF
Giovanni Cabiddu
2021-08-21
crypto: qat - handle both source of interrupt in VF ISR
Giovanni Cabiddu
2021-08-21
crypto: qat - do not ignore errors from enable_vf2pf_comms()
Giovanni Cabiddu
2021-08-21
crypto: qat - enable interrupts only after ISR allocation
Marco Chiappero
2021-08-21
crypto: qat - remove empty sriov_configure()
Marco Chiappero
2021-08-21
crypto: qat - use proper type for vf_mask
Giovanni Cabiddu
2021-08-21
crypto: qat - fix a typo in a comment
Christophe JAILLET
2021-08-21
crypto: qat - disable AER if an error occurs in probe functions
Christophe JAILLET
2021-08-21
crypto: qat - set DMA mask to 48 bits for Gen2
Giovanni Cabiddu
2021-08-21
crypto: qat - simplify code and axe the use of a deprecated API
Christophe JAILLET
2021-06-28
crypto: qat - ratelimit invalid ioctl message and print the invalid cmd
Colin Ian King
2021-05-28
crypto: qat - remove unused macro in FW loader
Jack Xu
2021-05-28
crypto: qat - check return code of qat_hal_rd_rel_reg()
Jack Xu
2021-05-28
crypto: qat - report an error if MMP file size is too large
Jack Xu
2021-05-28
crypto: qat - check MMP size before writing to the SRAM
Jack Xu
2021-05-28
crypto: qat - return error when failing to map FW
Jack Xu
2021-04-16
crypto: qat - enable detection of accelerators hang
Wojciech Ziemba
2021-04-09
crypto: qat - Fix a double free in adf_create_ring
Lv Yunlong
2021-04-02
crypto: qat - fix error path in adf_isr_resource_alloc()
Giovanni Cabiddu
2021-03-26
crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init
Tong Zhang
2021-03-26
crypto: qat - don't release uninitialized resources
Tong Zhang
2021-03-13
crypto: qat - fix use of 'dma_map_single'
Hui Tang
2021-03-13
crypto: qat - fix unmap invalid dma address
Hui Tang
2021-03-07
crypto: qat - fix spelling mistake: "messge" -> "message"
Bhaskar Chowdhury
2021-01-14
crypto: qat - reduce size of mapped region
Adam Guerin
2021-01-14
crypto: qat - change format string and cast ring size
Adam Guerin
2021-01-14
crypto: qat - fix potential spectre issue
Adam Guerin
2021-01-14
crypto: qat - configure arbiter mapping based on engines enabled
Wojciech Ziemba
2021-01-14
crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in Kconfig
Marco Chiappero
2021-01-03
crypto: remove cipher routines from public crypto API
Ard Biesheuvel
2020-12-23
crypto: qat - add CRYPTO_AES to Kconfig dependencies
Marco Chiappero
2020-12-11
crypto: qat - add capability detection logic in qat_4xxx
Marco Chiappero
2020-12-11
crypto: qat - add AES-XTS support for QAT GEN4 devices
Marco Chiappero
[next]