aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-24arm64: irq: rework root IRQ handler registrationMark Rutland1-4/+8
2021-03-24arm64: don't use GENERIC_IRQ_MULTI_HANDLERMarc Zyngier3-1/+14
2021-03-24arm64: compat: Poison the compat sigpageWill Deacon1-3/+6
2021-03-24arm64: vdso: Avoid ISB after reading from cntvct_el0Will Deacon3-26/+20
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-19arm64: mm: use XN table mapping attributes for user/kernel mappingsArd Biesheuvel1-7/+12
2021-03-19arm64: mm: use XN table mapping attributes for the linear regionArd Biesheuvel2-7/+36
2021-03-19arm64: mm: add missing P4D definitions and use them consistentlyArd Biesheuvel4-7/+16
2021-03-15ARM64: enable GENERIC_FIND_FIRST_BITYury Norov1-0/+1
2021-03-15arm64: defconfig: Use DEBUG_INFO_REDUCEDMark Brown1-0/+1
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds19-53/+137
2021-03-12KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier1-2/+1
2021-03-12KVM: arm64: Reject VM creation when the default IPA size is unsupportedMarc Zyngier1-4/+8
2021-03-11arm64: mm: remove unused __cpu_uses_extended_idmap[_level()]Ard Biesheuvel1-14/+0
2021-03-11arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel3-6/+3
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 Morse3-12/+24
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas3-2/+5
2021-03-09KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier5-8/+15
2021-03-09arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUALAndrey Konovalov1-0/+5
2021-03-09KVM: arm64: Don't use cbz/adr with external symbolsSami Tolvanen1-2/+4
2021-03-08arm64/mm: Reorganize pfn_valid()Anshuman Khandual1-5/+16
2021-03-08arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memoryAnshuman Khandual1-0/+12
2021-03-08arm64/mm: Drop THP conditionality from FORCE_MAX_ZONEORDERAnshuman Khandual1-2/+2
2021-03-08arm64/mm: Drop redundant ARCH_WANT_HUGE_PMD_SHAREAnshuman Khandual1-2/+0
2021-03-08arm64: Drop support for CMDLINE_EXTENDWill Deacon2-10/+1
2021-03-08arm64: cpufeatures: Fix handling of CONFIG_CMDLINE for idreg overridesWill Deacon1-19/+25
2021-03-06KVM: arm64: Fix range alignment when walking page tablesJia He1-0/+1
2021-03-06KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibilityMarc Zyngier2-4/+39
2021-03-06KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()Marc Zyngier4-7/+14
2021-03-06KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is availableMarc Zyngier2-3/+9
2021-03-06KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static keyMarc Zyngier2-10/+10
2021-03-06KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull3-10/+11
2021-03-06KVM: arm64: Avoid corrupting vCPU context register in guest exitWill Deacon1-1/+1
2021-03-06KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose3-3/+25
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 Torvalds6-526/+4
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds10-25/+42
2021-02-26arm64: kasan: simplify and inline MTE functionsAndrey Konovalov7-73/+60
2021-02-26kfence: add test suiteMarco Elver1-1/+1
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver2-3/+1
2021-02-26arm64, kfence: enable KFENCE for ARM64Marco Elver4-1/+36
2021-02-26arm64/mm: define arch_get_mappable_range()Anshuman Khandual1-8/+7
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
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-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-6/+39
2021-02-24kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov4-6/+39