summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-02-121-1/+0Star
|\
| *---. Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a...Joerg Roedel2015-02-044-74/+48Star
| |\ \ \
| * \ \ \ Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2015-01-261-1/+0Star
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | iommu/arm-smmu: make use of generic LPAE allocatorWill Deacon2015-01-191-1/+0Star
* | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-122-0/+20
|\ \ \ \ \
| * \ \ \ \ Merge branch 'devel-stable' into for-nextRussell King2015-02-104-12/+27
| |\ \ \ \ \
| * | | | | | ARM: 8189/1: arm64:add bitrev.h file to support rbit instructionYalin Wang2014-12-222-0/+20
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-122-7/+1Star
|\ \ \ \ \ \ \
| * | | | | | | mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-121-1/+1
| * | | | | | | mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-121-6/+0Star
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-02-1262-879/+1334
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | arm64: compat: Remove incorrect comment in compat_siginfoCatalin Marinas2015-02-021-1/+0Star
| * | | | | | | arm64: Fix section mismatch on alloc_init_p[mu]d()Catalin Marinas2015-01-291-4/+5
| * | | | | | | arm64: Avoid breakage caused by .altmacro in fpsimd save/restore macrosDave P Martin2015-01-291-11/+32
| * | | | | | | arm64: mm: use *_sect to check for section mapsMark Rutland2015-01-282-8/+16
| * | | | | | | arm64: drop unnecessary cache+tlb maintenanceMark Rutland2015-01-281-7/+0Star
| * | | | | | | arm64:mm: free the useless initial page tablezhichang.yuan2015-01-282-3/+15
| * | | | | | | arm64: Enable CPU_IDLE in defconfigCatalin Marinas2015-01-271-0/+2
| * | | | | | | arm64: kernel: remove ARM64_CPU_SUSPEND config optionLorenzo Pieralisi2015-01-2711-36/+34Star
| * | | | | | | arm64: make sys_call_table constMark Rutland2015-01-271-1/+1
| * | | | | | | arm64: Remove asm/syscalls.hCatalin Marinas2015-01-272-32/+1Star
| * | | | | | | arm64: Implement the compat_sys_call_table in CCatalin Marinas2015-01-275-24/+68
| * | | | | | | arm64: uapi: expose our struct ucontext to the uapi headersWill Deacon2015-01-232-3/+6
| * | | | | | | smp, ARM64: Kill SMP single function call interruptJiang Liu2015-01-232-10/+2Star
| * | | | | | | arm64: Emulate SETEND for AArch32 tasksSuzuki K. Poulose2015-01-235-1/+107
| * | | | | | | arm64: Consolidate hotplug notifier for instruction emulationSuzuki K. Poulose2015-01-232-48/+79
| * | | | | | | arm64: Track system support for mixed endian EL0Suzuki K. Poulose2015-01-233-0/+38
| * | | | | | | arm64: implement generic IOMMU configurationRobin Murphy2015-01-231-0/+2
| * | | | | | | arm64: Combine coherent and non-coherent swiotlb dma_opsCatalin Marinas2015-01-232-73/+54Star
| * | | | | | | arm64: Fix SCTLR_EL1 initialisationSuzuki K. Poulose2015-01-231-4/+8
| * | | | | | | arm64: add ioremap physical address informationMin-Hua Chen2015-01-231-0/+1
| * | | | | | | arm64: mm: dump: add missing includesMark Rutland2015-01-231-0/+4
| * | | | | | | arm64: Fix overlapping VA allocationsMark Rutland2015-01-234-9/+19
| * | | | | | | arm64/efi: move virtmap init to early initcallArd Biesheuvel2015-01-224-73/+59Star
| * | | | | | | arm64: add better page protections to arm64Laura Abbott2015-01-226-26/+233
| * | | | | | | arm64: use fixmap for text patchingLaura Abbott2015-01-222-1/+47
| * | | | | | | arm64: respect mem= for EFIMark Rutland2015-01-162-19/+19
| * | | | | | | arm64/efi: handle potential failure to remap memory mapArd Biesheuvel2015-01-161-4/+6
| * | | | | | | arm64: kill off the libgcc dependencyKevin Hao2015-01-151-3/+0Star
| * | | | | | | Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/...Catalin Marinas2015-01-1512-197/+237
| |\ \ \ \ \ \ \
| | * | | | | | | arm64: kvm: decode ESR_ELx.EC when reporting exceptionsMark Rutland2015-01-151-3/+4
| | * | | | | | | arm64: kvm: remove ESR_EL2_* macrosMark Rutland2015-01-151-69/+4Star
| | * | | | | | | arm64: remove ESR_EL1_* macrosMark Rutland2015-01-151-36/+0Star
| | * | | | | | | arm64: kvm: move to ESR_ELx macrosMark Rutland2015-01-156-55/+64
| | * | | | | | | arm64: decode ESR_ELx.EC when reporting exceptionsMark Rutland2015-01-152-2/+54
| | * | | | | | | arm64: move to ESR_ELx macrosMark Rutland2015-01-153-34/+34
| | * | | | | | | arm64: introduce common ESR_ELx_* definitionsMark Rutland2015-01-151-0/+79
| | | |/ / / / / | | |/| | | | |
| * | | | | | | arm64: kernel: add support for cpu cache informationSudeep Holla2015-01-154-19/+152
| * | | | | | | arm64: remove broken cachepolicy codeMark Rutland2015-01-131-74/+0Star
| * | | | | | | arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel2015-01-125-48/+1Star