aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-04-13arm64/sve: Remove redundant system_supports_sve() testsMark Brown1-4/+4
2021-04-13arm64: kprobes: Restore local irqflag if kprobes is cancelledJisheng Zhang1-2/+4
2021-04-12Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki1-68/+41
2021-04-12arm64: mte: Ensure TIF_MTE_ASYNC_FAULT is set atomicallyCatalin Marinas1-4/+6
2021-04-12arm64: fpsimd: run kernel mode NEON with softirqs disabledArd Biesheuvel2-2/+4
2021-04-11arm64: mte: Report async tag faults before suspendVincenzo Frascino2-0/+19
2021-04-11arm64: mte: Enable async tag check faultVincenzo Frascino2-0/+42
2021-04-11arm64: mte: Conditionally compile mte_enable_kernel_*()Vincenzo Frascino1-0/+4
2021-04-11arm64: mte: Enable TCO in functions that can read beyond buffer limitsVincenzo Frascino1-0/+22
2021-04-11arm64: mte: Add asynchronous mode supportVincenzo Frascino1-2/+14
2021-04-08arm64: ftrace: use function_nocfi for ftrace_callSami Tolvanen1-1/+1
2021-04-08arm64: add __nocfi to __apply_alternativesSami Tolvanen1-2/+2
2021-04-08arm64: add __nocfi to functions that jump to a physical addressSami Tolvanen2-5/+5
2021-04-08arm64: use function_nocfi with __pa_symbolSami Tolvanen5-5/+8
2021-04-08arm64: Get rid of CONFIG_ARM64_VHEMarc Zyngier2-6/+0
2021-04-08arm64: Cope with CPUs stuck in VHE modeMarc Zyngier3-8/+52
2021-04-08arm64: cpufeature: Allow early filtering of feature overrideMarc Zyngier2-0/+19
2021-04-08arm64: Add __init section marker to some functionsJisheng Zhang1-2/+2
2021-04-08arm64/sve: Rework SVE access trap to convert state in registersMark Brown2-9/+22
2021-04-08arm64: entry: Enable random_kstack_offset supportKees Cook2-0/+21
2021-04-06arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose1-1/+2
2021-04-01arm64: perf: Remove redundant initialization in perf_event.cQi Liu1-3/+2
2021-04-01KVM: arm64: Log source when panicking from nVHE hypAndrew Scull1-2/+1
2021-03-30Merge tag 'kvmarm-fixes-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-1/+0
2021-03-29arm64: kaslr: support randomized module area with KASAN_VMALLOCLecopzer Chen2-15/+19
2021-03-28arm64: stacktrace: Move start_backtrace() out of the headerMark Brown1-0/+24
2021-03-26arm64: Support execute-only permissions with Enhanced PANVladimir Murzin1-0/+12
2021-03-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds6-6/+22
2021-03-25arm64: entry: remove test_irqs_unmasked macroMark Rutland1-14/+0
2021-03-25KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructureMarc Zyngier1-13/+0
2021-03-25KVM: arm64: Generate final CTR_EL0 value when running in Protected modeMarc Zyngier1-0/+1
2021-03-25arm64: kernel: disable CNP on CarmelRich Wiley2-1/+12
2021-03-25arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh1-0/+2
2021-03-24arm64: irq: allow FIQs to be handledMark Rutland2-9/+37
2021-03-24arm64: Always keep DAIF.[IF] in syncHector Martin3-6/+9
2021-03-24arm64: entry: factor irq triage logic into macrosMarc Zyngier1-37/+43
2021-03-24arm64: irq: rework root IRQ handler registrationMark Rutland1-4/+8
2021-03-24arm64: don't use GENERIC_IRQ_MULTI_HANDLERMarc Zyngier1-0/+11
2021-03-24KVM: arm64: Hide system instruction access to Trace registersSuzuki K Poulose1-1/+0
2021-03-24arm64: compat: Poison the compat sigpageWill Deacon1-3/+6
2021-03-24arm64: compat: Allow signal page to be remappedWill Deacon1-0/+9
2021-03-24arm64: vdso: Remove redundant calls to flush_dcache_page()Will Deacon1-2/+0
2021-03-24arm64: vdso: Use GFP_KERNEL for allocating compat vdso and signal pagesWill Deacon1-2/+2
2021-03-22arm64: kdump: update ppos when reading elfcorehdrPavel Tatashin1-0/+2
2021-03-22arm64: cpuinfo: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-22arm64: stacktrace: don't trace arch_stack_walk()Mark Rutland1-4/+5
2021-03-19KVM: arm64: Page-align the .hyp sectionsQuentin Perret1-13/+9
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret1-0/+3
2021-03-19KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret1-0/+3
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret1-0/+16