summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-11-271-0/+1
|\
| * media: arm64: dts: allwinner: beelink-gs1: Add rc-beelink-gs1 keymapClément Péron2019-11-091-0/+1
* | Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-271-0/+2
|\ \
| * \ Merge branch 'acpi-mm'Rafael J. Wysocki2019-11-261-0/+2
| |\ \
| | * | arm/efi: EFI soft reservation to memblockDan Williams2019-11-071-0/+2
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-271-1/+0
|\ \ \ \
| * | | | locking/refcount: Consolidate implementations of refcount_tWill Deacon2019-11-251-1/+0
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-5/+5
|\ \ \ \ \
| * | | | | arm64: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-3/+4
| * | | | | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
| * | | | | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-2610-358/+2533
|\ \ \ \ \
| * | | | | int128: move __uint128_t compiler test to KconfigArd Biesheuvel2019-11-171-1/+1
| * | | | | crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel2019-11-175-1/+2000
| * | | | | crypto: arm/chacha - remove dependency on generic ChaCha driverArd Biesheuvel2019-11-171-1/+1
| * | | | | crypto: arm64/chacha - expose arm64 ChaCha routine as library functionArd Biesheuvel2019-11-172-11/+43
| * | | | | crypto: arm64/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel2019-11-172-19/+23
| * | | | | crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel2019-11-171-1/+1
| * | | | | crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-4/+4
| * | | | | crypto: arm64/aes-neonbs - add return value of skcipher_walk_done() in __xts_...Yunfeng Ye2019-11-011-1/+1
| * | | | | crypto: arm64/gcm-ce - implement 4 way interleaveArd Biesheuvel2019-10-042-327/+467
| |/ / / /
* | | | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-262-10/+9
|\ \ \ \ \
| * | | | | arm64: Use pr_warn instead of pr_warningKefeng Wang2019-10-182-10/+9
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-2614-63/+295
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-2120-107/+128
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2019-11-2115-81/+301
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/nextMarc Zyngier2019-11-083-5/+23
| | |\ \ \ \ \ \
| | | * | | | | | KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI inj...Marc Zyngier2019-11-081-2/+7
| | | * | | | | | KVM: arm64: Don't set HCR_EL2.TVM when S2FWB is supportedChristoffer Dall2019-10-282-3/+12
| | | * | | | | | KVM: arm/arm64: Show halt poll counters in debugfsChristian Borntraeger2019-10-281-0/+4
| | * | | | | | | Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...Marc Zyngier2019-10-2412-73/+251
| | |\ \ \ \ \ \ \
| | | * | | | | | | KVM: arm64: Select TASK_DELAY_ACCT+TASKSTATS rather than SCHEDSTATSSteven Price2019-10-241-1/+4
| | | * | | | | | | arm64: Retrieve stolen time as paravirtualized guestSteven Price2019-10-213-1/+151
| | | * | | | | | | arm/arm64: Make use of the SMCCC 1.1 wrapperSteven Price2019-10-211-52/+29
| | | * | | | | | | KVM: arm64: Provide VCPU attributes for stolen timeSteven Price2019-10-213-0/+18
| | | * | | | | | | KVM: arm64: Support stolen time reporting via shared structureSteven Price2019-10-212-0/+21
| | | * | | | | | | KVM: arm64: Implement PV_TIME_FEATURES callSteven Price2019-10-213-0/+20
| | | * | | | | | | KVM: arm/arm64: Factor out hypercall handling from PSCI codeChristoffer Dall2019-10-212-2/+3
| | * | | | | | | | KVM: arm/arm64: Allow user injection of external data abortsChristoffer Dall2019-10-213-3/+14
| | * | | | | | | | KVM: arm/arm64: Allow reporting non-ISV data aborts to userspaceChristoffer Dall2019-10-212-0/+13
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-11-2648-670/+1187
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | arm64: Kconfig: add a choice for endiannessAnders Roxell2019-11-141-1/+17
| * | | | | | | | | arm64: Kconfig: make CMDLINE_FORCE depend on CMDLINEAnders Roxell2019-11-111-0/+1
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-----------. \ \ \ \ \ \ \ \ Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas2019-11-0822-108/+189
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | / / / / / / | | | | |_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | |
| | | | | | | | * | | | | | | arm64: kaslr: Check command line before looking for a seedMark Brown2019-11-081-5/+6
| | | | | | | | * | | | | | | arm64: kaslr: Announce KASLR status on bootMark Brown2019-11-081-3/+38
| | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| | | | | | | * | | | | | | arm64: kpti: Add NVIDIA's Carmel core to the KPTI whitelistRich Wiley2019-11-061-0/+1
| | | | | | | * | | | | | | arm64: mm: Remove MAX_USER_VA_BITS definitionBhupesh Sharma2019-11-063-8/+2
| | | | | | | * | | | | | | arm64: mm: simplify the page end calculation in __create_pgd_mapping()Masahiro Yamada2019-11-061-3/+2
| | | | | | | * | | | | | | arm64: print additional fault message when executing non-exec memoryXiang Zheng2019-10-291-0/+2