summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)AuthorFilesLines
2014-03-10arm64: barriers: add dmb barrierWill Deacon1-0/+1
2014-03-04arm64: topology: Implement basic CPU topology supportMark Brown1-0/+39
2014-03-04arm64: advertise ARMv8 extensions to 32-bit compat ELF binariesArd Biesheuvel1-0/+6
2014-03-04arm64: add AT_HWCAP2 support for 32-bit compatArd Biesheuvel1-1/+2
2014-02-28arm64: remove return value form psci_init()Vladimir Murzin1-1/+1
2014-02-27arm64: Implement coherent DMA API based on swiotlbCatalin Marinas2-0/+14
2014-02-26arm64: Convert asm/tlb.h to generic mmu_gatherCatalin Marinas1-116/+20
2014-02-26arm64: Extend the PCI I/O space to 16MBCatalin Marinas1-1/+1
2014-02-26misc: debug: remove compilation warningsVijaya Kumar K1-1/+1
2014-02-26arm64: KGDB: Add Basic KGDB supportVijaya Kumar K2-0/+131
2014-02-26arm64: Add macros to manage processor debug stateVijaya Kumar K2-17/+23
2014-02-07arm64: asm: remove redundant "cc" clobbersWill Deacon4-25/+21
2014-02-07arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon3-15/+29
2014-02-06arm64: barriers: allow dsb macro to take option parameterWill Deacon1-1/+1
2014-02-05arm64: compat: Wire up new AArch32 syscallsCatalin Marinas1-1/+4
2014-02-05arm64: fix typo: s/SERRROR/SERROR/Mark Rutland2-2/+2
2014-02-05arm64: add DSB after icache flush in __flush_icache_all()Vinayak Kale1-0/+1
2014-02-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-31/+63
2014-01-31arm64: mm: Introduce PTE_WRITESteve Capper1-23/+25
2014-01-31arm64: mm: Remove PTE_BIT_FUNC macroSteve Capper1-10/+41
2014-01-27arm64: fix build error if DMA_CMA is enabledPankaj Dubey1-1/+0
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+7
2014-01-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds17-50/+432
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+50
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2014-01-16Revert "arm64: Fix memory shareability attribute for ioremap_wc/cache"Catalin Marinas1-1/+1
2014-01-15Merge tag 'kvm-arm-for-3.14' of git://git.linaro.org/people/christoffer.dall/...Paolo Bonzini1-0/+1
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar1-4/+0
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-0/+50
2014-01-08arm64, jump label: optimize jump label implementationJiang Liu1-0/+52
2014-01-08arm64: introduce aarch64_insn_gen_{nop|branch_imm}() helper functionsJiang Liu1-0/+10
2014-01-08arm64: move encode_insn_immediate() from module.c to insn.cJiang Liu1-0/+13
2014-01-08arm64: introduce interfaces to hotpatch kernel and module codeJiang Liu1-1/+9
2014-01-08arm64: introduce basic aarch64 instruction decoding helpersJiang Liu1-0/+77
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2013-12-28arm64: KVM: Add Kconfig option for max VCPUs per-GuestAnup Patel1-1/+6
2013-12-20Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-4/+0
2013-12-19Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstreamCatalin Marinas6-1/+60
2013-12-19arm64: Enable CMALaura Abbott1-0/+29
2013-12-19arm64: drop redundant macros from read_cpuid()Ard Biesheuvel1-14/+4
2013-12-19arm64: cmpxchg: update macros to prevent warningsMark Hambleton1-11/+17
2013-12-19arm64: support single-step and breakpoint handler hooksSandeepa Prabhu1-0/+21
2013-12-19arm64: dcache: select DCACHE_WORD_ACCESS for little-endian CPUsWill Deacon1-0/+40
2013-12-19arm64: futex: ensure .fixup entries are sufficiently alignedWill Deacon1-0/+1
2013-12-19arm64: use generic strnlen_user and strncpy_from_user functionsWill Deacon2-21/+58
2013-12-19arm64: percpu: implement optimised pcpu access using tpidr_el1Will Deacon2-1/+41
2013-12-19arm64: Correct virt_addr_validLaura Abbott1-2/+1
2013-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2