summaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2014-09-08arm64: introduce aarch64_insn_gen_load_store_reg()Zi Shen Lim2-0/+82
2014-09-08arm64: introduce aarch64_insn_gen_cond_branch_imm()Zi Shen Lim2-0/+38
2014-09-08arm64: introduce aarch64_insn_gen_branch_reg()Zi Shen Lim2-2/+40
2014-09-08arm64: introduce aarch64_insn_gen_comp_branch_imm()Zi Shen Lim2-5/+140
2014-09-08arm64: LLVMLinux: Use global stack pointer in return_address()Behan Webster1-2/+1
2014-09-08arm64: LLVMLinux: Use global stack register variable for aarch64Mark Charlebois1-2/+2
2014-09-08arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.cBehan Webster1-2/+1
2014-09-08arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointerBehan Webster1-2/+2
2014-09-08arm64: LLVMLinux: Use current_stack_pointer in save_stack_trace_tskBehan Webster1-2/+1
2014-09-08arm64: LLVMLinux: Add current_stack_pointer() for arm64Behan Webster1-0/+5
2014-09-08arm64: Add CONFIG_DEBUG_SET_MODULE_RONX supportLaura Abbott4-1/+112
2014-09-08arm64: Introduce {set,clear}_pte_bitLaura Abbott1-14/+19
2014-09-08arm64: convert part of soft_restart() to assemblyArun Chandran3-28/+19
2014-09-08arm64/efi: efistub: don't abort if base of DRAM is occupiedArd Biesheuvel1-10/+6
2014-09-08arm64/efi: efistub: cover entire static mem footprint in PE/COFF .textArd Biesheuvel1-3/+3
2014-09-08arm64: spin-table: handle unmapped cpu-release-addrsMark Rutland1-5/+17
2014-09-08arm64: don't flag non-aliasing VIPT I-caches as aliasingArd Biesheuvel1-2/+12
2014-09-08arm64: add helper functions to read I-cache attributesArd Biesheuvel2-0/+34
2014-09-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+6
2014-09-03arm64: use irq_set_affinity with force=false when migrating irqsSudeep Holla1-8/+4
2014-09-01Revert "arm64: cpuinfo: print info for all CPUs"Will Deacon1-18/+22
2014-09-01arm64: fix bug for reloading FPSIMD state after cpu power offLeo Yan1-0/+1
2014-08-29arm64: report correct stack pointer in KSTK_ESP for compat tasksWill Deacon1-1/+1
2014-08-29arm64: Add brackets around user_stack_pointer()Catalin Marinas1-1/+1
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-1/+1
2014-08-29KVM: static inline empty kvm_arch functionsRadim Krčmář1-0/+6
2014-08-29KVM: forward declare structs in kvm_types.hPaolo Bonzini1-4/+2
2014-08-29arm64: dts: add random number generator dts node to APM X-Gene platform.Feng Kan1-0/+21
2014-08-29arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall1-0/+2
2014-08-29ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMUPranavkumar Sawargaonkar1-0/+4
2014-08-28arm64: perf: don't rely on layout of pt_regs when grabbing sp or pcWill Deacon1-0/+6
2014-08-28arm64: ptrace: fix compat reg getter/setter return valuesWill Deacon1-3/+7
2014-08-28arm64: ptrace: fix compat hardware watchpoint reportingWill Deacon2-2/+2
2014-08-27KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_regWill Deacon1-1/+1
2014-08-27KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon1-1/+1
2014-08-27KVM: ARM/arm64: fix broken __percpu annotationWill Deacon1-1/+1
2014-08-27KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon1-1/+1
2014-08-27arm/arm64: KVM: Support KVM_CAP_READONLY_MEMChristoffer Dall1-0/+1
2014-08-26arm64: Remove unused variable in head.SGeoff Levand1-4/+0
2014-08-26arm64/crypto: remove redundant update of dataColin Ian King1-1/+0
2014-08-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2014-08-22efi/arm64: Store Runtime Services revisionSemen Protsenko1-0/+2
2014-08-19Revert "arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALL"Will Deacon1-4/+0
2014-08-19arm64: mm: update max pa bits to 48Ganapatrao Kulkarni1-1/+1
2014-08-19arm64: ignore DT memreserve entries when booting in UEFI modeLeif Lindholm2-1/+5
2014-08-19arm64: configs: Enable X-Gene SATA and ethernet in defconfigMark Brown1-0/+3
2014-08-19arm64: align randomized TEXT_OFFSET on 4 kB boundaryArd Biesheuvel2-5/+5
2014-08-18arm64: compat: wire up memfd_create and getrandom syscalls for aarch32Will Deacon2-1/+6
2014-08-18arm64: fix typo in I-cache policy detectionArd Biesheuvel1-1/+1
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+31