aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-31powerpc/papr_scm: Add support for fetching nvdimm 'fuel-gauge' metricVaibhav Jain2-0/+58
2020-07-31powerpc/papr_scm: Fetch nvdimm performance stats from PHYPVaibhav Jain2-0/+177
2020-07-31staging: android: ashmem: Fix lockdep warning for write operationSuren Baghdasaryan1-0/+12
2020-07-31drivers: most: add USB adapter driverChristian Gromm6-19/+13
2020-07-31power: supply: wilco_ec: Add long life charging modeCrag Wang4-0/+11
2020-07-31libtraceevent: Fix build with binutils 2.35Ben Hutchings1-1/+1
2020-07-31perf tools: Fix record failure when mixed with ARM SPE eventWei Li1-4/+4
2020-07-31perf tests: Fix test 68 zstd compression for s390Thomas Richter1-1/+2
2020-07-31tools lib traceevent: Fix memory leak in process_dynamic_array_lenPhilippe Duplessis-Guindon1-0/+1
2020-07-31cpuidle: ACPI: fix 'return' with no value build warningNeal Liu1-2/+2
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar350-3272/+3718
2020-07-31Merge branch 'WIP.x86/entry' into x86/entry, to merge the latest generic code and resolve conflictsIngo Molnar14-216/+319
2020-07-31kcsan: Improve IRQ state trace reportingMarco Elver4-0/+37
2020-07-31lockdep: Refactor IRQ trace events fields into structMarco Elver4-48/+50
2020-07-31Documentation: dontdiff: Add zstd compressed filesNick Terrell1-0/+1
2020-07-31.gitignore: Add ZSTD-compressed filesAdam Borowski1-0/+1
2020-07-31x86: Add support for ZSTD compressed kernelNick Terrell6-13/+22
2020-07-31x86: Bump ZO_z_extra_bytes margin for zstdNick Terrell1-1/+7
2020-07-31usr: Add support for zstd compressed initramfsNick Terrell2-0/+21
2020-07-31init: Add support for zstd compressed kernelNick Terrell3-2/+38
2020-07-31lib: Add zstd support to decompressNick Terrell5-0/+366
2020-07-31lib: Prepare zstd for preboot environment, improve performanceNick Terrell2-10/+13
2020-07-31ARM: mstar: Correct the compatible string for pmsleepDaniel Palmer1-1/+1
2020-07-31dt-bindings: arm: mstar: remove the binding description for mstar,pmsleepDaniel Palmer1-43/+0
2020-07-31dt-bindings: mfd: syscon: add compatible string for mstar,msc313-pmsleepDaniel Palmer1-0/+1
2020-07-31Merge tag 'qcom-arm64-for-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/dtArnd Bergmann17-501/+1820
2020-07-31Merge tag 'amlogic-dt64-4' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/dtArnd Bergmann1-5/+131
2020-07-31Merge tag 'qcom-drivers-for-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/driversArnd Bergmann5-66/+94
2020-07-31Merge tag 'memory-controller-drv-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/driversArnd Bergmann10-68/+75
2020-07-31crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva1-1/+1
2020-07-31hwrng: core - remove redundant initialization of variable retColin Ian King1-1/+1
2020-07-31crypto: x86/curve25519 - Remove unused carry variablesHerbert Xu1-4/+2
2020-07-31crypto: ingenic - Add hardware RNG for Ingenic JZ4780 and X1000周琰杰 (Zhou Yanjie)3-0/+170
2020-07-31dt-bindings: RNG: Add Ingenic RNG bindings.周琰杰 (Zhou Yanjie)1-0/+36
2020-07-31crypto: caam/qi2 - add module aliasHoria Geantă1-0/+1
2020-07-31crypto: caam - add more RNG hw error codesHoria Geantă1-0/+3
2020-07-31crypto: caam/jr - remove incorrect reference to caam_jr_register()Dan Douglass1-2/+1
2020-07-31crypto: caam - silence .setkey in case of bad key lengthHoria Geantă3-3/+3
2020-07-31crypto: caam/qi2 - create ahash shared descriptors only onceHoria Geantă1-1/+5
2020-07-31crypto: caam/qi2 - fix error reporting for caam_hash_allocHoria Geantă1-1/+1
2020-07-31crypto: caam - remove deadcode on 32-bit platformsFranck LENORMAND1-3/+8
2020-07-31crypto: ccp - use generic power managementVaibhav Gupta5-22/+13
2020-07-31Merge tag 'socfpga_update_for_v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/socArnd Bergmann7-3/+103
2020-07-31crypto: xts - Replace memcpy() invocation with simple assignmentArd Biesheuvel1-1/+1
2020-07-31crypto: marvell/cesa - irq balanceSven Auhagen2-1/+11
2020-07-31crypto: inside-secure - irq balanceSven Auhagen2-2/+14
2020-07-31crypto: ecc - SP800-56A rev 3 local public key validationStephan Müller2-1/+44
2020-07-31crypto: dh - SP800-56A rev 3 local public key validationStephan Müller1-20/+29
2020-07-31crypto: dh - check validity of Z before exportStephan Müller1-0/+29
2020-07-31lib/mpi: Add mpi_sub_ui()Marcelo Henrique Cerri3-0/+82