aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+1
2014-09-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-8/+28
2014-09-11arm64: flush TLS registers during execGravatar Will Deacon 2-0/+24
2014-09-09efi/arm64: Fix fdt-related memory reservationGravatar Mark Salter 1-2/+1
2014-09-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-0/+6
2014-09-03arm64: use irq_set_affinity with force=false when migrating irqsGravatar Sudeep Holla 1-8/+4
2014-09-01Revert "arm64: cpuinfo: print info for all CPUs"Gravatar Will Deacon 1-18/+22
2014-09-01arm64: fix bug for reloading FPSIMD state after cpu power offGravatar Leo Yan 1-0/+1
2014-08-29arm64: report correct stack pointer in KSTK_ESP for compat tasksGravatar Will Deacon 1-1/+1
2014-08-29arm64: Add brackets around user_stack_pointer()Gravatar Catalin Marinas 1-1/+1
2014-08-29arm/arm64: KVM: Complete WFI/WFE instructionsGravatar Christoffer Dall 1-0/+2
2014-08-29ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMUGravatar Pranavkumar Sawargaonkar 1-0/+4
2014-08-28arm64: perf: don't rely on layout of pt_regs when grabbing sp or pcGravatar Will Deacon 1-0/+6
2014-08-28arm64: ptrace: fix compat reg getter/setter return valuesGravatar Will Deacon 1-3/+7
2014-08-28arm64: ptrace: fix compat hardware watchpoint reportingGravatar Will Deacon 2-2/+2
2014-08-26arm64: Remove unused variable in head.SGravatar Geoff Levand 1-4/+0
2014-08-26arm64/crypto: remove redundant update of dataGravatar Colin Ian King 1-1/+0
2014-08-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2014-08-22efi/arm64: Store Runtime Services revisionGravatar Semen Protsenko 1-0/+2
2014-08-19Revert "arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALL"Gravatar Will Deacon 1-4/+0
2014-08-19arm64: mm: update max pa bits to 48Gravatar Ganapatrao Kulkarni 1-1/+1
2014-08-19arm64: ignore DT memreserve entries when booting in UEFI modeGravatar Leif Lindholm 2-1/+5
2014-08-19arm64: configs: Enable X-Gene SATA and ethernet in defconfigGravatar Mark Brown 1-0/+3
2014-08-19arm64: align randomized TEXT_OFFSET on 4 kB boundaryGravatar Ard Biesheuvel 2-5/+5
2014-08-18arm64: compat: wire up memfd_create and getrandom syscalls for aarch32Gravatar Will Deacon 2-1/+6
2014-08-18arm64: fix typo in I-cache policy detectionGravatar Ard Biesheuvel 1-1/+1
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-3/+31
2014-08-11dts: Add bindings for APM X-Gene SoC ethernet driverGravatar Iyappan Subramanian 2-3/+31
2014-08-09Merge tag 'trace-ipi-tracepoints' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-26/+39
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-57/+36
2014-08-08Merge branch 'akpm' (second patchbomb from Andrew Morton)Gravatar Linus Torvalds 3-22/+1
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaGravatar Andy Lutomirski 2-22/+0
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigGravatar Laura Abbott 1-0/+1
2014-08-07ARM64: add IPI tracepointsGravatar Nicolas Pitre 1-26/+39
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 17-218/+1608
2014-08-06arm64: Use sigsp()Gravatar Richard Weinberger 2-19/+7
2014-08-06arm64: Use get_signal() signal_setup_done()Gravatar Richard Weinberger 3-41/+32
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+5
2014-08-05Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Paolo Bonzini 17-218/+1608
2014-08-04Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-58/+75
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2014-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 56-846/+1952
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-5/+0
2014-08-01arm64: add newline to I-cache policy stringGravatar Mark Rutland 1-1/+1
2014-08-01arm64: KVM: fix 64bit CP15 VM access for 32bit guestsGravatar Marc Zyngier 2-4/+9
2014-07-31arm64: KVM: GICv3: move system register access to msr_s/mrs_sGravatar Marc Zyngier 1-65/+65
2014-07-31Revert "arm64: dmi: Add SMBIOS/DMI support"Gravatar Will Deacon 3-54/+0
2014-07-31arm64: fpsimd: fix a typo in fpsimd_save_partial_state ENDPROCGravatar byungchul.park 1-1/+1
2014-07-31arm64: don't call break hooks for BRK exceptions from EL0Gravatar Will Deacon 1-11/+11
2014-07-30arm64: defconfig: enable devtmpfs mount optionGravatar Robert Richter 1-0/+1