GIT Revision: 0bcf5782a5479c819afd16b99cdd4ef4265f9faa

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=85
This commit is contained in:
Michal Marek 2011-11-04 06:02:45 +00:00 committed by Git OBS Bridge
parent 041e0a2798
commit 709c4b9b3d
20 changed files with 729 additions and 16 deletions

View File

@ -25,7 +25,7 @@
if [ "$1" = "--list" ]; then
# List all known architectures
echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc
echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc arm
exit 0
fi
@ -39,6 +39,9 @@ case "$ARCH" in
i?86 | pentium3 | pentium4 | athlon | geode)
echo i386
;;
arm*)
echo arm
;;
*)
echo "$ARCH"
;;

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de
- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID.
- commit ee8439f
-------------------------------------------------------------------
Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz
- oom: thaw threads if oom killed thread is frozen before
deferring (bnc#723999).
- commit 74af598
-------------------------------------------------------------------
Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com
- Re-disabled patches.xen/xencons-tty_mutex.patch
- commit 187dde0
-------------------------------------------------------------------
Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com
- Re-added patches accidentally dropped with commit 28551a0c.
- commit 3795fde
-------------------------------------------------------------------
Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-final and c/s 1123.
- commit 35973e8
-------------------------------------------------------------------
Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com
- Add Elantech touchpad v3/v4 support (bnc#716852):
- Input: elantech - add v3 hardware support.
- Input: elantech - add v4 hardware support.
- Input: elantech - better support all those v2 variants.
- Input: elantech - clean up elantech_init.
- Input: elantech - correct x, y value range for v2 hardware.
- Input: elantech - get rid of ETP_2FT_* in elantech.h.
- Input: elantech - packet checking for v2 hardware.
- Input: elantech - remove ETP_EDGE_FUZZ_V2.
- Input: elantech - remove module parameter force_elantech.
- Input: elantech - use firmware provided x, y ranges.
- commit 28551a0
-------------------------------------------------------------------
Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
- rpm/{arch-symbols,mkspec}: Add support for ARM
The various ARM families need similar handling like i?86.
- commit 3108a66
-------------------------------------------------------------------
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de
- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID.
- commit ee8439f
-------------------------------------------------------------------
Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz
- oom: thaw threads if oom killed thread is frozen before
deferring (bnc#723999).
- commit 74af598
-------------------------------------------------------------------
Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com
- Re-disabled patches.xen/xencons-tty_mutex.patch
- commit 187dde0
-------------------------------------------------------------------
Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com
- Re-added patches accidentally dropped with commit 28551a0c.
- commit 3795fde
-------------------------------------------------------------------
Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-final and c/s 1123.
- commit 35973e8
-------------------------------------------------------------------
Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com
- Add Elantech touchpad v3/v4 support (bnc#716852):
- Input: elantech - add v3 hardware support.
- Input: elantech - add v4 hardware support.
- Input: elantech - better support all those v2 variants.
- Input: elantech - clean up elantech_init.
- Input: elantech - correct x, y value range for v2 hardware.
- Input: elantech - get rid of ETP_2FT_* in elantech.h.
- Input: elantech - packet checking for v2 hardware.
- Input: elantech - remove ETP_EDGE_FUZZ_V2.
- Input: elantech - remove module parameter force_elantech.
- Input: elantech - use firmware provided x, y ranges.
- commit 28551a0
-------------------------------------------------------------------
Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
- rpm/{arch-symbols,mkspec}: Add support for ARM
The various ARM families need similar handling like i?86.
- commit 3108a66
-------------------------------------------------------------------
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de
- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID.
- commit ee8439f
-------------------------------------------------------------------
Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz
- oom: thaw threads if oom killed thread is frozen before
deferring (bnc#723999).
- commit 74af598
-------------------------------------------------------------------
Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com
- Re-disabled patches.xen/xencons-tty_mutex.patch
- commit 187dde0
-------------------------------------------------------------------
Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com
- Re-added patches accidentally dropped with commit 28551a0c.
- commit 3795fde
-------------------------------------------------------------------
Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-final and c/s 1123.
- commit 35973e8
-------------------------------------------------------------------
Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com
- Add Elantech touchpad v3/v4 support (bnc#716852):
- Input: elantech - add v3 hardware support.
- Input: elantech - add v4 hardware support.
- Input: elantech - better support all those v2 variants.
- Input: elantech - clean up elantech_init.
- Input: elantech - correct x, y value range for v2 hardware.
- Input: elantech - get rid of ETP_2FT_* in elantech.h.
- Input: elantech - packet checking for v2 hardware.
- Input: elantech - remove ETP_EDGE_FUZZ_V2.
- Input: elantech - remove module parameter force_elantech.
- Input: elantech - use firmware provided x, y ranges.
- commit 28551a0
-------------------------------------------------------------------
Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
- rpm/{arch-symbols,mkspec}: Add support for ARM
The various ARM families need similar handling like i?86.
- commit 3108a66
-------------------------------------------------------------------
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de
- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID.
- commit ee8439f
-------------------------------------------------------------------
Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz
- oom: thaw threads if oom killed thread is frozen before
deferring (bnc#723999).
- commit 74af598
-------------------------------------------------------------------
Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com
- Re-disabled patches.xen/xencons-tty_mutex.patch
- commit 187dde0
-------------------------------------------------------------------
Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com
- Re-added patches accidentally dropped with commit 28551a0c.
- commit 3795fde
-------------------------------------------------------------------
Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-final and c/s 1123.
- commit 35973e8
-------------------------------------------------------------------
Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com
- Add Elantech touchpad v3/v4 support (bnc#716852):
- Input: elantech - add v3 hardware support.
- Input: elantech - add v4 hardware support.
- Input: elantech - better support all those v2 variants.
- Input: elantech - clean up elantech_init.
- Input: elantech - correct x, y value range for v2 hardware.
- Input: elantech - get rid of ETP_2FT_* in elantech.h.
- Input: elantech - packet checking for v2 hardware.
- Input: elantech - remove ETP_EDGE_FUZZ_V2.
- Input: elantech - remove module parameter force_elantech.
- Input: elantech - use firmware provided x, y ranges.
- commit 28551a0
-------------------------------------------------------------------
Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
- rpm/{arch-symbols,mkspec}: Add support for ARM
The various ARM families need similar handling like i?86.
- commit 3108a66
-------------------------------------------------------------------
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de
- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID.
- commit ee8439f
-------------------------------------------------------------------
Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz
- oom: thaw threads if oom killed thread is frozen before
deferring (bnc#723999).
- commit 74af598
-------------------------------------------------------------------
Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com
- Re-disabled patches.xen/xencons-tty_mutex.patch
- commit 187dde0
-------------------------------------------------------------------
Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com
- Re-added patches accidentally dropped with commit 28551a0c.
- commit 3795fde
-------------------------------------------------------------------
Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-final and c/s 1123.
- commit 35973e8
-------------------------------------------------------------------
Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com
- Add Elantech touchpad v3/v4 support (bnc#716852):
- Input: elantech - add v3 hardware support.
- Input: elantech - add v4 hardware support.
- Input: elantech - better support all those v2 variants.
- Input: elantech - clean up elantech_init.
- Input: elantech - correct x, y value range for v2 hardware.
- Input: elantech - get rid of ETP_2FT_* in elantech.h.
- Input: elantech - packet checking for v2 hardware.
- Input: elantech - remove ETP_EDGE_FUZZ_V2.
- Input: elantech - remove module parameter force_elantech.
- Input: elantech - use firmware provided x, y ranges.
- commit 28551a0
-------------------------------------------------------------------
Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
- rpm/{arch-symbols,mkspec}: Add support for ARM
The various ARM families need similar handling like i?86.
- commit 3108a66
-------------------------------------------------------------------
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de
- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID.
- commit ee8439f
-------------------------------------------------------------------
Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz
- oom: thaw threads if oom killed thread is frozen before
deferring (bnc#723999).
- commit 74af598
-------------------------------------------------------------------
Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com
- Re-disabled patches.xen/xencons-tty_mutex.patch
- commit 187dde0
-------------------------------------------------------------------
Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com
- Re-added patches accidentally dropped with commit 28551a0c.
- commit 3795fde
-------------------------------------------------------------------
Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-final and c/s 1123.
- commit 35973e8
-------------------------------------------------------------------
Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com
- Add Elantech touchpad v3/v4 support (bnc#716852):
- Input: elantech - add v3 hardware support.
- Input: elantech - add v4 hardware support.
- Input: elantech - better support all those v2 variants.
- Input: elantech - clean up elantech_init.
- Input: elantech - correct x, y value range for v2 hardware.
- Input: elantech - get rid of ETP_2FT_* in elantech.h.
- Input: elantech - packet checking for v2 hardware.
- Input: elantech - remove ETP_EDGE_FUZZ_V2.
- Input: elantech - remove module parameter force_elantech.
- Input: elantech - use firmware provided x, y ranges.
- commit 28551a0
-------------------------------------------------------------------
Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
- rpm/{arch-symbols,mkspec}: Add support for ARM
The various ARM families need similar handling like i?86.
- commit 3108a66
-------------------------------------------------------------------
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de
- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID.
- commit ee8439f
-------------------------------------------------------------------
Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz
- oom: thaw threads if oom killed thread is frozen before
deferring (bnc#723999).
- commit 74af598
-------------------------------------------------------------------
Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com
- Re-disabled patches.xen/xencons-tty_mutex.patch
- commit 187dde0
-------------------------------------------------------------------
Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com
- Re-added patches accidentally dropped with commit 28551a0c.
- commit 3795fde
-------------------------------------------------------------------
Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-final and c/s 1123.
- commit 35973e8
-------------------------------------------------------------------
Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com
- Add Elantech touchpad v3/v4 support (bnc#716852):
- Input: elantech - add v3 hardware support.
- Input: elantech - add v4 hardware support.
- Input: elantech - better support all those v2 variants.
- Input: elantech - clean up elantech_init.
- Input: elantech - correct x, y value range for v2 hardware.
- Input: elantech - get rid of ETP_2FT_* in elantech.h.
- Input: elantech - packet checking for v2 hardware.
- Input: elantech - remove ETP_EDGE_FUZZ_V2.
- Input: elantech - remove module parameter force_elantech.
- Input: elantech - use firmware provided x, y ranges.
- commit 28551a0
-------------------------------------------------------------------
Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
- rpm/{arch-symbols,mkspec}: Add support for ARM
The various ARM families need similar handling like i?86.
- commit 3108a66
-------------------------------------------------------------------
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de
- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID.
- commit ee8439f
-------------------------------------------------------------------
Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz
- oom: thaw threads if oom killed thread is frozen before
deferring (bnc#723999).
- commit 74af598
-------------------------------------------------------------------
Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com
- Re-disabled patches.xen/xencons-tty_mutex.patch
- commit 187dde0
-------------------------------------------------------------------
Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com
- Re-added patches accidentally dropped with commit 28551a0c.
- commit 3795fde
-------------------------------------------------------------------
Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-final and c/s 1123.
- commit 35973e8
-------------------------------------------------------------------
Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com
- Add Elantech touchpad v3/v4 support (bnc#716852):
- Input: elantech - add v3 hardware support.
- Input: elantech - add v4 hardware support.
- Input: elantech - better support all those v2 variants.
- Input: elantech - clean up elantech_init.
- Input: elantech - correct x, y value range for v2 hardware.
- Input: elantech - get rid of ETP_2FT_* in elantech.h.
- Input: elantech - packet checking for v2 hardware.
- Input: elantech - remove ETP_EDGE_FUZZ_V2.
- Input: elantech - remove module parameter force_elantech.
- Input: elantech - use firmware provided x, y ranges.
- commit 28551a0
-------------------------------------------------------------------
Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
- rpm/{arch-symbols,mkspec}: Add support for ARM
The various ARM families need similar handling like i?86.
- commit 3108a66
-------------------------------------------------------------------
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de
- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID.
- commit ee8439f
-------------------------------------------------------------------
Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz
- oom: thaw threads if oom killed thread is frozen before
deferring (bnc#723999).
- commit 74af598
-------------------------------------------------------------------
Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com
- Re-disabled patches.xen/xencons-tty_mutex.patch
- commit 187dde0
-------------------------------------------------------------------
Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com
- Re-added patches accidentally dropped with commit 28551a0c.
- commit 3795fde
-------------------------------------------------------------------
Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-final and c/s 1123.
- commit 35973e8
-------------------------------------------------------------------
Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com
- Add Elantech touchpad v3/v4 support (bnc#716852):
- Input: elantech - add v3 hardware support.
- Input: elantech - add v4 hardware support.
- Input: elantech - better support all those v2 variants.
- Input: elantech - clean up elantech_init.
- Input: elantech - correct x, y value range for v2 hardware.
- Input: elantech - get rid of ETP_2FT_* in elantech.h.
- Input: elantech - packet checking for v2 hardware.
- Input: elantech - remove ETP_EDGE_FUZZ_V2.
- Input: elantech - remove module parameter force_elantech.
- Input: elantech - use firmware provided x, y ranges.
- commit 28551a0
-------------------------------------------------------------------
Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
- rpm/{arch-symbols,mkspec}: Add support for ARM
The various ARM families need similar handling like i?86.
- commit 3108a66
-------------------------------------------------------------------
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de
- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID.
- commit ee8439f
-------------------------------------------------------------------
Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz
- oom: thaw threads if oom killed thread is frozen before
deferring (bnc#723999).
- commit 74af598
-------------------------------------------------------------------
Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com
- Re-disabled patches.xen/xencons-tty_mutex.patch
- commit 187dde0
-------------------------------------------------------------------
Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com
- Re-added patches accidentally dropped with commit 28551a0c.
- commit 3795fde
-------------------------------------------------------------------
Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-final and c/s 1123.
- commit 35973e8
-------------------------------------------------------------------
Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com
- Add Elantech touchpad v3/v4 support (bnc#716852):
- Input: elantech - add v3 hardware support.
- Input: elantech - add v4 hardware support.
- Input: elantech - better support all those v2 variants.
- Input: elantech - clean up elantech_init.
- Input: elantech - correct x, y value range for v2 hardware.
- Input: elantech - get rid of ETP_2FT_* in elantech.h.
- Input: elantech - packet checking for v2 hardware.
- Input: elantech - remove ETP_EDGE_FUZZ_V2.
- Input: elantech - remove module parameter force_elantech.
- Input: elantech - use firmware provided x, y ranges.
- commit 28551a0
-------------------------------------------------------------------
Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
- rpm/{arch-symbols,mkspec}: Add support for ARM
The various ARM families need similar handling like i?86.
- commit 3108a66
-------------------------------------------------------------------
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de
- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID.
- commit ee8439f
-------------------------------------------------------------------
Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz
- oom: thaw threads if oom killed thread is frozen before
deferring (bnc#723999).
- commit 74af598
-------------------------------------------------------------------
Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com
- Re-disabled patches.xen/xencons-tty_mutex.patch
- commit 187dde0
-------------------------------------------------------------------
Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com
- Re-added patches accidentally dropped with commit 28551a0c.
- commit 3795fde
-------------------------------------------------------------------
Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-final and c/s 1123.
- commit 35973e8
-------------------------------------------------------------------
Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com
- Add Elantech touchpad v3/v4 support (bnc#716852):
- Input: elantech - add v3 hardware support.
- Input: elantech - add v4 hardware support.
- Input: elantech - better support all those v2 variants.
- Input: elantech - clean up elantech_init.
- Input: elantech - correct x, y value range for v2 hardware.
- Input: elantech - get rid of ETP_2FT_* in elantech.h.
- Input: elantech - packet checking for v2 hardware.
- Input: elantech - remove ETP_EDGE_FUZZ_V2.
- Input: elantech - remove module parameter force_elantech.
- Input: elantech - use firmware provided x, y ranges.
- commit 28551a0
-------------------------------------------------------------------
Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
- rpm/{arch-symbols,mkspec}: Add support for ARM
The various ARM families need similar handling like i?86.
- commit 3108a66
-------------------------------------------------------------------
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de
- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID.
- commit ee8439f
-------------------------------------------------------------------
Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz
- oom: thaw threads if oom killed thread is frozen before
deferring (bnc#723999).
- commit 74af598
-------------------------------------------------------------------
Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com
- Re-disabled patches.xen/xencons-tty_mutex.patch
- commit 187dde0
-------------------------------------------------------------------
Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com
- Re-added patches accidentally dropped with commit 28551a0c.
- commit 3795fde
-------------------------------------------------------------------
Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-final and c/s 1123.
- commit 35973e8
-------------------------------------------------------------------
Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com
- Add Elantech touchpad v3/v4 support (bnc#716852):
- Input: elantech - add v3 hardware support.
- Input: elantech - add v4 hardware support.
- Input: elantech - better support all those v2 variants.
- Input: elantech - clean up elantech_init.
- Input: elantech - correct x, y value range for v2 hardware.
- Input: elantech - get rid of ETP_2FT_* in elantech.h.
- Input: elantech - packet checking for v2 hardware.
- Input: elantech - remove ETP_EDGE_FUZZ_V2.
- Input: elantech - remove module parameter force_elantech.
- Input: elantech - use firmware provided x, y ranges.
- commit 28551a0
-------------------------------------------------------------------
Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
- rpm/{arch-symbols,mkspec}: Add support for ARM
The various ARM families need similar handling like i?86.
- commit 3108a66
-------------------------------------------------------------------
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de
- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID.
- commit ee8439f
-------------------------------------------------------------------
Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz
- oom: thaw threads if oom killed thread is frozen before
deferring (bnc#723999).
- commit 74af598
-------------------------------------------------------------------
Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com
- Re-disabled patches.xen/xencons-tty_mutex.patch
- commit 187dde0
-------------------------------------------------------------------
Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com
- Re-added patches accidentally dropped with commit 28551a0c.
- commit 3795fde
-------------------------------------------------------------------
Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-final and c/s 1123.
- commit 35973e8
-------------------------------------------------------------------
Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com
- Add Elantech touchpad v3/v4 support (bnc#716852):
- Input: elantech - add v3 hardware support.
- Input: elantech - add v4 hardware support.
- Input: elantech - better support all those v2 variants.
- Input: elantech - clean up elantech_init.
- Input: elantech - correct x, y value range for v2 hardware.
- Input: elantech - get rid of ETP_2FT_* in elantech.h.
- Input: elantech - packet checking for v2 hardware.
- Input: elantech - remove ETP_EDGE_FUZZ_V2.
- Input: elantech - remove module parameter force_elantech.
- Input: elantech - use firmware provided x, y ranges.
- commit 28551a0
-------------------------------------------------------------------
Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
- rpm/{arch-symbols,mkspec}: Add support for ARM
The various ARM families need similar handling like i?86.
- commit 3108a66
-------------------------------------------------------------------
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de

1
mkspec
View File

@ -248,6 +248,7 @@ sub arch2rpm {
sub _arch2rpm {
my $arch = shift;
return "\%ix86" if $arch eq "i386";
return "\%arm" if $arch eq "arm";
return $arch;
}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2be4e4507c96b23632bb37e84bc3ab9bca1d6b3fc6a796c4cdecba9cc5579d8
size 11804
oid sha256:061b827300f783aee7a0bfe623ebdda7749923f526d1c368881e653b2e519344
size 24075

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e0058767916325b1da55b0ab555ccc9985a7a32205cd744c97757d5ae56082c
size 22528
oid sha256:fb426c7760bf36695e808ba33d855e181cd75942beead0f8d97cc68071df9ec2
size 23225

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1b7c652c10011c301602b050b178f9cf363fe1194cd62caedf674d1561412f2
size 2040551
oid sha256:f9810f45a353ff2328fb4b90dfec8fcef374440161a1f4e693cebd79cf29a938
size 2034859

View File

@ -176,6 +176,7 @@
patches.suse/readahead-request-tunables.patch
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
patches.fixes/oom-thaw-threads-if-oom-killed-thread-is-frozen-befo.patch
########################################################
# IPC patches
@ -423,6 +424,17 @@
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
patches.drivers/input-Add-LED-support-to-Synaptics-device
patches.drivers/input-elantech-correct-x-y-value-range-for-v2-hardware
patches.drivers/input-elantech-get-rid-of-etp_2ft_-in-elantech-h
patches.drivers/input-elantech-use-firmware-provided-x-y-ranges
patches.drivers/input-elantech-remove-etp_edge_fuzz_v2
patches.drivers/input-elantech-packet-checking-for-v2-hardware
patches.drivers/input-elantech-clean-up-elantech_init
patches.drivers/input-elantech-add-v3-hardware-support
patches.drivers/input-elantech-add-v4-hardware-support
patches.drivers/input-elantech-better-support-all-those-v2-variants
patches.drivers/input-elantech-remove-module-parameter-force_elantech
##########################################################
# Sound
##########################################################
@ -816,10 +828,7 @@
patches.xen/xen3-patch-2.6.38
patches.xen/xen3-patch-2.6.39
patches.xen/xen3-patch-3.0
patches.xen/xen3-patch-3.1-rc5
patches.xen/xen3-patch-3.1-rc6-rc7
patches.xen/xen3-patch-3.1-rc7-rc8
patches.xen/xen3-patch-3.1-rc8-rc9
patches.xen/xen3-patch-3.1
patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
patches.xen/xen3-stack-unwind
@ -837,7 +846,6 @@
patches.xen/xen-swiotlb-heuristics
patches.xen/xen-configurable-guest-devices
patches.xen/xen-setup-gsi
patches.xen/xen-kzalloc
patches.xen/xen-sections
patches.xen/xen-unpriv-build
patches.xen/xen-cpufreq-report
@ -857,7 +865,6 @@
patches.xen/xen-netback-kernel-threads
patches.xen/xen-cxgb3
patches.xen/xen-dcdbas
patches.xen/xen-floppy
patches.xen/xen-x86-panic-no-reboot
patches.xen/xen-x86-dcr-fallback
patches.xen/xen-x86-no-lapic
@ -872,4 +879,4 @@
patches.xen/xen-x86_64-dump-user-pgt
patches.xen/xen-x86_64-note-init-p2m
patches.xen/xen-x86_64-unmapped-initrd
patches.xen/xencons-tty_mutex.patch
- patches.xen/xencons-tty_mutex.patch

View File

@ -1,3 +1,3 @@
2011-10-30 12:59:05 +0100
GIT Revision: 5312d70124a80abb12344e1e7976d4f357943e7b
2011-11-03 17:13:19 +0100
GIT Revision: 0bcf5782a5479c819afd16b99cdd4ef4265f9faa
GIT Branch: stable