]> git.neil.brown.name Git - history.git/log
history.git
23 years agoMerge davem@nuts.ninka.net:/home/davem/src/BK/sparc-2.5
David S. Miller [Sun, 8 Dec 2002 06:11:23 +0000 (22:11 -0800)]
Merge davem@nuts.ninka.net:/home/davem/src/BK/sparc-2.5
into kernel.bkbits.net:/home/davem/sparc-2.5

23 years ago[SPARC]: Header tidy to fix the build.
David S. Miller [Sun, 8 Dec 2002 06:21:15 +0000 (22:21 -0800)]
[SPARC]: Header tidy to fix the build.

23 years ago[SPARC]: Update defconfig.
David S. Miller [Sun, 8 Dec 2002 05:54:15 +0000 (21:54 -0800)]
[SPARC]: Update defconfig.

23 years ago[SHAPER]: Make shapers_registers actually visible to shaper_exit.
David S. Miller [Sun, 8 Dec 2002 05:12:36 +0000 (21:12 -0800)]
[SHAPER]: Make shapers_registers actually visible to shaper_exit.

23 years ago[NBD]: nbd.c wants blkdev.h and blk.h
David S. Miller [Sun, 8 Dec 2002 05:02:12 +0000 (21:02 -0800)]
[NBD]: nbd.c wants blkdev.h and blk.h

23 years ago[NBD]: Kill extraneous endif.
David S. Miller [Sun, 8 Dec 2002 04:51:17 +0000 (20:51 -0800)]
[NBD]: Kill extraneous endif.

23 years ago[SPARC64]: Update defconfig.
David S. Miller [Sun, 8 Dec 2002 04:46:41 +0000 (20:46 -0800)]
[SPARC64]: Update defconfig.

23 years ago[COMPAT]: Convert to new nanosleep implementation.
David S. Miller [Sun, 8 Dec 2002 04:46:10 +0000 (20:46 -0800)]
[COMPAT]: Convert to new nanosleep implementation.

23 years ago[SPARC]: ADd ERESTART_RESTARTBLOCK signal return handling.
David S. Miller [Sun, 8 Dec 2002 04:38:32 +0000 (20:38 -0800)]
[SPARC]: ADd ERESTART_RESTARTBLOCK signal return handling.

23 years ago[SPARC]: Always use linux/thread_info.h now for C code.
David S. Miller [Sun, 8 Dec 2002 04:32:25 +0000 (20:32 -0800)]
[SPARC]: Always use linux/thread_info.h now for C code.

23 years ago[SPARC]: Add restart_block to thread_info.
David S. Miller [Sun, 8 Dec 2002 04:27:38 +0000 (20:27 -0800)]
[SPARC]: Add restart_block to thread_info.

23 years ago[SPARC]: Add sys_restart_syscall entries.
David S. Miller [Sun, 8 Dec 2002 04:22:44 +0000 (20:22 -0800)]
[SPARC]: Add sys_restart_syscall entries.

23 years ago[TRIVIAL] Use asm-generic/topology.h.
Richard Henderson [Sat, 7 Dec 2002 20:04:29 +0000 (12:04 -0800)]
[TRIVIAL] Use asm-generic/topology.h.
From colpatch@us.ibm.com

23 years ago[ALPHA] Clean up Ivan's patch (ChangeSet 1.456.18.11) for the
Richard Henderson [Sat, 7 Dec 2002 19:50:44 +0000 (11:50 -0800)]
[ALPHA] Clean up Ivan's patch (ChangeSet 1.456.18.11) for the
Alcor buggy window.

23 years ago[PATCH] alpha pci update
Ivan Kokshaysky [Sat, 7 Dec 2002 12:37:29 +0000 (04:37 -0800)]
[PATCH] alpha pci update

- back out Jay's changes in quirk_cypress;
- take into account iommu windows setup for pci resources allocation;
- don't use 2nd arg in pcibios_update_resource(), it's going to be
  removed;
- implement pcibios_enable_device() - currently we use the init-time
  pdev_enable_device() which is sentenced to death.

Ivan.

