summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
AgeCommit message (Expand)Author
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-09-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-08-27mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.hChristoph Hellwig
2015-08-24arm64: set MAX_MEMBLOCK_ADDR according to linear region sizeArd Biesheuvel
2015-08-24arm64: Fix source code file path in commentsAlexander Kuleshov
2015-08-22Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini
2015-08-20xen/events: Support event channel rebind on ARMJulien Grall
2015-08-19arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore on exitsMario Smarduch
2015-08-12arm64: Add __exception_irq_entry definition for function graphJungseok Lee
2015-08-12arm64: KVM: remove remaining reference to vgic_sr_vectorsVladimir Murzin
2015-08-12Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar
2015-08-05Merge branch 'aarch64/psci/drivers' into aarch64/for-next/coreWill Deacon
2015-08-04arm64: make ll/sc __cmpxchg_case_##name asm consistentMark Rutland
2015-08-03arm64: psci: factor invocation code to driversMark Rutland
2015-08-03locking/static_keys: Add a new static_key interfacePeter Zijlstra
2015-08-03locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...Andrey Konovalov
2015-07-30arm64: cmpxchg: truncate sub-word signed types before comparisonWill Deacon
2015-07-30arm64: alternative: put secondary CPUs into polling loop during patchWill Deacon
2015-07-29arm64: lse: fix lse cmpxchg code indentationWill Deacon
2015-07-29arm64: remove dead-code depending on CONFIG_UP_LATE_INITJonas Rabenstein
2015-07-28arm64: pgtable: fix definition of pte_validWill Deacon
2015-07-28arm64: spinlock: fix ll/sc unlock on big-endian systemsWill Deacon
2015-07-28arm64: Use last level TLBI for user pte changesCatalin Marinas
2015-07-28arm64: Clean up __flush_tlb(_kernel)_range functionsCatalin Marinas
2015-07-27arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon
2015-07-27arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistencyWill Deacon
2015-07-27arm64: atomic64_dec_if_positive: fix incorrect branch conditionWill Deacon
2015-07-27arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchgWill Deacon
2015-07-27arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon
2015-07-27arm64: atomics: tidy up common atomic{,64}_* macrosWill Deacon
2015-07-27arm64: cmpxchg: avoid memory barrier on comparison failureWill Deacon
2015-07-27arm64: cmpxchg: avoid "cc" clobber in ll/sc routinesWill Deacon
2015-07-27arm64: cmpxchg_dbl: patch in lse instructions when supported by the CPUWill Deacon
2015-07-27arm64: cmpxchg: patch in lse instructions when supported by the CPUWill Deacon
2015-07-27arm64: xchg: patch in lse instructions when supported by the CPUWill Deacon
2015-07-27arm64: bitops: patch in lse instructions when supported by the CPUWill Deacon
2015-07-27arm64: locks: patch in lse instructions when supported by the CPUWill Deacon
2015-07-27arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon
2015-07-27arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon
2015-07-27arm64: alternatives: add cpu feature for lse atomicsWill Deacon
2015-07-27arm64: atomics: move ll/sc atomics into separate header fileWill Deacon