summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-04-07arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose1-1/+2
2021-03-24KVM: arm64: Hide system instruction access to Trace registersSuzuki K Poulose1-1/+0
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2021-03-11arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel1-1/+1
2021-03-10arm64: perf: Fix 64-bit event counter read truncationRob Herring1-1/+1
2021-03-10arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse1-2/+4
2021-03-08arm64: Drop support for CMDLINE_EXTENDWill Deacon1-4/+1
2021-03-08arm64: cpufeatures: Fix handling of CONFIG_CMDLINE for idreg overridesWill Deacon1-19/+25
2021-03-06KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is availableMarc Zyngier1-0/+3
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-12/+0
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-18/+35
2021-02-26arm64: kasan: simplify and inline MTE functionsAndrey Konovalov1-46/+0
2021-02-25arm64: stacktrace: Report when we reach the end of the stackMark Brown1-1/+1
2021-02-25arm64: ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL)Timothy E Baldwin1-1/+1
2021-02-25kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov1-0/+12
2021-02-24arm64: Add missing ISB after invalidating TLB in enter_vheMarc Zyngier1-0/+1
2021-02-24arm64: Add missing ISB after invalidating TLB in __primary_switchMarc Zyngier1-0/+1
2021-02-24arm64: VHE: Enable EL2 MMU from the idmapMarc Zyngier1-13/+26
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2021-02-23arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probingHe Zhe1-1/+1
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-5/+18
2021-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds30-553/+639
2021-02-19arm64: kexec_file: fix memory leakage in create_dtb() when fdt_open_into() failsqiuguorui11-1/+3
2021-02-19arm64: spectre: Prevent lockdep splat on v4 mitigation enable pathWill Deacon1-1/+1
2021-02-12arm64: mte: Allow PTRACE_PEEKMTETAGS access to the zero pageCatalin Marinas2-6/+3
2021-02-12Merge branch 'for-next/vdso' into for-next/coreWill Deacon6-5/+4
2021-02-12Merge branch 'for-next/topology' into for-next/coreWill Deacon1-59/+56
2021-02-12Merge branch 'for-next/stacktrace' into for-next/coreWill Deacon2-14/+9
2021-02-12Merge branch 'for-next/perf' into for-next/coreWill Deacon1-3/+10
2021-02-12Merge branch 'for-next/misc' into for-next/coreWill Deacon4-2/+13
2021-02-12Merge branch 'for-next/kexec' into for-next/coreWill Deacon3-316/+60
2021-02-12Merge branch 'for-next/errata' into for-next/coreWill Deacon4-34/+54
2021-02-12Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon9-114/+427
2021-02-09arm64: cpufeatures: Allow disabling of Pointer Auth from the command-lineMarc Zyngier2-1/+19
2021-02-09arm64: Defer enabling pointer authentication on boot coreSrinivas Ramana1-4/+0
2021-02-09arm64: cpufeatures: Allow disabling of BTI from the command-lineMarc Zyngier2-1/+14
2021-02-09arm64: Move "nokaslr" over to the early cpufeature infrastructureMarc Zyngier2-34/+17
2021-02-09arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0Marc Zyngier1-0/+2
2021-02-09arm64: Add an aliasing facility for the idreg overrideMarc Zyngier1-3/+14
2021-02-09arm64: Honor VHE being disabled from the command-lineMarc Zyngier2-0/+14
2021-02-09arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command lineMarc Zyngier2-1/+15
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