summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* asm-generic: Remove redundant arch-specific rules for simd.hHerbert Xu2019-08-022-2/+0
* crypto: s390/aes - fix name clash after AES library refactorArd Biesheuvel2019-07-311-4/+4
* crypto: ghash - add comment and improve help textEric Biggers2019-07-273-4/+3
* crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel2019-07-265-2113/+0
* crypto: morus - remove generic and x86 implementationsArd Biesheuvel2019-07-269-2726/+0
* crypto: arm/aes-scalar - unexport en/decryption routinesArd Biesheuvel2019-07-261-3/+0
* crypto: arm64/aes-cipher - switch to shared AES inverse SboxArd Biesheuvel2019-07-261-39/+1
* crypto: arm/aes-cipher - switch to shared AES inverse SboxArd Biesheuvel2019-07-261-39/+1
* crypto: arm64/aes-neon - switch to shared AES SboxesArd Biesheuvel2019-07-261-71/+3
* crypto: arm/ghash - provide a synchronous versionArd Biesheuvel2019-07-261-26/+52
* crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes)Ard Biesheuvel2019-07-261-0/+65
* crypto: arm/aes-ce - provide a synchronous version of ctr(aes)Ard Biesheuvel2019-07-261-0/+43
* crypto: arm/aes - use native endiannes for key scheduleArd Biesheuvel2019-07-262-16/+13
* crypto: arm64/aes-ce-cipher - use AES library as fallbackArd Biesheuvel2019-07-263-9/+3
* crypto: aes - move sync ctr(aes) to AES library and generic helperArd Biesheuvel2019-07-263-60/+33
* crypto: arm64/aes-ce - switch to library version of key expansion routineArd Biesheuvel2019-07-262-8/+11
* crypto: arm64/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel2019-07-262-4/+5
* crypto: arm64/aes-ccm - switch to AES libraryArd Biesheuvel2019-07-262-13/+7
* crypto: arm/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel2019-07-262-3/+3
* crypto: arm64/ghash - switch to AES libraryArd Biesheuvel2019-07-262-22/+11
* crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel2019-07-264-621/+0
* crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel2019-07-262-20/+7
* crypto: aes - rename local routines to prevent future clashesArd Biesheuvel2019-07-264-16/+16
* crypto: arm/aes-ce - cosmetic/whitespace cleanupArd Biesheuvel2019-07-261-60/+56
* hexagon: switch to generic version of pte allocationMike Rapoport2019-07-211-32/+2
* Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-204-1/+38
|\
| * dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky2019-07-164-1/+38
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-2031-195/+218
|\ \
| * | x86/entry/64: Prevent clobbering of saved CR2 valueThomas Gleixner2019-07-201-1/+10
| * | x86/hyper-v: Zero out the VP ASSIST PAGE on allocationDexuan Cui2019-07-191-2/+11
| * | x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan2019-07-182-1/+1
| * | x86/boot/compressed/64: Remove unused variableZhenzhong Duan2019-07-181-1/+0
| * | x86/boot/efi: Remove unused variablesZhenzhong Duan2019-07-181-9/+1
| * | x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra2019-07-177-51/+59
| * | x86/entry/64: Update comments and sanity tests for create_gapPeter Zijlstra2019-07-171-6/+11
| * | x86/entry/64: Simplify idtentry a littlePeter Zijlstra2019-07-171-54/+48
| * | x86/entry/32: Simplify common_exceptionPeter Zijlstra2019-07-171-23/+13
| * | x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-1710-26/+45
| * | x86/process: Delete useless check for dead process with LDTJann Horn2019-07-171-11/+1
| * | x86: math-emu: Hide clang warnings for 16-bit overflowArnd Bergmann2019-07-172-2/+2
| * | x86/e820: Use proper booleans instead of 0/1Yi Wang2019-07-161-2/+2
| * | x86/apic: Silence -Wtype-limits compiler warningsQian Cai2019-07-162-2/+2
| * | x86/mm: Free sme_early_buffer after initDavid Rientjes2019-07-161-1/+1
| * | x86/boot: Fix memory leak in default_get_smp_config()David Rientjes2019-07-161-6/+4
| * | Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix ...Andy Lutomirski2019-07-151-2/+12
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-2011-61/+87
|\ \ \
| * | | x86/uaccess: Remove redundant CLACs in getuser/putuser error pathsJosh Poimboeuf2019-07-182-23/+26
| * | | x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()Josh Poimboeuf2019-07-181-1/+1
| * | | x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()Josh Poimboeuf2019-07-181-1/+1
| * | | x86/head/64: Annotate start_cpu0() as non-callableJosh Poimboeuf2019-07-181-2/+2