summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2014-05-14arm64/crypto: AES using ARMv8 Crypto ExtensionsArd Biesheuvel
2014-05-14arm64/crypto: GHASH secure hash using ARMv8 Crypto ExtensionsArd Biesheuvel
2014-05-14arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto ExtensionsArd Biesheuvel
2014-05-14arm64/crypto: SHA-1 using ARMv8 Crypto ExtensionsArd Biesheuvel
2014-05-13Merge branch 'dt-bus-name' into for-nextRob Herring
2014-05-13Merge tag 'stable/for-linus-3.15-rc5-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-05-12arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro
2014-05-12arm64: Add regs_return_value() in syscall.hAKASHI Takahiro
2014-05-12arm64: split syscall_trace() into separate functions for enter/exitAKASHI Takahiro
2014-05-12arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro
2014-05-12arm64: debug: avoid accessing mdscr_el1 on fault paths where possibleWill Deacon
2014-05-12arm64: use cpu_online_mask when using forced irq_set_affinitySudeep Holla
2014-05-12arm64: introduce virt_to_pfnStefano Stabellini
2014-05-09arm64: mm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon
2014-05-09arm64: kvm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon
2014-05-09arm64: head: fix cache flushing and barriers in set_cpu_boot_mode_flagWill Deacon
2014-05-09arm64: barriers: use barrier() instead of smp_mb() when !SMPWill Deacon
2014-05-09arm64: barriers: wire up new barrier optionsWill Deacon
2014-05-09arm64: barriers: make use of barrier options with explicit barriersWill Deacon
2014-05-09arm64: mm: Optimise tlb flush logic where we have >4K granuleSteve Capper
2014-05-09arm64: xchg: prevent warning if return value is unusedWill Deacon
2014-05-09arm64: mm: Create gigabyte kernel logical mappings where possibleSteve Capper
2014-05-09arm64: Make atomic64_t() return "long", not "long long"Bjorn Helgaas
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas
2014-05-09arm64: Introduce execute-only page access permissionsCatalin Marinas
2014-05-09arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUSCatalin Marinas
2014-05-09arm64: Remove the aux_context structureCatalin Marinas
2014-05-09arm64: Provide read/write fault information in compat signal handlersCatalin Marinas
2014-05-09arm64: Remove boot thread synchronisation for spin-table release methodCatalin Marinas
2014-05-09arm64: Implement cache_line_size() based on CTR_EL0.CWGCatalin Marinas
2014-05-08arm64: introduce virt_to_pfnStefano Stabellini
2014-05-08arm64: add support for kernel mode NEON in interrupt contextArd Biesheuvel
2014-05-08arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel
2014-05-08arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel
2014-05-05arm64: mm: Remove superfluous "the" in commentGeert Uytterhoeven
2014-05-03arm64: Mark the Applied Micro X-Gene SATA controller as DMA coherentCatalin Marinas
2014-05-03arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas
2014-05-03arm64: Make default dma_ops to be noncoherentRitesh Harjani
2014-05-03arm64: fixmap: fix missing sub-page offset for earlyprintkMarc Zyngier
2014-05-03arm64: Fix for the arm64 kern_addr_valid() functionDave Anderson
2014-04-30arm64: efi: add EFI stubMark Salter
2014-04-30arm64: add EFI runtime servicesMark Salter
2014-04-30arm64: Add function to create identity mappingsMark Salter
2014-04-30ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexibleAnup Patel
2014-04-30ARM/ARM64: KVM: Add base for PSCI v0.2 emulationAnup Patel
2014-04-30of/fdt: move memreserve and dtb memory reservations into coreRob Herring
2014-04-28Merge 3.15-rc3 into tty-nextGreg Kroah-Hartman
2014-04-25arm64: init: Move of_clk_init to time_initChanho Min
2014-04-25arm64: initialize spinlock for init_mm's contextLeo Yan
2014-04-25arm64: debug: remove noisy, pointless warningWill Deacon