forked from pool/kernel-source
GIT Revision: 92c09650f92ec86232f8feb381d9355d41be5f88
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6888
This commit is contained in:
parent
884914c7dc
commit
2b2a6dec32
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -870,6 +870,41 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -880,6 +915,14 @@ Debug information for package %name-devel
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -883,6 +883,41 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -893,6 +928,14 @@ Debug information for package %name-devel
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -903,6 +903,41 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -913,6 +948,14 @@ Debug information for package %name-devel
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -99,6 +99,41 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -109,6 +144,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -873,6 +873,41 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -883,6 +918,14 @@ Debug information for package %name-devel
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -870,6 +870,41 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -880,6 +915,14 @@ Debug information for package %name-devel
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -888,6 +888,41 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -898,6 +933,14 @@ Debug information for package %name-devel
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -892,6 +892,41 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -902,6 +937,14 @@ Debug information for package %name-devel
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -873,6 +873,41 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -883,6 +918,14 @@ Debug information for package %name-devel
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -867,6 +867,41 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -877,6 +912,14 @@ Debug information for package %name-devel
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -243,6 +243,41 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -253,6 +288,14 @@ popd
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -81,6 +81,41 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -91,6 +126,14 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -875,6 +875,41 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -885,6 +920,14 @@ Debug information for package %name-devel
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -871,6 +871,41 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -881,6 +916,14 @@ Debug information for package %name-devel
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -867,6 +867,41 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -877,6 +912,14 @@ Debug information for package %name-devel
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz
|
||||
|
||||
@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz
|
||||
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -873,6 +873,41 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
Backport to XEN.
|
||||
- commit 92c0965
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive
|
||||
decode" (bnc#655048).
|
||||
- Revert "x86: allocate space within a region top-down"
|
||||
(bnc#655048).
|
||||
- Revert "x86/PCI: allocate space from the end of a region,
|
||||
not the beginning" (bnc#655048).
|
||||
- Revert "PCI: allocate bus resources from the top down"
|
||||
(bnc#655048).
|
||||
- Revert "resources: support allocating space within a region
|
||||
from the top down" (bnc#655048).
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid low BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid E820 regions when allocating address space
|
||||
(bnc#655048).
|
||||
- x86: avoid high BIOS area when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7bbbf27
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Revert "- resources: add arch hook for preventing allocation in reserved"
|
||||
This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted.
|
||||
- commit 6f3bdf8
|
||||
* Mon Dec 20 2010 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch.
|
||||
It's unreferenced and wrong.
|
||||
- commit 9e6fc50
|
||||
* Thu Dec 16 2010 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: Define %%kernelrelease
|
||||
- commit 1d67b13
|
||||
@ -883,6 +918,14 @@ Debug information for package %name-devel
|
||||
* Mon Dec 13 2010 tiwai@suse.de
|
||||
- Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908)
|
||||
- commit c5eced1
|
||||
* Fri Dec 10 2010 jslaby@suse.cz
|
||||
- resources: add arch hook for preventing allocation in reserved
|
||||
areas (bnc#655048).
|
||||
- x86: avoid BIOS area when allocating address space (bnc#655048).
|
||||
- x86: avoid PNP resources when allocating address space
|
||||
(bnc#655048).
|
||||
- Refresh patches.xen/xen3-patch-2.6.34.
|
||||
- commit 7e25353
|
||||
* Fri Dec 10 2010 jbeulich@novell.com
|
||||
- Update Xen config files (CONFIG_XEN_COMPAT=0x040000).
|
||||
- commit 5343e5f
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ab753ff60c69d2961a0fa3e0a1629d45eb99c837821b8f9cce512f3696811aa
|
||||
size 77495
|
||||
oid sha256:554e75a5433d841dd7d1e201b22b9322d154a4dffebd871417cdf75b05b3668a
|
||||
size 84399
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb637ff947e03f87f487c83926c568271f5c7c40000adca7978adb7b6b1b0600
|
||||
size 2064044
|
||||
oid sha256:751b126f96c0c152b9eeef4d2f1ef968b95c6f2e5adbc1aa9a81acf251903abd
|
||||
size 2064688
|
||||
|
11
series.conf
11
series.conf
@ -94,6 +94,16 @@
|
||||
|
||||
patches.suse/sched-automated-per-session-task-groups
|
||||
|
||||
patches.fixes/res-0001-Revert-PCI-fix-pci_bus_alloc_resource-hang-prefer-po.patch
|
||||
patches.fixes/res-0002-Revert-x86-allocate-space-within-a-region-top-down.patch
|
||||
patches.fixes/res-0003-Revert-x86-PCI-allocate-space-from-the-end-of-a-regi.patch
|
||||
patches.fixes/res-0004-Revert-PCI-allocate-bus-resources-from-the-top-down.patch
|
||||
patches.fixes/res-0005-Revert-resources-support-allocating-space-within-a-r.patch
|
||||
patches.fixes/res-0006-resources-add-arch-hook-for-preventing-allocation-in.patch
|
||||
patches.fixes/res-0007-x86-avoid-low-BIOS-area-when-allocating-address-spac.patch
|
||||
patches.fixes/res-0008-x86-avoid-E820-regions-when-allocating-address-space.patch
|
||||
patches.fixes/res-0009-x86-avoid-high-BIOS-area-when-allocating-address-spa.patch
|
||||
|
||||
########################################################
|
||||
# Architecture-specific patches. These used to be all
|
||||
# at the end of series.conf, but since we don't do
|
||||
@ -779,6 +789,7 @@
|
||||
patches.xen/xen3-patch-2.6.37-rc3
|
||||
patches.xen/xen3-patch-2.6.37-rc3-rc4
|
||||
patches.xen/xen3-patch-2.6.37-rc4-rc5
|
||||
patches.xen/xen3-res-0002-Revert-x86-allocate-space-within-a-region-top-down.patch
|
||||
patches.xen/xen3-seccomp-disable-tsc-option
|
||||
patches.xen/xen3-x86-mcp51-no-dac
|
||||
patches.xen/xen3-x86-mark_rodata_rw.patch
|
||||
|
@ -1,3 +1,3 @@
|
||||
2010-12-17 14:58:46 +0100
|
||||
GIT Revision: 91af5a30f70b0f2a0e0075b159fc2868a9fb6318
|
||||
2010-12-20 12:48:45 +0100
|
||||
GIT Revision: 92c09650f92ec86232f8feb381d9355d41be5f88
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user