summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-221-2/+2
|\
| * of: Remove of_dev_{get,put}()Rob Herring2021-02-131-2/+2
* | Merge tag 'for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2021-02-224-4/+11
|\ \
| * | power: supply: wm97xx_battery: Convert to GPIO descriptorLinus Walleij2021-01-133-3/+0
| * | power: supply: z2_battery: Convert to GPIO descriptorsLinus Walleij2021-01-131-1/+11
| |/
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-02-225-13/+3
|\ \
| | \
| | \
| *-. \ Merge branches 'clk-socfpga', 'clk-mstar', 'clk-qcom' and 'clk-warnings' into...Stephen Boyd2021-02-162-12/+1
| |\ \ \ | | | |/ | | |/|
| | | * clk: spear: Move prototype to accessible headerLee Jones2021-02-112-12/+1
| | |/
| * / clk: imx: Move 'imx6sl_set_wait_clk()'s prototype out to accessible headerLee Jones2021-01-303-1/+2
| |/
* | Merge tag 'backlight-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-221-4/+8
|\ \
| * | backlight: lms283gf05: Convert to GPIO descriptorsLinus Walleij2021-01-201-4/+8
| |/
* | Merge tag 'regulator-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-221-1/+8
|\ \
| * \ Merge remote-tracking branch 'regulator/for-5.12' into regulator-nextMark Brown2021-02-121-1/+8
| |\ \
| | * \ Merge v5.11-rc3Mark Brown2021-01-1386-378/+473
| | |\ \
| | * | | arm64: dts: qcom: qrb5165-rb5: fix pm8009 regulatorsDmitry Baryshkov2021-01-041-1/+8
| | | |/ | | |/|
* | | | Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-02-222-83/+0
|\ \ \ \
| * | | | platform/x86: intel_scu_wdt: Move driver from arch/x86Andy Shevchenko2021-01-252-83/+0
| | |/ / | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-2254-4624/+2351
|\ \ \ \
| * | | | crypto: arm64/crc-t10dif - move NEON yield to C codeArd Biesheuvel2021-02-102-38/+35
| * | | | crypto: arm64/aes-ce-mac - simplify NEON yieldArd Biesheuvel2021-02-102-40/+33
| * | | | crypto: arm64/aes-neonbs - remove NEON yield callsArd Biesheuvel2021-02-101-6/+2
| * | | | crypto: arm64/sha512-ce - simplify NEON yieldArd Biesheuvel2021-02-102-48/+34
| * | | | crypto: arm64/sha3-ce - simplify NEON yieldArd Biesheuvel2021-02-102-56/+39
| * | | | crypto: arm64/sha2-ce - simplify NEON yieldArd Biesheuvel2021-02-102-35/+25
| * | | | crypto: arm64/sha1-ce - simplify NEON yieldArd Biesheuvel2021-02-102-40/+29
| * | | | crypto: powerpc/sha256 - remove unneeded semicolonYang Li2021-02-101-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux for-next/cryptoHerbert Xu2021-02-101-0/+16
| |\ \ \ \
| * | | | | crypto: aesni - release FPU during skcipher walk API callsArd Biesheuvel2021-01-221-41/+32
| * | | | | crypto: aesni - replace CTR function pointer with static callArd Biesheuvel2021-01-221-6/+7
| * | | | | crypto: arm64/sha - add missing module aliasesArd Biesheuvel2021-01-224-0/+9
| * | | | | crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel2021-01-1412-8/+8
| * | | | | crypto: x86 - remove glue helper moduleArd Biesheuvel2021-01-143-231/+0
| * | | | | crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel2021-01-142-109/+44
| * | | | | crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel2021-01-141-44/+17
| * | | | | crypto: x86/cast5 - drop dependency on glue helperArd Biesheuvel2021-01-141-167/+17
| * | | | | crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel2021-01-143-154/+61
| * | | | | crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel2021-01-143-166/+67
| * | | | | crypto: x86 - add some helper macros for ECB and CBC modesArd Biesheuvel2021-01-141-0/+76
| * | | | | crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel2021-01-141-107/+0
| * | | | | crypto: x86/des - drop CTR mode implementationArd Biesheuvel2021-01-141-104/+0
| * | | | | crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel2021-01-144-207/+0
| * | | | | crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel2021-01-144-147/+0
| * | | | | crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel2021-01-142-76/+0
| * | | | | crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel2021-01-141-103/+0
| * | | | | crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel2021-01-145-201/+0
| * | | | | crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel2021-01-146-416/+0
| * | | | | crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel2021-01-144-303/+0
| * | | | | crypto: x86/twofish - switch to XTS templateArd Biesheuvel2021-01-142-151/+0
| * | | | | crypto: x86/serpent- switch to XTS templateArd Biesheuvel2021-01-145-304/+0
| * | | | | crypto: x86/cast6 - switch to XTS templateArd Biesheuvel2021-01-142-154/+0