aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
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/arm64/linuxLinus 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
2021-03-19KVM: arm64: Enable access to sanitized CPU features at EL2Quentin Perret1-0/+13
2021-03-19KVM: arm64: Introduce a BSS section for use at HypQuentin Perret1-18/+34
2021-03-19KVM: arm64: Link position-independent string routines into .hyp.textWill Deacon1-0/+11
2021-03-18arm64: Use INIT_SCTLR_EL1_MMU_OFF to disable the MMU on CPU restartMarc Zyngier1-4/+1
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross1-4/+9
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-10arch_topology: Allow multiple entities to provide sched_freq_tick() callbackViresh Kumar1-66/+39
2021-03-10arch_topology: Rename freq_scale as arch_freq_scaleViresh Kumar1-3/+3
2021-03-08arm64: Use common of_kexec_alloc_and_setup_fdt()Rob Herring1-174/+8
2021-03-08arm64: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian1-9/+9
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/kernel/git/riscv/linuxLinus Torvalds1-12/+0
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus 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-24kasan, 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