aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-29arm64: vdso: simplify arch_vdso_type ifdefferyMark Rutland1-10/+5
2020-04-29arm64: vdso: remove aarch32_vdso_pages[]Mark Rutland1-7/+12
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfsDaniel Borkmann2-3/+2
2020-04-28efi/libstub/arm64: align PE/COFF sections to segment alignmentArd Biesheuvel2-2/+3
2020-04-28arm64: vdso: Add '-Bsymbolic' to ldflagsVincenzo Frascino1-3/+5
2020-04-28arm64/kernel: Fix range on invalidating dcache for boot page tablesGavin Shan2-3/+10
2020-04-28arm64: cpufeature: Add an overview comment for the cpufeature frameworkWill Deacon1-0/+50
2020-04-28arm64: cpufeature: Relax checks for AArch32 support at EL[0-2]Will Deacon1-7/+3
2020-04-28arm64: cpufeature: Relax AArch32 system checks if EL1 is 64-bit onlyWill Deacon1-1/+32
2020-04-28arm64: cpufeature: Factor out checking of AArch32 featuresWill Deacon1-47/+65
2020-04-28arm64: cpufeature: Remove redundant call to id_aa64pfr0_32bit_el0()Will Deacon1-3/+1
2020-04-28arm64: cpufeature: Add CPU capability for AArch32 EL1 supportWill Deacon1-0/+12
2020-04-28arm64: cpufeature: Spell out register fields for ID_ISAR4 and ID_PFR1Will Deacon1-2/+26
2020-04-28arm64: cpufeature: Relax check for IESB supportSai Prakash Ranjan1-1/+1
2020-04-28arm64: smp: Make cpus_stuck_in_kernel staticZou Wei1-1/+1
2020-04-28arm64: entry: remove unneeded semicolon in el1_sync_handler()Jason Yan1-1/+1
2020-04-28arm64/kernel: vmlinux.lds: drop redundant discard/keep macrosArd Biesheuvel1-8/+2
2020-04-28arm64: kexec_file: Avoid temp buffer for RNG seedGeorge Spelvin1-4/+4
2020-04-28arm64: rename stext to primary_entryArd Biesheuvel4-14/+13