summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementationDanny Tsen2023-01-131-0/+345
| * | | | | | | | | | crypto: p10-aes-gcm - Update Kconfig and MakefileDanny Tsen2023-01-132-0/+21
| * | | | | | | | | | crypto: x86/aria - implement aria-avx512Taehee Yoo2023-01-065-0/+1251
| * | | | | | | | | | crypto: x86/aria - implement aria-avx2Taehee Yoo2023-01-066-1/+1752
| * | | | | | | | | | crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo2023-01-062-15/+19
| * | | | | | | | | | crypto: x86/aria - add keystream array into request ctxTaehee Yoo2023-01-061-13/+26
| * | | | | | | | | | crypto: s390/aes - drop redundant xts key checkVladis Dronov2023-01-061-4/+0
| * | | | | | | | | | crypto: xts - drop xts_check_key()Vladis Dronov2023-01-061-1/+1
| * | | | | | | | | | crypto: arm/sha1 - Fix clang function cast warningsHerbert Xu2022-12-301-8/+6
| * | | | | | | | | | crypto: x86/ghash - add comment and fix broken linkEric Biggers2022-12-302-5/+24
| * | | | | | | | | | crypto: x86/ghash - use le128 instead of u128Eric Biggers2022-12-302-8/+8
| * | | | | | | | | | crypto: x86/ghash - fix unaligned access in ghash_setkey()Eric Biggers2022-12-301-3/+3
* | | | | | | | | | | Merge tag 'for-linus-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-215-18/+50
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/Xen: drop leftover VM-assist usesJan Beulich2023-02-181-4/+0
| * | | | | | | | | | | x86/xen/time: prefer tsc as clocksource when it is invariantKrister Johansen2023-02-131-1/+37
| * | | | | | | | | | | x86/xen: mark xen_pv_play_dead() as __noreturnJuergen Gross2023-02-132-3/+3
| * | | | | | | | | | | x86/xen: don't let xen_pv_play_dead() returnJuergen Gross2023-02-133-11/+11
* | | | | | | | | | | | Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-02-213-30/+137
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/hyperv: Fix hv_get/set_register for nested bringupNuno Das Neves2023-02-162-8/+12
| * | | | | | | | | | | | x86/hyperv: Add an interface to do nested hypercallsJinank Jain2023-01-172-5/+40
| * | | | | | | | | | | | Drivers: hv: Setup synic registers in case of nested root partitionJinank Jain2023-01-173-24/+82
| * | | | | | | | | | | | x86/hyperv: Add support for detecting nested hypervisorJinank Jain2023-01-122-0/+10
* | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-2158-716/+1654
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | arm64: fix .idmap.text assertion for large kernelsMark Rutland2023-02-201-5/+7
| * | | | | | | | | | | | | Merge branch 'for-next/signal' into for-next/coreCatalin Marinas2023-02-101-60/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | arm64/signal: Only read new data when parsing the ZT contextMark Brown2023-02-011-3/+3
| | * | | | | | | | | | | | | arm64/signal: Only read new data when parsing the ZA contextMark Brown2023-02-011-6/+7
| | * | | | | | | | | | | | | arm64/signal: Only read new data when parsing the SVE contextMark Brown2023-02-011-8/+10
| | * | | | | | | | | | | | | arm64/signal: Avoid rereading context frame sizesMark Brown2023-02-011-25/+27
| | * | | | | | | | | | | | | arm64/signal: Make interface for restore_fpsimd_context() consistentMark Brown2023-02-011-14/+14
| | * | | | | | | | | | | | | arm64/signal: Remove redundant size validation from parse_user_sigframe()Mark Brown2023-02-011-11/+8
| | * | | | | | | | | | | | | arm64/signal: Don't redundantly verify FPSIMD magicMark Brown2023-02-011-4/+3
| | * | | | | | | | | | | | | Merge branches 'for-next/tpidr2' and 'for-next/sme2' into for-next/signalCatalin Marinas2023-02-0120-58/+376
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-next/sysreg-hwcaps' into for-next/coreCatalin Marinas2023-02-103-298/+321
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | arm64/cpufeature: Use helper macros to specify hwcapsMark Brown2023-02-011-108/+101
| | * | | | | | | | | | | | | | | arm64/cpufeature: Always use symbolic name for feature value in hwcapsMark Brown2023-02-011-53/+53
| | * | | | | | | | | | | | | | | arm64/sysreg: Initial unsigned annotations for ID registersMark Brown2023-02-011-188/+189
| | * | | | | | | | | | | | | | | arm64/sysreg: Initial annotation of signed ID registersMark Brown2023-02-011-2/+2
| | * | | | | | | | | | | | | | | arm64/sysreg: Allow enumerations to be declared as signed or unsignedMark Brown2023-02-011-0/+29
| | | | | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'for-next/sysreg', 'for-next/compat-hwcap' and 'for-next/sme2'...Catalin Marinas2023-02-0120-66/+408
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *---------------------. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas2023-02-1055-300/+1152
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | / / / / / / / / / / / / / / / | | | | | | | | | | |_|_|_|/ / / / / / / / / / / / / / / | | | | | | | | | |/| | | | | / / / / / / / / / / / / / | | | | | | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / | | | | | | | |/| | | | | | | / / / / / / / / / / / / | | | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | | | | | | | | | | | arm64: irqflags: use alternative branches for pseudo-NMI logicMark Rutland2023-01-311-59/+132
| | | | | | | | | | | | | * | | | | | | | | | | | | arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucapMark Rutland2023-01-317-15/+70
| | | | | | | | | | | | | * | | | | | | | | | | | | arm64: make ARM64_HAS_GIC_PRIO_MASKING depend on ARM64_HAS_GIC_CPUIF_SYSREGSMark Rutland2023-01-311-6/+9
| | | | | | | | | | | | | * | | | | | | | | | | | | arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKINGMark Rutland2023-01-316-11/+11
| | | | | | | | | | | | | * | | | | | | | | | | | | arm64: rename ARM64_HAS_SYSREG_GIC_CPUIF to ARM64_HAS_GIC_CPUIF_SYSREGSMark Rutland2023-01-312-2/+2
| | | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | | | | | | | | | | arm64: pauth: don't sign leaf functionsMark Rutland2023-01-311-20/+8
| | | | | | | | | | | | * | | | | | | | | | | | | arm64: unify asm-arch manipulationMark Rutland2023-01-312-21/+20
| | | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | | | | | | | arm64: kprobes: Drop ID map text from kprobes blacklistArd Biesheuvel2023-02-071-4/+0
| | | | | | | | | | | * | | | | | | | | | | | | arm64: head: Switch endianness before populating the ID mapArd Biesheuvel2023-01-262-2/+24