summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-081-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | xen/events: Support event channel rebind on ARMJulien Grall2015-08-201-0/+6
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-09-0484-1136/+2307
|\ \ \ \
| * | | | arm64: flush FP/SIMD state correctly after execve()Ard Biesheuvel2015-08-271-0/+1
| * | | | arm64: makefile: fix perf_callchain.o kconfig dependencyWill Deacon2015-08-241-2/+2
| * | | | arm64: set MAX_MEMBLOCK_ADDR according to linear region sizeArd Biesheuvel2015-08-241-0/+8
| * | | | arm64: Fix source code file path in commentsAlexander Kuleshov2015-08-241-1/+1
| * | | | arm64: entry: always restore x0 from the stack on syscall returnWill Deacon2015-08-211-11/+6
| * | | | arm64: mdscr_el1: avoid exposing DCC to userspaceWill Deacon2015-08-201-1/+2
| * | | | arm64: kconfig: Move LIST_POISON to a safe valueJeff Vander Stoep2015-08-191-0/+4
| * | | | arm64: Add __exception_irq_entry definition for function graphJungseok Lee2015-08-122-2/+27
| * | | | Merge branch 'aarch64/psci/drivers' into aarch64/for-next/coreWill Deacon2015-08-055-390/+6
| |\ \ \ \
| * | | | | arm64: mm: ensure patched kernel text is fetched from PoUWill Deacon2015-08-053-1/+16
| * | | | | arm64: alternatives: ensure secondary CPUs execute ISB after patchingWill Deacon2015-08-041-0/+1
| * | | | | arm64: make ll/sc __cmpxchg_case_##name asm consistentMark Rutland2015-08-041-1/+1
| * | | | | arm64: dma-mapping: Simplify pgprot handlingRobin Murphy2015-08-031-3/+2
| * | | | | arm64: restore cpu suspend/resume functionalitySudeep Holla2015-07-311-1/+0
| * | | | | ARM64: PCI: do not enable resources on PROBE_ONLY systemsLorenzo Pieralisi2015-07-301-0/+13
| * | | | | arm64: cmpxchg: truncate sub-word signed types before comparisonWill Deacon2015-07-301-4/+4
| * | | | | arm64: alternative: put secondary CPUs into polling loop during patchWill Deacon2015-07-302-6/+26
| * | | | | arm64: lse: fix lse cmpxchg code indentationWill Deacon2015-07-291-3/+3
| * | | | | arm64: remove redundant object file listJonas Rabenstein2015-07-291-1/+0
| * | | | | arm64: remove dead-code depending on CONFIG_UP_LATE_INITJonas Rabenstein2015-07-293-28/+14
| * | | | | arm64: pgtable: fix definition of pte_validWill Deacon2015-07-281-1/+1
| * | | | | arm64: spinlock: fix ll/sc unlock on big-endian systemsWill Deacon2015-07-281-1/+1
| * | | | | arm64: Use last level TLBI for user pte changesCatalin Marinas2015-07-282-6/+22
| * | | | | arm64: Clean up __flush_tlb(_kernel)_range functionsCatalin Marinas2015-07-281-26/+21
| * | | | | arm64: mm: mark create_mapping as __initMark Rutland2015-07-281-1/+1
| * | | | | arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon2015-07-273-8/+8
| * | | | | arm64: mm: add __init section marker to free_initrd_memWang Long2015-07-271-2/+2
| * | | | | arm64: elf: use cpuid_feature_extract_field for hwcap detectionWill Deacon2015-07-271-20/+15
| * | | | | arm64: lse: use generic cpufeature detection for LSE atomicsWill Deacon2015-07-272-20/+21
| * | | | | arm64: kconfig: group the v8.1 features togetherWill Deacon2015-07-271-43/+47
| * | | | | arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistencyWill Deacon2015-07-273-4/+4
| * | | | | arm64: kconfig: select HAVE_CMPXCHG_LOCALWill Deacon2015-07-271-0/+1
| * | | | | arm64: atomic64_dec_if_positive: fix incorrect branch conditionWill Deacon2015-07-272-2/+2
| * | | | | arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchgWill Deacon2015-07-273-89/+2
| * | | | | arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon2015-07-274-0/+21
| * | | | | arm64: atomics: tidy up common atomic{,64}_* macrosWill Deacon2015-07-271-59/+40
| * | | | | arm64: cmpxchg: avoid memory barrier on comparison failureWill Deacon2015-07-271-26/+22
| * | | | | arm64: cmpxchg: avoid "cc" clobber in ll/sc routinesWill Deacon2015-07-272-10/+8
| * | | | | arm64: cmpxchg_dbl: patch in lse instructions when supported by the CPUWill Deacon2015-07-273-51/+94
| * | | | | arm64: cmpxchg: patch in lse instructions when supported by the CPUWill Deacon2015-07-274-66/+98
| * | | | | arm64: xchg: patch in lse instructions when supported by the CPUWill Deacon2015-07-271-5/+33
| * | | | | arm64: bitops: patch in lse instructions when supported by the CPUWill Deacon2015-07-272-21/+45
| * | | | | arm64: locks: patch in lse instructions when supported by the CPUWill Deacon2015-07-271-29/+108
| * | | | | arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon2015-07-276-124/+342
| * | | | | arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon2015-07-276-2/+224
| * | | | | arm64: alternatives: add cpu feature for lse atomicsWill Deacon2015-07-272-1/+3
| * | | | | arm64: elf: advertise 8.1 atomic instructions as new hwcapWill Deacon2015-07-272-0/+15
OpenPOWER on IntegriCloud