Age | Commit message (Expand) | Author | Files | Lines |
2021-11-07 | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -29/+14 |
2021-11-02 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 34 | -545/+1652 |
2021-11-02 | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+9 |
2021-10-29 | crypto: ccp - Make use of the helper macro kthread_run() | Cai Huoqing | 2 | -6/+4 |
2021-10-29 | crypto: sa2ul - Use the defined variable to clean code | Tang Bin | 1 | -7/+6 |
2021-10-29 | crypto: s5p-sss - Add error handling in s5p_aes_probe() | Tang Bin | 1 | -0/+2 |
2021-10-29 | crypto: keembay-ocs-ecc - Add Keem Bay OCS ECC Driver | Prabhjot Khurana | 3 | -0/+1038 |
2021-10-18 | treewide: Replace open-coded flex arrays in unions | Kees Cook | 1 | -5/+9 |
2021-10-15 | crypto: octeontx2 - set assoclen in aead_do_fallback() | Ovidiu Panait | 1 | -0/+1 |
2021-10-15 | crypto: ccp - Fix whitespace in sev_cmd_buffer_len() | Peter Gonda | 1 | -1/+1 |
2021-10-13 | crypto: hisilicon - use dev_driver_string() instead of pci_dev->driver->name | Uwe Kleine-König | 1 | -1/+1 |
2021-10-13 | 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-10-08 | crypto: ccree - avoid out-of-range warnings from clang | Arnd Bergmann | 1 | -1/+2 |
2021-10-08 | crypto: hisilicon/qm - modify the uacce mode check | Kai Ye | 1 | -8/+14 |
2021-10-01 | crypto: hisilicon/zip - Fix spelling mistake "COMSUMED" -> "CONSUMED" | Colin Ian King | 1 | -1/+1 |
2021-09-24 | crypto: marvell/cesa - drop unneeded MODULE_ALIAS | Krzysztof Kozlowski | 1 | -1/+0 |
2021-09-24 | crypto: qat - power up 4xxx device | Giovanni Cabiddu | 4 | -0/+47 |
2021-09-24 | crypto: caam - disable pkc for non-E SoCs | Michael Walle | 2 | -4/+18 |
2021-09-24 | crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd() | Dan Carpenter | 1 | -6/+8 |
2021-09-17 | crypto: img-hash - remove need for error return variable ret | Colin Ian King | 1 | -6/+1 |
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-09-17 | crypto: hisilicon/qm - support the userspace task resetting | Kai Ye | 1 | -1/+45 |
2021-09-17 | crypto: hisilicon/qm - fix the uacce mmap failed | Kai Ye | 1 | -1/+3 |
2021-09-17 | crypto: hisilicon - Fix sscanf format signedness | Herbert Xu | 1 | -1/+1 |
2021-09-08 | Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+1 |
2021-08-27 | crypto: ccp - Add support for new CCP/PSP device ID | John Allen | 1 | -0/+7 |
2021-08-21 | crypto: hisilicon - check _PS0 and _PR0 method | Weili Qian | 1 | -0/+4 |
2021-08-21 | crypto: hisilicon - change parameter passing of debugfs function | Weili Qian | 3 | -36/+20 |
2021-08-21 | crypto: hisilicon - support runtime PM for accelerator device | Weili Qian | 5 | -30/+297 |
2021-08-21 | crypto: hisilicon - add runtime PM ops | Weili Qian | 2 | -0/+120 |
2021-08-21 | crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re... | Weili Qian | 5 | -27/+81 |
2021-08-21 | crypto: hisilicon/sec - modify the hardware endian configuration | Kai Ye | 2 | -27/+9 |
2021-08-21 | crypto: hisilicon/sec - fix the abnormal exiting process | Kai Ye | 1 | -1/+2 |
2021-08-21 | crypto: qat - store vf.compatible flag | Giovanni Cabiddu | 1 | -1/+3 |