Commit Graph

14363 Commits

Author SHA1 Message Date
Sven Luther c0e0bcd2ad Disabled Z2RAM as it seems to need a couple more m68k stuff to be included, and is not all that vital.
svn path=/dists/trunk/linux-2.6/; revision=4278
2005-09-25 20:33:07 +00:00
Sven Luther e2d83f2e8a Added dmasound_paula.c apus patch.
svn path=/dists/trunk/linux-2.6/; revision=4277
2005-09-25 19:55:18 +00:00
Sven Luther c852f8e419 Part of the vga.h patch was needed at least adding it, but adding a #ifdef CONFIG_APUS just in case to not break m68k/amiga.
svn path=/dists/trunk/linux-2.6/; revision=4276
2005-09-25 19:19:14 +00:00
Sven Luther a105343947 Fixed apus config file, removed no more needed noconfig.apus one. We still need to modify this config file to be integrated with the other ones though.
svn path=/dists/trunk/linux-2.6/; revision=4274
2005-09-25 18:45:41 +00:00
Sven Luther 5c3ea06da7 The io.h apus patch is ok, so applied it. Only the vga.h one is not applied, but it may well be that it is not needed. We will see.
svn path=/dists/trunk/linux-2.6/; revision=4273
2005-09-25 18:31:59 +00:00
Kyle McMartin ad9c131610 Update hppa for 2.6.13.
svn path=/dists/trunk/linux-2.6/; revision=4271
2005-09-25 16:49:53 +00:00
Sven Luther 09ae0efffb Removed noconfig.apus. we have config.apus now.
svn path=/dists/trunk/linux-2.6/; revision=4270
2005-09-25 07:24:41 +00:00
Sven Luther e7489400ef Now that CONFIG_APUS is fixed, we don't need to mention it as BROKEN anymore.
svn path=/dists/trunk/linux-2.6/; revision=4269
2005-09-25 07:22:42 +00:00
Sven Luther 8ca5ad1dc8 Updated the apus patches some, as well as the defconfig.
svn path=/dists/trunk/linux-2.6/; revision=4266
2005-09-23 20:59:42 +00:00
Sven Luther 0fbb050188 Updated apus patches. Now separated them between the ones which are safe to
apply (and which i included in the series) and the others which needs checking.
I would appreciate if someone (Christoph ?) could give me a hand with those,
they are only 5 files left asnd around 180 lines, so it should not be too
troublesome.

svn path=/dists/trunk/linux-2.6/; revision=4264
2005-09-23 19:12:00 +00:00
Sven Luther 01e97f297f Changed flavour to powerpc-miboot.
svn path=/dists/trunk/linux-2.6/; revision=4248
2005-09-21 17:43:54 +00:00
Sven Luther 3167ce0b1e Added powerpc-small flavour for exclusive use with miboot floppies in d-i.
svn path=/dists/trunk/linux-2.6/; revision=4247
2005-09-21 17:41:06 +00:00
Frederik Schüler cf81e0dc0a Added amd64-tlb-flush-sigsegv-fix.patch: backport from git to fix random segfaults on smp systems
svn path=/dists/trunk/linux-2.6/; revision=4236
2005-09-18 17:02:47 +00:00
Sven Luther 2a41624a11 Same for trunk.
svn path=/dists/trunk/linux-2.6/; revision=4235
2005-09-17 19:34:29 +00:00
Frederik Schüler d3b5bcee29 Finalize amd64 arch config.
svn path=/dists/trunk/linux-2.6/; revision=4233
2005-09-17 10:41:40 +00:00
maximilian attems a637d823d1 latest stable release: 2.6.13.2, no can nr. yet..
svn path=/dists/trunk/linux-2.6/; revision=4231
2005-09-17 01:46:26 +00:00
Bastian Blank 4288670181 debian/templates/control.source.in: Remove console-tools from build-deps.
svn path=/dists/trunk/linux-2.6/; revision=4230
2005-09-16 19:24:24 +00:00
Bastian Blank 3097839fba debian/config, debian/powerpc/config, debian/s390/config:
Move network and ip settings to common config.

svn path=/dists/trunk/linux-2.6/; revision=4229
2005-09-16 18:55:06 +00:00
Bastian Blank 7c9ec08daf * debian/arch/config: Add new 8250 type.
* debian/arch/i386/config: Update.

svn path=/dists/trunk/linux-2.6/; revision=4228
2005-09-16 18:54:01 +00:00
Bastian Blank 7107bb069c Remove unneeded patch.
* debian/patches-debian/powerpc-ppc64-vio-data.patch: Remove.
* debian/patches-debian/series/2.6.13-1: Drop powerpc-ppc64-vio-data.patch.

