- 4cab5df crypto: qat - fix definition of ring reset results by Giovanni Cabiddu · 3 years ago
- 0cec19c crypto: qat - add support for compression for 4xxx by Tomasz Kowalik · 3 years ago
- beb1e6d crypto: qat - allow detection of dc capabilities for 4xxx by Giovanni Cabiddu · 3 years ago
- 0bba03c crypto: qat - add PFVF support to enable the reset of ring pairs by Marco Chiappero · 3 years ago
- a9dc0d9 crypto: qat - add PFVF support to the GEN4 host driver by Marco Chiappero · 3 years ago
- 925b306 crypto: qat - config VFs based on ring-to-svc mapping by Marco Chiappero · 3 years ago
- e1b176a crypto: qat - exchange ring-to-service mappings over PFVF by Marco Chiappero · 3 years ago
- 73ef8f3 crypto: qat - support fast ACKs in the PFVF protocol by Marco Chiappero · 3 years ago
- 851ed49 crypto: qat - exchange device capabilities over PFVF by Marco Chiappero · 3 years ago
- 673184a crypto: qat - introduce support for PFVF block messages by Marco Chiappero · 3 years ago
- 3a5b2a0 crypto: qat - store the ring-to-service mapping by Marco Chiappero · 3 years ago
- 4d03135 crypto: qat - store the PFVF protocol version of the endpoints by Marco Chiappero · 3 years ago
- 6f87979 crypto: qat - improve the ACK timings in PFVF send by Marco Chiappero · 3 years ago
- 1c94d80 crypto: qat - leverage read_poll_timeout in PFVF send by Marco Chiappero · 3 years ago
- 952f4e8 crypto: qat - leverage bitfield.h utils for PFVF messages by Marco Chiappero · 3 years ago
- db1c034 crypto: qat - abstract PFVF messages with struct pfvf_message by Marco Chiappero · 3 years ago
- 0aeda69 crypto: qat - set PFVF_MSGORIGIN just before sending by Marco Chiappero · 3 years ago
- 0280428 crypto: qat - make PFVF send and receive direction agnostic by Marco Chiappero · 3 years ago
- 6ed942e crypto: qat - make PFVF message construction direction agnostic by Marco Chiappero · 3 years ago
- 448588a crypto: qat - add the adf_get_pmisc_base() helper function by Marco Chiappero · 3 years ago
- 0312554 crypto: qat - support the reset of ring pairs on PF by Marco Chiappero · 3 years ago
- 4b44d28 crypto: qat - extend crypto capability detection for 4xxx by Giovanni Cabiddu · 3 years ago
- cfe4894 crypto: qat - set COMPRESSION capability for QAT GEN2 by Giovanni Cabiddu · 3 years ago
- 547bde7 crypto: qat - set CIPHER capability for QAT GEN2 by Giovanni Cabiddu · 3 years ago
- e0441e2 crypto: qat - get compression extended capabilities by Giovanni Cabiddu · 3 years ago
- 8616b62 crypto: qat - improve logging of PFVF messages by Marco Chiappero · 3 years, 1 month ago
- 1d9a915 crypto: qat - fix VF IDs in PFVF log messages by Marco Chiappero · 3 years, 1 month ago
- e669b4d crypto: qat - do not rely on min version by Marco Chiappero · 3 years, 1 month ago
- c35c76c crypto: qat - refactor pfvf version request messages by Marco Chiappero · 3 years, 1 month ago
- 25110fd crypto: qat - pass the PF2VF responses back to the callers by Marco Chiappero · 3 years, 1 month ago
- 1d4fde6 crypto: qat - use enums for PFVF protocol codes by Marco Chiappero · 3 years, 1 month ago
- f6aff91 crypto: qat - reorganize PFVF protocol definitions by Marco Chiappero · 3 years, 1 month ago
- 09ce899 crypto: qat - reorganize PFVF code by Marco Chiappero · 3 years, 1 month ago
- 1ea7c2b crypto: qat - abstract PFVF receive logic by Giovanni Cabiddu · 3 years, 1 month ago
- 49c4353 crypto: qat - abstract PFVF send function by Marco Chiappero · 3 years, 1 month ago
- 9baf2de crypto: qat - differentiate between pf2vf and vf2pf offset by Marco Chiappero · 3 years, 1 month ago
- bc63dab crypto: qat - add pfvf_ops by Marco Chiappero · 3 years, 1 month ago
- 6f2e280 crypto: qat - relocate PFVF disabled function by Giovanni Cabiddu · 3 years, 1 month ago
- 7e00fb3f crypto: qat - relocate PFVF VF related logic by Marco Chiappero · 3 years, 1 month ago
- b85bd94 crypto: qat - relocate PFVF PF related logic by Marco Chiappero · 3 years, 1 month ago
- 1d61331 crypto: qat - handle retries due to collisions in adf_iov_putmsg() by Marco Chiappero · 3 years, 1 month ago
- bd59b76 crypto: qat - split PFVF message decoding from handling by Marco Chiappero · 3 years, 1 month ago
- 04cf4787 crypto: qat - re-enable interrupts for legacy PFVF messages by Giovanni Cabiddu · 3 years, 1 month ago
- 956125e crypto: qat - change PFVF ACK behaviour by Giovanni Cabiddu · 3 years, 1 month ago
- 720aa72 crypto: qat - move interrupt code out of the PFVF handler by Marco Chiappero · 3 years, 1 month ago
- b7c13ee crypto: qat - move VF message handler to adf_vf2pf_msg.c by Marco Chiappero · 3 years, 1 month ago
- 08ea97f crypto: qat - move vf2pf interrupt helpers by Giovanni Cabiddu · 3 years, 1 month ago
- 95b4d40e crypto: qat - refactor PF top half for PFVF by Marco Chiappero · 3 years, 1 month ago
- 5002200b crypto: qat - fix undetected PFVF timeout in ACK loop by Giovanni Cabiddu · 3 years, 1 month ago
- c79391c crypto: qat - do not handle PFVF sources for qat_4xxx by Giovanni Cabiddu · 3 years, 1 month ago
- 0c5c62d Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years, 2 months ago
- 8f5c335 crypto: qat - simplify adf_enable_aer() by Uwe Kleine-König · 3 years, 3 months ago
- 32dfef6 crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.c by Marco Chiappero · 3 years, 3 months ago
- aa3c686 crypto: qat - extract send and wait from adf_vf2pf_request_version() by Marco Chiappero · 3 years, 3 months ago
- 7a73c46 crypto: qat - add VF and PF wrappers to common send function by Marco Chiappero · 3 years, 3 months ago
- 71b5f2a crypto: qat - rename pfvf collision constants by Marco Chiappero · 3 years, 3 months ago
- 21db65e crypto: qat - move pfvf collision detection values by Marco Chiappero · 3 years, 3 months ago
- 6e680f9 crypto: qat - make pfvf send message direction agnostic by Marco Chiappero · 3 years, 3 months ago
- c3878a7 crypto: qat - use hweight for bit counting by Giovanni Cabiddu · 3 years, 3 months ago
- b79c753 crypto: qat - remove duplicated logic across GEN2 drivers by Marco Chiappero · 3 years, 3 months ago
- 993161d crypto: qat - fix handling of VF to PF interrupts by Marco Chiappero · 3 years, 3 months ago
- e17f49b crypto: qat - remove unnecessary collision prevention step in PFVF by Marco Chiappero · 3 years, 3 months ago
- 18fcba46 crypto: qat - disregard spurious PFVF interrupts by Giovanni Cabiddu · 3 years, 3 months ago
- 9b768e8 crypto: qat - detect PFVF collision after ACK by Giovanni Cabiddu · 3 years, 3 months ago
- ca605f9 crypto: qat - power up 4xxx device by Giovanni Cabiddu · 3 years, 3 months ago
- 40da865 crypto: qat - remove unneeded packed attribute by Giovanni Cabiddu · 3 years, 4 months ago
- 70fead3 crypto: qat - free irq in case of failure by Wojciech Ziemba · 3 years, 4 months ago
- 9832fdc crypto: qat - free irqs only if allocated by Maksim Lukoshkov · 3 years, 4 months ago
- 0e64dcd crypto: qat - remove unmatched CPU affinity to cluster IRQ by Wojciech Ziemba · 3 years, 4 months ago
- ba79a32 crypto: qat - replace deprecated MSI API by Wojciech Ziemba · 3 years, 4 months ago
- 598cf42 crypto: qat - store vf.compatible flag by Giovanni Cabiddu · 3 years, 5 months ago
- 645ae0a crypto: qat - do not export adf_iov_putmsg() by Giovanni Cabiddu · 3 years, 5 months ago
- 8af4a436 crypto: qat - flush vf workqueue at driver removal by Ahsan Atta · 3 years, 5 months ago
- e6dac5ea crypto: qat - remove the unnecessary get_vintmsk_offset() by Marco Chiappero · 3 years, 5 months ago
- 9ffd49d crypto: qat - fix naming of PF/VF enable functions by Marco Chiappero · 3 years, 5 months ago
- 7c258f5 crypto: qat - complete all the init steps before service notification by Marco Chiappero · 3 years, 5 months ago
- 0b7b6c1 crypto: qat - move IO virtualization functions by Giovanni Cabiddu · 3 years, 5 months ago
- b90c1c4 crypto: qat - fix naming for init/shutdown VF to PF notifications by Marco Chiappero · 3 years, 5 months ago
- 07df385 crypto: qat - protect interrupt mask CSRs with a spinlock by Kanchana Velusamy · 3 years, 5 months ago
- 9800678 crypto: qat - move pf2vf interrupt [en|dis]able to adf_vf_isr.c by Marco Chiappero · 3 years, 5 months ago
- 3d65573 crypto: qat - fix reuse of completion variable by Marco Chiappero · 3 years, 5 months ago
- e6eefd1 crypto: qat - remove intermediate tasklet for vf2pf by Svyatoslav Pankratov · 3 years, 5 months ago
- 506a166 crypto: qat - rename compatibility version definition by Marco Chiappero · 3 years, 5 months ago
- 3213488 crypto: qat - prevent spurious MSI interrupt in PF by Marco Chiappero · 3 years, 5 months ago
- 7eadcfd crypto: qat - prevent spurious MSI interrupt in VF by Giovanni Cabiddu · 3 years, 5 months ago
- 0a73c76 crypto: qat - handle both source of interrupt in VF ISR by Giovanni Cabiddu · 3 years, 5 months ago
- 5147f09 crypto: qat - do not ignore errors from enable_vf2pf_comms() by Giovanni Cabiddu · 3 years, 5 months ago
- a48afd6 crypto: qat - enable interrupts only after ISR allocation by Marco Chiappero · 3 years, 5 months ago
- 462584c crypto: qat - remove empty sriov_configure() by Marco Chiappero · 3 years, 5 months ago
- 462354d crypto: qat - use proper type for vf_mask by Giovanni Cabiddu · 3 years, 5 months ago
- c02b51b crypto: qat - fix a typo in a comment by Christophe JAILLET · 3 years, 5 months ago
- 3660f25 crypto: qat - disable AER if an error occurs in probe functions by Christophe JAILLET · 3 years, 5 months ago
- ae1f504 crypto: qat - set DMA mask to 48 bits for Gen2 by Giovanni Cabiddu · 3 years, 5 months ago
- 6e422cc crypto: qat - simplify code and axe the use of a deprecated API by Christophe JAILLET · 3 years, 5 months ago
- cd5c91f crypto: qat - ratelimit invalid ioctl message and print the invalid cmd by Colin Ian King · 3 years, 6 months ago
- 9afe77c crypto: qat - remove unused macro in FW loader by Jack Xu · 3 years, 8 months ago
- 96b5722 crypto: qat - check return code of qat_hal_rd_rel_reg() by Jack Xu · 3 years, 8 months ago
- 78b4267 crypto: qat - report an error if MMP file size is too large by Jack Xu · 3 years, 8 months ago
- b9f7c36 crypto: qat - check MMP size before writing to the SRAM by Jack Xu · 3 years, 8 months ago
- fc9818e crypto: qat - return error when failing to map FW by Jack Xu · 3 years, 8 months ago