summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal2018-12-183-0/+20
| | * | | | | | KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal2018-12-182-0/+6
| | * | | | | | KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal2018-12-182-0/+13
| | * | | | | | KVM: arm64: Support PUD hugepage in stage2_is_exec()Punit Agrawal2018-12-182-0/+7
| | * | | | | | KVM: arm64: Support dirty page tracking for PUD hugepagesPunit Agrawal2018-12-181-0/+10
| | * | | | | | KVM: arm/arm64: Introduce helpers to manipulate page table entriesPunit Agrawal2018-12-181-0/+5
| | * | | | | | arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland2018-12-182-9/+27
| | |/ / / / /
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-2541-499/+1325
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | arm64: sysreg: Use _BITUL() when defining register bitsWill Deacon2018-12-131-40/+41
| * | | | | arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matchesWill Deacon2018-12-131-13/+46
| * | | | | arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4Will Deacon2018-12-132-7/+7
| * | | | | arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon2018-12-133-7/+6
| * | | | | arm64: add prctl control for resetting ptrauth keysKristina Martsenko2018-12-132-0/+7
| * | | | | arm64: perf: strip PAC when unwinding userspaceMark Rutland2018-12-131-0/+7
| * | | | | arm64: expose user PAC bit positions via ptraceMark Rutland2018-12-134-2/+18
| * | | | | arm64: add basic pointer authentication supportMark Rutland2018-12-133-0/+85
| * | | | | arm64/cpufeature: detect pointer authenticationMark Rutland2018-12-132-1/+19
| * | | | | arm64: Don't trap host pointer auth use to EL2Mark Rutland2018-12-131-1/+3
| * | | | | arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland2018-12-131-0/+1
| * | | | | arm64: add pointer authentication register bitsMark Rutland2018-12-132-1/+32
| * | | | | arm64: add comments about EC exception levelsKristina Martsenko2018-12-131-7/+7
| * | | | | arm64: perf: Treat EXCLUDE_EL* bit definitions as unsignedWill Deacon2018-12-131-3/+3
| * | | | | Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon2018-12-121-10/+154
| |\ \ \ \ \
| | * | | | | arm64: perf: Move event definitions into perf_event.hWill Deacon2018-11-211-10/+154
| | | |_|_|/ | | |/| | |
| * | | | | arm64: enable per-task stack canariesArd Biesheuvel2018-12-121-1/+2
| * | | | | arm64: percpu: Fix LSE implementation of value-returning pcpu atomicsWill Deacon2018-12-121-1/+1
| * | | | | arm64: add <asm/asm-prototypes.h>Mark Rutland2018-12-121-0/+26
| * | | | | arm64: mm: Introduce MAX_USER_VA_BITS definitionWill Deacon2018-12-123-10/+8
| * | | | | arm64: preempt: Fix big-endian when checking preempt count in assemblyWill Deacon2018-12-111-5/+3
| * | | | | Merge branch 'for-next/kexec' into aarch64/for-next/coreWill Deacon2018-12-103-0/+126
| |\ \ \ \ \
| | * | | | | arm64: kexec_file: allow for loading Image-format kernelAKASHI Takahiro2018-12-061-0/+2
| | * | | | | arm64: kexec_file: load initrd and device-treeAKASHI Takahiro2018-12-061-0/+17
| | * | | | | arm64: cpufeature: add MMFR0 helper functionsAKASHI Takahiro2018-12-061-0/+48
| | * | | | | arm64: add image head flag definitionsAKASHI Takahiro2018-12-061-0/+59
| | |/ / / /
| * | | | | Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/coreWill Deacon2018-12-104-4/+21
| |\ \ \ \ \
| | * | | | | arm64: KVM: Add synchronization on translation regime change for erratum 1165522Marc Zyngier2018-12-101-0/+8
| | * | | | | arm64: KVM: Force VHE for systems affected by erratum 1165522Marc Zyngier2018-12-102-1/+6
| | * | | | | arm64: Add TCR_EPD{0,1} definitionsMarc Zyngier2018-12-101-0/+4
| | * | | | | KVM: arm64: Rework detection of SVE, !VHE systemsMarc Zyngier2018-12-101-3/+3
| | |/ / / /
| * | | | | arm64: smp: Rework early feature mismatched detectionWill Deacon2018-12-101-5/+10
| * | | | | arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon2018-12-104-7/+7
| * | | | | arm64: mm: Allow forcing all userspace addresses to 52-bitSteve Capper2018-12-102-1/+12
| * | | | | arm64: mm: introduce 52-bit userspace supportSteve Capper2018-12-103-8/+15
| * | | | | arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper2018-12-102-0/+33
| * | | | | arm64: mm: Define arch_get_mmap_end, arch_get_mmap_baseSteve Capper2018-12-101-0/+7
| * | | | | arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper2018-12-102-3/+9
| * | | | | arm64: kasan: Increase stack size for KASAN_EXTRAQian Cai2018-12-101-1/+6
| * | | | | arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon2018-12-101-12/+18
| * | | | | arm64: add EXPORT_SYMBOL_NOKASAN()Mark Rutland2018-12-101-0/+9
| * | | | | arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraintWill Deacon2018-12-071-1/+1
OpenPOWER on IntegriCloud