summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: Add temporary ERRATA_MIDR_ALL_VERSIONS compatibility macroMarc Zyngier2018-03-281-2/+6
* Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening"Marc Zyngier2018-03-282-19/+44
* arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni2018-03-192-44/+19
* arm64: Enable ARM64_HARDEN_EL2_VECTORS on Cortex-A57 and A72Marc Zyngier2018-03-191-0/+12
* arm64: Make BP hardening slot counter availableMarc Zyngier2018-03-192-6/+6
* arm64: KVM: Allow far branches from vector slots to the main vectorsMarc Zyngier2018-03-191-0/+21
* arm64: KVM: Reserve 4 additional instructions in the BPI templateMarc Zyngier2018-03-191-24/+15
* arm64: KVM: Move BP hardening vectors into .hyp.text sectionMarc Zyngier2018-03-192-3/+7
* arm64: insn: Allow ADD/SUB (immediate) with LSL #12Marc Zyngier2018-03-191-2/+16
* arm64; insn: Add encoder for the EXTR instructionMarc Zyngier2018-03-191-0/+32
* arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flagMarc Zyngier2018-03-191-19/+0
* arm64: insn: Add encoder for bitwise operations using literalsMarc Zyngier2018-03-191-0/+136
* arm64: insn: Add N immediate encodingMarc Zyngier2018-03-191-0/+4
* arm64: alternatives: Add dynamic patching featureMarc Zyngier2018-03-191-11/+32
* KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall2018-03-191-0/+1
* arm64/kvm: Prohibit guest LOR accessesMark Rutland2018-02-261-0/+7
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-251-1/+1
|\
| * treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-221-1/+1
* | arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand2018-02-232-1/+6
* | arm64: perf: correct PMUVer probingMark Rutland2018-02-201-2/+2
* | arm64: __show_regs: Only resolve kernel symbols when running at EL1Will Deacon2018-02-191-2/+9
* | arm64: Remove unimplemented syscall log messageMichael Weiser2018-02-191-8/+0
* | arm64: Disable unhandled signal log messages by defaultMichael Weiser2018-02-191-1/+1
* | arm64: cpufeature: Fix CTR_EL0 field definitionsWill Deacon2018-02-191-2/+4
* | arm64: uaccess: Formalise types for access_ok()Robin Murphy2018-02-192-2/+4
|/
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-162-73/+77
* arm64: Add missing Falkor part number for branch predictor hardeningShanker Donthineni2018-02-121-0/+9
* Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-091-2/+2
|\
| * ACPI: SPCR: Make SPCR available to x86Prarit Bhargava2018-02-071-2/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-089-86/+148
|\ \
| * | arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier2018-02-062-56/+13
| * | arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2018-02-062-1/+87
| * | arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon2018-02-061-0/+5
| * | arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon2018-02-061-1/+4
| * | arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon2018-02-061-2/+2
| * | arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon2018-02-061-0/+2
| * | arm64: Make USER_DS an inclusive limitRobin Murphy2018-02-061-2/+2
| * | arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon2018-02-063-3/+3
| * | arm64: assembler: Align phys_to_pte with pte_to_physWill Deacon2018-02-061-22/+2
| * | arm64: entry: Reword comment about post_ttbr_update_workaroundWill Deacon2018-02-061-10/+3
| * | arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon2018-02-062-4/+4
| * | arm64: Force KPTI to be disabled on Cavium ThunderXMarc Zyngier2018-02-061-3/+14
| * | arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon2018-02-061-0/+25
| * | arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni2018-02-064-0/+5
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-061-3/+2
|\ \ \
| * | | bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-061-3/+2
* | | | Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-0626-302/+1345
|\| | |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-3/+2
| |\ \ \
| | * | | arm64: do not use print_symbol()Sergey Senozhatsky2018-01-051-3/+2
| * | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-304-108/+29
| |\ \ \ \