diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-03 13:31:38 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-03 13:31:38 -0400 |
commit | 1873e50028ce87dd9014049c86d71a898fa02166 (patch) | |
tree | 046d37339278c3b88f0c248e9e6ff5fed804fe62 /MAINTAINERS | |
parent | fb2af0020a51709ad87ea8055c325d3fbde04158 (diff) | |
parent | aa729dccb5e8dfbc78e2e235b8754d6acccee731 (diff) |
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64
Pull ARM64 updates from Catalin Marinas:
"Main features:
- KVM and Xen ports to AArch64
- Hugetlbfs and transparent huge pages support for arm64
- Applied Micro X-Gene Kconfig entry and dts file
- Cache flushing improvements
For arm64 huge pages support, there are x86 changes moving part of
arch/x86/mm/hugetlbpage.c into mm/hugetlb.c to be re-used by arm64"
* tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64: (66 commits)
arm64: Add initial DTS for APM X-Gene Storm SOC and APM Mustang board
arm64: Add defines for APM ARMv8 implementation
arm64: Enable APM X-Gene SOC family in the defconfig
arm64: Add Kconfig option for APM X-Gene SOC family
arm64/Makefile: provide vdso_install target
ARM64: mm: THP support.
ARM64: mm: Raise MAX_ORDER for 64KB pages and THP.
ARM64: mm: HugeTLB support.
ARM64: mm: Move PTE_PROT_NONE bit.
ARM64: mm: Make PAGE_NONE pages read only and no-execute.
ARM64: mm: Restore memblock limit when map_mem finished.
mm: thp: Correct the HPAGE_PMD_ORDER check.
x86: mm: Remove general hugetlb code from x86.
mm: hugetlb: Copy general hugetlb code from x86 to mm.
x86: mm: Remove x86 version of huge_pmd_share.
mm: hugetlb: Copy huge_pmd_share from x86 to mm.
arm64: KVM: document kernel object mappings in HYP
arm64: KVM: MAINTAINERS update
arm64: KVM: userspace API documentation
arm64: KVM: enable initialization of a 32bit vcpu
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e626794c3860..56de3827f5d5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4739,6 +4739,15 @@ F: arch/arm/include/uapi/asm/kvm* | |||
4739 | F: arch/arm/include/asm/kvm* | 4739 | F: arch/arm/include/asm/kvm* |
4740 | F: arch/arm/kvm/ | 4740 | F: arch/arm/kvm/ |
4741 | 4741 | ||
4742 | KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64) | ||
4743 | M: Marc Zyngier <marc.zyngier@arm.com> | ||
4744 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
4745 | L: kvmarm@lists.cs.columbia.edu | ||
4746 | S: Maintained | ||
4747 | F: arch/arm64/include/uapi/asm/kvm* | ||
4748 | F: arch/arm64/include/asm/kvm* | ||
4749 | F: arch/arm64/kvm/ | ||
4750 | |||
4742 | KEXEC | 4751 | KEXEC |
4743 | M: Eric Biederman <ebiederm@xmission.com> | 4752 | M: Eric Biederman <ebiederm@xmission.com> |
4744 | W: http://kernel.org/pub/linux/utils/kernel/kexec/ | 4753 | W: http://kernel.org/pub/linux/utils/kernel/kexec/ |
@@ -9135,6 +9144,13 @@ S: Supported | |||
9135 | F: arch/arm/xen/ | 9144 | F: arch/arm/xen/ |
9136 | F: arch/arm/include/asm/xen/ | 9145 | F: arch/arm/include/asm/xen/ |
9137 | 9146 | ||
9147 | XEN HYPERVISOR ARM64 | ||
9148 | M: Stefano Stabellini <stefano.stabellini@eu.citrix.com> | ||
9149 | L: xen-devel@lists.xensource.com (moderated for non-subscribers) | ||
9150 | S: Supported | ||
9151 | F: arch/arm64/xen/ | ||
9152 | F: arch/arm64/include/asm/xen/ | ||
9153 | |||
9138 | XEN NETWORK BACKEND DRIVER | 9154 | XEN NETWORK BACKEND DRIVER |
9139 | M: Ian Campbell <ian.campbell@citrix.com> | 9155 | M: Ian Campbell <ian.campbell@citrix.com> |
9140 | L: xen-devel@lists.xensource.com (moderated for non-subscribers) | 9156 | L: xen-devel@lists.xensource.com (moderated for non-subscribers) |