summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | arm64/cpufeature: Validate hypervisor capabilities during CPU hotplugAnshuman Khandual2020-05-202-1/+19
| | * | | | | arm64: cpufeature: Group indexed system register definitions by nameWill Deacon2020-05-051-1/+5
| | * | | | | arm64: drop duplicate definitions of ID_AA64MMFR0_TGRAN constantsArd Biesheuvel2020-04-281-11/+0
| | * | | | | arm64: cpufeature: Relax AArch32 system checks if EL1 is 64-bit onlyWill Deacon2020-04-281-0/+7
| | * | | | | arm64: cpufeature: Add CPU capability for AArch32 EL1 supportWill Deacon2020-04-282-1/+3
| | * | | | | arm64: cpufeature: Spell out register fields for ID_ISAR4 and ID_PFR1Will Deacon2020-04-281-0/+17
| |/ / / / /
* | | | | | Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-011-8/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar2020-05-254-6/+17
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | efi/libstub: unify EFI call wrappers for non-x86Ard Biesheuvel2020-04-231-8/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-011-19/+59
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | arm64: Prepare arch_nmi_enter() for recursionFrederic Weisbecker2020-05-191-19/+59
| | |/ / / | |/| | |
* / | | | arm64: Add get_user() type annotation on the !access_ok() pathAl Viro2020-05-221-1/+1
|/ / / /
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-04-241-3/+6
|\ \ \ \
| * | | | arm64: sync kernel APIAKey when installingMark Rutland2020-04-211-3/+6
| |/ / /
* / / / arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-232-2/+10
|/ / /
* | / arm64: Delete the space separator in __emit_instFangrui Song2020-04-151-1/+3
| |/ |/|
* | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-3/+1
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-04-091-11/+1
|\ \
| * | arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel2020-04-011-11/+1
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-051-0/+14
|\ \ \
| * | | arm64: add credited/trusted RNG supportMark Rutland2020-02-271-0/+14
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-022-1/+3
|\ \ \
| * | | KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIsMarc Zyngier2020-03-241-1/+2
| * | | KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disableMarc Zyngier2020-03-241-0/+1
* | | | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-18/+0
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-3123-83/+332
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas2020-03-258-48/+154
| |\ \ \
| | * | | arm64: suspend: restore the kernel ptrauth keysAmit Daniel Kachhap2020-03-181-2/+4
| | * | | arm64: mask PAC bits of __builtin_return_addressAmit Daniel Kachhap2020-03-182-8/+25
| | * | | arm64: initialize ptrauth keys for kernel booting taskAmit Daniel Kachhap2020-03-182-1/+15
| | * | | arm64: initialize and switch ptrauth kernel keysKristina Martsenko2020-03-184-0/+32
| | * | | arm64: enable ptrauth earlierKristina Martsenko2020-03-181-0/+9
| | * | | arm64: cpufeature: handle conflicts based on capabilityKristina Martsenko2020-03-181-2/+10
| | * | | arm64: cpufeature: Move cpu capability helpers inside C fileAmit Daniel Kachhap2020-03-181-12/+0
| | * | | arm64: ptrauth: Add bootup/runtime flags for __cpu_setupAmit Daniel Kachhap2020-03-181-0/+8
| | * | | arm64: install user ptrauth keys at kernel exit timeKristina Martsenko2020-03-182-22/+50
| | * | | arm64: rename ptrauth key structures to be user-specificKristina Martsenko2020-03-182-7/+7
| | * | | arm64: cpufeature: add pointer auth meta-capabilitiesKristina Martsenko2020-03-182-5/+5
| | | |/ | | |/|
| * | | Merge branch 'for-next/asm-annotations' into for-next/coreCatalin Marinas2020-03-253-6/+11
| |\ \ \
| | * | | arm64: kvm: Modernize __smccc_workaround_1_smc_start annotationsMark Brown2020-03-091-0/+4
| | * | | arm64: kvm: Modernize annotation for __bp_harden_hyp_vecsMark Brown2020-03-092-6/+7
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------. \ \ Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas2020-03-2514-30/+167
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | | | | | | * | arm64: perf: Add support for ARMv8.5-PMU 64-bit countersAndrew Murray2020-03-172-1/+6
| | | | | | | * | KVM: arm64: limit PMU version to PMUv3 for ARMv8.1Andrew Murray2020-03-171-0/+6
| | | | | | | * | arm64: cpufeature: Extract capped perfmon fieldsAndrew Murray2020-03-171-0/+23
| | | |_|_|_|/ / | | |/| | | | |
| | | | | | * | arm64: define __alloc_zeroed_user_highpageglider@google.com2020-03-171-0/+4
| | | | | | * | arm64: csum: Optimise IPv6 header checksumRobin Murphy2020-03-091-1/+6
| | | | | | * | arch/arm64: fix typo in a comment王程刚2020-03-091-1/+1
| | | | | | * | arm64: Update comment for ASID() macroWill Deacon2020-02-281-3/+3
| | | | | | * | arm64: mm: convert cpu_do_switch_mm() to CMark Rutland2020-02-273-8/+2
| | | |_|_|/ / | | |/| | | |