summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-01-23KVM: arm64: Remove patching of fn pointers in hypDavid Brazdil1-1/+0
2021-01-23KVM: arm64: Apply hyp relocations at runtimeDavid Brazdil1-1/+3
2021-01-23KVM: arm64: Generate hyp relocation dataDavid Brazdil1-0/+11
2021-01-23KVM: arm64: Set up .hyp.rodata ELF sectionDavid Brazdil1-3/+4
2021-01-22arm64: kprobes: Fix Uexpected kernel BRK exception at EL1Qais Yousef1-2/+2
2021-01-20arm64: topology: Make AMUs work with modular cpufreq driversViresh Kumar1-44/+48
2021-01-20arm64: topology: Reorder init_amu_fie() a bitViresh Kumar1-13/+14
2021-01-20arm64: topology: Avoid the have_policy checkViresh Kumar1-14/+6
2021-01-20arm64: remove EL0 exception frame recordMark Rutland2-14/+9
2021-01-20arm64: Support running gen_vdso_offsets.sh with BSD userland.John Millikin1-1/+1
2021-01-20arm64: do not descend to vdso directories twiceMasahiro Yamada5-4/+3
2021-01-15arm64: syscall: include prototype for EL0 SVC functionsMark Rutland1-0/+1
2021-01-14arm64: vdso: disable LTOSami Tolvanen1-1/+2
2021-01-13arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv4-17/+17
2021-01-13Revert "arm64: Enable perf events based hard lockup detector"Will Deacon1-39/+2
2021-01-13arm64: entry: remove redundant IRQ flag tracingMark Rutland2-15/+1
2021-01-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+2
2021-01-08Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-2/+2
2021-01-08Merge branch 'kvm-master' into kvm-nextPaolo Bonzini7-156/+231
2021-01-05arm64: vdso: disable .eh_frame_hdr via /DISCARD/ instead of --no-eh-frame-hdrPeter Collingbourne2-6/+2
2021-01-05arm64: traps: remove duplicate include statementTian Tao1-1/+0
2021-01-05arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOSTShannon Zhao1-1/+1
2021-01-04arm64: mte: remove an ISB on kernel exitPeter Collingbourne1-1/+1
2021-01-04arm64/smp: Remove unused irq variable in arch_show_interrupts()Geert Uytterhoeven1-1/+0
2020-12-25Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-12-22kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov1-1/+1
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov2-0/+5
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov4-5/+8
2020-12-22arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino3-3/+72
2020-12-22arm64: mte: convert gcr_user into an exclude maskVincenzo Frascino1-14/+15
2020-12-22arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino1-0/+7
2020-12-22arm64: mte: reset the page tag in page->flagsVincenzo Frascino2-0/+14
2020-12-22arm64: mte: add in-kernel MTE helpersVincenzo Frascino1-0/+48
2020-12-22kasan, arm64: rename kasan_init_tags and mark as __initAndrey Konovalov1-1/+1
2020-12-22KVM: arm64: Skip computing hyp VA layout for VHEDavid Brazdil1-1/+1
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-191/+117
2020-12-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-5/+1
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-36/+3
2020-12-15mm: forbid splitting special mappingsDmitry Safonov1-36/+3
2020-12-15arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()Thomas Gleixner1-1/+1
2020-12-15arm64: topology: Drop the useless update to per-cpu cyclesViresh Kumar1-5/+1
2020-12-15Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+10
2020-12-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds32-319/+482
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas14-164/+242
2020-12-09Merge remote-tracking branch 'arm64/for-next/scs' into for-next/coreCatalin Marinas5-25/+105
2020-12-09Merge remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas1-2/+39
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas6-59/+29
2020-12-09Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas11-108/+77
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas53-859/+1681