23 years agoMerge dorothy.sfbay.redhat.com:/dorothy/rth/linux/linus-2.5
Richard Henderson [Sat, 7 Dec 2002 07:16:45 +0000 (23:16 -0800)]
Merge dorothy.sfbay.redhat.com:/dorothy/rth/linux/linus-2.5
into dorothy.sfbay.redhat.com:/dorothy/rth/linux/axp-2.5

23 years ago[ALPHA] Include asm/io.h in asm/pci.h to match i386
Richard Henderson [Sat, 7 Dec 2002 07:13:52 +0000 (23:13 -0800)]
[ALPHA] Include asm/io.h in asm/pci.h to match i386
and thence fix a scsi build error.

23 years agoMerge ssh://are.twiddle.net/BK/axp-2.5
Richard Henderson [Sat, 7 Dec 2002 07:11:14 +0000 (23:11 -0800)]
Merge ssh://are.twiddle.net/BK/axp-2.5
into dorothy.sfbay.redhat.com:/dorothy/rth/linux/axp-2.5

23 years agoMerge nuts.ninka.net:/home/davem/src/BK/sparcwork-2.5
David S. Miller [Sat, 7 Dec 2002 06:31:19 +0000 (22:31 -0800)]
Merge nuts.ninka.net:/home/davem/src/BK/sparcwork-2.5
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5

23 years ago[PATCH] more typos in __stxncpy
Ivan Kokshaysky [Sat, 7 Dec 2002 05:59:16 +0000 (21:59 -0800)]
[PATCH] more typos in __stxncpy

[posted on axp-list yesterday; I already have some success reports]

- ev6: missing local label which causes oopses in several places.
  BTW, I was quite surprised that `as' allows such things
  (I guess it shouldn't):

br 1f
...
  $foo:
...
  1:

- ev5: t12 instead of t10 - corruption in ISO readdir, probably other
  nastiness.

Also, minor cleanups:
- move the label in $unaligned, this should save a cycle or two;
- replace redundant `mskqh' with a nop (it doesn't save any cycles though);
- fix comment: t12 _is_ touched.

Applies to both 2.4 and 2.5.

Ivan.

23 years agoMerge bk://ppc.bkbits.net/for-linus-ppc
Linus Torvalds [Sat, 7 Dec 2002 03:23:56 +0000 (19:23 -0800)]
Merge bk://ppc.bkbits.net/for-linus-ppc
into home.transmeta.com:/home/torvalds/v2.5/linux

23 years agoPPC32: cope with PPC750FX rev 2.0 errata where we can't enable DPM
Paul Mackerras [Sun, 8 Dec 2002 06:35:19 +0000 (17:35 +1100)]
PPC32: cope with PPC750FX rev 2.0 errata where we can't enable DPM
(dynamic power management)

23 years agoPPC32: don't use call descend in boot Makefiles
Paul Mackerras [Sun, 8 Dec 2002 06:24:23 +0000 (17:24 +1100)]
PPC32: don't use call descend in boot Makefiles

23 years agoPPC32: add support for restarting syscalls with ERESTART_RESTARTBLOCK
Paul Mackerras [Sun, 8 Dec 2002 05:36:00 +0000 (16:36 +1100)]
PPC32: add support for restarting syscalls with ERESTART_RESTARTBLOCK

23 years agoMerge samba.org:/home/paulus/kernel/linux-2.5
Paul Mackerras [Sun, 8 Dec 2002 00:39:54 +0000 (11:39 +1100)]
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc

23 years agoMerge http://linux-voyager.bkbits.net/mca-sysfs-2.5
Linus Torvalds [Sat, 7 Dec 2002 03:19:16 +0000 (19:19 -0800)]
Merge http://linux-voyager.bkbits.net/mca-sysfs-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

23 years ago[SPARC64]: Export __flush_dcache_range.
David S. Miller [Sat, 7 Dec 2002 01:05:58 +0000 (17:05 -0800)]
[SPARC64]: Export __flush_dcache_range.

23 years agoMerge samba.org:/home/paulus/kernel/linux-2.5
Paul Mackerras [Fri, 6 Dec 2002 22:33:24 +0000 (09:33 +1100)]
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc

23 years agoMerge samba.org:/home/paulus/kernel/linux-2.5
Paul Mackerras [Fri, 6 Dec 2002 19:34:24 +0000 (06:34 +1100)]
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc

