summaryrefslogtreecommitdiffstats
path: root/arch/riscv (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-30crypto: qat - abstract writes to arbiter enableGiovanni Cabiddu4-10/+20
2020-10-30crypto: qat - use BIT_ULL() - 1 pattern for masksGiovanni Cabiddu2-2/+2
2020-10-30crypto: qat - replace constant masks with GENMASKGiovanni Cabiddu2-2/+2
2020-10-30crypto: qat - abstract build ring baseGiovanni Cabiddu5-3/+12
2020-10-30crypto: qat - enable ring after pair is programmedGiovanni Cabiddu1-1/+19
2020-10-30crypto: qat - register crypto instances based on capabilityGiovanni Cabiddu2-1/+21
2020-10-30crypto: qat - add support for capability detectionMarco Chiappero10-9/+93
2020-10-30crypto: qat - abstract arbiter accessGiovanni Cabiddu7-15/+50
2020-10-30crypto: qat - remove unused macros in arbiter moduleGiovanni Cabiddu1-3/+0
2020-10-30crypto: qat - remove writes into WQCFGGiovanni Cabiddu1-13/+0
2020-10-30crypto: qat - update constants tableGiovanni Cabiddu1-22/+22
2020-10-30crypto: qat - use admin mask to send fw constantsGiovanni Cabiddu2-1/+2
2020-10-30crypto: qat - change admin sequenceGiovanni Cabiddu1-2/+2
2020-10-30crypto: qat - rename ME in AEGiovanni Cabiddu2-4/+4
2020-10-30crypto: qat - add packed to init admin structuresGiovanni Cabiddu1-2/+2
2020-10-30crypto: qat - abstract admin interfaceGiovanni Cabiddu7-10/+39
2020-10-30crypto: qat - relocate GEN2 CSR access codeGiovanni Cabiddu3-65/+68
2020-10-30crypto: qat - split transport CSR access logicGiovanni Cabiddu13-41/+198
2020-10-30crypto: qat - fix configuration of iov threadsGiovanni Cabiddu11-59/+115
2020-10-30crypto: qat - num_rings_per_bank is device dependentAhsan Atta10-16/+47
2020-10-30crypto: qat - mask device capabilities with soft strapsGiovanni Cabiddu16-53/+109
2020-10-30crypto: qat - update IV in softwareMarco Chiappero2-58/+89
2020-10-30crypto: inside-secure - Fix sizeof() mismatchColin Ian King1-1/+1
2020-10-30crypto: hisilicon - Fix doc warnings in sgl.c and qm.cShiju Jose2-2/+13
2020-10-30crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy1-3/+3
2020-10-30crypto: talitos - Endianess in current_desc_hdr()Christophe Leroy1-2/+2
2020-10-30lib/mpi: Remove unused scalar_copiedHerbert Xu1-3/+0
2020-10-30crypto: qat - remove unused functionGiovanni Cabiddu1-5/+0
2020-10-25Linux 5.10-rc1v5.10-rc1Linus Torvalds1-2/+2
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches117-196/+196
2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes1-3/+3
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers6-8/+6
2020-10-25checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches1-5/+7
2020-10-25i2c: core: Restore acpi_walk_dep_device_list() getting called after registeri...Hans de Goede1-1/+10
2020-10-24random32: add a selftest for the prandom32 codeWilly Tarreau1-0/+56
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau4-0/+30
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin4-190/+318
2020-10-24KVM: ioapic: break infinite recursion on lazy EOIVitaly Kuznetsov1-4/+1
2020-10-24KVM: vmx: rename pi_init to avoid conflict with paridePaolo Bonzini3-4/+4
2020-10-24KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 buildSean Christopherson1-1/+1
2020-10-24cifs: update internal module version numberSteve French1-1/+1
2020-10-23x86/uaccess: fix code generation in put_user()Rasmus Villemoes1-1/+9
2020-10-23smb3: add some missing definitions from MS-FSCCSteve French2-0/+28
2020-10-23smb3: remove two unused variablesSteve French1-5/+0
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French6-14/+189
2020-10-23ata: pata_ns87415.c: Document support on parisc with superio chipHelge Deller1-2/+1
2020-10-23ata: fix some kernel-doc markupsMauro Carvalho Chehab3-3/+3
2020-10-23block: blk-mq: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-10-23parisc: Add wrapper syscalls to fix O_NONBLOCK flag usageHelge Deller2-7/+78
2020-10-23gfs2: Recover statfs info in journal headAbhi Das3-1/+106