summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ras_core_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-1910-161/+272
|\
| * EDAC/mce_amd: Add support for FRU text in MCAYazen Ghannam2024-10-311-0/+1
| * x86/mce/apei: Handle variable SMCA BERT record sizeYazen Ghannam2024-10-311-14/+58
| * x86/MCE/AMD: Add support for new MCA_SYND{1,2} registersAvadhut Naik2024-10-314-3/+35
| * x86/mce: Add wrapper for struct mce to export vendor specific infoAvadhut Naik2024-10-307-140/+181
| * x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xffQiuxu Zhuo2024-10-281-1/+1
| * x86/mce/mcelog: Use xchg() to get and clear the flagsQiuxu Zhuo2024-10-281-9/+2
* | Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-11-191-1/+1
|\ \
| * | x86/kaslr: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak2024-10-031-1/+1
* | | Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-11-1914-2415/+1951
|\ \ \
| * | | crypto: aesni - Move back to module_initHerbert Xu2024-11-151-1/+1
| * | | crypto: aes-gcm-p10 - Use the correct bit to test for P10Michal Suchanek2024-11-151-1/+1
| * | | crypto: arm/crct10dif - Implement plain NEON variantArd Biesheuvel2024-11-152-9/+134
| * | | crypto: arm/crct10dif - Macroify PMULL asm codeArd Biesheuvel2024-11-152-81/+83
| * | | crypto: arm/crct10dif - Use existing mov_l macro instead of __adrlArd Biesheuvel2024-11-151-8/+3
| * | | crypto: arm64/crct10dif - Remove remaining 64x64 PMULL fallback codeArd Biesheuvel2024-11-152-194/+68
| * | | crypto: arm64/crct10dif - Use faster 16x64 bit polynomial multiplyArd Biesheuvel2024-11-151-17/+104
| * | | crypto: arm64/crct10dif - Remove obsolete chunking logicArd Biesheuvel2024-11-151-24/+6
| * | | crypto: x86/aegis128 - remove unneeded RETsEric Biggers2024-10-281-6/+0
| * | | crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_ENDEric Biggers2024-10-281-34/+0
| * | | crypto: x86/aegis128 - take advantage of block-aligned lenEric Biggers2024-10-282-24/+17
| * | | crypto: x86/aegis128 - optimize partial block handling using SSE4.1Eric Biggers2024-10-281-141/+95
| * | | crypto: x86/aegis128 - improve assembly function prototypesEric Biggers2024-10-282-85/+112
| * | | crypto: x86/aegis128 - optimize length block preparation using SSE4.1Eric Biggers2024-10-283-9/+7
| * | | crypto: x86/aegis128 - don't bother with special code for aligned dataEric Biggers2024-10-281-100/+22
| * | | crypto: x86/aegis128 - eliminate some indirect callsEric Biggers2024-10-282-43/+40
| * | | crypto: x86/aegis128 - remove no-op init and exit functionsEric Biggers2024-10-281-11/+0
| * | | crypto: x86/aegis128 - access 32-bit arguments as 32-bitEric Biggers2024-10-281-14/+15
| * | | crypto: x86/crc32c - eliminate jump table and excessive unrollingEric Biggers2024-10-261-141/+92
| * | | crypto: x86/crc32c - access 32-bit arguments as 32-bitEric Biggers2024-10-262-32/+27
| * | | crypto: x86/crc32c - simplify code for handling fewer than 200 bytesEric Biggers2024-10-261-83/+33
| * | | crypto: x86/cast5 - Remove unused cast5_ctr_16wayDr. David Alan Gilbert2024-10-101-76/+0
| * | | crypto: powerpc/p10-aes-gcm - Add dependency on CRYPTO_SIMDand re-enable CRYP...Danny Tsen2024-10-051-1/+1
| * | | crypto: powerpc/p10-aes-gcm - Register modules as SIMDDanny Tsen2024-10-051-23/+118
| * | | crypto: powerpc/p10-aes-gcm - Re-write AES/GCM stitched implementationDanny Tsen2024-10-051-1353/+1068
| |/ /
* | | Merge tag 'for-linus-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-194-24/+52
|\ \ \
| * | | x86/pvh: Avoid absolute symbol references in .head.textArd Biesheuvel2024-10-291-12/+18
| * | | x86/xen: Avoid relocatable quantities in Xen ELF notesArd Biesheuvel2024-10-294-5/+27
| * | | x86/pvh: Omit needless clearing of phys_baseArd Biesheuvel2024-10-291-7/+0
| * | | x86/pvh: Use correct size value in GDT descriptorArd Biesheuvel2024-10-291-1/+1
| * | | x86/pvh: Call C code via the kernel virtual mappingArd Biesheuvel2024-10-291-1/+8
| | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-11-1996-358/+3070
|\ \ \
| * \ \ Merge branch 'for-next/pkey-signal' into for-next/coreCatalin Marinas2024-11-142-16/+82
| |\ \ \
| | * | | arm64: signal: Remove unused macroKevin Brodsky2024-11-041-1/+0
| | * | | arm64: signal: Remove unnecessary check when saving POE stateKevin Brodsky2024-11-041-1/+1
| * | | | Merge branch 'for-next/mops' into for-next/coreCatalin Marinas2024-11-1412-4/+98
| |\ \ \ \
| | * | | | arm64: lib: Use MOPS for copy_page() and clear_page()Kristina Martsenko2024-10-172-0/+26
| | * | | | arm64: lib: Use MOPS for memcpy() routinesKristina Martsenko2024-10-173-2/+40
| | * | | | arm64: mops: Handle MOPS exceptions from EL1Kristina Martsenko2024-10-175-0/+26
| | * | | | arm64: probes: Disable kprobes/uprobes on MOPS instructionsKristina Martsenko2024-10-172-2/+6
| | | |_|/ | | |/| |