23 years agomca-sysfs update to new bus_for_each_dev syntax
James Bottomley [Fri, 6 Dec 2002 16:25:46 +0000 (10:25 -0600)]
mca-sysfs update to new bus_for_each_dev syntax

23 years ago[PATCH] undeclared variable in netlink device emulation
Petr Vandrovec [Fri, 6 Dec 2002 12:09:50 +0000 (04:09 -0800)]
[PATCH] undeclared variable in netlink device emulation

For some strange reason I still have netlink device emulation enabled
in the kernel at home. This revealed one more missing 'int i' in Al's
devfs cleanup.

23 years agoMerge http://linux-scsi.bkbits.net/scsi-for-linus-2.5
Linus Torvalds [Fri, 6 Dec 2002 11:49:09 +0000 (03:49 -0800)]
Merge http://linux-scsi.bkbits.net/scsi-for-linus-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

23 years agoMerge mulgrave.(none):/home/jejb/BK/scsi-misc-2.5
James Bottomley [Fri, 6 Dec 2002 14:43:51 +0000 (08:43 -0600)]
Merge mulgrave.(none):/home/jejb/BK/scsi-misc-2.5
into mulgrave.(none):/home/jejb/BK/scsi-for-linus-2.5

23 years ago[PATCH] Update adbhid.c driver
Paul Mackerras [Fri, 6 Dec 2002 10:17:05 +0000 (02:17 -0800)]
[PATCH] Update adbhid.c driver

This updates drivers/macintosh/adbhid.c driver (which interfaces between
the ADB bus and the input layer).  The patch gets rid of global cli/sti
uses and corrects some typos (for example input.idversion ->
input.id.version).  These changes have been approved by Franz Sirl, the
maintainer of this driver.

23 years agoMerge bk://kernel.bkbits.net/acme/misc-2.5
Linus Torvalds [Fri, 6 Dec 2002 10:14:08 +0000 (02:14 -0800)]
Merge bk://kernel.bkbits.net/acme/misc-2.5
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux

23 years agoMerge conectiva.com.br:/home/BK/misc-2.5.old
Arnaldo Carvalho de Melo [Fri, 6 Dec 2002 21:05:11 +0000 (19:05 -0200)]
Merge conectiva.com.br:/home/BK/misc-2.5.old
into conectiva.com.br:/home/BK/misc-2.5

23 years ago[ALPHA] Add restart_syscall support.
Richard Henderson [Fri, 6 Dec 2002 09:55:15 +0000 (01:55 -0800)]
[ALPHA] Add restart_syscall support.

23 years ago[PATCH] s390: sclp driver.
Martin Schwidefsky [Fri, 6 Dec 2002 08:20:57 +0000 (00:20 -0800)]
[PATCH] s390: sclp driver.

Add error recovery for sclp failures. Fix endless loop in sclp_process_evbufs.

23 years ago[PATCH] s390: lcs driver.
Martin Schwidefsky [Fri, 6 Dec 2002 08:20:47 +0000 (00:20 -0800)]
[PATCH] s390: lcs driver.

Major rewrite of lcs driver

Like the ctc driver, this one is using the cu3088 driver to get its
channels.

Authors:
Frank Pavlic <pavlic@de.ibm.com>
Martin Schwidefsky <schwidefsky@de.ibm.com>

23 years ago[PATCH] s390: ctc driver.
Martin Schwidefsky [Fri, 6 Dec 2002 08:20:36 +0000 (00:20 -0800)]
[PATCH] s390: ctc driver.

ctc crapectomy

- fix lots of bitrot
- port to cu3088 driver

Authors:
Cornelia Huck <cohuck@de.ibm.com>
Arnd Bergmann <arndb@de.ibm.com>

23 years ago[PATCH] s390: cu3088 metadriver.
Martin Schwidefsky [Fri, 6 Dec 2002 08:20:25 +0000 (00:20 -0800)]
[PATCH] s390: cu3088 metadriver.

Add driver for multi-subchannel devices (ctc and lcs)

The cu3088 driver is an metadriver to make the ctc and lcs
(potentially also claw) drivers work with the new
channel subsystem driver. It uses the ccwgroup driver to
group subchannels for ctc and lcs.

