aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-08-21crypto: tcrypt - add GCM/CCM mode test for SM4 algorithmTianjia Zhang1-0/+45
2021-08-21crypto: testmgr - Add GCM/CCM mode test of SM4 algorithmTianjia Zhang2-0/+177
2021-08-21crypto: tcrypt - Fix missing return value checkTianjia Zhang1-10/+19
2021-08-21crypto: hisilicon/sec - modify the hardware endian configurationKai Ye2-27/+9
2021-08-21crypto: hisilicon/sec - fix the abnormal exiting processKai Ye1-1/+2
2021-08-21crypto: qat - store vf.compatible flagGiovanni Cabiddu1-1/+3
2021-08-21crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu1-1/+0
2021-08-21crypto: qat - flush vf workqueue at driver removalAhsan Atta5-0/+33
2021-08-21crypto: qat - remove the unnecessary get_vintmsk_offset()Marco Chiappero14-44/+2
2021-08-21crypto: qat - fix naming of PF/VF enable functionsMarco Chiappero9-13/+13
2021-08-21crypto: qat - complete all the init steps before service notificationMarco Chiappero1-4/+6
2021-08-21crypto: qat - move IO virtualization functionsGiovanni Cabiddu4-15/+17
2021-08-21crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero5-16/+16
2021-08-21crypto: qat - protect interrupt mask CSRs with a spinlockKanchana Velusamy7-4/+41
2021-08-21crypto: qat - move pf2vf interrupt [en|dis]able to adf_vf_isr.cMarco Chiappero2-20/+20
2021-08-21crypto: qat - fix reuse of completion variableMarco Chiappero1-0/+2
2021-08-21crypto: qat - remove intermediate tasklet for vf2pfSvyatoslav Pankratov4-13/+5
2021-08-21crypto: qat - rename compatibility version definitionMarco Chiappero9-17/+17
2021-08-21crypto: qat - prevent spurious MSI interrupt in PFMarco Chiappero2-7/+20
2021-08-21crypto: qat - prevent spurious MSI interrupt in VFGiovanni Cabiddu1-1/+11
2021-08-21crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu1-3/+4
2021-08-21crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu1-2/+3
2021-08-21crypto: qat - enable interrupts only after ISR allocationMarco Chiappero1-2/+2
2021-08-21crypto: qat - remove empty sriov_configure()Marco Chiappero1-4/+1
2021-08-21crypto: qat - use proper type for vf_maskGiovanni Cabiddu1-3/+4
2021-08-21crypto: qat - fix a typo in a commentChristophe JAILLET1-1/+1
2021-08-21crypto: qat - disable AER if an error occurs in probe functionsChristophe JAILLET3-6/+12
2021-08-21crypto: qat - set DMA mask to 48 bits for Gen2Giovanni Cabiddu6-6/+6
2021-08-21crypto: qat - simplify code and axe the use of a deprecated APIChristophe JAILLET7-76/+28
2021-08-21crypto: omap - Fix inconsistent locking of device listsBen Hutchings3-14/+14
2021-08-21crypto: omap - Avoid redundant copy when using truncated sg listBen Hutchings1-1/+1
2021-08-21usb: chipidea: host: fix port index underflow and UBSAN complainsLi Jun1-3/+11
2021-08-20block: add back the bd_holder_dir reference in bd_link_disk_holderChristoph Hellwig1-0/+7
2021-08-20Documentation: Update details of The Linux Kernel Module Programming GuideChun-Hung Tseng1-6/+8
2021-08-20PCI: Optimize pci_resource_len() to reduce kernel sizeZhen Lei1-3/+1
2021-08-20stmmac: Revert "stmmac: align RX buffers"Marc Zyngier1-2/+2
2021-08-20PCI: Make saved capability state private to coreBjorn Helgaas2-20/+21
2021-08-20PCI: Add schedule point in proc_bus_pci_read()Krzysztof WilczyƄski1-0/+1
2021-08-20PCI: Correct the pci_iomap.h header guard #endif commentJonathan Cameron1-1/+1
2021-08-20PCI/ACS: Enforce pci=noats with Transaction BlockingAlex Williamson2-3/+3
2021-08-20PCI: Add ACS quirks for Cavium multi-function devicesGeorge Cherian1-0/+4
2021-08-20PCI/PTM: Remove error message at bootJakub Kicinski1-3/+1
2021-08-20io_uring: fix xa_alloc_cycle() error return value checkJens Axboe1-4/+5
2021-08-20tg3: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-43/+16
2021-08-20tg3: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit1-27/+4
2021-08-20tg3: Read VPD with pci_vpd_alloc()Heiner Kallweit2-18/+10
2021-08-20sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-51/+14
2021-08-20sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit1-15/+14
2021-08-20PCI/VPD: Add pci_vpd_check_csum()Heiner Kallweit2-0/+32
2021-08-20PCI/VPD: Add pci_vpd_find_ro_info_keyword()Heiner Kallweit2-0/+46