summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)AuthorFilesLines
2020-12-11arm64: assembler: make adr_l work in modules under KASLRArd Biesheuvel1-9/+27
2020-06-20KVM: arm64: Make vcpu_cp1x() work on Big Endian hostsMarc Zyngier1-2/+4
2019-10-17arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose1-8/+14
2019-10-17arm64: capabilities: Handle sign of the feature bitSuzuki K Poulose1-3/+4
2019-08-11arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon1-3/+4
2019-04-27arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor1-1/+1
2019-04-27arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon1-8/+8
2019-04-03arm64: kernel: Include _AC definition in page.hJames Morse1-0/+2
2019-04-03arm64: fix COMPAT_SHMLBA definition for large pagesYury Norov1-1/+1
2019-01-26arm64: Don't trap host pointer auth use to EL2Mark Rutland1-1/+3
2019-01-26arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland1-0/+1
2018-11-27arm64: percpu: Initialize ret in the default caseNathan Chancellor1-0/+3
2018-10-10arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"Miguel Ojeda1-2/+2
2018-10-10arm64: KVM: Sanitize PSTATE.M when being set from userspaceMarc Zyngier1-0/+5
2018-10-10arm64: cpufeature: Track 32bit EL0 supportSuzuki K Poulose2-1/+8
2018-06-06arm64: lse: Add early clobbers to some input/output asm operandsWill Deacon1-7/+7
2018-05-30arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomicsWill Deacon1-2/+2
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-22/+4
2018-05-26arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose2-0/+51
2018-05-26arm64: introduce mov_q macro to move a constant into a 64-bit registerArd Biesheuvel1-0/+20
2018-04-13arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usageWill Deacon1-4/+4
2018-04-08arm64: avoid overflow in VA_START and PAGE_OFFSETNick Desaulniers1-2/+4
2018-02-25arm64: define BUG() instruction without CONFIG_BUGArnd Bergmann1-14/+19
2017-12-16arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-oneKristina Martsenko1-2/+1
2017-08-25mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook1-2/+2
2017-07-21arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook1-6/+6
2017-07-05ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementationLorenzo Pieralisi1-3/+3
2017-06-14arm64: ensure extension of smp_store_release valueMark Rutland1-4/+14
2017-06-14arm64: entry: improve data abort handling of tagged pointersKristina Martsenko1-0/+13
2017-06-14arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko1-0/+8
2017-05-25arm64: uaccess: ensure extension of access_ok() addrMark Rutland1-1/+2
2017-05-25arm64: xchg: hazard against entire exchange variableMark Rutland1-1/+1
2017-03-12arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier1-2/+1
2016-12-15arm64: futex.h: Add missing PAN togglingJames Morse1-0/+2
2016-12-08arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse2-2/+2
2016-10-28arm64: percpu: rewrite ll/sc loops in assemblyWill Deacon1-64/+56
2016-09-24arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()Will Deacon1-0/+10
2016-09-15arm64: Add workaround for Cavium erratum 27456Andrew Pinski1-1/+2
2016-09-15arm64: KVM: Configure TCR_EL2.PS at runtimeTirumalesh Chalamarla1-2/+0
2016-09-15irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributorTirumalesh Chalamarla1-0/+1
2016-09-07arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan1-0/+1
2016-08-20arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse1-0/+2
2016-07-27arm64: Rework valid_user_regsMark Rutland1-29/+4
2016-06-24arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasksCatalin Marinas1-2/+2
2016-06-01arm64: Implement pmdp_set_access_flags() for hardware AF/DBMCatalin Marinas1-0/+10
2016-06-01arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas1-0/+5
2016-06-01arm64: Ensure pmd_present() returns false after pmd_mknotpresent()Catalin Marinas2-3/+2
2016-06-01arm64: Fix typo in the pmdp_huge_get_and_clear() definitionCatalin Marinas1-3/+3
2016-05-05arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permissionCatalin Marinas1-1/+2
2016-05-05arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappingsCatalin Marinas1-11/+10