summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-12-14arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset()Miles Chen
2018-12-13arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matchesWill Deacon
2018-12-13arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4Will Deacon
2018-12-13arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko
2018-12-13arm64: perf: strip PAC when unwinding userspaceMark Rutland
2018-12-13arm64: expose user PAC bit positions via ptraceMark Rutland
2018-12-13arm64: add basic pointer authentication supportMark Rutland
2018-12-13arm64/cpufeature: detect pointer authenticationMark Rutland
2018-12-13arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland
2018-12-13arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 fieldWill Deacon
2018-12-12Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon
2018-12-12arm64: enable per-task stack canariesArd Biesheuvel
2018-12-11arm64: preempt: Fix big-endian when checking preempt count in assemblyWill Deacon
2018-12-11arm64: kexec_file: include linux/vmalloc.hArnd Bergmann
2018-12-10Merge branch 'for-next/kexec' into aarch64/for-next/coreWill Deacon
2018-12-10Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/coreWill Deacon
2018-12-10arm64: smp: Handle errors reported by the firmwareSuzuki K Poulose
2018-12-10arm64: smp: Rework early feature mismatched detectionWill Deacon
2018-12-10arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon
2018-12-10arm64: mm: introduce 52-bit userspace supportSteve Capper
2018-12-10arm64: mm: Prevent mismatched 52-bit VA supportSteve Capper
2018-12-10arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper
2018-12-10arm64: KVM: Force VHE for systems affected by erratum 1165522Marc Zyngier
2018-12-10arm64: remove arm64ksyms.cMark Rutland
2018-12-10arm64: frace: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: string: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: uaccess: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: page: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: smccc: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: tishift: use asm EXPORT_SYMBOL()Mark Rutland
2018-12-10arm64: move memstart_addr export inlineMark Rutland
2018-12-10arm64: remove bitop exportsMark Rutland
2018-12-07arm64: hibernate: Avoid sending cross-calling with interrupts disabledWill Deacon
2018-12-07arm64: kexec_file: forbid kdump via kexec_file_load()James Morse
2018-12-06arm64: entry: Remove confusing commentWill Deacon
2018-12-06arm64: entry: Place an SB sequence following an ERET instructionWill Deacon
2018-12-06arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon
2018-12-06arm64: kexec_file: Refactor setup_dtb() to consolidate error checkingWill Deacon
2018-12-06arm64: kexec_file: add kaslr supportAKASHI Takahiro
2018-12-06arm64: kexec_file: add kernel signature verification supportAKASHI Takahiro
2018-12-06arm64: capabilities: Batch cpu_enable callbacksSuzuki K Poulose
2018-12-06arm64: capabilities: Use linear array for detection and verificationSuzuki K Poulose
2018-12-06arm64: capabilities: Optimize this_cpu_has_capSuzuki K Poulose
2018-12-06arm64: capabilities: Speed up capability lookupSuzuki K Poulose
2018-12-06arm64: kexec_file: invoke the kernel without purgatoryAKASHI Takahiro
2018-12-06arm64: kexec_file: allow for loading Image-format kernelAKASHI Takahiro
2018-12-06arm64: kexec_file: load initrd and device-treeAKASHI Takahiro
2018-12-06arm64: enable KEXEC_FILE configAKASHI Takahiro