summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-214-15/+15
|\
| * alpha: Silence -Warray-bounds warningsKees Cook2022-02-131-3/+3
| * m68k: cmpxchg: Dereference matching sizeKees Cook2022-02-131-5/+4
| * KVM: x86: Replace memset() "optimization" with normal per-field writesSean Christopherson2022-02-132-7/+8
* | Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-212-5/+5
|\ \
| * | um: Allow builds with ClangKees Cook2022-03-212-5/+5
| |/
* | Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-2113-22/+48
|\ \
| * | arm64: Add gcc Shadow Call Stack supportDan Li2022-03-102-10/+11
| * | m68k: Implement "current_stack_pointer"Kees Cook2022-02-262-1/+4
| * | xtensa: Implement "current_stack_pointer"Kees Cook2022-02-254-6/+8
| * | usercopy: Check valid lifetime via stack depthKees Cook2022-02-256-0/+6
| * | stack: Constrain and fix stack offset randomization with Clang buildsMarco Elver2022-02-141-0/+1
| * | stack: Introduce CONFIG_RANDOMIZE_KSTACK_OFFSETMarco Elver2022-02-141-5/+18
* | | Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-212-2/+0
|\ \ \
| * | | a.out: Stop building a.out/osf1 support on alpha and m68kEric W. Biederman2022-03-102-2/+0
| | |/ | |/|
* | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-2115-164/+130
|\ \ \
| * \ \ spi: make remove callback a void functionMark Brown2022-02-09105-627/+1484
| |\ \ \ | | | |/ | | |/|
| * | | spi: pxa2xx_spi: Convert to use GPIO descriptorsLinus Walleij2022-01-319-48/+116
| * | | spi: s3c64xx: Convert to use GPIO descriptorsLinus Walleij2022-01-242-13/+11
| * | | spi: s3c64xx: Drop custom gpio setup argumentLinus Walleij2022-01-242-4/+3
| * | | spi: s3c64xx: Delete unused boardfile helpersLinus Walleij2022-01-244-99/+0
* | | | Merge tag 'hwmon-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-211-17/+0
|\ \ \ \
| * | | | x86/Kconfig: move and modify CONFIG_I8KMateusz Jończyk2022-02-271-17/+0
* | | | | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-2/+2
|\ \ \ \ \
| * | | | | iss-simdisk: use bvec_kmap_local in simdisk_submit_bioChristoph Hellwig2022-03-041-2/+2
* | | | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-216-6/+0
|\| | | | |
| * | | | | block: remove genhd.hChristoph Hellwig2022-02-026-6/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-2134-613/+1284
|\ \ \ \ \
| * | | | | crypto: arm64 - cleanup commentsTom Rix2022-03-093-3/+3
| * | | | | crypto: x86/des3 - Remove unused inline function des3_ede_enc_blk_3way()YueHaibing2022-02-231-8/+0
| * | | | | crypto: x86/blowfish - Remove unused inline functionsYueHaibing2022-02-231-12/+0
| * | | | | crypto: arm/xor - make vectorized C code Clang-friendlyArd Biesheuvel2022-02-111-9/+3
| * | | | | lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel2022-02-1115-173/+311
| * | | | | crypto: arm64/aes-neonbs-xts - use plain NEON for non-power-of-2 input sizesArd Biesheuvel2022-02-052-108/+57
| * | | | | crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunkArd Biesheuvel2022-02-053-142/+55
| * | | | | crypto: arm/aes-neonbs-ctr - deal with non-multiples of AES block sizeArd Biesheuvel2022-02-052-63/+77
| * | | | | crypto: arm64/aes-neon-ctr - improve handling of single tail blockArd Biesheuvel2022-02-052-19/+20
| * | | | | arm64: lib: accelerate crc32_beKevin Bracey2022-01-311-14/+73
| * | | | | crypto: x86 - Convert to SPDX identifierNathan Huckleberry2022-01-311-53/+10
| * | | | | crypto: x86/sm3 - add AVX assembly implementationTianjia Zhang2022-01-283-0/+654
| * | | | | crypto: arm64/sm3-ce - make dependent on sm3 libraryTianjia Zhang2022-01-282-9/+21
| | |_|/ / | |/| | |
* | | | | Merge tag 'thermal-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-212-0/+7
|\ \ \ \ \
| * \ \ \ \ Merge branch 'thermal-hfi'Rafael J. Wysocki2022-03-182-0/+7
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | x86/cpu: Add definitions for the Intel Hardware Feedback InterfaceRicardo Neri2022-02-032-0/+7
| | | |/ / | | |/| |
* | | | | Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-03-212-5/+24
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. | | | | Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Rafael J. Wysocki2022-03-181-2/+21
| |\ \| | | |
| | * | | | | PM: hibernate: Honour ACPI hardware signature by default for virtual guestsDavid Woodhouse2022-03-161-2/+21
| * | | | | | cpuidle: PSCI: Move the `has_lpi` check to the beginning of the functionMario Limonciello2022-03-031-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'acpi-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-03-217-122/+147
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'acpi-ec', 'acpi-cppc', 'acpi-fan' and 'acpi-battery'Rafael J. Wysocki2022-03-182-1/+5
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |