aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/device.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-05arm64: mm: ensure patched kernel text is fetched from PoUWill Deacon3-1/+16
2015-08-04arm64: alternatives: ensure secondary CPUs execute ISB after patchingWill Deacon1-0/+1
2015-08-04arm64: make ll/sc __cmpxchg_case_##name asm consistentMark Rutland1-1/+1
2015-08-03arm64: dma-mapping: Simplify pgprot handlingRobin Murphy1-3/+2
2015-08-03MAINTAINERS: add PSCI entryMark Rutland1-0/+9
2015-08-03drivers: psci: support native SMC{32,64} callsMark Rutland1-6/+19
2015-08-03arm64: psci: factor invocation code to driversMark Rutland9-390/+431
2015-07-31arm64: restore cpu suspend/resume functionalitySudeep Holla1-1/+0
2015-07-30ARM64: PCI: do not enable resources on PROBE_ONLY systemsLorenzo Pieralisi1-0/+13
2015-07-30arm64: cmpxchg: truncate sub-word signed types before comparisonWill Deacon1-4/+4
2015-07-30arm64: alternative: put secondary CPUs into polling loop during patchWill Deacon2-6/+26
2015-07-29arm64/Documentation: clarify wording regarding memory below the ImageArd Biesheuvel1-4/+7
2015-07-29arm64: lse: fix lse cmpxchg code indentationWill Deacon1-3/+3
2015-07-29arm64: remove redundant object file listJonas Rabenstein1-1/+0
2015-07-29arm64: remove dead-code depending on CONFIG_UP_LATE_INITJonas Rabenstein3-28/+14
2015-07-28arm64: pgtable: fix definition of pte_validWill Deacon1-1/+1
2015-07-28arm64: spinlock: fix ll/sc unlock on big-endian systemsWill Deacon1-1/+1
2015-07-28arm64: Use last level TLBI for user pte changesCatalin Marinas2-6/+22
2015-07-28arm64: Clean up __flush_tlb(_kernel)_range functionsCatalin Marinas1-26/+21
2015-07-28arm64: mm: mark create_mapping as __initMark Rutland1-1/+1
2015-07-27arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon3-8/+8
2015-07-27arm64: mm: add __init section marker to free_initrd_memWang Long1-2/+2
2015-07-27arm64: elf: use cpuid_feature_extract_field for hwcap detectionWill Deacon1-20/+15
2015-07-27arm64: lse: use generic cpufeature detection for LSE atomicsWill Deacon2-20/+21
2015-07-27arm64: kconfig: group the v8.1 features togetherWill Deacon1-43/+47
2015-07-27arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistencyWill Deacon3-4/+4
2015-07-27arm64: kconfig: select HAVE_CMPXCHG_LOCALWill Deacon1-0/+1
2015-07-27arm64: atomic64_dec_if_positive: fix incorrect branch conditionWill Deacon2-2/+2
2015-07-27arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchgWill Deacon3-89/+2
2015-07-27arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon4-0/+21
2015-07-27arm64: atomics: tidy up common atomic{,64}_* macrosWill Deacon1-59/+40
2015-07-27arm64: cmpxchg: avoid memory barrier on comparison failureWill Deacon1-26/+22
2015-07-27arm64: cmpxchg: avoid "cc" clobber in ll/sc routinesWill Deacon2-10/+8
2015-07-27arm64: cmpxchg_dbl: patch in lse instructions when supported by the CPUWill Deacon3-51/+94
2015-07-27arm64: cmpxchg: patch in lse instructions when supported by the CPUWill Deacon4-66/+98
2015-07-27arm64: xchg: patch in lse instructions when supported by the CPUWill Deacon1-5/+33
2015-07-27arm64: bitops: patch in lse instructions when supported by the CPUWill Deacon2-21/+45
2015-07-27arm64: locks: patch in lse instructions when supported by the CPUWill Deacon1-29/+108
2015-07-27arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon6-124/+342
2015-07-27arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon6-2/+224
2015-07-27arm64: alternatives: add cpu feature for lse atomicsWill Deacon2-1/+3
2015-07-27arm64: elf: advertise 8.1 atomic instructions as new hwcapWill Deacon2-0/+15
2015-07-27arm64: atomics: move ll/sc atomics into separate header fileWill Deacon2-174/+221
2015-07-27arm64: cpufeature.h: add missing #include of kernel.hWill Deacon1-0/+2
2015-07-27arm64: rwlocks: don't fail trylock purely due to contentionWill Deacon1-6/+8
2015-07-27atomic: Add simple atomic_t testsPeter Zijlstra1-21/+47
2015-07-27atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra14-97/+97
2015-07-27atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra16-174/+25
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra29-68/+19
2015-07-27tile: Provide atomic_{or,xor,and}Chris Metcalf4-0/+99