summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-08-137-74/+123
|\
| * arm64: defconfig: enable CONFIG_LOCALVERSION_AUTOMasahiro Yamada2016-08-121-1/+0
| * arm64: defconfig: add options for virtualization and containersRiku Voipio2016-08-121-6/+46
| * arm64: hibernate: handle allocation failuresMark Rutland2016-08-121-27/+32
| * arm64: hibernate: avoid potential TLB conflictMark Rutland2016-08-121-6/+17
| * arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott2016-08-122-2/+19
| * arm64: Remove stack duplicating code from jprobesDavid A. Long2016-08-112-28/+5
| * arm64: Support hard limit of cpu count by nr_cpusKefeng Wang2016-08-091-4/+4
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-08-112-2/+5
|\ \
| * | arm64: Kconfig: select HISILICON_IRQ_MBIGEN only if PCI is selectedSudeep Holla2016-08-101-1/+1
| * | arm64: Kconfig: select ALPINE_MSI only if PCI is selectedSudeep Holla2016-08-101-1/+1
| * | arm64: dts: Fix RTC by providing rtc_src clockAlim Akhtar2016-08-021-0/+3
* | | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-082-5/+11
|\ \ \ | |_|/ |/| |
| * | arm64/uaccess: Enable hardened usercopyKees Cook2016-07-265-13/+29
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-064-7/+27
|\ \ \
| * \ \ Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-08-044-7/+27
| |\ \ \
| | * | | arm64: KVM: Set cpsr before spsr on fault injectionAndrew Jones2016-08-011-7/+5
| | * | | KVM: arm/arm64: Enable irqchip routingEric Auger2016-07-223-0/+22
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-08-067-34/+30
|\ \ \ \ \
| * | | | | arm64: Fix copy-on-write referencing in HugeTLBSteve Capper2016-08-041-0/+17
| * | | | | arm64: mm: avoid fdt_check_header() before the FDT is fully mappedArd Biesheuvel2016-08-011-4/+4
| * | | | | arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2016-07-292-0/+3
| * | | | | arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinuxArd Biesheuvel2016-07-293-29/+5
| * | | | | arm64: vmlinux.lds: make __rela_offset and __dynsym_offset ABSOLUTEArd Biesheuvel2016-07-291-2/+2
* | | | | | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-33/+33
| |/ / / / |/| | | |
* | | | | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-024-23/+172
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2016-08-0114-40/+148
| |\ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-dra7xx', 'pc...Bjorn Helgaas2016-08-012-0/+30
| |\ \ \ \ \ \ \
| | * | | | | | | arm64: dts: marvell: Add Aardvark PCIe support for Armada 3700Thomas Petazzoni2016-07-262-0/+30
| | |/ / / / / /
| * | | | | | | Merge branch 'pci/resource' into nextBjorn Helgaas2016-08-011-13/+0
| |\ \ \ \ \ \ \
| | * | | | | | | ARM64/PCI: Remove arch-specific pcibios_enable_device()Lorenzo Pieralisi2016-06-231-13/+0
| | |/ / / / / /
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', '...Bjorn Helgaas2016-08-011-2/+2
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | PCI/MSI: irqchip: Fix PCI_MSI dependenciesArnd Bergmann2016-06-151-2/+2
| | |/ / / / / /
| * | | | | | | ARM64: PCI: Support ACPI-based PCI host controllerTomasz Nowicki2016-06-102-3/+115
| * | | | | | | ARM64: PCI: Implement AML accessors for PCI_Config regionTomasz Nowicki2016-06-101-2/+10
| * | | | | | | ARM64: PCI: ACPI support for legacy IRQs parsing and consolidation with DT codeTomasz Nowicki2016-06-101-3/+8
| * | | | | | | ARM64: PCI: Add acpi_pci_bus_find_domain_nr()Tomasz Nowicki2016-06-101-0/+7
| |/ / / / / /
* | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-0/+1
|\ \ \ \ \ \ \
| * | | | | | | GCC plugin infrastructureEmese Revfy2016-06-071-0/+1
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-0219-179/+161
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controllerAndre Przywara2016-07-183-0/+8
| * | | | | | KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara2016-07-181-0/+2
| * | | | | | KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilitiesAndre Przywara2016-07-182-2/+2
| * | | | | | arm64: KVM: Clean up a conditionDan Carpenter2016-07-141-2/+2
| * | | | | | arm/arm64: Get rid of KERN_TO_HYPMarc Zyngier2016-07-031-1/+0
| * | | | | | arm/arm64: KVM: Prune unused #definesMarc Zyngier2016-07-031-10/+0
| * | | | | | arm: KVM: Allow hyp teardownMarc Zyngier2016-07-031-1/+2
| * | | | | | arm/arm64: KVM: Kill free_boot_hyp_pgdMarc Zyngier2016-07-031-1/+0
| * | | | | | arm/arm64: KVM: Drop boot_pgdMarc Zyngier2016-07-032-5/+2
| * | | | | | arm64: KVM: Simplify HYP init/teardownMarc Zyngier2016-07-035-92/+26