summaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-31lib/crc32: remove unneeded castsKevin Bracey1-6/+3
2022-01-31crypto: kdf - Select hmac in addition to sha256Herbert Xu1-0/+1
2022-01-31crypto: sun8i-ss - really disable hash on A80Corentin Labbe1-0/+2
2022-01-31crypto: x86 - Convert to SPDX identifierNathan Huckleberry1-53/+10
2022-01-31crypto: testmgr - Move crypto_simd_disabled_for_test outHerbert Xu2-3/+6
2022-01-31hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDERGeert Uytterhoeven1-1/+1
2022-01-31crypto: ccp - remove redundant ret variableMinghao Chi1-4/+1
2022-01-28crypto: qat - fix a signedness bug in get_service_enabled()Dan Carpenter1-1/+1
2022-01-28crypto: ccp - Ensure psp_ret is always init'd in __sev_platform_init_locked()Peter Gonda1-1/+1
2022-01-28crypto: tcrypt - add asynchronous speed test for SM3Tianjia Zhang1-5/+9
2022-01-28crypto: x86/sm3 - add AVX assembly implementationTianjia Zhang4-0/+667
2022-01-28crypto: sm3 - make dependent on sm3 libraryTianjia Zhang3-137/+16
2022-01-28crypto: sm2 - make dependent on sm3 libraryTianjia Zhang2-20/+20
2022-01-28crypto: arm64/sm3-ce - make dependent on sm3 libraryTianjia Zhang2-9/+21
2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang4-0/+284
2022-01-28Documentation: update debugfs doc for Hisilicon HPREKai Ye1-0/+10
2022-01-28Documentation: update debugfs doc for Hisilicon ZIPKai Ye1-0/+10
2022-01-28Documentation: update debugfs doc for Hisilicon SECKai Ye1-0/+10
2022-01-28Documentation: use the tabs on all acc documentationKai Ye3-220/+220
2022-01-23Linux 5.17-rc1v5.17-rc1Linus Torvalds1-2/+2
2022-01-23ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)2-3/+10
2022-01-22perf tools: Remove redundant err variableMinghao Chi1-4/+1
2022-01-22perf test: Add parse-events test for aliases with hyphensJohn Garry2-9/+82
2022-01-22perf test: Add pmu-events test for aliases with hyphensJohn Garry2-0/+48
2022-01-22perf parse-events: Support event alias in form foo-bar-bazJohn Garry4-4/+41
2022-01-22perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez1-8/+17
2022-01-22perf cpumap: Remove duplicate include in cpumap.hLv Ruyi1-1/+0
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers31-87/+99
2022-01-22perf python: Fix cpu_map__item() buildingIan Rogers1-3/+3
2022-01-22perf script: Fix printing 'phys_addr' failure issueYao Jin1-1/+1
2022-01-22certs: Fix build error when CONFIG_MODULE_SIG_KEY is emptyMasahiro Yamada1-1/+1
2022-01-22certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URIMasahiro Yamada1-1/+1
2022-01-22Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH"Masahiro Yamada1-1/+1
2022-01-22usr/include/Makefile: add linux/nfc.h to the compile-test coverageDmitry V. Levin1-1/+0
2022-01-22mm: hide the FRONTSWAP Kconfig symbolChristoph Hellwig1-15/+3
2022-01-22frontswap: remove support for multiple opsChristoph Hellwig3-42/+19
2022-01-22mm: mark swap_lock and swap_active_head staticChristoph Hellwig2-4/+2
2022-01-22frontswap: simplify frontswap_register_opsChristoph Hellwig1-41/+0
2022-01-22frontswap: remove frontswap_testChristoph Hellwig2-12/+1
2022-01-22mm: simplify try_to_unuseChristoph Hellwig5-97/+30
2022-01-22frontswap: remove the frontswap exportsChristoph Hellwig1-6/+0
2022-01-22frontswap: simplify frontswap_initChristoph Hellwig3-11/+4
2022-01-22frontswap: remove frontswap_curr_pagesChristoph Hellwig2-29/+0
2022-01-22frontswap: remove frontswap_shrinkChristoph Hellwig3-97/+0
2022-01-22frontswap: remove frontswap_tmem_exclusive_getsChristoph Hellwig2-24/+1
2022-01-22frontswap: remove frontswap_writethroughChristoph Hellwig3-29/+1
2022-01-22mm: remove cleancacheChristoph Hellwig37-873/+4
2022-01-22lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver2-1/+13
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka11-18/+76
2022-01-22proc: remove PDE_DATA() completelyMuchun Song50-180/+178