index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qat
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-06
Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-28
/
+13
2021-10-12
crypto: qat - simplify adf_enable_aer()
Uwe Kleine-König
6
-28
/
+13
2021-10-08
crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.c
Marco Chiappero
6
-23
/
+26
2021-10-08
crypto: qat - extract send and wait from adf_vf2pf_request_version()
Marco Chiappero
1
-13
/
+37
2021-10-08
crypto: qat - add VF and PF wrappers to common send function
Marco Chiappero
3
-8
/
+36
2021-10-08
crypto: qat - rename pfvf collision constants
Marco Chiappero
1
-13
/
+13
2021-10-08
crypto: qat - move pfvf collision detection values
Marco Chiappero
2
-9
/
+9
2021-10-08
crypto: qat - make pfvf send message direction agnostic
Marco Chiappero
1
-7
/
+8
2021-10-08
crypto: qat - use hweight for bit counting
Giovanni Cabiddu
1
-14
/
+2
2021-10-08
crypto: qat - remove duplicated logic across GEN2 drivers
Marco Chiappero
8
-245
/
+107
2021-10-08
crypto: qat - fix handling of VF to PF interrupts
Marco Chiappero
9
-76
/
+133
2021-10-08
crypto: qat - remove unnecessary collision prevention step in PFVF
Marco Chiappero
1
-19
/
+1
2021-10-08
crypto: qat - disregard spurious PFVF interrupts
Giovanni Cabiddu
2
-0
/
+12
2021-10-08
crypto: qat - detect PFVF collision after ACK
Giovanni Cabiddu
1
-0
/
+7
2021-09-24
crypto: qat - power up 4xxx device
Giovanni Cabiddu
4
-0
/
+47
2021-09-17
crypto: qat - remove unneeded packed attribute
Giovanni Cabiddu
1
-6
/
+6
2021-09-17
crypto: qat - free irq in case of failure
Wojciech Ziemba
1
-29
/
+34
2021-09-17
crypto: qat - free irqs only if allocated
Maksim Lukoshkov
3
-37
/
+35
2021-09-17
crypto: qat - remove unmatched CPU affinity to cluster IRQ
Wojciech Ziemba
1
-1
/
+0
2021-09-17
crypto: qat - replace deprecated MSI API
Wojciech Ziemba
3
-60
/
+55
2021-08-21
crypto: qat - store vf.compatible flag
Giovanni Cabiddu
1
-1
/
+3
2021-08-21
crypto: qat - do not export adf_iov_putmsg()
Giovanni Cabiddu
1
-1
/
+0
2021-08-21
crypto: qat - flush vf workqueue at driver removal
Ahsan Atta
5
-0
/
+33
2021-08-21
crypto: qat - remove the unnecessary get_vintmsk_offset()
Marco Chiappero
14
-44
/
+2
2021-08-21
crypto: qat - fix naming of PF/VF enable functions
Marco Chiappero
9
-13
/
+13
2021-08-21
crypto: qat - complete all the init steps before service notification
Marco Chiappero
1
-4
/
+6
2021-08-21
crypto: qat - move IO virtualization functions
Giovanni Cabiddu
4
-15
/
+17
2021-08-21
crypto: qat - fix naming for init/shutdown VF to PF notifications
Marco Chiappero
5
-16
/
+16
2021-08-21
crypto: qat - protect interrupt mask CSRs with a spinlock
Kanchana Velusamy
7
-4
/
+41
2021-08-21
crypto: qat - move pf2vf interrupt [en|dis]able to adf_vf_isr.c
Marco Chiappero
2
-20
/
+20
2021-08-21
crypto: qat - fix reuse of completion variable
Marco Chiappero
1
-0
/
+2
2021-08-21
crypto: qat - remove intermediate tasklet for vf2pf
Svyatoslav Pankratov
4
-13
/
+5
2021-08-21
crypto: qat - rename compatibility version definition
Marco Chiappero
9
-17
/
+17
2021-08-21
crypto: qat - prevent spurious MSI interrupt in PF
Marco Chiappero
2
-7
/
+20
2021-08-21
crypto: qat - prevent spurious MSI interrupt in VF
Giovanni Cabiddu
1
-1
/
+11
2021-08-21
crypto: qat - handle both source of interrupt in VF ISR
Giovanni Cabiddu
1
-3
/
+4
2021-08-21
crypto: qat - do not ignore errors from enable_vf2pf_comms()
Giovanni Cabiddu
1
-2
/
+3
2021-08-21
crypto: qat - enable interrupts only after ISR allocation
Marco Chiappero
1
-2
/
+2
2021-08-21
crypto: qat - remove empty sriov_configure()
Marco Chiappero
1
-4
/
+1
2021-08-21
crypto: qat - use proper type for vf_mask
Giovanni Cabiddu
1
-3
/
+4
2021-08-21
crypto: qat - fix a typo in a comment
Christophe JAILLET
1
-1
/
+1
2021-08-21
crypto: qat - disable AER if an error occurs in probe functions
Christophe JAILLET
3
-6
/
+12
2021-08-21
crypto: qat - set DMA mask to 48 bits for Gen2
Giovanni Cabiddu
6
-6
/
+6
2021-08-21
crypto: qat - simplify code and axe the use of a deprecated API
Christophe JAILLET
7
-76
/
+28
2021-06-28
crypto: qat - ratelimit invalid ioctl message and print the invalid cmd
Colin Ian King
1
-1
/
+1
2021-05-28
crypto: qat - remove unused macro in FW loader
Jack Xu
1
-1
/
+0
2021-05-28
crypto: qat - check return code of qat_hal_rd_rel_reg()
Jack Xu
1
-1
/
+5
2021-05-28
crypto: qat - report an error if MMP file size is too large
Jack Xu
1
-4
/
+2
2021-05-28
crypto: qat - check MMP size before writing to the SRAM
Jack Xu
3
-6
/
+6
2021-05-28
crypto: qat - return error when failing to map FW
Jack Xu
1
-1
/
+2
[next]