- 09 Dec, 2002 2 commits
-
-
Anton Blanchard authored
-
Anton Blanchard authored
-
- 08 Dec, 2002 5 commits
-
-
Anton Blanchard authored
into samba.org:/scratch/anton/for-alan
-
Anton Blanchard authored
into samba.org:/scratch/anton/for-alan
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
- 07 Dec, 2002 6 commits
-
-
Richard Henderson authored
into dorothy.sfbay.redhat.com:/dorothy/rth/linux/axp-2.5
-
Richard Henderson authored
and thence fix a scsi build error.
-
ssh://are.twiddle.net/BK/axp-2.5Richard Henderson authored
into dorothy.sfbay.redhat.com:/dorothy/rth/linux/axp-2.5
-
Ivan Kokshaysky authored
[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.
-
Anton Blanchard authored
into samba.org:/scratch/anton/linux-2.5_ppc64_work
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 08 Dec, 2002 4 commits
-
-
Paul Mackerras authored
(dynamic power management)
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
- 07 Dec, 2002 2 commits
-
-
http://linux-voyager.bkbits.net/mca-sysfs-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Anton Blanchard authored
into samba.org:/scratch/anton/linux-2.5_ppc64_work
-
- 06 Dec, 2002 21 commits
-
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
Anton Blanchard authored
into samba.org:/scratch/anton/linux-2.5_ppc64_work
-
Anton Blanchard authored
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
James Bottomley authored
-
Petr Vandrovec authored
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.
-
http://linux-scsi.bkbits.net/scsi-for-linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
James Bottomley authored
into mulgrave.(none):/home/jejb/BK/scsi-for-linus-2.5
-
Paul Mackerras authored
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.
-
bk://kernel.bkbits.net/acme/misc-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Arnaldo Carvalho de Melo authored
into conectiva.com.br:/home/BK/misc-2.5
-
Richard Henderson authored
-
Martin Schwidefsky authored
Add error recovery for sclp failures. Fix endless loop in sclp_process_evbufs.
-
Martin Schwidefsky authored
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>
-
Martin Schwidefsky authored
ctc crapectomy - fix lots of bitrot - port to cu3088 driver Authors: Cornelia Huck <cohuck@de.ibm.com> Arnd Bergmann <arndb@de.ibm.com>
-
Martin Schwidefsky authored
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>
-
Martin Schwidefsky authored
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>
-
Martin Schwidefsky authored
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>
-
Martin Schwidefsky authored
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>
-
Martin Schwidefsky authored
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>
-
Martin Schwidefsky authored
Documentation changes for common i/o.
-