Authors:
Arnd Bergmann <arndb@de.ibm.com>
Cornelia Huck <cohuck@de.ibm.com>

23 years ago[PATCH] s390: tape driver.
Martin Schwidefsky [Fri, 6 Dec 2002 08:20:14 +0000 (00:20 -0800)]
[PATCH] s390: tape driver.

Rework of tape driver

  Almost complete rewrite of the s390 tape driver code by
  Martin Schwidefsky. Skipping the 2.4 era, this makes the tape
  code ready for the future.

  This driver probably doesn't have to change much before 2.6.

Authors:
Martin Schwidefsky <schwidefsky@de.ibm.com>
Stefan Bader <shbader@de.ibm.com>

23 years ago[PATCH] s390: dasd driver.
Martin Schwidefsky [Fri, 6 Dec 2002 08:19:39 +0000 (00:19 -0800)]
[PATCH] s390: dasd driver.

Convert dasd driver to new channel subsystem driver

This makes the dasd driver work again after the changes to
the channel subsystem driver:
- handle device detection with standard driver model functions
- reduce use of dasd_devmap (devmap will die as soon as
  dasd configuration is handled from initramfs)
- some cleanups

Authors: Arnd Bergmann <arndb@de.ibm.com>
 Martin Schwidefsky <schwidefsky@de.ibm.com>

23 years ago[PATCH] s390: iucv driver.
Martin Schwidefsky [Fri, 6 Dec 2002 08:19:26 +0000 (00:19 -0800)]
[PATCH] s390: iucv driver.

Update iucv driver for new driver model

iucv device configuration is now done through sysfs instead of /proc

Author: Cornelia Huck <cohuck@de.ibm.com>

23 years ago[PATCH] s390: 3215 driver.
Martin Schwidefsky [Fri, 6 Dec 2002 08:19:15 +0000 (00:19 -0800)]
[PATCH] s390: 3215 driver.

Convert 3215 console driver to new channel subsystem driver

this adds support for the driver model to the 3215 driver. The console
is one of the biggest problems because the regular device detection
is now done at initcall time although we actually want full
support for channel attached console devices as early as possible.
con3215_init() now uses a special ccw_device_probe_console() function
to do an early initialization of a single device.

The main backdraw for users is that the console can no longer
be autodetected when not running under VM. LPAR or P390 users
with a channel attached console now have to specify
console_device=f00 as a kernel parameter.

Authors:
Martin Schwidefsky <schwidefsky@de.ibm.com>
Arnd Bergmann <arndb@de.ibm.com>

23 years ago[PATCH] s390: channel subsystem docu.
Martin Schwidefsky [Fri, 6 Dec 2002 08:19:04 +0000 (00:19 -0800)]
[PATCH] s390: channel subsystem docu.

Documentation changes for common i/o.

23 years ago[PATCH] s390: ccwgroups.
Martin Schwidefsky [Fri, 6 Dec 2002 08:18:45 +0000 (00:18 -0800)]
[PATCH] s390: ccwgroups.

ccwgroup bus driver.

The ccwgroup driver contains 'ccw_group' devices, which needed because of
strange hardware properties: Some device drivers need two or more
ccw_devices to make up a logical device and the user has to configure
which ones belong together. We have not found a way to represent this
correctly using the linux driver model, the current implementation
is about as good as it gets.

Authors: Arnd Bergmann <arndb@de.ibm.com>,

23 years ago[PATCH] s390: cio rework.
Martin Schwidefsky [Fri, 6 Dec 2002 08:18:34 +0000 (00:18 -0800)]
[PATCH] s390: cio rework.

Rewrite of the s390 channel subsystem driver for the new driver model

The channel subsystem driver a.k.a s390 common I/O layer is the low level
driver for most device drivers on s390 systems. The old code is largely
unchanged from the initial linux-2.2 port and there is a lot of bitrot
on it.

In particular, concepts from the 2.5 driver model are implemented in a
completely different and more complicated way here.
This rewrite tries to get the driver ready for 2.6. The new interface is
not compatible to the old one but should be rather stable now unless
someone finds major flaws.

The 's390dyn' and 'chandev' interfaces have been removed entirely (yippii!)
and are replaced by hotplug and sysfs interfaces.

Authors: Arnd Bergmann <arndb@de.ibm.com>,
         Cornelia Huck <cohuck@de.ibm.com>,
         Martin Schwidefsky <schwidefsky@de.ibm.com>

23 years ago[PATCH] s390: chandev.
Martin Schwidefsky [Fri, 6 Dec 2002 08:18:11 +0000 (00:18 -0800)]
[PATCH] s390: chandev.

Remove channel device layer.

23 years ago[PATCH] s390: debug docu.
Martin Schwidefsky [Fri, 6 Dec 2002 08:18:01 +0000 (00:18 -0800)]
[PATCH] s390: debug docu.

s390 debugging documentation update.

23 years ago[PATCH] s390: missing include.
Martin Schwidefsky [Fri, 6 Dec 2002 08:17:50 +0000 (00:17 -0800)]
[PATCH] s390: missing include.

Add missing include.

23 years ago[PATCH] s390: do_fork parameters.
Martin Schwidefsky [Fri, 6 Dec 2002 08:17:41 +0000 (00:17 -0800)]
[PATCH] s390: do_fork parameters.

Add additional parameter for do_fork.

23 years ago[PATCH] s390: printk noise.
Martin Schwidefsky [Fri, 6 Dec 2002 08:17:31 +0000 (00:17 -0800)]
[PATCH] s390: printk noise.

Make debug feature less noisy.

23 years ago[PATCH] s390: relocations.
Martin Schwidefsky [Fri, 6 Dec 2002 08:17:21 +0000 (00:17 -0800)]
[PATCH] s390: relocations.

Add s390 elf relocations.

23 years ago[PATCH] s390: gcc 3.3.
Martin Schwidefsky [Fri, 6 Dec 2002 08:17:11 +0000 (00:17 -0800)]
[PATCH] s390: gcc 3.3.

Move clearing of .bss before the memory detection loop to avoid
problem when compiling with gcc 3.3.

23 years ago[PATCH] s390: config.
Martin Schwidefsky [Fri, 6 Dec 2002 08:17:01 +0000 (00:17 -0800)]
[PATCH] s390: config.

New configuration options DEBUG_KERNEL, DEBUG_SLAB, KALLSYMS and
DEBUG_SPINLOCK_SLEEP. Update default configuration.

23 years agoMerge samba.org:/home/paulus/kernel/linux-2.5
Paul Mackerras [Fri, 6 Dec 2002 06:32:35 +0000 (17:32 +1100)]
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc

23 years agoMerge mulgrave.(none):/home/jejb/BK/scsi-dma-mask-2.5
James Bottomley [Fri, 6 Dec 2002 06:32:00 +0000 (00:32 -0600)]
Merge mulgrave.(none):/home/jejb/BK/scsi-dma-mask-2.5
into mulgrave.(none):/home/jejb/BK/scsi-misc-2.5

23 years agoMerge mulgrave.(none):/home/jejb/BK/scsi-misc-2.5
James Bottomley [Fri, 6 Dec 2002 06:07:51 +0000 (00:07 -0600)]
Merge mulgrave.(none):/home/jejb/BK/scsi-misc-2.5
into mulgrave.(none):/home/jejb/BK/scsi-misc-new-2.5

23 years agoMerge samba.org:/home/paulus/kernel/linux-2.5
Paul Mackerras [Fri, 6 Dec 2002 03:56:51 +0000 (14:56 +1100)]
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc

23 years agoMerge http://linux-acpi.bkbits.net/linux-acpi
Linus Torvalds [Fri, 6 Dec 2002 03:27:25 +0000 (19:27 -0800)]
Merge http://linux-acpi.bkbits.net/linux-acpi
into home.transmeta.com:/home/torvalds/v2.5/linux

23 years agoPPC32: Fix compile warning in arch/ppc/platforms/residual.c
Paul Mackerras [Fri, 6 Dec 2002 03:21:35 +0000 (14:21 +1100)]
PPC32: Fix compile warning in arch/ppc/platforms/residual.c

