forked from kernelbugs/kernel-source
Accepting request 83043 from Kernel:HEAD
- Update to 3.1-rc6.
- commit 8f0eaba
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
OBS-URL: https://build.opensuse.org/request/show/83043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=150
This commit is contained in:
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
this tree, so the patch is on its way to the kvm tree now.
|
||||
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
|
||||
When building KVM HV mode with plenty other options enabled, the build
|
||||
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
|
||||
So I pulled it in from the kvm tree.
|
||||
- commit 2be41bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Re-enabled patches.arch/x86_64-unwind-annotations.
|
||||
- commit bfd10a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Refresh patches.arch/x86_64-unwind-annotations.
|
||||
- Refresh patches.suse/supported-flag.
|
||||
- commit aa89174
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.1-rc5 and c/s 1104.
|
||||
- mm: frontswap: config and doc files.
|
||||
- mm: frontswap: core code.
|
||||
- mm: frontswap: add swap hooks and extend try_to_unuse.
|
||||
- mm: frontswap: swap data structure changes.
|
||||
- In HVM guests do not take over the CDROM device (bnc#645893).
|
||||
- x86: report ACPI-reserved state of PCI MMCONFIG region to
|
||||
hypervisor.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update config files.
|
||||
- commit 3692f47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (disable EHCA on PPC - gcc bug)
|
||||
- commit 03a0c8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (enable KVM on PPC64 for OBS)
|
||||
- commit 00b922d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
|
||||
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
this tree, so the patch is on its way to the kvm tree now.
|
||||
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
|
||||
When building KVM HV mode with plenty other options enabled, the build
|
||||
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
|
||||
So I pulled it in from the kvm tree.
|
||||
- commit 2be41bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Re-enabled patches.arch/x86_64-unwind-annotations.
|
||||
- commit bfd10a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Refresh patches.arch/x86_64-unwind-annotations.
|
||||
- Refresh patches.suse/supported-flag.
|
||||
- commit aa89174
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.1-rc5 and c/s 1104.
|
||||
- mm: frontswap: config and doc files.
|
||||
- mm: frontswap: core code.
|
||||
- mm: frontswap: add swap hooks and extend try_to_unuse.
|
||||
- mm: frontswap: swap data structure changes.
|
||||
- In HVM guests do not take over the CDROM device (bnc#645893).
|
||||
- x86: report ACPI-reserved state of PCI MMCONFIG region to
|
||||
hypervisor.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update config files.
|
||||
- commit 3692f47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (disable EHCA on PPC - gcc bug)
|
||||
- commit 03a0c8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (enable KVM on PPC64 for OBS)
|
||||
- commit 00b922d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
|
||||
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
this tree, so the patch is on its way to the kvm tree now.
|
||||
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
|
||||
When building KVM HV mode with plenty other options enabled, the build
|
||||
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
|
||||
So I pulled it in from the kvm tree.
|
||||
- commit 2be41bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Re-enabled patches.arch/x86_64-unwind-annotations.
|
||||
- commit bfd10a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Refresh patches.arch/x86_64-unwind-annotations.
|
||||
- Refresh patches.suse/supported-flag.
|
||||
- commit aa89174
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.1-rc5 and c/s 1104.
|
||||
- mm: frontswap: config and doc files.
|
||||
- mm: frontswap: core code.
|
||||
- mm: frontswap: add swap hooks and extend try_to_unuse.
|
||||
- mm: frontswap: swap data structure changes.
|
||||
- In HVM guests do not take over the CDROM device (bnc#645893).
|
||||
- x86: report ACPI-reserved state of PCI MMCONFIG region to
|
||||
hypervisor.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update config files.
|
||||
- commit 3692f47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (disable EHCA on PPC - gcc bug)
|
||||
- commit 03a0c8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (enable KVM on PPC64 for OBS)
|
||||
- commit 00b922d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
|
||||
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
this tree, so the patch is on its way to the kvm tree now.
|
||||
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
|
||||
When building KVM HV mode with plenty other options enabled, the build
|
||||
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
|
||||
So I pulled it in from the kvm tree.
|
||||
- commit 2be41bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Re-enabled patches.arch/x86_64-unwind-annotations.
|
||||
- commit bfd10a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Refresh patches.arch/x86_64-unwind-annotations.
|
||||
- Refresh patches.suse/supported-flag.
|
||||
- commit aa89174
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.1-rc5 and c/s 1104.
|
||||
- mm: frontswap: config and doc files.
|
||||
- mm: frontswap: core code.
|
||||
- mm: frontswap: add swap hooks and extend try_to_unuse.
|
||||
- mm: frontswap: swap data structure changes.
|
||||
- In HVM guests do not take over the CDROM device (bnc#645893).
|
||||
- x86: report ACPI-reserved state of PCI MMCONFIG region to
|
||||
hypervisor.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update config files.
|
||||
- commit 3692f47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (disable EHCA on PPC - gcc bug)
|
||||
- commit 03a0c8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (enable KVM on PPC64 for OBS)
|
||||
- commit 00b922d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
|
||||
+24187
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
this tree, so the patch is on its way to the kvm tree now.
|
||||
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
|
||||
When building KVM HV mode with plenty other options enabled, the build
|
||||
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
|
||||
So I pulled it in from the kvm tree.
|
||||
- commit 2be41bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Re-enabled patches.arch/x86_64-unwind-annotations.
|
||||
- commit bfd10a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Refresh patches.arch/x86_64-unwind-annotations.
|
||||
- Refresh patches.suse/supported-flag.
|
||||
- commit aa89174
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.1-rc5 and c/s 1104.
|
||||
- mm: frontswap: config and doc files.
|
||||
- mm: frontswap: core code.
|
||||
- mm: frontswap: add swap hooks and extend try_to_unuse.
|
||||
- mm: frontswap: swap data structure changes.
|
||||
- In HVM guests do not take over the CDROM device (bnc#645893).
|
||||
- x86: report ACPI-reserved state of PCI MMCONFIG region to
|
||||
hypervisor.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update config files.
|
||||
- commit 3692f47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (disable EHCA on PPC - gcc bug)
|
||||
- commit 03a0c8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (enable KVM on PPC64 for OBS)
|
||||
- commit 00b922d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
|
||||
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
this tree, so the patch is on its way to the kvm tree now.
|
||||
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
|
||||
When building KVM HV mode with plenty other options enabled, the build
|
||||
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
|
||||
So I pulled it in from the kvm tree.
|
||||
- commit 2be41bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Re-enabled patches.arch/x86_64-unwind-annotations.
|
||||
- commit bfd10a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Refresh patches.arch/x86_64-unwind-annotations.
|
||||
- Refresh patches.suse/supported-flag.
|
||||
- commit aa89174
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.1-rc5 and c/s 1104.
|
||||
- mm: frontswap: config and doc files.
|
||||
- mm: frontswap: core code.
|
||||
- mm: frontswap: add swap hooks and extend try_to_unuse.
|
||||
- mm: frontswap: swap data structure changes.
|
||||
- In HVM guests do not take over the CDROM device (bnc#645893).
|
||||
- x86: report ACPI-reserved state of PCI MMCONFIG region to
|
||||
hypervisor.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update config files.
|
||||
- commit 3692f47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (disable EHCA on PPC - gcc bug)
|
||||
- commit 03a0c8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (enable KVM on PPC64 for OBS)
|
||||
- commit 00b922d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
|
||||
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
this tree, so the patch is on its way to the kvm tree now.
|
||||
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
|
||||
When building KVM HV mode with plenty other options enabled, the build
|
||||
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
|
||||
So I pulled it in from the kvm tree.
|
||||
- commit 2be41bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Re-enabled patches.arch/x86_64-unwind-annotations.
|
||||
- commit bfd10a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Refresh patches.arch/x86_64-unwind-annotations.
|
||||
- Refresh patches.suse/supported-flag.
|
||||
- commit aa89174
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.1-rc5 and c/s 1104.
|
||||
- mm: frontswap: config and doc files.
|
||||
- mm: frontswap: core code.
|
||||
- mm: frontswap: add swap hooks and extend try_to_unuse.
|
||||
- mm: frontswap: swap data structure changes.
|
||||
- In HVM guests do not take over the CDROM device (bnc#645893).
|
||||
- x86: report ACPI-reserved state of PCI MMCONFIG region to
|
||||
hypervisor.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update config files.
|
||||
- commit 3692f47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (disable EHCA on PPC - gcc bug)
|
||||
- commit 03a0c8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (enable KVM on PPC64 for OBS)
|
||||
- commit 00b922d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
|
||||
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
this tree, so the patch is on its way to the kvm tree now.
|
||||
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
|
||||
When building KVM HV mode with plenty other options enabled, the build
|
||||
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
|
||||
So I pulled it in from the kvm tree.
|
||||
- commit 2be41bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Re-enabled patches.arch/x86_64-unwind-annotations.
|
||||
- commit bfd10a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Refresh patches.arch/x86_64-unwind-annotations.
|
||||
- Refresh patches.suse/supported-flag.
|
||||
- commit aa89174
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.1-rc5 and c/s 1104.
|
||||
- mm: frontswap: config and doc files.
|
||||
- mm: frontswap: core code.
|
||||
- mm: frontswap: add swap hooks and extend try_to_unuse.
|
||||
- mm: frontswap: swap data structure changes.
|
||||
- In HVM guests do not take over the CDROM device (bnc#645893).
|
||||
- x86: report ACPI-reserved state of PCI MMCONFIG region to
|
||||
hypervisor.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update config files.
|
||||
- commit 3692f47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (disable EHCA on PPC - gcc bug)
|
||||
- commit 03a0c8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (enable KVM on PPC64 for OBS)
|
||||
- commit 00b922d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
|
||||
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
this tree, so the patch is on its way to the kvm tree now.
|
||||
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
|
||||
When building KVM HV mode with plenty other options enabled, the build
|
||||
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
|
||||
So I pulled it in from the kvm tree.
|
||||
- commit 2be41bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Re-enabled patches.arch/x86_64-unwind-annotations.
|
||||
- commit bfd10a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Refresh patches.arch/x86_64-unwind-annotations.
|
||||
- Refresh patches.suse/supported-flag.
|
||||
- commit aa89174
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.1-rc5 and c/s 1104.
|
||||
- mm: frontswap: config and doc files.
|
||||
- mm: frontswap: core code.
|
||||
- mm: frontswap: add swap hooks and extend try_to_unuse.
|
||||
- mm: frontswap: swap data structure changes.
|
||||
- In HVM guests do not take over the CDROM device (bnc#645893).
|
||||
- x86: report ACPI-reserved state of PCI MMCONFIG region to
|
||||
hypervisor.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update config files.
|
||||
- commit 3692f47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (disable EHCA on PPC - gcc bug)
|
||||
- commit 03a0c8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (enable KVM on PPC64 for OBS)
|
||||
- commit 00b922d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
|
||||
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
this tree, so the patch is on its way to the kvm tree now.
|
||||
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
|
||||
When building KVM HV mode with plenty other options enabled, the build
|
||||
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
|
||||
So I pulled it in from the kvm tree.
|
||||
- commit 2be41bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Re-enabled patches.arch/x86_64-unwind-annotations.
|
||||
- commit bfd10a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Refresh patches.arch/x86_64-unwind-annotations.
|
||||
- Refresh patches.suse/supported-flag.
|
||||
- commit aa89174
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.1-rc5 and c/s 1104.
|
||||
- mm: frontswap: config and doc files.
|
||||
- mm: frontswap: core code.
|
||||
- mm: frontswap: add swap hooks and extend try_to_unuse.
|
||||
- mm: frontswap: swap data structure changes.
|
||||
- In HVM guests do not take over the CDROM device (bnc#645893).
|
||||
- x86: report ACPI-reserved state of PCI MMCONFIG region to
|
||||
hypervisor.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update config files.
|
||||
- commit 3692f47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (disable EHCA on PPC - gcc bug)
|
||||
- commit 03a0c8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (enable KVM on PPC64 for OBS)
|
||||
- commit 00b922d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
|
||||
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
this tree, so the patch is on its way to the kvm tree now.
|
||||
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
|
||||
When building KVM HV mode with plenty other options enabled, the build
|
||||
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
|
||||
So I pulled it in from the kvm tree.
|
||||
- commit 2be41bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Re-enabled patches.arch/x86_64-unwind-annotations.
|
||||
- commit bfd10a0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Refresh patches.arch/x86_64-unwind-annotations.
|
||||
- Refresh patches.suse/supported-flag.
|
||||
- commit aa89174
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.1-rc5 and c/s 1104.
|
||||
- mm: frontswap: config and doc files.
|
||||
- mm: frontswap: core code.
|
||||
- mm: frontswap: add swap hooks and extend try_to_unuse.
|
||||
- mm: frontswap: swap data structure changes.
|
||||
- In HVM guests do not take over the CDROM device (bnc#645893).
|
||||
- x86: report ACPI-reserved state of PCI MMCONFIG region to
|
||||
hypervisor.
|
||||
- config.conf: Re-enable Xen flavors.
|
||||
- Update config files.
|
||||
- commit 3692f47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (disable EHCA on PPC - gcc bug)
|
||||
- commit 03a0c8c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
|
||||
|
||||
- Update config files (enable KVM on PPC64 for OBS)
|
||||
- commit 00b922d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
|
||||
+24187
File diff suppressed because it is too large
Load Diff
+15526
-30
File diff suppressed because it is too large
Load Diff
+15526
-30
File diff suppressed because it is too large
Load Diff
+15524
-27
File diff suppressed because it is too large
Load Diff
+15516
-6
File diff suppressed because it is too large
Load Diff
+16389
File diff suppressed because it is too large
Load Diff
+15526
-30
File diff suppressed because it is too large
Load Diff
+15526
-30
File diff suppressed because it is too large
Load Diff
+15526
-30
File diff suppressed because it is too large
Load Diff
+15527
-17
File diff suppressed because it is too large
Load Diff
+15518
-6
File diff suppressed because it is too large
Load Diff
+15526
-30
File diff suppressed because it is too large
Load Diff
+15526
-30
File diff suppressed because it is too large
Load Diff
+16389
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -12,8 +12,8 @@
|
||||
+i386 i386/desktop
|
||||
+i386 i386/pae
|
||||
+i386 -syms i386/debug
|
||||
#+i386 i386/xen
|
||||
#+i386 -syms i386/ec2
|
||||
+i386 i386/xen
|
||||
+i386 -syms i386/ec2
|
||||
+i386 i386/vanilla
|
||||
+i386 -syms i386/trace
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
|
||||
+x86_64 x86_64/default
|
||||
+x86_64 x86_64/desktop
|
||||
#+x86_64 x86_64/xen
|
||||
#+x86_64 -syms x86_64/ec2
|
||||
+x86_64 x86_64/xen
|
||||
+x86_64 -syms x86_64/ec2
|
||||
+x86_64 -syms x86_64/debug
|
||||
+x86_64 x86_64/vanilla
|
||||
+x86_64 -syms x86_64/trace
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.1-rc5
|
||||
SRCVERSION=3.1-rc6
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
|
||||
LFS
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1 @@
|
||||
6144
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+119
-112
@@ -148,6 +148,8 @@
|
||||
patches.arch/ppc64-xmon-dmesg-printing.patch
|
||||
patches.arch/ppc-prom-nodisplay.patch
|
||||
patches.fixes/ptrace-getsiginfo
|
||||
patches.arch/ppc-kvm-fix-big-section.patch
|
||||
patches.arch/ppc-kvm-fix-cbe.patch
|
||||
|
||||
########################################################
|
||||
# PS3
|
||||
@@ -613,7 +615,7 @@
|
||||
patches.suse/stack-unwind
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
|
||||
patches.suse/no-frame-pointer-select
|
||||
+jbeulich patches.arch/x86_64-unwind-annotations
|
||||
patches.arch/x86_64-unwind-annotations
|
||||
|
||||
########################################################
|
||||
# Kdump
|
||||
@@ -660,114 +662,119 @@
|
||||
# on top of them instead. This reduces workload when
|
||||
# re-basing to a newer xen tree.
|
||||
#
|
||||
+jbeulich ### both uml framebuffer and xen need this one.
|
||||
+jbeulich patches.xen/add-console-use-vt
|
||||
+jbeulich
|
||||
+jbeulich # split out patches
|
||||
+jbeulich patches.xen/kexec-move-segment-code-i386.patch
|
||||
+jbeulich patches.xen/kexec-move-segment-code-x86_64.patch
|
||||
+jbeulich patches.xen/ipv6-no-autoconf
|
||||
+jbeulich patches.xen/pci-guestdev
|
||||
+jbeulich patches.xen/pci-reserve
|
||||
+jbeulich
|
||||
+jbeulich # bulk stuff, new files for xen
|
||||
+jbeulich patches.xen/xen3-auto-xen-arch.diff
|
||||
+jbeulich patches.xen/xen3-auto-xen-drivers.diff
|
||||
+jbeulich patches.xen/xen3-auto-include-xen-interface.diff
|
||||
+jbeulich patches.xen/xen3-auto-blktap2-pvops.diff
|
||||
+jbeulich
|
||||
+jbeulich # kconfig bits for xen
|
||||
+jbeulich patches.xen/xen3-auto-xen-kconfig.diff
|
||||
+jbeulich
|
||||
+jbeulich # common code changes
|
||||
+jbeulich patches.xen/xen3-auto-common.diff
|
||||
+jbeulich patches.xen/xen3-auto-arch-x86.diff
|
||||
+jbeulich patches.xen/xen3-auto-arch-i386.diff
|
||||
+jbeulich patches.xen/xen3-auto-arch-x86_64.diff
|
||||
+jbeulich
|
||||
+jbeulich # fixups due to upstream Xen parts
|
||||
+jbeulich patches.xen/xen3-fixup-xen
|
||||
+jbeulich
|
||||
+jbeulich # newer changeset backports
|
||||
+jbeulich
|
||||
+jbeulich # changes outside arch/{i386,x86_64}/xen
|
||||
+jbeulich patches.xen/xen3-fixup-kconfig
|
||||
+jbeulich patches.xen/xen3-fixup-common
|
||||
+jbeulich patches.xen/xen3-fixup-arch-x86
|
||||
+jbeulich patches.xen/xen3-fixup-blktap2-pvops
|
||||
+jbeulich
|
||||
+jbeulich # ports of other patches
|
||||
+jbeulich patches.xen/xen3-patch-2.6.18
|
||||
+jbeulich patches.xen/xen3-patch-2.6.19
|
||||
+jbeulich patches.xen/xen3-patch-2.6.20
|
||||
+jbeulich patches.xen/xen3-patch-2.6.21
|
||||
+jbeulich patches.xen/xen3-patch-2.6.22
|
||||
+jbeulich patches.xen/xen3-patch-2.6.23
|
||||
+jbeulich patches.xen/xen3-patch-2.6.24
|
||||
+jbeulich patches.xen/xen3-patch-2.6.25
|
||||
+jbeulich patches.xen/xen3-patch-2.6.26
|
||||
+jbeulich patches.xen/xen3-patch-2.6.27
|
||||
+jbeulich patches.xen/xen3-patch-2.6.28
|
||||
+jbeulich patches.xen/xen3-patch-2.6.29
|
||||
+jbeulich patches.xen/xen3-patch-2.6.30
|
||||
+jbeulich patches.xen/xen3-patch-2.6.31
|
||||
+jbeulich patches.xen/xen3-patch-2.6.32
|
||||
+jbeulich patches.xen/xen3-patch-2.6.33
|
||||
+jbeulich patches.xen/xen3-patch-2.6.34
|
||||
+jbeulich patches.xen/xen3-patch-2.6.35
|
||||
+jbeulich patches.xen/xen3-patch-2.6.36
|
||||
+jbeulich patches.xen/xen3-patch-2.6.37
|
||||
+jbeulich patches.xen/xen3-patch-2.6.38
|
||||
+jbeulich patches.xen/xen3-patch-2.6.39
|
||||
+jbeulich patches.xen/xen3-patch-3.0-rc5
|
||||
+jbeulich patches.xen/xen3-stack-unwind
|
||||
+jbeulich patches.xen/xen3-x86_64-unwind-annotations
|
||||
+jbeulich
|
||||
+jbeulich # bugfixes and enhancements
|
||||
+jbeulich patches.xen/xen-balloon-max-target
|
||||
+jbeulich patches.xen/xen-blkif-protocol-fallback-hack
|
||||
+jbeulich patches.xen/xen-blkback-cdrom
|
||||
+jbeulich patches.xen/xen-blktap-modular
|
||||
+jbeulich patches.xen/xen-blktap-write-barriers
|
||||
+jbeulich patches.xen/xen-blktap2-use-after-free
|
||||
+jbeulich patches.xen/xen-blktap2-configurable-nr-devs
|
||||
+jbeulich patches.xen/xen-op-packet
|
||||
+jbeulich patches.xen/xen-blkfront-cdrom
|
||||
+jbeulich patches.xen/xen-kconfig-compat
|
||||
+jbeulich patches.xen/xen-cpufreq-report
|
||||
+jbeulich patches.xen/xen-sys-suspend
|
||||
+jbeulich patches.xen/xen-ipi-per-cpu-irq
|
||||
+jbeulich patches.xen/xen-virq-per-cpu-irq
|
||||
+jbeulich patches.xen/xen-clockevents
|
||||
+jbeulich patches.xen/xen-spinlock-poll-early
|
||||
+jbeulich patches.xen/xen-pcpu-hotplug
|
||||
+jbeulich patches.xen/xen-mem-hotplug
|
||||
+jbeulich patches.xen/xen-frontswap
|
||||
+jbeulich patches.xen/xen-swiotlb-heuristics
|
||||
+jbeulich patches.xen/xen-configurable-guest-devices
|
||||
+jbeulich patches.xen/xen-netback-nr-irqs
|
||||
+jbeulich patches.xen/xen-netback-notify-multi
|
||||
+jbeulich patches.xen/xen-netback-generalize
|
||||
+jbeulich patches.xen/xen-netback-multiple-tasklets
|
||||
+jbeulich patches.xen/xen-netback-kernel-threads
|
||||
+jbeulich patches.xen/xen-cxgb3
|
||||
+jbeulich patches.xen/xen-dcdbas
|
||||
+jbeulich patches.xen/xen-floppy
|
||||
+jbeulich patches.xen/xen-sections
|
||||
+jbeulich patches.xen/xen-kzalloc
|
||||
+jbeulich patches.xen/xen-unpriv-build
|
||||
+jbeulich patches.xen/xen-setup-gsi
|
||||
+jbeulich patches.xen/xen-x86-panic-no-reboot
|
||||
+jbeulich patches.xen/xen-x86-dcr-fallback
|
||||
+jbeulich patches.xen/xen-x86-no-lapic
|
||||
+jbeulich patches.xen/xen-x86-pmd-handling
|
||||
+jbeulich patches.xen/xen-x86-bigmem
|
||||
+jbeulich patches.xen/xen-x86-exit-mmap
|
||||
+jbeulich patches.xen/xen-x86-per-cpu-vcpu-info
|
||||
+jbeulich patches.xen/xen-x86-msr-on-pcpu
|
||||
+jbeulich patches.xen/xen-x86-EFI
|
||||
+jbeulich patches.xen/xen-x86_64-pgd-pin
|
||||
+jbeulich patches.xen/xen-x86_64-pgd-alloc-order
|
||||
+jbeulich patches.xen/xen-x86_64-dump-user-pgt
|
||||
+jbeulich patches.xen/xen-x86_64-note-init-p2m
|
||||
+jbeulich patches.xen/xen-x86_64-unmapped-initrd
|
||||
### both uml framebuffer and xen need this one.
|
||||
patches.xen/add-console-use-vt
|
||||
|
||||
# split out patches
|
||||
patches.xen/kexec-move-segment-code-i386.patch
|
||||
patches.xen/kexec-move-segment-code-x86_64.patch
|
||||
patches.xen/frontswap-structure-changes
|
||||
patches.xen/frontswap-core
|
||||
patches.xen/frontswap-hooks
|
||||
patches.xen/frontswap-config
|
||||
patches.xen/ipv6-no-autoconf
|
||||
patches.xen/pci-guestdev
|
||||
patches.xen/pci-reserve
|
||||
|
||||
# bulk stuff, new files for xen
|
||||
patches.xen/xen3-auto-xen-arch.diff
|
||||
patches.xen/xen3-auto-xen-drivers.diff
|
||||
patches.xen/xen3-auto-include-xen-interface.diff
|
||||
patches.xen/xen3-auto-blktap2-pvops.diff
|
||||
|
||||
# kconfig bits for xen
|
||||
patches.xen/xen3-auto-xen-kconfig.diff
|
||||
|
||||
# common code changes
|
||||
patches.xen/xen3-auto-common.diff
|
||||
patches.xen/xen3-auto-arch-x86.diff
|
||||
patches.xen/xen3-auto-arch-i386.diff
|
||||
patches.xen/xen3-auto-arch-x86_64.diff
|
||||
|
||||
# fixups due to upstream Xen parts
|
||||
patches.xen/xen3-fixup-xen
|
||||
|
||||
# newer changeset backports
|
||||
|
||||
# changes outside arch/{i386,x86_64}/xen
|
||||
patches.xen/xen3-fixup-kconfig
|
||||
patches.xen/xen3-fixup-common
|
||||
patches.xen/xen3-fixup-arch-x86
|
||||
patches.xen/xen3-fixup-blktap2-pvops
|
||||
|
||||
# ports of other patches
|
||||
patches.xen/xen3-patch-2.6.18
|
||||
patches.xen/xen3-patch-2.6.19
|
||||
patches.xen/xen3-patch-2.6.20
|
||||
patches.xen/xen3-patch-2.6.21
|
||||
patches.xen/xen3-patch-2.6.22
|
||||
patches.xen/xen3-patch-2.6.23
|
||||
patches.xen/xen3-patch-2.6.24
|
||||
patches.xen/xen3-patch-2.6.25
|
||||
patches.xen/xen3-patch-2.6.26
|
||||
patches.xen/xen3-patch-2.6.27
|
||||
patches.xen/xen3-patch-2.6.28
|
||||
patches.xen/xen3-patch-2.6.29
|
||||
patches.xen/xen3-patch-2.6.30
|
||||
patches.xen/xen3-patch-2.6.31
|
||||
patches.xen/xen3-patch-2.6.32
|
||||
patches.xen/xen3-patch-2.6.33
|
||||
patches.xen/xen3-patch-2.6.34
|
||||
patches.xen/xen3-patch-2.6.35
|
||||
patches.xen/xen3-patch-2.6.36
|
||||
patches.xen/xen3-patch-2.6.37
|
||||
patches.xen/xen3-patch-2.6.38
|
||||
patches.xen/xen3-patch-2.6.39
|
||||
patches.xen/xen3-patch-3.0
|
||||
patches.xen/xen3-patch-3.1-rc5
|
||||
patches.xen/xen3-stack-unwind
|
||||
patches.xen/xen3-x86_64-unwind-annotations
|
||||
|
||||
# bugfixes and enhancements
|
||||
patches.xen/xen-balloon-max-target
|
||||
patches.xen/xen-blkif-protocol-fallback-hack
|
||||
patches.xen/xen-blkback-cdrom
|
||||
patches.xen/xen-blktap-modular
|
||||
patches.xen/xen-blktap-write-barriers
|
||||
patches.xen/xen-blktap2-configurable-nr-devs
|
||||
patches.xen/xen-op-packet
|
||||
patches.xen/xen-blkfront-cdrom
|
||||
patches.xen/xen-blkfront-hvm-no-cdrom
|
||||
patches.xen/xen-kconfig-compat
|
||||
patches.xen/xen-cpufreq-report
|
||||
patches.xen/xen-sys-suspend
|
||||
patches.xen/xen-ipi-per-cpu-irq
|
||||
patches.xen/xen-virq-per-cpu-irq
|
||||
patches.xen/xen-clockevents
|
||||
patches.xen/xen-spinlock-poll-early
|
||||
patches.xen/xen-pcpu-hotplug
|
||||
patches.xen/xen-mem-hotplug
|
||||
patches.xen/xen-swiotlb-heuristics
|
||||
patches.xen/xen-configurable-guest-devices
|
||||
patches.xen/xen-netback-nr-irqs
|
||||
patches.xen/xen-netback-notify-multi
|
||||
patches.xen/xen-netback-generalize
|
||||
patches.xen/xen-netback-multiple-tasklets
|
||||
patches.xen/xen-netback-kernel-threads
|
||||
patches.xen/xen-cxgb3
|
||||
patches.xen/xen-dcdbas
|
||||
patches.xen/xen-floppy
|
||||
patches.xen/xen-sections
|
||||
patches.xen/xen-kzalloc
|
||||
patches.xen/xen-unpriv-build
|
||||
patches.xen/xen-setup-gsi
|
||||
patches.xen/xen-x86-panic-no-reboot
|
||||
patches.xen/xen-x86-dcr-fallback
|
||||
patches.xen/xen-x86-no-lapic
|
||||
patches.xen/xen-x86-pmd-handling
|
||||
patches.xen/xen-x86-bigmem
|
||||
patches.xen/xen-x86-exit-mmap
|
||||
patches.xen/xen-x86-per-cpu-vcpu-info
|
||||
patches.xen/xen-x86-msr-on-pcpu
|
||||
patches.xen/xen-x86-EFI
|
||||
patches.xen/xen-x86-mmcfg-ACPI-reserved
|
||||
patches.xen/xen-x86_64-pgd-pin
|
||||
patches.xen/xen-x86_64-pgd-alloc-order
|
||||
patches.xen/xen-x86_64-dump-user-pgt
|
||||
patches.xen/xen-x86_64-note-init-p2m
|
||||
patches.xen/xen-x86_64-unmapped-initrd
|
||||
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
2011-09-05 09:52:24 +0200
|
||||
GIT Revision: 8a211c9645361190a2ac73318bd75dd2c8df7979
|
||||
2011-09-15 22:18:41 +0200
|
||||
GIT Revision: 532c24ffdc1e085588774cecacdc52535bddc3a1
|
||||
GIT Branch: master
|
||||
|
||||
Reference in New Issue
Block a user