summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas29-35/+3522
2014-05-14arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto ExtensionsArd Biesheuvel6-0/+1521
2014-05-14arm64: pull in <asm/simd.h> from asm-genericArd Biesheuvel1-0/+1
2014-05-14arm64/crypto: AES in CCM mode using ARMv8 Crypto ExtensionsArd Biesheuvel4-0/+529
2014-05-14arm64/crypto: AES using ARMv8 Crypto ExtensionsArd Biesheuvel3-1/+164
2014-05-14arm64/crypto: GHASH secure hash using ARMv8 Crypto ExtensionsArd Biesheuvel4-0/+259
2014-05-14arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto ExtensionsArd Biesheuvel4-0/+419
2014-05-14arm64/crypto: SHA-1 using ARMv8 Crypto ExtensionsArd Biesheuvel6-0/+359
2014-05-12arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro5-7/+4
2014-05-12arm64: Add regs_return_value() in syscall.hAKASHI Takahiro1-0/+5
2014-05-12arm64: split syscall_trace() into separate functions for enter/exitAKASHI Takahiro2-27/+33
2014-05-12arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro2-2/+16
2014-05-12arm64: debug: avoid accessing mdscr_el1 on fault paths where possibleWill Deacon2-54/+42
2014-05-09arm64: mm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon2-4/+4
2014-05-09arm64: kvm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon1-3/+9
2014-05-09arm64: head: fix cache flushing and barriers in set_cpu_boot_mode_flagWill Deacon1-5/+3
2014-05-09arm64: barriers: use barrier() instead of smp_mb() when !SMPWill Deacon1-2/+2
2014-05-09arm64: barriers: wire up new barrier optionsWill Deacon1-7/+7
2014-05-09arm64: barriers: make use of barrier options with explicit barriersWill Deacon6-15/+15
2014-05-09arm64: mm: Optimise tlb flush logic where we have >4K granuleSteve Capper3-77/+26
2014-05-09arm64: xchg: prevent warning if return value is unusedWill Deacon1-1/+6
2014-05-09arm64: mm: Create gigabyte kernel logical mappings where possibleSteve Capper3-1/+36
2014-05-09arm64: Make atomic64_t() return "long", not "long long"Bjorn Helgaas1-1/+1
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas5-95/+50
2014-05-09arm64: Introduce execute-only page access permissionsCatalin Marinas2-8/+8
2014-05-09arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUSCatalin Marinas2-0/+17
2014-05-09arm64: Remove the aux_context structureCatalin Marinas2-41/+17
2014-05-09arm64: Provide read/write fault information in compat signal handlersCatalin Marinas5-9/+20
2014-05-09arm64: Remove boot thread synchronisation for spin-table release methodCatalin Marinas1-38/+1
2014-05-09arm64: Implement cache_line_size() based on CTR_EL0.CWGCatalin Marinas4-1/+41
2014-05-08arm64: add support for kernel mode NEON in interrupt contextArd Biesheuvel5-15/+109
2014-05-08arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel6-18/+143
2014-05-08arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel5-13/+30
2014-05-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-7/+42
2014-05-04arm64: Mark the Applied Micro X-Gene SATA controller as DMA coherentCatalin Marinas1-0/+3
2014-05-04arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas2-2/+33
2014-05-04arm64: Make default dma_ops to be noncoherentRitesh Harjani1-1/+1
2014-05-04arm64: fixmap: fix missing sub-page offset for earlyprintkMarc Zyngier1-4/+2
2014-05-04arm64: Fix for the arm64 kern_addr_valid() functionDave Anderson1-0/+3
2014-05-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2014-05-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+13
2014-05-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-19/+51
2014-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+0
2014-05-02Merge branch 'parisc-3.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+2
2014-05-01parisc: Use generic uapi/asm/resource.h fileHelge Deller2-7/+2
2014-05-01parisc: remove _STK_LIM_MAX overrideJohn David Anglin1-1/+0
2014-05-01Hexagon: Delete stale barrier.hVineet Gupta1-37/+0
2014-05-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2014-04-30Merge tag 'kvm-arm-for-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2-7/+10
2014-04-30ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta1-3/+5