Commit Graph

2984 Commits

Author SHA1 Message Date
Ben Hutchings 10ebafb301 Move last valid device ID from piix to ata_piix
piix has been kept around because it has 2 device IDs not listed in
other drivers:

PCI_DEVICE_ID_INTEL_82371FB_0 == 0x122e (PIIX function 0)
This function is the ISA bridge, not a PATA controller!

PCI_DEVICE_ID_INTEL_82801DB_1 == 0x24c1 (ICH4-L function 1)
This should be functionally identical to the ICH4's PATA
controller.

Add the latter device ID to ata_piix and disable piix (except on
alpha, which has not been converted to use libata).


svn path=/dists/trunk/linux-2.6/; revision=16427
2010-10-10 22:01:51 +00:00
Ben Hutchings 30e7656cce [x86] Skip looking for ioapic overrides when ioapics are not present (Closes: #598533)
svn path=/dists/trunk/linux-2.6/; revision=16426
2010-10-10 21:12:51 +00:00
Ben Hutchings 6991dd77f3 crypto: Explicitly enable algorithm self-tests (Closes: #599441)
svn path=/dists/trunk/linux-2.6/; revision=16424
2010-10-10 15:28:05 +00:00
Ben Hutchings e54cefd0de perf: Enable Perl and Python scripting
svn path=/dists/trunk/linux-2.6/; revision=16422
2010-10-10 02:36:46 +00:00
Ben Hutchings c86844648a On second thoughts, move scripts to /usr/share/perf_<version>-core
svn path=/dists/trunk/linux-2.6/; revision=16421
2010-10-10 02:12:28 +00:00
Ben Hutchings 3fd8f69aad perf: Move scripts to /usr/share/perf-core in linux-base package (Closes: #599624)
svn path=/dists/trunk/linux-2.6/; revision=16420
2010-10-10 01:48:46 +00:00
Ben Hutchings 439fcd4674 [x86] Enable modular IDEAPAD_ACPI (Closes: #599444)
svn path=/dists/trunk/linux-2.6/; revision=16417
2010-10-08 04:41:36 +00:00
Ben Hutchings 7527d0c144 [x86] Staging: fix Makefile so brcm80211 will actually build (Closes: #599465)
svn path=/dists/trunk/linux-2.6/; revision=16412
2010-10-08 04:03:15 +00:00
Ben Hutchings b945a21e38 [x86] Enable modular TM6000, TM6000_ALSA, TM6000_DVB
svn path=/dists/trunk/linux-2.6/; revision=16411
2010-10-07 12:03:46 +00:00
Ben Hutchings bf6d43cfe5 qla4xxx: Fix build on some architectures lacking 64-bit I/O (Closes: #598503)
svn path=/dists/trunk/linux-2.6/; revision=16410
2010-10-07 02:39:06 +00:00
Ben Hutchings 81d2743cc7 Update to 2.6.36-rc7
svn path=/dists/trunk/linux-2.6/; revision=16409
2010-10-07 02:37:34 +00:00
Ben Hutchings 3906f1b652 Prepare to upload linux-2.6 (2.6.36~rc6-1~experimental.1).
svn path=/dists/trunk/linux-2.6/; revision=16398
2010-10-04 00:11:59 +00:00
Ben Hutchings 97aecd8d07 Enable various new driver modules and driver options
svn path=/dists/trunk/linux-2.6/; revision=16395
2010-10-03 19:49:27 +00:00
Ben Hutchings 626cb3aaa2 Enable all IR modules (LIRC only on x86)
svn path=/dists/trunk/linux-2.6/; revision=16394
2010-10-03 19:36:05 +00:00
Ben Hutchings 7df8953777 Enable various new driver modules and driver options
svn path=/dists/trunk/linux-2.6/; revision=16392
2010-10-03 17:53:42 +00:00
Ben Hutchings be0473a753 Note config options enabled as modular
svn path=/dists/trunk/linux-2.6/; revision=16391
2010-10-03 17:21:22 +00:00
Ben Hutchings 36a3ac3d3e Explicitly set LOCKUP_DETECTOR (enabled by default in 2.6.35, not any more)
svn path=/dists/trunk/linux-2.6/; revision=16390
2010-10-02 23:28:34 +00:00
Ben Hutchings e20b699ca1 Enable new netfilter xtables modules
svn path=/dists/trunk/linux-2.6/; revision=16386
2010-10-02 22:20:52 +00:00
Ben Hutchings cb837a8888 Explicitly disable INTEL_IDLE, which cannot be built as a module any more
svn path=/dists/trunk/linux-2.6/; revision=16385
2010-10-02 22:18:07 +00:00
Ben Hutchings 1c573ade5f Update to 2.6.36-rc6
svn path=/dists/trunk/linux-2.6/; revision=16367
2010-09-29 01:54:09 +00:00
Ben Hutchings 769bfb21c3 USB: fix bug in initialization of interface minor numbers (Closes: #598207)
svn path=/dists/trunk/linux-2.6/; revision=16364
2010-09-28 01:21:38 +00:00
Ben Hutchings 826a4ea552 drm/i915: Ensure that the crtcinfo is populated during mode_fixup() (Closes: #592415)
svn path=/dists/trunk/linux-2.6/; revision=16362
2010-09-27 23:54:29 +00:00
Ben Hutchings 3ce11d748c linux-base: Remove dependency on libapt-pkg-perl (Closes: #589996, really)
svn path=/dists/trunk/linux-2.6/; revision=16357
2010-09-26 14:36:27 +00:00
Ben Hutchings 715eeb818e Prepare to release linux-2.6 (2.6.36~rc5-1~experimental.1).
svn path=/dists/trunk/linux-2.6/; revision=16340
2010-09-21 23:00:32 +00:00
Ben Hutchings 7951f74714 Update to 2.6.36-rc5
svn path=/dists/trunk/linux-2.6/; revision=16339
2010-09-21 01:15:02 +00:00
Ben Hutchings da552595e1 Note that 2.6.36-rc4 closes #595554
svn path=/dists/trunk/linux-2.6/; revision=16337
2010-09-20 20:58:50 +00:00
Ben Hutchings 190d46d0d1 [x86] Set XEN_PLATFORM_PCI=y (matching squeeze)
svn path=/dists/trunk/linux-2.6/; revision=16334
2010-09-19 01:57:36 +00:00
Ben Hutchings 5da64e6d86 [x86] Add brcm80211 driver for Broadcom 802.11n wireless network controllers
svn path=/dists/trunk/linux-2.6/; revision=16313
2010-09-19 00:31:27 +00:00
Ben Hutchings e935dba032 speakup: Update to match Debian package version 3.1.5.dfsg.1-1
svn path=/dists/trunk/linux-2.6/; revision=16309
2010-09-18 16:48:22 +00:00
Ben Hutchings 96fba25e4b New upstream release candidate 2.6.36-rc4
Remove patches merged upstream.
Rewrite debian/scripts-kconfig-reportoldconfig.patch
Rewrite bugfix/mips/disable-werror.patch as debian/mips-disable-werror.patch
Refresh some other patches.

svn path=/dists/trunk/linux-2.6/; revision=16272
2010-09-13 01:37:29 +00:00
Maximilian Attems ba3358c090 prepare to release 2.6.35-1~experimental.3
svn path=/dists/trunk/linux-2.6/; revision=16246
2010-09-06 13:19:54 +00:00
Aurelien Jarno 523a495e7f * [mips] Add an octeon flavour.
svn path=/dists/trunk/linux-2.6/; revision=16244
2010-09-06 08:41:21 +00:00
Maximilian Attems 3c800e19ee add stable 2.6.35 releases
svn path=/dists/trunk/linux-2.6/; revision=16235
2010-09-05 11:53:32 +00:00
Aurelien Jarno b5d314c831 * [sh4] set VIRTUALIZATION.
svn path=/dists/trunk/linux-2.6/; revision=16212
2010-08-29 14:39:26 +00:00
Aurelien Jarno b6c3696b72 * Fix netfilter CONFIG_COMPAT support.
svn path=/dists/trunk/linux-2.6/; revision=16211
2010-08-29 14:26:58 +00:00
Ben Hutchings 65540e5880 [mipsel/loongson-2f] Enable smtcfb (FB_SM7XX) driver (Closes: #594642)
svn path=/dists/trunk/linux-2.6/; revision=16210
2010-08-29 14:24:44 +00:00
Bastian Blank 61e1afd944 * debian/changelog: Update.
* debian/config/kernelarch-x86/config: Disable RT2860, RT2870, RT3090.

svn path=/dists/trunk/linux-2.6/; revision=16207
2010-08-29 12:57:22 +00:00
Ben Hutchings baf49ce6f5 Change BLK_CGROUP from module to built-in
so that cfq can be the default I/O scheduler again (Closes: #593720)

svn path=/dists/trunk/linux-2.6/; revision=16187
2010-08-27 04:24:38 +00:00
Ian Campbell 979949830e Fix some low hanging lintian warnings
svn path=/dists/trunk/linux-2.6/; revision=16172
2010-08-21 07:59:17 +00:00
Ben Hutchings 720ef1586d Merge some changes from squeeze/sid branch
linux-base: Remove dependency on libapt-pkg-perl (Closes: #589996)
Update debconf template translations:
- Czech (Michal Simunek) (Closes: #590546)
- Portugese (Américo Monteiro) (Closes: #590557)
- French (David Prévot) (Closes: #591149)
- Russian (Yuri Kozlov) (Closes: #591241)
- Swedish (Martin Bagge) (Closes: #592045)
- German (Holger Wansing) (Closes: #592226)
[x86] Enable samsung-laptop driver
[sparc] Enable XVR1000 driver (Closes: #574243)
README.Debian: Add references to kernel handbook and wiki
[i386/{openvz,xen}-686] Remove AMD Geode LX and VIA C3 "Nehemiah" from the list of supported processors


svn path=/dists/trunk/linux-2.6/; revision=16156
2010-08-18 02:29:07 +00:00
Ben Hutchings 96806e61e8 Add .gnu_debuglink information into kernel modules (Closes: #555549)
From: Ritesh Raj Sarraf

Add .gnu_debuglink information into kernel modules to point to the
correct DWARF enabled kernel module. This is needed by SystemTap to
instrument a kernel module.

svn path=/dists/trunk/linux-2.6/; revision=16153
2010-08-18 01:48:19 +00:00
Maximilian Attems 79fc48200d add missing mm lvm fixup patch
reprepare to release 2.6.35-1~experimental.2

svn path=/dists/trunk/linux-2.6/; revision=16150
2010-08-16 21:50:59 +00:00
Maximilian Attems 1dbaa13e7b prepare to release 2.6.35-1~experimental.2
svn path=/dists/trunk/linux-2.6/; revision=16149
2010-08-16 20:34:28 +00:00
Maximilian Attems 0c7bc163be add patch for loongson-2f
Reported-by: Ben Hutchings <ben@decadent.org.uk>

svn path=/dists/trunk/linux-2.6/; revision=16148
2010-08-16 14:52:54 +00:00
Maximilian Attems 27de5d7e30 add linus stable bugfix directly from linux-2.6
see https://bugzilla.kernel.org/show_bug.cgi?id=16588 for details.

svn path=/dists/trunk/linux-2.6/; revision=16147
2010-08-15 10:45:43 +00:00
Maximilian Attems c50014dac2 changelog add bug closure
svn path=/dists/trunk/linux-2.6/; revision=16146
2010-08-14 11:28:33 +00:00
Maximilian Attems b007fe0480 add stable release 2.6.35.1 and 2.6.35.2
just apply fine without conflicts.

svn path=/dists/trunk/linux-2.6/; revision=16145
2010-08-14 11:27:01 +00:00
Maximilian Attems 53a28a1725 images nuke modules.devname on removal
svn path=/dists/trunk/linux-2.6/; revision=16081
2010-08-04 18:57:14 +00:00
Maximilian Attems 820a247b3e changelog update release date
svn path=/dists/trunk/linux-2.6/; revision=16076
2010-08-03 14:21:58 +00:00
Maximilian Attems 7c5a6caa5d prepare to release 2.6.35-1~experimental.1
svn path=/dists/trunk/linux-2.6/; revision=16074
2010-08-03 12:29:25 +00:00