forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'for-linus-4.6-rc2-tag' of git://git.kernel.org/pub/scm/lin…
…ux/kernel/git/xen/tip Pull xen fixes from David Vrabel: "Regression and bug fixes for 4.6-rc2: - safely migrate event channels between CPUs - fix CPU hotplug - maintainer changes" * tag 'for-linus-4.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: MAINTAINERS: xen: Konrad to step down and Juergen to pick up xen/events: Mask a moving irq Xen on ARM and ARM64: update MAINTAINERS info xen/x86: Call cpu_startup_entry(CPUHP_AP_ONLINE_IDLE) from xen_play_dead() xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op
- Loading branch information
Showing
4 changed files
with
41 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12205,9 +12205,9 @@ S: Maintained | |
F: drivers/media/tuners/tuner-xc2028.* | ||
|
||
XEN HYPERVISOR INTERFACE | ||
M: Konrad Rzeszutek Wilk <[email protected]> | ||
M: Boris Ostrovsky <[email protected]> | ||
M: David Vrabel <[email protected]> | ||
M: Juergen Gross <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git | ||
S: Supported | ||
|
@@ -12219,16 +12219,16 @@ F: include/xen/ | |
F: include/uapi/xen/ | ||
|
||
XEN HYPERVISOR ARM | ||
M: Stefano Stabellini <[email protected]> | ||
M: Stefano Stabellini <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Supported | ||
S: Maintained | ||
F: arch/arm/xen/ | ||
F: arch/arm/include/asm/xen/ | ||
|
||
XEN HYPERVISOR ARM64 | ||
M: Stefano Stabellini <[email protected]> | ||
M: Stefano Stabellini <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Supported | ||
S: Maintained | ||
F: arch/arm64/xen/ | ||
F: arch/arm64/include/asm/xen/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters