aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-19arm64: KVM: Allow far branches from vector slots to the main vectorsMarc Zyngier1-0/+21
2018-03-19arm64: KVM: Reserve 4 additional instructions in the BPI templateMarc Zyngier1-24/+15
2018-03-19arm64: KVM: Move BP hardening vectors into .hyp.text sectionMarc Zyngier2-3/+7
2018-03-19arm64: insn: Allow ADD/SUB (immediate) with LSL #12Marc Zyngier1-2/+16
2018-03-19arm64; insn: Add encoder for the EXTR instructionMarc Zyngier1-0/+32
2018-03-19arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flagMarc Zyngier1-19/+0
2018-03-19arm64: insn: Add encoder for bitwise operations using literalsMarc Zyngier1-0/+136
2018-03-19arm64: insn: Add N immediate encodingMarc Zyngier1-0/+4
2018-03-19arm64: alternatives: Add dynamic patching featureMarc Zyngier1-11/+32
2018-03-19KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall1-0/+1
2018-03-09arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discoveryMarc Zyngier1-2/+2
2018-03-09arm64: signal: Ensure si_code is valid for all fault signalsDave Martin1-1/+1
2018-03-09arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDCShanker Donthineni1-6/+30
2018-03-09arm64/kernel: enable A53 erratum #8434319 handling at runtimeArd Biesheuvel3-1/+12
2018-03-09arm64/errata: add REVIDR handling to frameworkArd Biesheuvel1-3/+18
2018-03-09arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel4-12/+124
2018-03-09efi/arm64: Check whether x18 is preserved by runtime services callsArd Biesheuvel3-1/+49
2018-03-08arm64/kernel: kaslr: reduce module randomization range to 4 GBArd Biesheuvel2-11/+16
2018-03-08arm64: module: don't BUG when exceeding preallocated PLT countArd Biesheuvel2-1/+4
2018-03-06arm64/debug: Fix registers on sleeping tasksDouglas Anderson1-5/+16
2018-03-06arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)Catalin Marinas1-7/+2
2018-03-06arm64: Use arm64_force_sig_info instead of force_sig_infoWill Deacon3-9/+5
2018-03-06arm64: Move show_unhandled_signals_ratelimited into traps.cWill Deacon1-0/+7
2018-03-06arm64: signal: Call arm64_notify_segfault when failing to deliver signalWill Deacon2-15/+5
2018-03-06arm64: signal: Don't print anything directly in force_signal_injectWill Deacon1-7/+0
2018-03-06arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_dieWill Deacon1-1/+27
2018-03-06arm64: signal: Force SIGKILL for unknown signals in force_signal_injectWill Deacon1-0/+6
2018-03-06arm64: signal: Make force_signal_inject more robustWill Deacon3-15/+15
2018-03-05arm64/efi: Make strrchr() available to the EFI namespaceRob Herring1-0/+1
2018-03-05arm64: cpufeature: Remove redundant "feature" in reportsKees Cook1-1/+1
2018-03-05arm64: cpufeature: Relocate PAN emulation reportKees Cook1-3/+3
2018-03-05arm64/kernel: kaslr: drop special Image placement logicArd Biesheuvel1-15/+0
2018-03-05arm64: Mirror arm for unimplemented compat syscallsMichael Weiser1-1/+20
2018-02-26arm64/kvm: Prohibit guest LOR accessesMark Rutland1-0/+7
2018-02-25Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand2-1/+6
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar1-1/+1
2018-02-20arm64: perf: correct PMUVer probingMark Rutland1-2/+2
2018-02-19arm64: __show_regs: Only resolve kernel symbols when running at EL1Will Deacon1-2/+9
2018-02-19arm64: Remove unimplemented syscall log messageMichael Weiser1-8/+0
2018-02-19arm64: Disable unhandled signal log messages by defaultMichael Weiser1-1/+1
2018-02-19arm64: cpufeature: Fix CTR_EL0 field definitionsWill Deacon1-2/+4
2018-02-19arm64: uaccess: Formalise types for access_ok()Robin Murphy2-2/+4
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2-73/+77
2018-02-12arm64: Add missing Falkor part number for branch predictor hardeningShanker Donthineni1-0/+9
2018-02-09Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds9-86/+148
2018-02-07ACPI: SPCR: Make SPCR available to x86Prarit Bhargava1-2/+2
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+2
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov1-3/+2