aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-08-26crypto: Kconfig - move powerpc entries to a submenuRobert Elliott2-73/+80
2022-08-26crypto: Kconfig - move mips entries to a submenuRobert Elliott2-55/+64
2022-08-26crypto: hisilicon/qm - no judgment in the back processKai Ye1-5/+3
2022-08-26crypto: ccree - Fix dma_map_sg error checkJack Wang1-1/+1
2022-08-26crypto: allwinner - Fix dma_map_sg error checkJack Wang4-7/+7
2022-08-26crypto: amlogic - Fix dma_map_sg error checkJack Wang1-3/+3
2022-08-26crypto: qce - Fix dma_map_sg error checkJack Wang3-9/+11
2022-08-26crypto: sahara - Fix error check for dma_map_sgJack Wang1-2/+2
2022-08-26crypto: gemini - Fix error check for dma_map_sgJack Wang1-3/+3
2022-08-26crypto: drivers - move from strlcpy with unused retval to strscpyWolfram Sang5-10/+10
2022-08-26crypto: core - move from strlcpy with unused retval to strscpyWolfram Sang2-2/+2
2022-08-26crypto: aspeed - add HACE crypto driverNeal Liu5-3/+1352
2022-08-26dt-bindings: crypto: add documentation for aspeed haceNeal Liu1-0/+53
2022-08-26ARM: dts: aspeed: Add HACE device controller nodeNeal Liu2-0/+16
2022-08-26dt-bindings: clock: Add AST2500/AST2600 HACE reset definitionNeal Liu2-0/+2
2022-08-26crypto: aspeed - Add HACE hash driverNeal Liu8-0/+1828
2022-08-26crypto: ccp - Fail the PSP initialization when writing psp data file failedJacky Li1-11/+15
2022-08-26crypto: ccp - Initialize PSP when reading psp data file failedJacky Li2-17/+24
2022-08-26hwrng: imx-rngc - use devres for hwrng registrationMartin Kaiser1-11/+1
2022-08-26hwrng: imx-rngc - use devm_clk_get_enabledMartin Kaiser1-19/+6
2022-08-26crypto: tcrypt - remove mode=1000Robert Elliott1-27/+0
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu0-0/+0
2022-08-26Merge tag 'wireless-2022-08-26' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessDavid S. Miller5-7/+16
2022-08-26crypto: lib - remove unneeded selection of XOR_BLOCKSEric Biggers1-1/+0
2022-08-26r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre2-0/+10
2022-08-26Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller10-27/+804
2022-08-26wifi: rtw88: fix uninitialized use of primary channel indexPing-Ke Shih1-2/+1
2022-08-26net: phylink: allow RGMII/RTBI in-band statusQingfang DENG1-0/+5
2022-08-26platform/x86: move from strlcpy with unused retval to strscpyWolfram Sang4-7/+7
2022-08-26x86/microcode: Remove ->request_microcode_user()Borislav Petkov3-27/+0
2022-08-26platform/x86: asus-wmi: Fix the name of the mic-mute LED classdevPaddyKP_Yao1-1/+1
2022-08-26platform/x86: asus-wmi: Fix the name of the mic-mute LED classdevPaddyKP_Yao1-1/+1
2022-08-26platform/x86: asus-wmi: Implement TUF laptop keyboard power statesLuke D. Jones2-0/+60
2022-08-26platform/x86: asus-wmi: Implement TUF laptop keyboard LED modesLuke D. Jones2-1/+76
2022-08-26platform/x86: asus-wmi: Support the GPU fan on TUF laptopsLuke D. Jones2-0/+72
2022-08-26platform/x86: asus-wmi: Modify behaviour of Fn+F5 fan keyLuke D. Jones2-6/+6
2022-08-26platform/x86: asus-wmi: Update tablet_mode_sw module-param help textHans de Goede1-1/+1
2022-08-26Merge branch 'prestera-matchall'David S. Miller13-78/+291
2022-08-26net: prestera: manage matchall and flower prioritiesMaksym Glubokiy8-0/+163
2022-08-26net: prestera: add support for egress traffic mirroringSerhiy Boiko5-19/+39
2022-08-26net: prestera: acl: extract matchall logic into a separate fileSerhiy Boiko6-66/+96
2022-08-26net: asix: ax88772: add ethtool pause configurationOleksij Rempel1-0/+20
2022-08-26net: asix: ax88772: migrate to phylinkOleksij Rempel3-11/+116
2022-08-26pinctrl: sunxi: Fix name for A100 R_PIOMichael Wu1-1/+1
2022-08-26wifi: mac80211: use full 'unsigned int' typeXin Gao1-4/+4
2022-08-26wifi: mac80211: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-26wifi: mac80211: read ethtool's sta_stats from sinfoRyder Lee1-5/+5
2022-08-26wifi: mac80211: correct SMPS mode in HE 6 GHz capabilityJohannes Berg4-4/+7
2022-08-26drm/i915: Skip wm/ddb readout for disabled pipesVille Syrjälä1-1/+7
2022-08-25Merge branch 'linus'Andrew Morton112-449/+970