summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
Commit message (Expand)AuthorAgeFilesLines
* arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-oneKristina Martsenko2017-12-161-2/+1
* mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook2017-08-241-2/+2
* arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook2017-07-211-6/+6
* ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementationLorenzo Pieralisi2017-07-051-3/+3
* arm64: ensure extension of smp_store_release valueMark Rutland2017-06-141-4/+14
* arm64: entry: improve data abort handling of tagged pointersKristina Martsenko2017-06-141-0/+13
* arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko2017-06-141-0/+8
* arm64: uaccess: ensure extension of access_ok() addrMark Rutland2017-05-251-1/+2
* arm64: xchg: hazard against entire exchange variableMark Rutland2017-05-251-1/+1
* arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier2017-03-121-2/+1
* arm64: futex.h: Add missing PAN togglingJames Morse2016-12-151-0/+2
* arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse2016-12-082-2/+2
* arm64: percpu: rewrite ll/sc loops in assemblyWill Deacon2016-10-281-64/+56
* arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()Will Deacon2016-09-241-0/+10
* arm64: Add workaround for Cavium erratum 27456Andrew Pinski2016-09-151-1/+2
* arm64: KVM: Configure TCR_EL2.PS at runtimeTirumalesh Chalamarla2016-09-151-2/+0
* irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributorTirumalesh Chalamarla2016-09-151-0/+1
* arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2016-09-071-0/+1
* arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse2016-08-201-0/+2
* arm64: Rework valid_user_regsMark Rutland2016-07-271-29/+4
* arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasksCatalin Marinas2016-06-241-2/+2
* arm64: Implement pmdp_set_access_flags() for hardware AF/DBMCatalin Marinas2016-06-011-0/+10
* arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas2016-06-011-0/+5
* arm64: Ensure pmd_present() returns false after pmd_mknotpresent()Catalin Marinas2016-06-012-3/+2
* arm64: Fix typo in the pmdp_huge_get_and_clear() definitionCatalin Marinas2016-06-011-3/+3
* arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permissionCatalin Marinas2016-05-041-1/+2
* arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappingsCatalin Marinas2016-05-041-11/+10
* arm64: opcodes.h: Add arm big-endian config options before including arm headerJames Morse2016-04-201-0/+4
* arm64: account for sparsemem section alignment when choosing vmemmap offsetArd Biesheuvel2016-03-161-2/+3
* arm64: vmemmap: use virtual projection of linear regionArd Biesheuvel2016-03-091-3/+4
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-12-131-0/+1
|\
| * irqchip/gic-v3: Add missing include for barrier.hMarc Zyngier2015-12-101-0/+1
* | arm64: Improve error reporting on set_pte_at() checksCatalin Marinas2015-12-111-4/+8
|/
* Merge tag 'kvm-arm-for-v4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2015-12-041-5/+13
|\
| * arm64: KVM: Get rid of old vcpu_reg()Pavel Fedin2015-12-041-8/+3
| * arm64: KVM: Correctly handle zero register during MMIOPavel Fedin2015-12-041-0/+13
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-11-272-4/+24
|\ \
| * | arm64: debug: Treat the BRPs/WRPs as unsignedSuzuki K. Poulose2015-11-261-2/+4
| * | arm64: cpufeature: Track unsigned fieldsSuzuki K. Poulose2015-11-261-2/+8
| * | arm64: cpufeature: Add helpers for extracting unsigned valuesSuzuki K. Poulose2015-11-261-0/+12
* | | Merge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-261-0/+5
|\ \ \ | |_|/ |/| |
| * | xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky2015-11-261-0/+5
* | | arm64: KVM: Add workaround for Cortex-A57 erratum 834220Marc Zyngier2015-11-241-1/+2
* | | arm64: KVM: Fix AArch32 to AArch64 register mappingMarc Zyngier2015-11-241-3/+5
| |/ |/|
* | arm64: barriers: fix smp_load_acquire to work with const argumentsWill Deacon2015-11-181-6/+10
* | arm64: Fix R/O permissions in mark_rodata_roLaura Abbott2015-11-181-0/+1
* | arm64: use non-global mappings for UEFI runtime regionsArd Biesheuvel2015-11-181-1/+1
* | arm64: do not include ptrace.h from compat.hArnd Bergmann2015-11-171-2/+1
* | arm64: simplify dma_get_opsArnd Bergmann2015-11-171-10/+3
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-11-123-2/+3
|\ \