summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2021-04-08arm64: Add __init section marker to some functionsJisheng Zhang
2021-04-08arm64/sve: Rework SVE access trap to convert state in registersMark Brown
2021-04-08arm64: entry: Enable random_kstack_offset supportKees Cook
2021-04-06arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose
2021-04-01arm64: perf: Remove redundant initialization in perf_event.cQi Liu
2021-04-01KVM: arm64: Log source when panicking from nVHE hypAndrew Scull
2021-03-30Merge tag 'kvmarm-fixes-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2021-03-29arm64: kaslr: support randomized module area with KASAN_VMALLOCLecopzer Chen
2021-03-28arm64: stacktrace: Move start_backtrace() out of the headerMark Brown
2021-03-26arm64: Support execute-only permissions with Enhanced PANVladimir Murzin
2021-03-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-03-25arm64: entry: remove test_irqs_unmasked macroMark Rutland
2021-03-25KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructureMarc Zyngier
2021-03-25KVM: arm64: Generate final CTR_EL0 value when running in Protected modeMarc Zyngier
2021-03-25arm64: kernel: disable CNP on CarmelRich Wiley
2021-03-25arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh
2021-03-24arm64: irq: allow FIQs to be handledMark Rutland
2021-03-24arm64: Always keep DAIF.[IF] in syncHector Martin
2021-03-24arm64: entry: factor irq triage logic into macrosMarc Zyngier
2021-03-24arm64: irq: rework root IRQ handler registrationMark Rutland
2021-03-24arm64: don't use GENERIC_IRQ_MULTI_HANDLERMarc Zyngier
2021-03-24KVM: arm64: Hide system instruction access to Trace registersSuzuki K Poulose
2021-03-24arm64: compat: Poison the compat sigpageWill Deacon
2021-03-24arm64: compat: Allow signal page to be remappedWill Deacon
2021-03-24arm64: vdso: Remove redundant calls to flush_dcache_page()Will Deacon
2021-03-24arm64: vdso: Use GFP_KERNEL for allocating compat vdso and signal pagesWill Deacon
2021-03-22arm64: kdump: update ppos when reading elfcorehdrPavel Tatashin
2021-03-22arm64: cpuinfo: Fix a typoBhaskar Chowdhury
2021-03-22arm64: stacktrace: don't trace arch_stack_walk()Mark Rutland
2021-03-19KVM: arm64: Page-align the .hyp sectionsQuentin Perret
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret
2021-03-19KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret
2021-03-19KVM: arm64: Enable access to sanitized CPU features at EL2Quentin Perret
2021-03-19KVM: arm64: Introduce a BSS section for use at HypQuentin Perret
2021-03-19KVM: arm64: Link position-independent string routines into .hyp.textWill Deacon
2021-03-18arm64: Use INIT_SCTLR_EL1_MMU_OFF to disable the MMU on CPU restartMarc Zyngier
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross
2021-03-11arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel
2021-03-10arm64: perf: Fix 64-bit event counter read truncationRob Herring
2021-03-10arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse
2021-03-10arch_topology: Allow multiple entities to provide sched_freq_tick() callbackViresh Kumar
2021-03-10arch_topology: Rename freq_scale as arch_freq_scaleViresh Kumar
2021-03-08arm64: Use common of_kexec_alloc_and_setup_fdt()Rob Herring
2021-03-08arm64: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian
2021-03-08arm64: Drop support for CMDLINE_EXTENDWill Deacon
2021-03-08arm64: cpufeatures: Fix handling of CONFIG_CMDLINE for idreg overridesWill Deacon
2021-03-06KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is availableMarc Zyngier
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds