summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-0221-49/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | context_tracking: Take NMI eqs entrypoints over RCUFrederic Weisbecker2022-07-052-5/+5
| * | | | | | | | | | | | | | context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker2022-07-053-5/+5
| * | | | | | | | | | | | | | context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2022-07-051-2/+3
| * | | | | | | | | | | | | | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-2918-26/+26
| * | | | | | | | | | | | | | context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker2022-06-294-11/+11
* | | | | | | | | | | | | | | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-08-0220-354/+1688
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | crypto: arm64/poly1305 - fix a read out-of-boundGUO Zihua2022-07-291-1/+1
| * | | | | | | | | | | | | | | cyrpto: powerpc/aes - delete the rebundant word "block" in commentsshaom Deng2022-07-221-1/+1
| * | | | | | | | | | | | | | | crypto: x86/blowfish - remove redundant assignment to variable nytesColin Ian King2022-07-151-2/+2
| * | | | | | | | | | | | | | | crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CEQian Cai2022-06-301-0/+1
| * | | | | | | | | | | | | | | crypto: arm64/aes-neon - Fix typo in commentJilin Yuan2022-06-301-1/+1
| * | | | | | | | | | | | | | | crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-106-161/+4
| * | | | | | | | | | | | | | | crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVALNathan Huckleberry2022-06-104-0/+560
| * | | | | | | | | | | | | | | crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry2022-06-103-0/+527
| * | | | | | | | | | | | | | | crypto: arm64/aes-xctr - Improve readability of XCTR and CTR modesNathan Huckleberry2022-06-102-68/+185
| * | | | | | | | | | | | | | | crypto: arm64/aes-xctr - Add accelerated implementation of XCTRNathan Huckleberry2022-06-103-66/+168
| * | | | | | | | | | | | | | | crypto: x86/aesni-xctr - Add accelerated implementation of XCTRNathan Huckleberry2022-06-102-81/+265
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-0225-252/+141
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | random: handle archrandom with multiple longsJason A. Donenfeld2022-07-258-154/+75
| * | | | | | | | | | | | | | | um: seed rng using host OS rngJason A. Donenfeld2022-07-184-0/+51
| * | | | | | | | | | | | | | | x86/rdrand: Remove "nordrand" flag in favor of "random.trust_cpu"Jason A. Donenfeld2022-07-182-37/+22
| * | | | | | | | | | | | | | | random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2022-07-1818-74/+7
* | | | | | | | | | | | | | | | Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2022-08-027-36/+71
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | kexec, KEYS, s390: Make use of built-in and secondary keyring for signature v...Michal Suchanek2022-07-151-5/+13
| * | | | | | | | | | | | | | | | arm64: kexec_file: use more system keyrings to verify kernel image signatureCoiby Xu2022-07-151-10/+1
| * | | | | | | | | | | | | | | | kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu2022-07-151-19/+1
| * | | | | | | | | | | | | | | | kexec: drop weak attribute from functionsNaveen N. Rao2022-07-154-2/+36
| * | | | | | | | | | | | | | | | kexec_file: drop weak attribute from functionsNaveen N. Rao2022-07-154-1/+21
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-023-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | um: Use enum req_op where appropriateBart Van Assche2022-07-141-2/+2
| * | | | | | | | | | | | | | | | block: remove blk_cleanup_diskChristoph Hellwig2022-06-283-6/+6
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2022-08-021-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | tools/power turbostat: dump secondary Turbo-Ratio-LimitLen Brown2022-07-281-0/+1
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'arm-boardfiles-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-0258-164/+197
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | ARM: cns3xxx: add CONFIG_UNUSED_BOARD_FILES dependencyArnd Bergmann2022-07-222-1/+2
| * | | | | | | | | | | | | | | | ARM: iop32x: mark as unusedArnd Bergmann2022-07-222-1/+2
| * | | | | | | | | | | | | | | | ARM: s3c: mark most board files as unusedArnd Bergmann2022-07-226-20/+14
| * | | | | | | | | | | | | | | | ARM: omap1: add Kconfig dependencies for unused boardsArnd Bergmann2022-07-222-9/+10
| * | | | | | | | | | | | | | | | ARM: sa1100: mark most boards as unusedArnd Bergmann2022-07-229-0/+19
| * | | | | | | | | | | | | | | | ARM: footbridge: mark cats board for removalArnd Bergmann2022-07-222-1/+1
| * | | | | | | | | | | | | | | | ARM: mmp: mark all board files for removalArnd Bergmann2022-07-222-3/+11
| * | | | | | | | | | | | | | | | ARM: ep93xx: mark most board files as unusedArnd Bergmann2022-07-222-8/+8
| * | | | | | | | | | | | | | | | ARM: davinci: mark all ATAGS board files as unusedArnd Bergmann2022-07-223-20/+8
| * | | | | | | | | | | | | | | | ARM: orion: add ATAGS dependenciesArnd Bergmann2022-07-226-30/+19
| * | | | | | | | | | | | | | | | ARM: pxa: add Kconfig dependencies for ATAGS based boardsArnd Bergmann2022-07-2221-72/+83
| * | | | | | | | | | | | | | | | ARM: add CONFIG_UNUSED_BOARD_FILESArnd Bergmann2022-07-221-2/+14
| * | | | | | | | | | | | | | | | ARM: add ATAGS dependencies to non-DT platformsArnd Bergmann2022-07-228-2/+11
* | | | | | | | | | | | | | | | | Merge tag 'arm-newsoc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2022-08-0219-0/+834
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nuvoton/newsoc' into arm/newsocArnd Bergmann2022-07-198-0/+294
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \