Age | Commit message (Expand) | Author |
2021-12-24 | crypto: qat - make PFVF send and receive direction agnostic | Marco Chiappero |
2021-12-24 | crypto: qat - make PFVF message construction direction agnostic | Marco Chiappero |
2021-12-24 | crypto: qat - add the adf_get_pmisc_base() helper function | Marco Chiappero |
2021-12-24 | crypto: qat - support the reset of ring pairs on PF | Marco Chiappero |
2021-12-24 | crypto: qat - extend crypto capability detection for 4xxx | Giovanni Cabiddu |
2021-12-24 | crypto: qat - set COMPRESSION capability for QAT GEN2 | Giovanni Cabiddu |
2021-12-24 | crypto: qat - set CIPHER capability for QAT GEN2 | Giovanni Cabiddu |
2021-12-24 | crypto: qat - get compression extended capabilities | Giovanni Cabiddu |
2021-11-26 | crypto: qat - improve logging of PFVF messages | Marco Chiappero |
2021-11-26 | crypto: qat - fix VF IDs in PFVF log messages | Marco Chiappero |
2021-11-26 | crypto: qat - do not rely on min version | Marco Chiappero |
2021-11-26 | crypto: qat - refactor pfvf version request messages | Marco Chiappero |
2021-11-26 | crypto: qat - pass the PF2VF responses back to the callers | Marco Chiappero |
2021-11-26 | crypto: qat - use enums for PFVF protocol codes | Marco Chiappero |
2021-11-26 | crypto: qat - reorganize PFVF protocol definitions | Marco Chiappero |
2021-11-26 | crypto: qat - reorganize PFVF code | Marco Chiappero |
2021-11-26 | crypto: qat - abstract PFVF receive logic | Giovanni Cabiddu |
2021-11-26 | crypto: qat - abstract PFVF send function | Marco Chiappero |
2021-11-26 | crypto: qat - differentiate between pf2vf and vf2pf offset | Marco Chiappero |
2021-11-26 | crypto: qat - add pfvf_ops | Marco Chiappero |
2021-11-26 | crypto: qat - relocate PFVF disabled function | Giovanni Cabiddu |
2021-11-26 | crypto: qat - relocate PFVF VF related logic | Marco Chiappero |
2021-11-26 | crypto: qat - relocate PFVF PF related logic | Marco Chiappero |
2021-11-26 | crypto: qat - handle retries due to collisions in adf_iov_putmsg() | Marco Chiappero |
2021-11-26 | crypto: qat - split PFVF message decoding from handling | Marco Chiappero |
2021-11-26 | crypto: qat - re-enable interrupts for legacy PFVF messages | Giovanni Cabiddu |
2021-11-26 | crypto: qat - change PFVF ACK behaviour | Giovanni Cabiddu |
2021-11-26 | crypto: qat - move interrupt code out of the PFVF handler | Marco Chiappero |
2021-11-26 | crypto: qat - move VF message handler to adf_vf2pf_msg.c | Marco Chiappero |
2021-11-26 | crypto: qat - move vf2pf interrupt helpers | Giovanni Cabiddu |
2021-11-26 | crypto: qat - refactor PF top half for PFVF | Marco Chiappero |
2021-11-26 | crypto: qat - fix undetected PFVF timeout in ACK loop | Giovanni Cabiddu |
2021-11-26 | crypto: qat - do not handle PFVF sources for qat_4xxx | Giovanni Cabiddu |
2021-11-06 | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-10-12 | crypto: qat - simplify adf_enable_aer() | Uwe Kleine-König |
2021-10-08 | crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.c | Marco Chiappero |
2021-10-08 | crypto: qat - extract send and wait from adf_vf2pf_request_version() | Marco Chiappero |
2021-10-08 | crypto: qat - add VF and PF wrappers to common send function | Marco Chiappero |
2021-10-08 | crypto: qat - rename pfvf collision constants | Marco Chiappero |
2021-10-08 | crypto: qat - move pfvf collision detection values | Marco Chiappero |
2021-10-08 | crypto: qat - make pfvf send message direction agnostic | Marco Chiappero |
2021-10-08 | crypto: qat - use hweight for bit counting | Giovanni Cabiddu |
2021-10-08 | crypto: qat - remove duplicated logic across GEN2 drivers | Marco Chiappero |
2021-10-08 | crypto: qat - fix handling of VF to PF interrupts | Marco Chiappero |
2021-10-08 | crypto: qat - remove unnecessary collision prevention step in PFVF | Marco Chiappero |
2021-10-08 | crypto: qat - disregard spurious PFVF interrupts | Giovanni Cabiddu |
2021-10-08 | crypto: qat - detect PFVF collision after ACK | Giovanni Cabiddu |
2021-09-24 | crypto: qat - power up 4xxx device | Giovanni Cabiddu |
2021-09-17 | crypto: qat - remove unneeded packed attribute | Giovanni Cabiddu |
2021-09-17 | crypto: qat - free irq in case of failure | Wojciech Ziemba |