summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-05-21arm64/cpufeature: Make doublelock a signed feature in ID_AA64DFR0Anshuman Khandual1-1/+1
2020-05-21arm64/cpufeature: Drop TraceFilt feature exposure from ID_DFR0 registerAnshuman Khandual1-1/+1
2020-05-21arm64/cpufeature: Add explicit ftr_id_isar0[] for ID_ISAR0 registerAnshuman Khandual1-2/+12
2020-05-21arm64: vdso: Fix CFI directives in sigreturn trampolineWill Deacon2-7/+40
2020-05-21arm64: vdso: Don't prefix sigreturn trampoline with a BTI C instructionWill Deacon2-10/+17
2020-05-20firmware: smccc: Drop smccc_version enum and use ARM_SMCCC_VERSION_1_x insteadSudeep Holla1-1/+1
2020-05-20arm64/cpufeature: Drop open encodings while extracting parangeAnshuman Khandual1-1/+2
2020-05-20arm64/cpufeature: Validate hypervisor capabilities during CPU hotplugAnshuman Khandual1-0/+32
2020-05-20arm64: Fix PTRACE_SYSEMU semanticsKeno Fischer1-3/+4
2020-05-19arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq workJames Morse1-0/+25
2020-05-19hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra2-18/+4
2020-05-18arm64: stacktrace: Factor out some common code into on_stack()Yunfeng Ye1-26/+2
2020-05-18arm64: Call debug_traps_init() from trap_init() to help early kgdbDouglas Anderson2-4/+2
2020-05-18arm64: entry-ftrace.S: Update comment to indicate that x18 is liveWill Deacon1-2/+3
2020-05-18scs: Move DEFINE_SCS macro into core codeWill Deacon1-4/+0
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon2-3/+1
2020-05-18arm64: scs: Use 'scs_sp' register alias for x18Will Deacon2-6/+6
2020-05-18arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon1-1/+1
2020-05-16KVM: arm64: Kill off CONFIG_KVM_ARM_HOSTWill Deacon3-3/+3
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-05-15arm64: scs: Add shadow stacks for SDEISami Tolvanen2-1/+18
2020-05-15arm64: Implement Shadow Call StackSami Tolvanen6-2/+50
2020-05-15arm64: vdso: Disable Shadow Call StackSami Tolvanen1-1/+1
2020-05-15arm64: efi: Restore register x18 if it was corruptedSami Tolvanen1-1/+10
2020-05-12arm64: cpufeature: Add "or" to mitigations for multiple errataGeert Uytterhoeven1-3/+3
2020-05-11arm64/crash_core: Export KERNELPACMASK in vmcoreinfoAmit Daniel Kachhap1-0/+4
2020-05-11arm64: insn: Fix two bugs in encoding 32-bit logical immediatesLuke Nelson1-7/+7
2020-05-11arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig1-0/+1
2020-05-07arm64: vdso: Map the vDSO text with guarded pages when built for BTIMark Brown1-1/+5
2020-05-07arm64: vdso: Force the vDSO to be linked as BTI when built for BTIMark Brown1-1/+3
2020-05-07arm64: vdso: Annotate for BTIMark Brown3-0/+9
2020-05-07arm64: Set GP bit in kernel page tables to enable BTI for the kernelMark Brown1-0/+4
2020-05-07arm64: vdso: Add --eh-frame-hdr to ldflagsVincenzo Frascino1-1/+1
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-05Merge branches 'for-next/asm' and 'for-next/insn' into for-next/btiWill Deacon13-92/+105
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon8-63/+190
2020-05-05arm64: cpufeature: Extend comment to describe absence of field infoWill Deacon1-0/+5
2020-05-04arm64/cpuinfo: Move device_initcall() near cpuinfo_regs_init()Anshuman Khandual1-2/+2
2020-05-04arm64: insn: Report PAC and BTI instructions as skippableMark Brown1-0/+17
2020-05-04arm64: insn: Don't assume unrecognized HINTs are skippableMark Brown1-7/+3
2020-05-04arm64: insn: Provide a better name for aarch64_insn_is_nop()Mark Brown2-3/+2
2020-05-04arm64: insn: Add constants for new HINT instruction decodeMark Brown1-1/+1
2020-05-04arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}Andrew Scull1-14/+11
2020-05-04arm64: kernel: Convert to modern annotations for assembly functionsMark Brown10-68/+68
2020-05-04arm64: entry: Refactor and modernise annotation for ret_to_userMark Brown1-13/+14
2020-05-01PCI: Constify struct pci_ecam_opsRob Herring1-2/+2
2020-04-30arm64: kexec_file: print appropriate variableƁukasz Stelmach1-3/+3
2020-04-30arm64: vdso: Add -fasynchronous-unwind-tables to cflagsVincenzo Frascino1-1/+1
2020-04-29arm64: vdso: use consistent 'map' nomenclatureMark Rutland1-38/+26
2020-04-29arm64: vdso: use consistent 'abi' nomenclatureMark Rutland1-35/+34