svn path=/dists/trunk/linux-2.6/; revision=4223
2005-09-15 14:44:09 +00:00
Bastian Blank 6655966156 debian/rules.real: Fix CC value for cross compilation.
svn path=/dists/trunk/linux-2.6/; revision=4222
2005-09-15 14:42:01 +00:00
Bastian Blank 3322bb6558 Revert r4201, it modifies core code and breaks anything else.
svn path=/dists/trunk/linux-2.6/; revision=4221
2005-09-15 13:20:46 +00:00
Sven Luther 1e16bfae45 Added powerpc-mv643xx-hotplug-support.patch patch to add support for hotplug
svn path=/dists/trunk/linux-2.6/; revision=4220
2005-09-15 12:29:36 +00:00
Sven Luther 034f2b56bb Added powerpc-mv643xx-hotplug-support.patch patch to add support for hotplug
for the mv643xx_eth ethernet driver.

svn path=/dists/sid/linux-2.6/; revision=4219
2005-09-15 12:16:46 +00:00
Bastian Blank fe6e7f6ed9 r4203: waldi | 2005-09-14 20:57:40 +0200
Move compiler setting to package config.
 
 * debian/arch/alpha/defines, debian/arch/arm/defines,
   debian/arch/m68k/defines, debian/arch/sparc/defines:
   Add compiler setting.
 * debian/bin/gencontrol.py: Set COMPILER argument.
 * debian/lib/python/debian_linux.py: Add support for compiler setting.
 * debian/rules.real: Change MAKEFLAGS setup.
 
 r4204: waldi | 2005-09-14 21:43:27 +0200
 * debian/rules.real: Update header-install substitution.
 * debian/templates/header-install.in: Remove flavours file.
 
 r4205: waldi | 2005-09-14 21:54:56 +0200
 * debian/rules.real
   - Update post-install substitution.
   - Remove append variable.
 * debian/templates/post-install.in: Remove append substitution.

svn path=/dists/trunk/linux-2.6/; revision=4209
2005-09-14 21:15:37 +00:00
Bastian Blank 05dca86b1b debian/arch/alpha/Makefile.inc, debian/arch/amd64/Makefile.inc,
debian/arch/arm/Makefile.inc, debian/arch/hppa/Makefile.inc,
debian/arch/i386/Makefile.inc, debian/arch/ia64/Makefile.inc,
debian/arch/m68k/Makefile.inc, debian/arch/sparc/Makefile.inc:
- Remove makeflags.
- Remove initrd modules.

svn path=/dists/trunk/linux-2.6/; revision=4207
2005-09-14 21:12:04 +00:00
Bastian Blank 8e8f94fbbe Move security settings to core config file.
* debian/arch/alpha/config, debian/arch/amd64/config,
  debian/arch/arm/config, debian/arch/hppa/config,
  debian/arch/i386/config, debian/arch/ia64/config,
  debian/arch/m68k/config, debian/arch/powerpc/config,
  debian/arch/s390/config, debian/arch/sparc/config:
  Remove security settings.
* debian/arch/config: Add security settings.
* debian/changelog: Update.

svn path=/dists/trunk/linux-2.6/; revision=4206
2005-09-14 21:08:14 +00:00
dann frazier 1f9d8bc7d7 * module-unify-per-cpu-data.patch: Unifies per cpu data handling for UP
and SMP builds, fixing a bug detected on ia64.

