Commit Graph

680 Commits

Author SHA1 Message Date
Frederik Schüler 9bf1907665 Revert reversion of alpha compiler switch.
Bump the ABI to 2.

svn path=/dists/trunk/linux-2.6/; revision=7674
2006-11-01 15:48:20 +00:00
Martin Michlmayr f534ae8640 arm/ixp4xx: Build RTC and LED support into the kernel.
svn path=/dists/trunk/linux-2.6/; revision=7673
2006-11-01 15:21:45 +00:00
Sven Luther 0999533526 Added interrupt alignement patch from Benjamin Herrenschmidt.
svn path=/dists/trunk/linux-2.6/; revision=7672
2006-11-01 08:00:32 +00:00
Martin Michlmayr c85d3b6b20 arm/ixp4xx: Add the IXP4xx Ethernet driver.
svn path=/dists/trunk/linux-2.6/; revision=7665
2006-10-31 10:37:03 +00:00
Martin Michlmayr 6533cf571a Enable AUDIT=y again on arm
svn path=/dists/trunk/linux-2.6/; revision=7664
2006-10-31 10:31:27 +00:00
maximilian attems ac3244066b pull upstream amd64 c3 timer fix - seen in fedora too
svn path=/dists/trunk/linux-2.6/; revision=7662
2006-10-30 15:55:14 +00:00
maximilian attems 01cebb7872 pull upstream r8169 feature revert
svn path=/dists/trunk/linux-2.6/; revision=7661
2006-10-30 15:52:50 +00:00
Martin Michlmayr ae551f2173 audit: fix missing ifdefs in syscall classes hookup for generic targets
svn path=/dists/trunk/linux-2.6/; revision=7659
2006-10-29 11:59:47 +00:00
Martin Michlmayr 872fc68697 Add clocksource for Intel IXP4xx platforms. This fixes time on NSLU2.
svn path=/dists/trunk/linux-2.6/; revision=7658
2006-10-29 11:38:36 +00:00
Bastian Blank de74c6f31f Reintroduce revisions 7641 to 7648.
svn path=/dists/trunk/linux-2.6/; revision=7657
2006-10-28 14:44:41 +00:00
Norbert Tretkowski 78728fcbc2 Reverted compiler change on alpha, no ABI bump for -4 wanted.
svn path=/dists/trunk/linux-2.6/; revision=7656
2006-10-28 08:24:37 +00:00
Jurij Smakov 33ad35fdf4 * [sparc] Add bugfix/sparc/bus-id-size.patch (thanks to David Miller)
to ensure that the size of the strings stored in the bus_id field of
  struct device never exceeds the amount of memory allocated for them
  (20 bytes). It fixes the situations in which storing longer device
  names in this field would cause corruption of adjacent memory regions.
  (closes: #394697).

Ref: http://marc.theaimsgroup.com/?t=116193220200003&r=1&w=2
Patch posted in the thread has been modified to apply cleanly to 
2.6.18-3.

svn path=/dists/trunk/linux-2.6/; revision=7655
2006-10-28 03:20:41 +00:00
Martin Michlmayr b04318ae47 N2100 fixes
svn path=/dists/trunk/linux-2.6/; revision=7654
2006-10-27 09:51:31 +00:00
Bastian Blank 260e521d6e Revert revisions 7641 to 7652. Unchecked changes.
svn path=/dists/trunk/linux-2.6/; revision=7653
2006-10-27 08:37:35 +00:00
maximilian attems 8061cb107f add ip6_tables fixes
svn path=/dists/trunk/linux-2.6/; revision=7652
2006-10-26 20:21:37 +00:00
maximilian attems 87aff8ee57 add latest sparc64 fixes
svn path=/dists/trunk/linux-2.6/; revision=7651
2006-10-26 20:04:44 +00:00
maximilian attems 349e18b032 bump k-p build-dep
svn path=/dists/trunk/linux-2.6/; revision=7648
2006-10-25 09:49:27 +00:00
maximilian attems c4cb2abbeb another r8169 upstream fix
svn path=/dists/trunk/linux-2.6/; revision=7647
2006-10-24 15:21:00 +00:00
maximilian attems 7d1173290d r8169 upstream fix
svn path=/dists/trunk/linux-2.6/; revision=7646
2006-10-24 15:16:36 +00:00
maximilian attems 48e94efbd1 add a pci id to r8169
svn path=/dists/trunk/linux-2.6/; revision=7645
2006-10-24 15:04:18 +00:00
maximilian attems e1d6919d80 backport forcedeth swsusp support
svn path=/dists/trunk/linux-2.6/; revision=7644
2006-10-24 15:00:29 +00:00
maximilian attems db774a63d4 sky2 lookup fix
svn path=/dists/trunk/linux-2.6/; revision=7643
2006-10-24 14:54:11 +00:00
maximilian attems 13120ef70a add netpoll fix
svn path=/dists/trunk/linux-2.6/; revision=7642
2006-10-24 14:35:49 +00:00
Jurij Smakov 47d0693c0d * [sparc] Add bugfix/sparc/compat-alloc-user-space-alignment.patch
(thanks to David Miller) to make sure that compat_alloc_user_space()
    always returns memory aligned on a 8-byte boundary on sparc. This
    prevents a number of unaligned memory accesses, like the ones in
    sys_msgrcv() and compat_sys_msgrcv(), triggered every 5 seconds 
    whenever fakeroot is running.


svn path=/dists/trunk/linux-2.6/; revision=7641
2006-10-24 03:01:51 +00:00
Bastian Blank fbbc7444b9 * debian/arch/defines: Revert abiname to 1.
* debian/changelog: Update.

svn path=/dists/trunk/linux-2.6/; revision=7640
2006-10-22 10:00:07 +00:00
Bastian Blank 2b000b7475 debian/changelog: Fix.
svn path=/dists/trunk/linux-2.6/; revision=7639
2006-10-22 09:57:52 +00:00
Jurij Smakov 05d36b54f2 [sparc] Add bugfix/sparc/sunblade-clock-hang.patch, fixing the
boot-time crash during clock probing on SunBlade 100/150 due to
incorrect mapping of PCI resources. (closes: #392078). Patch has been 
pushed to stable.
Ref: http://marc.theaimsgroup.com/?t=116036108600001&r=1&w=2


svn path=/dists/trunk/linux-2.6/; revision=7637
2006-10-21 23:16:47 +00:00
Jurij Smakov 0a1f22f800 Remove sparc64-atyfb-xl-gr.patch, it creates problems in 2.6.18.
svn path=/dists/trunk/linux-2.6/; revision=7636
2006-10-21 23:00:16 +00:00
Norbert Tretkowski ee7ab8b481 Switched alpha to gcc-4.1, bumped ABI revision.
svn path=/dists/trunk/linux-2.6/; revision=7634
2006-10-21 16:55:45 +00:00
Bastian Blank ba6d239a6b debian/changelog: Prepare to release (2.6.18-3).
svn path=/dists/trunk/linux-2.6/; revision=7633
2006-10-21 14:00:15 +00:00
Bastian Blank cd7a54cb91 * debian/arch/defines: Remove xen version 3.0.3-rc1 and 3.0-unstable-1.
* debian/changelog: Update.

svn path=/dists/trunk/linux-2.6/; revision=7631
2006-10-20 10:34:47 +00:00
Bastian Blank 6772d8c8ec debian/changelog: Update.
svn path=/dists/trunk/linux-2.6/; revision=7630
2006-10-19 09:35:43 +00:00
Frederik Schüler ff3eaf0e33 Update vserver to vs2.0.2.2-rc2
svn path=/dists/trunk/linux-2.6/; revision=7626
2006-10-18 21:44:10 +00:00
Martin Michlmayr b1e73cf208 another patch from linux-mips' linux-2.6.18-stable tree
svn path=/dists/trunk/linux-2.6/; revision=7625
2006-10-17 22:51:15 +00:00
maximilian attems 74b12eb58f confused due to dch making new entry always
svn path=/dists/trunk/linux-2.6/; revision=7623
2006-10-17 15:28:30 +00:00
maximilian attems bc1e85b107 add drm i965 fedora backport
svn path=/dists/trunk/linux-2.6/; revision=7622
2006-10-17 12:44:10 +00:00
maximilian attems 54ec436c15 bluetooth fix backport
svn path=/dists/trunk/linux-2.6/; revision=7621
2006-10-17 12:00:07 +00:00
maximilian attems f4f7ed9009 add obvious backported fixes - seen in fedora too
svn path=/dists/trunk/linux-2.6/; revision=7620
2006-10-17 11:41:32 +00:00
Martin Michlmayr d6ea561268 fix changelog
svn path=/dists/trunk/linux-2.6/; revision=7618
2006-10-16 15:13:38 +00:00
Martin Michlmayr 1645bd5bec add more patches from linux-mips' linux-2.6.18-stable GIT tree
svn path=/dists/trunk/linux-2.6/; revision=7617
2006-10-16 15:11:19 +00:00
maximilian attems 251ede742c really rm bsd secure lvl
svn path=/dists/trunk/linux-2.6/; revision=7616
2006-10-16 07:51:15 +00:00
Sven Luther 0a9764ae52 As mandated by the resolution on non-free firmwares, let's upload the kernel to non-free, as we said we would.
svn path=/dists/trunk/linux-2.6/; revision=7615
2006-10-16 07:45:44 +00:00
Sven Luther c0f31a7f55 Added bug closer for 392065.
svn path=/dists/trunk/linux-2.6/; revision=7614
2006-10-16 07:44:43 +00:00
maximilian attems 2a8aeeed93 add 2.6.18.1
svn path=/dists/trunk/linux-2.6/; revision=7613
2006-10-16 07:35:19 +00:00
dann frazier 64d5d9d4c0 * bugfix/sym2-dont-claim-raid-devs.patch: Prevent cpqarray/sym2 conflict
by telling sym2 not to claim raid devices. (Closes: #391384)

svn path=/dists/trunk/linux-2.6/; revision=7608
2006-10-14 01:47:24 +00:00
dann frazier dc2a0c758f * [ia64] bugfix/ia64/sal-flush-fix.patch: delay sal cache flush
svn path=/dists/trunk/linux-2.6/; revision=7607
2006-10-14 01:24:43 +00:00
dann frazier b7b45aee9e * features/all/drivers/cciss-support-for-gt-2TB-volumes.patch:
Add support for > 2TB volumes

svn path=/dists/trunk/linux-2.6/; revision=7606
2006-10-14 01:00:51 +00:00
dann frazier a6b5aae538 * [ia64] Enable CONFIG_HUGETLBFS
svn path=/dists/trunk/linux-2.6/; revision=7605
2006-10-13 22:32:50 +00:00
Kyle McMartin b92dd5721e Fix hppa build by forcing CROSS_COMPILE. These packages only
build on Ubuntu/Debian anyways.

svn path=/dists/trunk/linux-2.6/; revision=7603
2006-10-12 19:34:31 +00:00
Bastian Blank 98250c4530 * debian/changelog: Update.
* debian/patches/features/all/vserver/bindmount-dev.patch: Add.
* debian/patches/series/3-extra: Add all/vserver/bindmount-dev.patch.

svn path=/dists/trunk/linux-2.6/; revision=7599
2006-10-11 22:07:30 +00:00