summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | arm64: Initialise as nVHE before switching to VHEMarc Zyngier2021-02-093-36/+27
| | * | | arm64: Provide an 'upgrade to VHE' stub hypercallMarc Zyngier2021-02-081-2/+74
| | * | | arm64: Turn the MMU-on sequence into a macroMarc Zyngier2021-02-081-15/+4
| | |/ /
| * / / arm64: improve whitespaceZhiyuan Dai2021-02-045-6/+6
| |/ /
* | | arm64: mte: Allow PTRACE_PEEKMTETAGS access to the zero pageCatalin Marinas2021-02-122-6/+3
* | | arm64: kprobes: Fix Uexpected kernel BRK exception at EL1Qais Yousef2021-01-221-2/+2
|/ /
* | arm64: syscall: include prototype for EL0 SVC functionsMark Rutland2021-01-151-0/+1
* | arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv2021-01-134-17/+17
* | Revert "arm64: Enable perf events based hard lockup detector"Will Deacon2021-01-131-39/+2
* | arm64: entry: remove redundant IRQ flag tracingMark Rutland2021-01-132-15/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-01-082-2/+2
|\ \
| * \ Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-01-082-2/+2
| |\ \
| | * | arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOSTShannon Zhao2021-01-051-1/+1
| | * | KVM: arm64: Skip computing hyp VA layout for VHEDavid Brazdil2020-12-221-1/+1
| * | | Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-077-156/+231
| |\ \ \ | | |/ / | |/| |
* | | | arm64: vdso: disable .eh_frame_hdr via /DISCARD/ instead of --no-eh-frame-hdrPeter Collingbourne2021-01-052-6/+2
* | | | arm64: traps: remove duplicate include statementTian Tao2021-01-051-1/+0
* | | | arm64: mte: remove an ISB on kernel exitPeter Collingbourne2021-01-041-1/+1
* | | | arm64/smp: Remove unused irq variable in arch_show_interrupts()Geert Uytterhoeven2021-01-041-1/+0
| |_|/ |/| |
* | | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-1/+1
|\ \ \
| * | | arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()Thomas Gleixner2020-12-151-1/+1
* | | | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov2020-12-221-1/+1
* | | | kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov2020-12-222-0/+5
* | | | kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov2020-12-224-5/+8
* | | | arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino2020-12-223-3/+72
* | | | arm64: mte: convert gcr_user into an exclude maskVincenzo Frascino2020-12-221-14/+15
* | | | arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino2020-12-221-0/+7
* | | | arm64: mte: reset the page tag in page->flagsVincenzo Frascino2020-12-222-0/+14
* | | | arm64: mte: add in-kernel MTE helpersVincenzo Frascino2020-12-221-0/+48
* | | | kasan, arm64: rename kasan_init_tags and mark as __initAndrey Konovalov2020-12-221-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-208-191/+117
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier2020-12-0917-232/+151
| |\ \ \
| | * | | KVM: arm64: Fix nVHE boot on VHE systemsMarc Zyngier2020-12-081-1/+4
| | * | | KVM: arm64: Support per_cpu_ptr in nVHE hyp codeDavid Brazdil2020-12-041-0/+3
| | * | | KVM: arm64: Add .hyp.data..ro_after_init ELF sectionDavid Brazdil2020-12-041-0/+10
| | * | | KVM: arm64: Init MAIR/TCR_EL2 from params structDavid Brazdil2020-12-042-3/+2
| | * | | KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil2020-12-041-0/+3
| | * | | arm64: Extract parts of el2_setup into a macroDavid Brazdil2020-12-041-120/+18
| | * | | arm64: Make cpu_logical_map() take unsigned intDavid Brazdil2020-12-041-1/+1
| | * | | KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capabilityDavid Brazdil2020-12-041-0/+22
| | * | | Merge remote-tracking branch 'arm64/for-next/uaccess' into HEADMarc Zyngier2020-12-0415-114/+95
| | |\ \ \
| * | \ \ \ Merge remote-tracking branch 'origin/kvm-arm64/csv3' into kvmarm-master/queueMarc Zyngier2020-12-031-3/+17
| |\ \ \ \ \
| | * | | | | arm64: Make the Meltdown mitigation state availableMarc Zyngier2020-11-281-3/+17
| * | | | | | Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/nextMarc Zyngier2020-11-272-64/+39
| |\ \ \ \ \ \
| | * | | | | | arm64: spectre: Consolidate spectre-v3a detectionWill Deacon2020-11-162-11/+14
| | * | | | | | arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3AWill Deacon2020-11-162-6/+13
| | * | | | | | KVM: arm64: Allocate hyp vectors staticallyWill Deacon2020-11-162-50/+15
| * | | | | | | Merge branch 'kvm-arm64/host-hvc-table' into kvmarm-master/nextMarc Zyngier2020-11-271-3/+2
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | / / / / | | | |/ / / / | | |/| | | |
| | * | | | | KVM: arm64: Patch kimage_voffset instead of loading the EL1 valueMarc Zyngier2020-11-271-3/+1
| | * | | | | KVM: arm64: Turn host HVC handling into a dispatch tableMarc Zyngier2020-11-091-0/+1
| | |/ / / /