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,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