23 years agoPPC32: add extra do_fork argument to call in __cpu_up
Paul Mackerras [Fri, 6 Dec 2002 03:18:09 +0000 (14:18 +1100)]
PPC32: add extra do_fork argument to call in __cpu_up

23 years agoPPC32: in loading modules, make sure PLT start address is aligned.
Paul Mackerras [Fri, 6 Dec 2002 03:16:39 +0000 (14:16 +1100)]
PPC32: in loading modules, make sure PLT start address is aligned.

23 years agoPPC32: need to include <linux/smp_lock.h> in <asm-ppc/hardirq.h>.
Paul Mackerras [Fri, 6 Dec 2002 03:13:52 +0000 (14:13 +1100)]
PPC32: need to include <linux/smp_lock.h> in <asm-ppc/hardirq.h>.

23 years agoImplement system call restarting for the "nanosleep()" system call
Linus Torvalds [Fri, 6 Dec 2002 03:10:36 +0000 (19:10 -0800)]
Implement system call restarting for the "nanosleep()" system call
using the new system call restart infrastructure.

This breaks the compat layer - it really needs to do its own version
of restarting, since the restarting depends on the types.

23 years agoSimplify the restart system call slightly.
Linus Torvalds [Fri, 6 Dec 2002 03:08:30 +0000 (19:08 -0800)]
Simplify the restart system call slightly.

23 years agoPPC32: remove unused defns of EISA/MCA_bus__is_a_macro
Paul Mackerras [Fri, 6 Dec 2002 02:58:05 +0000 (13:58 +1100)]
PPC32: remove unused defns of EISA/MCA_bus__is_a_macro

23 years agoAdd "restart" system call, allowing system calls to restart after signal
Linus Torvalds [Fri, 6 Dec 2002 01:43:46 +0000 (17:43 -0800)]
Add "restart" system call, allowing system calls to restart after signal
handling.

Update x86 to use the new infrastructure.

23 years agoACPI: Fix check of schedule_work()'s return value (Ducrot Bruno)
Andy Grover [Fri, 6 Dec 2002 01:40:05 +0000 (17:40 -0800)]
ACPI: Fix check of schedule_work()'s return value (Ducrot Bruno)

23 years agoMerge bk://linuxusb.bkbits.net/pnp-2.5
Linus Torvalds [Fri, 6 Dec 2002 00:52:38 +0000 (16:52 -0800)]
Merge bk://linuxusb.bkbits.net/pnp-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

23 years agoMerge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5
Greg Kroah-Hartman [Fri, 6 Dec 2002 04:25:17 +0000 (22:25 -0600)]
Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5
into kroah.com:/home/greg/linux/BK/pnp-2.5

23 years ago[PATCH] PnP gameport driver update
Adam Belay [Fri, 6 Dec 2002 04:08:34 +0000 (22:08 -0600)]
[PATCH] PnP gameport driver update

This trivial patch updates the gameport driver to the new id scheme.

23 years ago[PATCH] aacraid 2.5 update
Mark Haverkamp [Fri, 6 Dec 2002 00:33:23 +0000 (16:33 -0800)]
[PATCH] aacraid 2.5 update

This contains three changes.  The first removes some #defines that don't
seem to be needed anymore.  The second fixes a problem when CONFIG_LBD
is set and sector_t is u64.  The third fixes some compile warnings
setting a char * in the scsi_pointer struct to a dma_addr_t.  I changed
the usage from the ptr element to the dma_handle element.

It compiles without warnings and I have run some tests on aacraid devices
on the osdl lab machines with the CONFIG_LBD option on and off.

23 years ago[PATCH] PnP bugfix
Adam Belay [Thu, 5 Dec 2002 17:31:41 +0000 (11:31 -0600)]
[PATCH] PnP bugfix

I forgot the errno.h.  Without this patch, things may not compile when
pnp support or pnp card support is disabled.

Hope you had a good trip.  I noticed a small mistake in pnp 0.93 and I have
a fix for it.

23 years ago[PATCH] Linux PnP Support V0.93 - 2.5.50
Adam Belay [Thu, 5 Dec 2002 17:31:21 +0000 (11:31 -0600)]
[PATCH] Linux PnP Support V0.93 - 2.5.50

Attached is a patch, that updates the 2.5.50 to the latest pnp
version.  It includes all 9 of the previously submitted patches.

