summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-087-26/+40
|\
| * Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-09-277-21/+25
| |\
| | * arm/arm64: KVM: Report correct FSC for unsupported fault typesChristoffer Dall2014-09-261-0/+5
| | * arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp2014-09-262-4/+14
| | * arm/arm64: KVM: vgic: make number of irqs a configurable attributeMarc Zyngier2014-09-181-0/+1
| | * Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall2014-09-181-4/+8
| | |\
| | * | ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel2014-09-111-13/+0
| | * | KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_regWill Deacon2014-08-271-1/+1
| | * | KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon2014-08-271-1/+1
| | * | KVM: ARM/arm64: fix broken __percpu annotationWill Deacon2014-08-271-1/+1
| | * | KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon2014-08-271-1/+1
| | * | arm/arm64: KVM: Support KVM_CAP_READONLY_MEMChristoffer Dall2014-08-271-0/+1
| * | | kvm: Add arch specific mmu notifier for page invalidationTang Chen2014-09-241-0/+5
| * | | kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-1/+2
| | |/ | |/|
| * | KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-291-1/+1
| * | KVM: static inline empty kvm_arch functionsRadim Krčmář2014-08-291-0/+6
| * | KVM: forward declare structs in kvm_types.hPaolo Bonzini2014-08-291-4/+2
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-09-191-2/+1
|\ \
| * | efi/arm64: Fix fdt-related memory reservationMark Salter2014-09-091-2/+1
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-09-123-8/+28
|\ \ \
| * | | arm64: flush TLS registers during execWill Deacon2014-09-112-0/+24
| * | | arm64: use irq_set_affinity with force=false when migrating irqsSudeep Holla2014-09-031-8/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-09-062-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall2014-08-291-0/+2
| * | | ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMUPranavkumar Sawargaonkar2014-08-291-0/+4
| | |/ | |/|
* | | Revert "arm64: cpuinfo: print info for all CPUs"Will Deacon2014-09-011-18/+22
* | | arm64: fix bug for reloading FPSIMD state after cpu power offLeo Yan2014-09-011-0/+1
* | | arm64: report correct stack pointer in KSTK_ESP for compat tasksWill Deacon2014-08-291-1/+1
* | | arm64: Add brackets around user_stack_pointer()Catalin Marinas2014-08-291-1/+1
* | | arm64: perf: don't rely on layout of pt_regs when grabbing sp or pcWill Deacon2014-08-281-0/+6
* | | arm64: ptrace: fix compat reg getter/setter return valuesWill Deacon2014-08-281-3/+7
* | | arm64: ptrace: fix compat hardware watchpoint reportingWill Deacon2014-08-282-2/+2
* | | arm64: Remove unused variable in head.SGeoff Levand2014-08-261-4/+0
* | | arm64/crypto: remove redundant update of dataColin Ian King2014-08-261-1/+0
| |/ |/|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-241-0/+2
|\ \
| * | efi/arm64: Store Runtime Services revisionSemen Protsenko2014-08-221-0/+2
| |/
* | Revert "arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALL"Will Deacon2014-08-191-4/+0
* | arm64: mm: update max pa bits to 48Ganapatrao Kulkarni2014-08-191-1/+1
* | arm64: ignore DT memreserve entries when booting in UEFI modeLeif Lindholm2014-08-192-1/+5
* | arm64: configs: Enable X-Gene SATA and ethernet in defconfigMark Brown2014-08-191-0/+3
* | arm64: align randomized TEXT_OFFSET on 4 kB boundaryArd Biesheuvel2014-08-192-5/+5
* | arm64: compat: wire up memfd_create and getrandom syscalls for aarch32Will Deacon2014-08-182-1/+6
* | arm64: fix typo in I-cache policy detectionArd Biesheuvel2014-08-181-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-132-3/+31
|\
| * dts: Add bindings for APM X-Gene SoC ethernet driverIyappan Subramanian2014-08-112-3/+31
* | Merge tag 'trace-ipi-tracepoints' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-091-26/+39
|\ \
| * | ARM64: add IPI tracepointsNicolas Pitre2014-08-071-26/+39
* | | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-093-57/+36
|\ \ \
| * | | arm64: Use sigsp()Richard Weinberger2014-08-062-19/+7
| * | | arm64: Use get_signal() signal_setup_done()Richard Weinberger2014-08-063-41/+32
| |/ /
OpenPOWER on IntegriCloud