summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-02-221-2/+4
|\
| * arm64: dts: mt8173: add reference clock for usbChunfeng Yun2017-02-081-2/+4
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-2259-354/+945
|\ \
| * | arm64/kprobes: consistently handle MRS/MSR with XZRMark Rutland2017-02-151-12/+6Star
| * | arm64: cpufeature: correctly handle MRS to XZRMark Rutland2017-02-151-1/+1
| * | arm64: traps: correctly handle MRS/MSR with XZRMark Rutland2017-02-151-2/+4
| * | arm64: ptrace: add XZR-safe regs accessorsMark Rutland2017-02-151-0/+20
| * | arm64: include asm/assembler.h in entry-ftrace.SArnd Bergmann2017-02-151-0/+1
| * | arm64: fix warning about swapper_pg_dir overflowArnd Bergmann2017-02-151-1/+1
| * | arm64: Work around Falkor erratum 1003Christopher Covington2017-02-107-2/+71
| * | arm64: head.S: Enable EL1 (host) access to SPE when entered at EL2Will Deacon2017-02-091-4/+15
| * | arm64: use is_vmalloc_addrMiles Chen2017-02-091-1/+1
| * | arm64: use linux/sizes.h for constantsMiles Chen2017-02-091-2/+2
| * | arm64: uaccess: consistently check object sizesMark Rutland2017-02-081-2/+2
| * | arm64: remove wrong CONFIG_PROC_SYSCTL ifdefJuri Lelli2017-02-081-2/+0Star
| * | arm64: do not trace atomic operationsPratyush Anand2017-02-061-1/+1
| * | arm64: mm: enable CONFIG_HOLES_IN_ZONE for NUMAArd Biesheuvel2017-02-061-0/+4
| * | firmware: qcom: scm: Fix interrupted SCM callsAndy Gross2017-02-031-1/+8
| * | arm: kernel: Add SMC structure parameterAndy Gross2017-02-033-10/+15
| * | efi: arm64: Add vmlinux debug link to the Image binaryArd Biesheuvel2017-02-033-1/+58
| * | arm64: ensure __raw_read_system_reg() is self-consistentMark Rutland2017-02-021-30/+34
| * | arm64: fix erroneous __raw_read_system_reg() casesMark Rutland2017-02-021-3/+3
| * | arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon2017-02-025-4/+95
| * | arm64: make use of for_each_node_by_type()Dmitry Torokhov2017-02-021-2/+2
| * | arm64: Work around Falkor erratum 1009Christopher Covington2017-02-014-4/+36
| * | arm64: Improve detection of user/non-user mappings in set_pte(_at)Catalin Marinas2017-01-311-6/+9
| * | arm64: handle sys and undef traps consistentlyMark Rutland2017-01-271-1/+6
| * | arm64: Use __tlbi() macros in KVM codeChristopher Covington2017-01-271-6/+7
| * | arm64: Define Falkor v1 CPUShanker Donthineni2017-01-271-0/+4
| * | arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLBRobin Murphy2017-01-261-1/+8
| * | arm64: Kconfig: select COMPAT_BINFMT_ELF only when BINFMT_ELF is setKefeng Wang2017-01-261-1/+1
| * | arm64: kernel: do not mark reserved memory regions as IORESOURCE_BUSYArd Biesheuvel2017-01-261-1/+1
| * | arm64: Use __pa_symbol for empty_zero_pageGeert Uytterhoeven2017-01-261-1/+1
| * | arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMAWill Deacon2017-01-231-5/+12
| * | arm64: entry-ftrace.S: avoid open-coded {adr,ldr}_lMark Rutland2017-01-171-8/+4Star
| * | arm64: efi-entry.S: avoid open-coded adr_lMark Rutland2017-01-171-6/+3Star
| * | arm64: head.S: avoid open-coded adr_lMark Rutland2017-01-171-2/+1Star
| * | arm64: cacheinfo: add support to override cache levels via device treeSudeep Holla2017-01-171-1/+12
| * | arm64: errata: Provide macro for major and minor cpu revisionsRobert Richter2017-01-133-11/+15
| * | arm64: mm: use phys_addr_t instead of unsigned long in __map_memblockMiles Chen2017-01-131-2/+2
| * | arm64: Advertise support for Rounding double multiply instructionsSuzuki K Poulose2017-01-123-0/+3
| * | arm64: Add support for DMA_ATTR_SKIP_CPU_SYNC attribute to swiotlbTakeshi Kihara2017-01-121-4/+8
| * | arm64: Add support for CONFIG_DEBUG_VIRTUALLaura Abbott2017-01-124-3/+61
| * | arm64: Use __pa_symbol for kernel symbolsLaura Abbott2017-01-1216-57/+76
| * | arm64: Add cast for virt_to_pfnLaura Abbott2017-01-121-1/+1
| * | arm64: Move some macros under #ifndef __ASSEMBLY__Laura Abbott2017-01-121-19/+19
| * | arm64: Documentation - Expose CPU feature registersSuzuki K Poulose2017-01-121-0/+4
| * | arm64: cpufeature: Expose CPUID registers by emulationSuzuki K Poulose2017-01-124-0/+107
| * | arm64: cpufeature: Track user visible fieldsSuzuki K Poulose2017-01-103-93/+113
| * | arm64: Add helper to decode register from instructionSuzuki K Poulose2017-01-102-0/+31