Highlights are as follows:
-PnP BIOS fixes
-Several new macros
-PnP Card Services
-Various bug fixes
-more drivers converted to the new APIs

23 years ago[PATCH] acpi_wakeup.S: simplify logic
Pavel Machek [Thu, 5 Dec 2002 14:09:37 +0000 (06:09 -0800)]
[PATCH] acpi_wakeup.S: simplify logic

This simplifies logic in acpi_wakeup.S by putting code and data into
same segment. Plus it kills off-by-3 bug and uses constant instead of
hardcoded value.

23 years ago[PATCH] s3 sleep: make it work when kernel is big
Pavel Machek [Thu, 5 Dec 2002 14:09:32 +0000 (06:09 -0800)]
[PATCH] s3 sleep: make it work when kernel is big

When kernel becomes too big, table allocated in acpi.c is no longer
big enough and machine crashes during acpi_wakeup.S... This fixes
it and adds safety check for acpi_wakeup's code size.

23 years ago[PATCH] swsusp: md support
Pavel Machek [Thu, 5 Dec 2002 14:09:27 +0000 (06:09 -0800)]
[PATCH] swsusp: md support

This adds basic support to md.c.

23 years ago[PATCH] swsusp: 64-bit compatibility
Pavel Machek [Thu, 5 Dec 2002 14:09:22 +0000 (06:09 -0800)]
[PATCH] swsusp: 64-bit compatibility

This makes swsusp 64bit compatible, and makes it work in case of two
mirrors of physical memory (x86-64 works like that). It also contains
few accumulated cleanups.

23 years ago[PATCH] swsusp: move variables where they belong
Pavel Machek [Thu, 5 Dec 2002 14:09:18 +0000 (06:09 -0800)]
[PATCH] swsusp: move variables where they belong

swsusp: Move loop variables into assembly, where they are used.

23 years ago[PATCH] swsusp & acpi_sleep: configuration issues
Pavel Machek [Thu, 5 Dec 2002 14:09:12 +0000 (06:09 -0800)]
[PATCH] swsusp & acpi_sleep: configuration issues

This moves CONFIG_SOFTWARE_SUSPEND where it belongs, and makes
ACPI_SLEEP depend on it to prevent compile problems.

23 years ago[PATCH] arch_i386_kernel_microcode.c misc_register
Tigran Aivazian [Thu, 5 Dec 2002 13:59:24 +0000 (05:59 -0800)]
[PATCH] arch_i386_kernel_microcode.c misc_register

From:  Chris Wilson <chris@qwirx.com>

  If the call to devfs_register() fails, then the driver does not deregister
  its misc device before returning an error. This should fix it.

23 years ago[PATCH] removal of check_region from w83977af_ir.c
Rusty Russell [Thu, 5 Dec 2002 13:57:33 +0000 (05:57 -0800)]
[PATCH] removal of check_region from w83977af_ir.c

From:  william stinson <wstinson@wanadoo.fr>

   1) removes one call to check_region
   2) uses request_region instead
   3) calls release_region in case of driver initialisation error later on

23 years ago[PATCH] misc_register-021
Rusty Russell [Thu, 5 Dec 2002 13:57:28 +0000 (05:57 -0800)]
[PATCH] misc_register-021

From:  Michael Still <mikal@stillhq.com>

23 years ago[PATCH] misc_register-002-002
Rusty Russell [Thu, 5 Dec 2002 13:57:22 +0000 (05:57 -0800)]
[PATCH] misc_register-002-002

[ Return error from misc_register-002-002, not some random value ]
From:  Michael Still <mikal@stillhq.com>

23 years ago[PATCH] NCR5380.c compile fix
Rusty Russell [Thu, 5 Dec 2002 13:57:17 +0000 (05:57 -0800)]
[PATCH] NCR5380.c compile fix

From:  Paul <set@pobox.com>

23 years ago[PATCH] duplicate header in fs_reiserfs_bitmap.c
Rusty Russell [Thu, 5 Dec 2002 13:57:13 +0000 (05:57 -0800)]
[PATCH] duplicate header in fs_reiserfs_bitmap.c

From:  Brad Hards <bhards@bigpond.net.au>

