aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-02-09arm64: cpufeature: Add an early command-line cpufeature override facilityMarc Zyngier3-1/+152
2021-02-09arm64: Extract early FDT mapping from kaslr_early_init()Marc Zyngier3-5/+20
2021-02-09arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()Marc Zyngier1-2/+13
2021-02-09arm64: cpufeature: Add global feature override facilityMarc Zyngier1-6/+39
2021-02-09arm64: Move SCTLR_EL1 initialisation to EL-agnostic codeMarc Zyngier1-5/+3
2021-02-09arm64: Simplify init_el2_state to be non-VHE onlyMarc Zyngier1-1/+1
2021-02-09arm64: Move VHE-specific SPE setup to mutate_to_vhe()Marc Zyngier1-3/+5
2021-02-09arm64: Initialise as nVHE before switching to VHEMarc Zyngier3-36/+27
2021-02-08arm64: entry: consolidate Cortex-A76 erratum 1463225 workaroundMark Rutland3-33/+53
2021-02-08arm64: Provide an 'upgrade to VHE' stub hypercallMarc Zyngier1-2/+74
2021-02-08arm64: Turn the MMU-on sequence into a macroMarc Zyngier1-15/+4
2021-02-08arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55Suzuki K Poulose1-1/+1
2021-02-04arm64: improve whitespaceZhiyuan Dai5-6/+6
2021-02-03arm64: vmlinux.ld.S: add assertion for tramp_pg_dir offsetJoey Gouly2-2/+7
2021-02-03arm64: vmlinux.ld.S: add assertion for reserved_pg_dir offsetJoey Gouly1-0/+3
2021-02-03arm64: perf: add support for Cortex-A78Seiya Wang1-0/+7
2021-02-02arm64: ptrace: Fix missing return in hw breakpoint codeKeno Fischer1-0/+1
2021-02-02arm64: perf: Constify static attribute_group structsRikard Falkeborn1-3/+3
2021-02-01arm64: hibernate: add __force attribute to gfp_t castingPavel Tatashin1-2/+2
2021-01-28KVM: arm64: Move __hyp_set_vectors out of .hyp.textQuentin Perret1-0/+2
2021-01-27arm64: kexec: arm64_relocate_new_kernel don't use x0 as tempPavel Tatashin1-8/+8
2021-01-27arm64: kexec: arm64_relocate_new_kernel clean-ups and optimizationsPavel Tatashin1-28/+8
2021-01-27arm64: kexec: call kexec_image_info only oncePavel Tatashin1-4/+1
2021-01-27arm64: kexec: move relocation function setupPavel Tatashin1-27/+19
2021-01-27arm64: trans_pgd: hibernate: idmap the single page that holds the copy page r...James Morse1-21/+11
2021-01-27arm64: trans_pgd: pass allocator trans_pgd_create_copyPavel Tatashin1-1/+6
2021-01-27arm64: trans_pgd: make trans_pgd_map_page genericPavel Tatashin1-1/+11
2021-01-27arm64: hibernate: move page handling function to new trans_pgd.cPavel Tatashin1-227/+1
2021-01-27arm64: hibernate: variable pudp is used instead of pd4dpPavel Tatashin1-3/+3
2021-01-27arm64: kexec: make dtb_mem always enabledPavel Tatashin1-5/+1
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, numa: Change the numa init functions name to be genericAtish Patra1-12/+0
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-08Merge 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-07Merge branch 'kvm-master' into kvm-nextPaolo Bonzini7-156/+231