summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: hisilicon - fixes some coding styleLongfang Liu2020-10-302-29/+18
* crypto: hisilicon - delete unused structure member variablesLongfang Liu2020-10-301-2/+0
* crypto: x86/aes - remove unused file aes_glue.cEric Biggers2020-10-301-1/+0
* crypto: qat - extend ae_maskGiovanni Cabiddu2020-10-301-1/+1
* crypto: qat - allow for instances in different banksGiovanni Cabiddu2020-10-302-9/+28
* crypto: qat - refactor qat_crypto_dev_config()Giovanni Cabiddu2020-10-301-26/+41
* crypto: qat - refactor qat_crypto_create_instances()Giovanni Cabiddu2020-10-301-27/+41
* crypto: qat - change return value in adf_cfg_key_val_get()Giovanni Cabiddu2020-10-301-1/+1
* crypto: qat - change return value in adf_cfg_add_key_value_param()Giovanni Cabiddu2020-10-301-1/+1
* crypto: qat - remove unnecessary void* castsGiovanni Cabiddu2020-10-301-10/+10
* crypto: qat - call functions in adf_sriov if availableGiovanni Cabiddu2020-10-301-5/+10
* crypto: qat - remove hardcoded bank irq clear flag maskGiovanni Cabiddu2020-10-302-3/+2
* crypto: qat - abstract writes to arbiter enableGiovanni Cabiddu2020-10-304-10/+20
* crypto: qat - use BIT_ULL() - 1 pattern for masksGiovanni Cabiddu2020-10-302-2/+2
* crypto: qat - replace constant masks with GENMASKGiovanni Cabiddu2020-10-302-2/+2
* crypto: qat - abstract build ring baseGiovanni Cabiddu2020-10-305-3/+12
* crypto: qat - enable ring after pair is programmedGiovanni Cabiddu2020-10-301-1/+19
* crypto: qat - register crypto instances based on capabilityGiovanni Cabiddu2020-10-302-1/+21
* crypto: qat - add support for capability detectionMarco Chiappero2020-10-3010-9/+93
* crypto: qat - abstract arbiter accessGiovanni Cabiddu2020-10-307-15/+50
* crypto: qat - remove unused macros in arbiter moduleGiovanni Cabiddu2020-10-301-3/+0
* crypto: qat - remove writes into WQCFGGiovanni Cabiddu2020-10-301-13/+0
* crypto: qat - update constants tableGiovanni Cabiddu2020-10-301-22/+22
* crypto: qat - use admin mask to send fw constantsGiovanni Cabiddu2020-10-302-1/+2
* crypto: qat - change admin sequenceGiovanni Cabiddu2020-10-301-2/+2
* crypto: qat - rename ME in AEGiovanni Cabiddu2020-10-302-4/+4
* crypto: qat - add packed to init admin structuresGiovanni Cabiddu2020-10-301-2/+2
* crypto: qat - abstract admin interfaceGiovanni Cabiddu2020-10-307-10/+39
* crypto: qat - relocate GEN2 CSR access codeGiovanni Cabiddu2020-10-303-65/+68
* crypto: qat - split transport CSR access logicGiovanni Cabiddu2020-10-3013-41/+198
* crypto: qat - fix configuration of iov threadsGiovanni Cabiddu2020-10-3011-59/+115
* crypto: qat - num_rings_per_bank is device dependentAhsan Atta2020-10-3010-16/+47
* crypto: qat - mask device capabilities with soft strapsGiovanni Cabiddu2020-10-3016-53/+109
* crypto: qat - update IV in softwareMarco Chiappero2020-10-302-58/+89
* crypto: inside-secure - Fix sizeof() mismatchColin Ian King2020-10-301-1/+1
* crypto: hisilicon - Fix doc warnings in sgl.c and qm.cShiju Jose2020-10-302-2/+13
* crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy2020-10-301-3/+3
* crypto: talitos - Endianess in current_desc_hdr()Christophe Leroy2020-10-301-2/+2
* lib/mpi: Remove unused scalar_copiedHerbert Xu2020-10-301-3/+0
* crypto: qat - remove unused functionGiovanni Cabiddu2020-10-301-5/+0
* Linux 5.10-rc1v5.10-rc1Linus Torvalds2020-10-251-2/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-25117-196/+196
* kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes2020-10-251-3/+3
* mm: remove kzfree() compatibility definitionEric Biggers2020-10-256-8/+6
* checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches2020-10-251-5/+7
* Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-253-1/+116
|\
| * selftests/timens: Add a test for futex()Andrei Vagin2020-10-202-1/+111
| * futex: Adjust absolute futex timeouts with per time namespace offsetAndrei Vagin2020-10-201-0/+5
* | Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-252-5/+12
|\ \
| * | sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-142-4/+11