| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-18 | 1 | -2/+2 |
|\ |
|
| * | Merge tag 'uaccess_for_upstream' of git://git.kernel.org/pub/scm/linux/kernel... | Arnd Bergmann | 2015-01-14 | 1 | -2/+2 |
| |\ |
|
| | * | arm64: macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -1/+1 |
| | * | arm64/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -1/+1 |
* | | | Merge tag '64bit-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-02-17 | 13 | -0/+1711 |
|\ \ \ |
|
| * | | | arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_TEGRA* | Paul Walmsley | 2015-01-29 | 1 | -2/+0 |
| * | | | arm64: Fix sort of platform Kconfig entries | Olof Johansson | 2015-01-28 | 1 | -5/+5 |
| * | | | Merge tag 'v3.20-next-arm64' of https://github.com/mbgg/linux-mediatek into n... | Olof Johansson | 2015-01-28 | 6 | -0/+220 |
| |\ \ \ |
|
| | * | | | arm64: mediatek: Add MT8173 SoC Kconfig and defconfig | Eddie Huang | 2015-01-26 | 2 | -0/+8 |
| | * | | | arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile | Eddie Huang | 2015-01-26 | 4 | -0/+212 |
| * | | | | arm64: Add support for FSL's LS2085A SoC in Kconfig and defconfig | Bhupesh Sharma | 2015-01-28 | 2 | -0/+6 |
| * | | | | arm64: Add DTS support for FSL's LS2085A SoC | Bhupesh Sharma | 2015-01-28 | 4 | -0/+234 |
| * | | | | Merge tag 'tegra-for-3.20-arm64' of git://git.kernel.org/pub/scm/linux/kernel... | Olof Johansson | 2015-01-23 | 1 | -0/+28 |
| |\ \ \ \ |
|
| | * | | | | arm64: Add Tegra132 support | Paul Walmsley | 2015-01-23 | 1 | -0/+28 |
| | |/ / / |
|
| * | | | | Merge tag 'samsung-dt-64' of git://git.kernel.org/pub/scm/linux/kernel/git/kg... | Olof Johansson | 2015-01-16 | 6 | -0/+1225 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | arm64: Enable ARMv8 based exynos7 SoC support | Alim Akhtar | 2014-12-22 | 1 | -0/+17 |
| | * | | | arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on exynos7 | Abhilash Kesavan | 2014-12-22 | 2 | -0/+321 |
| | * | | | arm64: dts: Add PMU DT node for exynos7 SoC | Abhilash Kesavan | 2014-12-22 | 1 | -0/+5 |
| | * | | | arm64: dts: Add initial pinctrl support to exynos7 | Naveen Krishna Ch | 2014-12-22 | 2 | -0/+654 |
| | * | | | arm64: dts: Add initial device tree support for exynos7 | Naveen Krishna Ch | 2014-12-22 | 4 | -0/+228 |
| | |/ / |
|
* | | | | mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() | Andrey Ryabinin | 2015-02-14 | 1 | -2/+2 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-02-13 | 16 | -11/+189 |
|\ \ \ \ |
|
| * | | | | kvm: add halt_poll_ns module parameter | Paolo Bonzini | 2015-02-06 | 1 | -0/+1 |
| * | | | | Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Bonzini | 2015-01-23 | 16 | -11/+188 |
| |\ \ \ \ |
|
| | * | | | | arm/arm64: KVM: allow userland to request a virtual GICv3 | Andre Przywara | 2015-01-20 | 1 | -0/+7 |
| | * | | | | arm64: KVM: add SGI generation register emulation | Andre Przywara | 2015-01-20 | 1 | -0/+27 |
| | * | | | | arm/arm64: KVM: add virtual GICv3 distributor emulation | Andre Przywara | 2015-01-20 | 1 | -0/+1 |
| | * | | | | arm/arm64: KVM: add opaque private pointer to MMIO data | Andre Przywara | 2015-01-20 | 1 | -0/+1 |
| | * | | | | arm/arm64: KVM: split GICv2 specific emulation code from vgic.c | Andre Przywara | 2015-01-20 | 1 | -0/+1 |
| | * | | | | arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variable | Andre Przywara | 2015-01-20 | 2 | -5/+10 |
| | * | | | | arm/arm64: KVM: make the maximum number of vCPUs a per-VM value | Andre Przywara | 2015-01-20 | 1 | -0/+3 |
| | * | | | | arm/arm64: KVM: rework MPIDR assignment and add accessors | Andre Przywara | 2015-01-20 | 3 | -4/+16 |
| | * | | | | KVM: arm/arm64: Enable Dirty Page logging for ARMv8 | Mario Smarduch | 2015-01-16 | 1 | -0/+2 |
| | * | | | | KVM: arm64: Add HYP interface to flush VM Stage 1/2 TLB entries | Mario Smarduch | 2015-01-16 | 1 | -0/+22 |
| | * | | | | KVM: arm64: ARMv8 header changes for page logging | Mario Smarduch | 2015-01-16 | 4 | -0/+24 |
| | * | | | | arm/arm64: KVM: add tracing support for arm64 exit handler | Wei Huang | 2015-01-15 | 4 | -2/+73 |
| | * | | | | KVM: arm/arm64: vgic: add init entry to VGIC KVM device | Eric Auger | 2015-01-11 | 1 | -0/+2 |
| | | |_|/
| | |/| | |
|
* | | | | | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-13 | 3 | -7/+3 |
* | | | | | Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-02-12 | 1 | -1/+0 |
|\ \ \ \ \ |
|
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *---. \ \ \ \ | Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a... | Joerg Roedel | 2015-02-04 | 4 | -74/+48 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin... | Joerg Roedel | 2015-01-26 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | | |
|
| | * | | | | | | | iommu/arm-smmu: make use of generic LPAE allocator | Will Deacon | 2015-01-19 | 1 | -1/+0 |
| | | |_|_|_|/ /
| | |/| | | | | |
|
* | | | | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-02-12 | 2 | -0/+20 |
|\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'devel-stable' into for-next | Russell King | 2015-02-10 | 4 | -12/+27 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|
| * | | | | | | | | ARM: 8189/1: arm64:add bitrev.h file to support rbit instruction | Yalin Wang | 2014-12-22 | 2 | -0/+20 |
| | |_|_|_|_|_|/
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-02-12 | 2 | -7/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 2015-02-12 | 1 | -1/+1 |
| * | | | | | | | | mm/hugetlb: reduce arch dependent code around follow_huge_* | Naoya Horiguchi | 2015-02-12 | 1 | -6/+0 |
* | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-02-12 | 62 | -879/+1334 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | arm64: compat: Remove incorrect comment in compat_siginfo | Catalin Marinas | 2015-02-02 | 1 | -1/+0 |