summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64: Remove unimplemented syscall log messageMichael Weiser2018-06-161-8/+0
* arm64: Disable unhandled signal log messages by defaultMichael Weiser2018-06-161-1/+1
* arm64: do not use print_symbol()Sergey Senozhatsky2018-06-161-3/+2
* arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon2018-06-162-50/+4
* arm64: remove __die()'s stack dumpMark Rutland2018-06-161-2/+0
* arm64: KVM: Increment PC after handling an SMC trapMarc Zyngier2018-06-161-0/+9
* arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier2018-03-031-2/+2
* arm64: fpsimd: Prevent registers leaking from dead tasksDave Martin2018-03-031-0/+9
* arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-oneKristina Martsenko2018-03-031-2/+1
* arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland2018-02-131-1/+1
* arm64: vdso: minor ABI fix for clock_getresNathan Lynch2018-02-131-2/+1
* arm64: ensure __dump_instr() checks addr_limitMark Rutland2018-01-011-1/+1
* arm64: fix dump_instr when PAN and UAO are in useMark Rutland2018-01-011-13/+13
* arm/arm64: KVM: set right LR register value for 32 bit guest when inject abortDongjiu Geng2018-01-011-1/+15
* arm64: fault: Route pte translation faults via do_translation_faultWill Deacon2018-01-011-1/+1
* arm64: Make sure SPsel is always setMarc Zyngier2018-01-011-0/+1
* arm64: mm: abort uaccess retries upon fatal signalMark Rutland2017-11-111-1/+4
* arm64: fpsimd: Prevent registers leaking across execDave Martin2017-11-111-0/+2
* arm64: Rework valid_user_regsMark Rutland2017-10-124-34/+89
* arm64: ptrace: Avoid setting compat FP[SC]R to garbage if get_user failsDave Martin2017-10-121-2/+4
* arm64: Preventing READ_IMPLIES_EXEC propagationDong Bo2017-10-121-1/+10
* arm64: KVM: Allow unaligned accesses at EL2Marc Zyngier2017-09-151-2/+3
* arm64: KVM: Preserve RES1 bits in SCTLR_EL2Marc Zyngier2017-09-152-4/+11
* arm64: uaccess: ensure extension of access_ok() addrMark Rutland2017-08-261-1/+2
* arm64: ensure extension of smp_store_release valueMark Rutland2017-08-261-3/+9
* arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier2017-08-262-4/+10
* arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier2017-06-051-2/+1
* crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modesArd Biesheuvel2017-03-161-46/+42
* arm64: avoid returning from bad_modeMark Rutland2017-03-162-5/+25
* arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fieldsDave Martin2017-03-161-0/+4
* arm64/ptrace: Avoid uninitialised struct padding in fpr_set()Dave Martin2017-03-161-0/+1
* arm64/ptrace: Preserve previous registers for short regset writeDave Martin2017-03-161-3/+4
* crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel2017-03-162-1/+3
* crypto: arm64/aes-neon - fix for big endianArd Biesheuvel2017-03-161-10/+15
* crypto: arm64/aes-ccm-ce: fix for big endianArd Biesheuvel2017-03-161-26/+27
* crypto: arm64/sha2-ce - fix for big endianArd Biesheuvel2017-03-161-2/+2
* crypto: arm64/sha1-ce - fix for big endianArd Biesheuvel2017-03-161-2/+2
* crypto: arm64/ghash-ce - fix for big endianArd Biesheuvel2017-03-161-3/+3
* arm64: KVM: Take S1 walks into account when determining S2 write faultsWill Deacon2017-02-231-5/+6
* arm64: kernel: Init MDCR_EL2 even in the absence of a PMUMarc Zyngier2017-02-231-1/+2
* arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEPWill Deacon2017-02-231-2/+4
* arm64: perf: reject groups spanning multiple HW PMUsSuzuki K. Poulose2016-11-201-6/+15
* crypto: arm64/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel2016-11-201-1/+1
* arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()Will Deacon2016-11-201-0/+10
* arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2016-11-202-0/+3
* arm64: debug: unmask PSTATE.D earlierWill Deacon2016-11-203-2/+2
* arm64: mm: remove page_mapping check in __sync_icache_dcacheShaokun Zhang2016-08-221-4/+0
* arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasksCatalin Marinas2016-08-222-3/+9
* arm64: cpuinfo: Missing NULL terminator in compat_hwcap_strJulien Grall2016-08-221-1/+2
* arm64: Ensure pmd_present() returns false after pmd_mknotpresent()Catalin Marinas2016-08-222-3/+2