23 years ago[PATCH] sigmask() was mutilply defined
Rusty Russell [Thu, 5 Dec 2002 13:57:08 +0000 (05:57 -0800)]
[PATCH] sigmask() was mutilply defined

From:  Stephen Rothwell <sfr@canb.auug.org.au>

  Every definition if sigmask() was the same.  In one case it was
  mutilply defined for the arm architecture.  This patch removes all the
  architecture defines of sigmask and moves the generic define from
  the protection of __HAVE_ARCH_SIG_BITOPS.

23 years ago[PATCH] trivial fixup of function prototype in m68k_syms.c
Rusty Russell [Thu, 5 Dec 2002 13:57:03 +0000 (05:57 -0800)]
[PATCH] trivial fixup of function prototype in m68k_syms.c

From:  Greg Ungerer <gerg@moreton.com.au>

23 years ago[PATCH] duplicate header in mm_pdflush.c
Rusty Russell [Thu, 5 Dec 2002 13:56:58 +0000 (05:56 -0800)]
[PATCH] duplicate header in mm_pdflush.c

From:  Brad Hards <bhards@bigpond.net.au>

23 years ago[PATCH] eepro.c has spurious kfree
Rusty Russell [Thu, 5 Dec 2002 13:56:53 +0000 (05:56 -0800)]
[PATCH] eepro.c has spurious kfree

From:  Marcus Alanen <maalanen@ra.abo.fi>

  The freeall label already does the kfree(dev->priv)

23 years ago[PATCH] trivial fix for missing bracket in 68328 Makefile
Rusty Russell [Thu, 5 Dec 2002 13:56:47 +0000 (05:56 -0800)]
[PATCH] trivial fix for missing bracket in 68328 Makefile

From:  Greg Ungerer <gerg@moreton.com.au>

  Put in missing Makefile var bracket in 68328 processor support.

23 years ago[PATCH] sis900 doesn't free resources
Rusty Russell [Thu, 5 Dec 2002 13:56:42 +0000 (05:56 -0800)]
[PATCH] sis900 doesn't free resources

From:  Marcus Alanen <maalanen@ra.abo.fi>

  On error we don't release the previously allocated struct mii_phy:s

23 years ago[PATCH] trivial fixups to m68knommu arch Makefile
Rusty Russell [Thu, 5 Dec 2002 13:56:37 +0000 (05:56 -0800)]
[PATCH] trivial fixups to m68knommu arch Makefile

From:  Greg Ungerer <gerg@moreton.com.au>

23 years ago[PATCH] misc_register-014
Rusty Russell [Thu, 5 Dec 2002 13:56:32 +0000 (05:56 -0800)]
[PATCH] misc_register-014

From:  Michael Still <mikal@stillhq.com>

23 years ago[PATCH] MINOR -> minor in debug message.
Rusty Russell [Thu, 5 Dec 2002 13:56:27 +0000 (05:56 -0800)]
[PATCH] MINOR -> minor in debug message.

From:  Ryan Bradetich <rbradetich@uswest.net>

23 years ago[PATCH] duplicate header in fs_jffs_inode-v23.c
Rusty Russell [Thu, 5 Dec 2002 13:56:23 +0000 (05:56 -0800)]
[PATCH] duplicate header in fs_jffs_inode-v23.c

From:  Brad Hards <bhards@bigpond.net.au>

23 years ago[PATCH] patch] duplicate header in net_ax25_ax25_route.c
Rusty Russell [Thu, 5 Dec 2002 13:56:18 +0000 (05:56 -0800)]
[PATCH] patch] duplicate header in net_ax25_ax25_route.c

From:  Brad Hards <bhards@bigpond.net.au>

23 years ago[PATCH] setup_arg_pages. ARCH_STACK_GROWSUP
Rusty Russell [Thu, 5 Dec 2002 13:56:12 +0000 (05:56 -0800)]
[PATCH] setup_arg_pages. ARCH_STACK_GROWSUP

From:  Marcus Alanen <maalanen@ra.abo.fi>

  As far as I can see, setup_arg_pages code is hosed for the
  ARCH_STACK_GROWSUP case, completely wrong types...

  Does any arch even use this?