1
0
forked from pool/kernel-source

GIT Revision: 85c87e3ee0de95bc7eb4710bb051840fbd70e027

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6858
This commit is contained in:
Michal Marek 2010-11-12 06:00:58 +00:00 committed by Git OBS Bridge
parent 9b0a103593
commit 72574481ce
37 changed files with 1060 additions and 8 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ca345e174e2437730c98718e11bd3547a28f6cbc1702d9ec516c000402fe002
size 221073
oid sha256:b5f5f989c30080d8839afc5127225355124a21192aaddf56a1ed9a87559664f5
size 221171

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -865,6 +865,34 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -878,6 +878,34 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -898,6 +898,34 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -99,6 +99,34 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -868,6 +868,34 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -865,6 +865,34 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -883,6 +883,34 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -887,6 +887,34 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -868,6 +868,34 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -862,6 +862,34 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -243,6 +243,34 @@ popd
%endif
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -81,6 +81,34 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -870,6 +870,34 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -866,6 +866,34 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -862,6 +862,34 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
-------------------------------------------------------------------
Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
-------------------------------------------------------------------
Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
-------------------------------------------------------------------
Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz

View File

@ -868,6 +868,34 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Nov 11 2010 gregkh@suse.de
- Update config files. (bnc#652954) increase the number of possible and
default uarts for users with multi-port serial cards for the i386 and
x86-64 default configs.
- commit 85c87e3
* Thu Nov 11 2010 jslaby@suse.cz
- rt2x00: Fix max TX power settings (bnc#584028).
- rt2x00: Fix channel configuration for RF3052 (bnc#584028).
- commit 60c0452
* Thu Nov 11 2010 jslaby@suse.cz
- resources: add a default alignf to simplify find_resource()
(bnc#651256).
- resources: factor out resource_clip() to simplify
find_resource() (bnc#651256).
- resources: ensure callback doesn't allocate outside available
space (bnc#651256).
- resources: handle overflow when aligning start of available area
(bnc#651256).
- resources: support allocating space within a region from the
top down (bnc#651256).
- PCI: allocate bus resources from the top down (bnc#651256).
- x86/PCI: allocate space from the end of a region, not the
beginning (bnc#651256).
- x86: update iomem_resource end based on CPU physical address
capabilities (bnc#651256).
- x86: allocate space within a region top-down (bnc#651256).
- Refresh patches.xen/xen3-patch-2.6.34.
- commit 8c68ad1
* Tue Nov 09 2010 jack@suse.cz
- novfs: Fix for the issue of kernel dumps core on restart
(bnc#641811).

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ed131ba06267bf92905d02ef0fdcb876c630c9312cbc34e95e699c6a7a50f98
size 86575
oid sha256:ea7c59d2ba8e1c7b1ed0d64e03214d608b3d476e3ff2a6cfa74e621b494b52da
size 95076

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c825f058d361347bf6a8c087ea4f46a988f1a2dcba42b63b6cc41c1fb9234dc
size 2022601
oid sha256:850fb9cda08484037ffdd6f5a0f22445f01707f807cafad36f30393a266033c3
size 2023639

View File

@ -89,6 +89,16 @@
patches.fixes/make-note_interrupt-fast.diff
patches.fixes/twl6030-fix-note_interrupt-call
patches.fixes/res-0001-resources-add-a-default-alignf-to-simplify-find_reso.patch
patches.fixes/res-0002-resources-factor-out-resource_clip-to-simplify-find_.patch
patches.fixes/res-0003-resources-ensure-callback-doesn-t-allocate-outside-a.patch
patches.fixes/res-0004-resources-handle-overflow-when-aligning-start-of-ava.patch
patches.fixes/res-0005-resources-support-allocating-space-within-a-region-f.patch
patches.fixes/res-0006-PCI-allocate-bus-resources-from-the-top-down.patch
patches.fixes/res-0007-x86-PCI-allocate-space-from-the-end-of-a-region-not-.patch
patches.fixes/res-0008-x86-update-iomem_resource-end-based-on-CPU-physical-.patch
patches.fixes/res-0009-x86-allocate-space-within-a-region-top-down.patch
########################################################
# Architecture-specific patches. These used to be all
# at the end of series.conf, but since we don't do
@ -523,6 +533,8 @@
patches.suse/wireless-no-aes-select
patches.suse/b43-missing-firmware-info.patch
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices
patches.fixes/rt2x00-Fix-channel-configuration-for-RF3052.patch
patches.fixes/rt2x00-Fix-max-TX-power-settings.patch
########################################################
# iSCSI

View File

@ -1,3 +1,3 @@
2010-11-09 15:28:57 +0100
GIT Revision: 76ba8339f56e3c2dd8426959c8317fd342a7a074
2010-11-11 19:37:05 +0100
GIT Revision: 85c87e3ee0de95bc7eb4710bb051840fbd70e027
GIT Branch: master