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