svn path=/dists/trunk/linux-2.6/; revision=4201
2005-09-14 17:24:58 +00:00
dann frazier 928767db0f * module-unify-per-cpu-data.patch: Unifies per cpu data handling for UP
and SMP builds.  This fixes a bug detected on ia64 whose symptom was
  unloadable modules in UP builds.  (closes: #325070)

svn path=/dists/sid/linux-2.6/; revision=4200
2005-09-14 16:55:08 +00:00
Frederik Schüler f143ec7409 remove drivers-ide-dma-blacklist-toshiba.patch from the series file, too.
svn path=/dists/trunk/linux-2.6/; revision=4199
2005-09-14 12:26:13 +00:00
maximilian attems 6c38278517 add info about 3 merged patches:
finally remove add scsi changer (thanks hch)
remove ide dma blacklist toshiba

svn path=/dists/trunk/linux-2.6/; revision=4198
2005-09-14 09:52:33 +00:00
maximilian attems 892b6edd16 add generic info to the upstream release
(fixes some bugs too)

svn path=/dists/trunk/linux-2.6/; revision=4197
2005-09-14 09:44:51 +00:00
maximilian attems 37d11168a4 add bug nr
svn path=/dists/trunk/linux-2.6/; revision=4196
2005-09-14 09:42:36 +00:00
Bastian Blank d733e6281b debian/copyright: Update FSF address.
svn path=/dists/trunk/linux-2.6/; revision=4195
2005-09-14 09:41:50 +00:00
Bastian Blank 1d26f0d507 Drop modular-vesafb patch.
* debian/changelog: Update.
* debian/patches-debian/modular-vesafb.patch: Remove.

svn path=/dists/trunk/linux-2.6/; revision=4194
2005-09-14 09:39:53 +00:00
Bastian Blank a641902295 Drop coreutils | fileutils dependencies, they are fullfiled with essential
packages since woody.

* debian/changelog: Update.
* debian/templates/control.headers.in,
  debian/templates/control.headers.subarch.in,
  debian/templates/control.image.in,debian/templates/control.main.in:
  Drop coreutils | fileutils dependencies.

svn path=/dists/trunk/linux-2.6/; revision=4190
2005-09-14 09:21:53 +00:00
Bastian Blank 49e1c17082 Add debian version information to kernel version string.
* debian/changelog: Update.
* debian/patches-debian/series/2.6.13-1: Add version.patch.
* debian/patches-debian/version.patch: Add.

svn path=/dists/trunk/linux-2.6/; revision=4189
2005-09-14 09:03:26 +00:00
Christian T. Steigies 37cbf44c47 update m68k.diff for linux-2.6.13
svn path=/dists/trunk/linux-2.6/; revision=4187
2005-09-13 22:30:58 +00:00
Frederik Schüler d5b4d50cd9 Readjust amd64 configs, arch specific setings
svn path=/dists/trunk/linux-2.6/; revision=4184
2005-09-13 18:20:03 +00:00
Bastian Blank db888db6d5 * debian/templates/control.headers.arch.in: Reword description.
* debian/templates/control.headers.in
  - Shrink short description a little bit.
  - Use @longclass@ in description.
* debian/templates/control.headers.subarch.in: Shrink short description.

svn path=/dists/trunk/linux-2.6/; revision=4183
2005-09-13 15:15:26 +00:00
Frederik Schüler 83aec63d36 Set proper kernel-arch
svn path=/dists/trunk/linux-2.6/; revision=4182
2005-09-13 14:57:03 +00:00
Bastian Blank 90a7a09ede * Move audit and preempt settings to core config file.
* Fix powerpc configuration.

* debian/arch/alpha/config, debian/arch/amd64/config,
  debian/arch/arm/config, debian/arch/hppa/config,
  debian/arch/i386/config, debian/arch/ia64/config,
  debian/arch/m68k/config, debian/arch/s390/config,
  debian/arch/sparc/config, debian/arch/sparc/config.sparc64:
  Remove audit and preempt settings.
* debian/arch/config: Add audit and preempt settings.
* debian/arch/powerpc/config
  - Remove audit and preempt settings.
  - Add HZ settings.
* debian/arch/powerpc/config.powerpc, debian/arch/powerpc/config.powerpc-smp,
  debian/arch/powerpc/noconfig.apus: Fix several options.
* debian/arch/powerpc/config.powerpc64: Add correct memory model.
* debian/changelog: Update.

svn path=/dists/trunk/linux-2.6/; revision=4181
2005-09-13 14:37:54 +00:00
Simon Horman 2bd1c7f1e7 Move 2.6.12-7 change log into 2.6.13-1
svn path=/dists/trunk/linux-2.6/; revision=4176
2005-09-12 07:59:14 +00:00
Andres Salomon f6dacba124 unify CONFIG_NLS stuff. it was rather impressive how every arch was doing
this differently..

svn path=/dists/trunk/linux-2.6/; revision=4175
2005-09-12 05:00:38 +00:00
Andres Salomon eecbe3b5fb unify a bunch of scsi drivers, including aic7xxx and aic79xx.
svn path=/dists/trunk/linux-2.6/; revision=4174
2005-09-12 04:49:57 +00:00
Andres Salomon ece7067314 Unify generic scsi settings. SCSI_LOGGING and SCSI_CONSTANTS is now on for
things like m68k and arm; I'm not even really sure how necessary these are
for things like i386. 

svn path=/dists/trunk/linux-2.6/; revision=4173
2005-09-12 04:08:49 +00:00
Andres Salomon 952b47ca39 unify SATA stuff
svn path=/dists/trunk/linux-2.6/; revision=4172
2005-09-12 03:51:58 +00:00
Andres Salomon 181dfce657 ugh. conflicts galore.. suck.
svn path=/dists/trunk/linux-2.6/; revision=4171
2005-09-12 03:48:11 +00:00
Simon Horman e4a5fd96fe Turn on BSD accounting for sparc, arm/rpc and arm/s3c2410 as per all other configs
svn path=/dists/trunk/linux-2.6/; revision=4170
2005-09-12 03:32:52 +00:00
Simon Horman 7c9a21b3fa Annotate linux-manual fix
svn path=/dists/trunk/linux-2.6/; revision=4169
2005-09-12 02:26:25 +00:00