- 09 Feb, 2002 1 commit
-
-
James Bottomley authored
- Fix bug in scripts that was causing CDRW hang - add sense buffer length initialisation - update lasi700 to new driver model and fix rmmod hang - add correct MCA reporting to D700 driver
-
- 07 Feb, 2002 29 commits
-
-
Alexander Viro authored
Switch over ext3, ufs, reiserfs, msdos, vfat, isofs, qnx4, hpfs, efs, udf, romfs, bfs, affs, hfs, adfs, cramfs, ntfs, jffs, jffs2 and freevxfs to new ->get_sb(). Kill ->read_super() that is thus no longer used.
-
http://linux.bkbits.net/gkernel-2.5Jeff Garzik authored
into rum.normnet.org:/spare/work/gkernel-2.5
-
http://linux.bkbits.net/gkernel-2.5Jeff Garzik authored
into rum.normnet.org:/spare/work/gkernel-2.5
-
Linus Torvalds authored
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into athlon.transmeta.com:/home/torvalds/v2.5/linux
-
David Howells authored
syscall latency improvement * There's now an asm/thread_info.h header file with the basic structure def and asm offsets in it. * There's now a linux/thread_info.h header file which includes the asm version and wraps some bitops calls to make convenience functions for accessing the low-level flags. * The task_struct has had some fields removed (and some flags), and has acquired a pointer to the thread_info struct. * task_struct's are now allocated on slabs in kernel/fork.c, whereas thread_info structs are allocated at the bottom of the stack pages. * Some more convenience functions are provided at the end of linux/sched.h to access flags in other tasks (these are here because they need to access the task_struct).
-
Greg Kroah-Hartman authored
into soap.kroah.net:/home/greg/linux/BK/usb-1
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
filesystem definition patches in -pre2 (changes pcihpfs_fs_type to pcihpfs_type).
-
Greg Kroah-Hartman authored
-
Jeff Garzik authored
Control interface running flag correctly, via netif_carrier_{on,off}, rather than manipulating the IFF_RUNNING bit directly from within the driver (ug). Contributors: Joerg Mayer, Stefans Rumpf
-
Jeff Garzik authored
Contributor: Uwe Bonnes
-
Jeff Garzik authored
Contributor: Russell King
-
Jeff Garzik authored
Second half of fix (first half of which added an embarrassingly long time ago) which works around hardware bug at 10 mbit. Contributors: Steve Parker, Arjan van de Ven
-
Chris Wright authored
minor nit, but it seems the tkill() patch added a sys_tkill entry without removing an ia64_ni_syscall entry.
-
Matt Domsch authored
Linus, below is a patch to return the size of a device in bytes, not in units of 512-byte sectors (which is incorrect per function definition). Tim Pepper submitted an equivalent patch for 2.4.x, now included in 2.4.18-pre4. Please apply.
-
Alexander Viro authored
minixfs switched.
-
Alexander Viro authored
sysvfs and v7 switched. * super.c: switched to ->get_sb() * ChangeLog: fixed dates ;-)
-
Alexander Viro authored
we are done with nodev filesystems - removed dead code in super.c and fs.h
-
Alexander Viro authored
coda.
-
Alexander Viro authored
ncpfs.
-
Alexander Viro authored
smbfs switched to ->get_sb()
-
Vojtech Pavlik authored
This patch updates the input core to the current version, fixing a bunch of bugs, adding hotplug support and a listing of available input devices in /proc. The later is very useful for troubleshooting. Vojtech Pavlik SuSE Labs
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
http://linux.bkbits.net/linux-2.5Jens Axboe authored
into burns.home.kernel.dk:/usr/local/kernel/BK/linux-2.5
-
Robert Love authored
The llseek cleanup contained a typo in bluetooth/hci_vhci.c that prevents compile. Thankfully it seems to be the only of this type. Robert Love
-
Jeff Garzik authored
Remove deprecated SIOCDEVPRIVATE ioctls from several net drivers. The same capabilities have been accessible via SIOCxMIIxxx ioctls since their introduction in 2.4.x, and it's DaveM's intention to eventually remove SIOCDEVPRIVATE during the 2.5.x series.
-
Jeff Garzik authored
* Support new clone board. * Count rx-lost-in-ring events. * Support ethtool-compatible bitmapped printk message enable number. * Support MII ethtool helper interface, and associated ioctls. * Replace some MII-related magic numbers with linux/mii.h constants. * Add in optional (and hopefully preferred... after testing) code for resetting RX DMA engine on error.
-
- 06 Feb, 2002 10 commits
-
-
Jeff Garzik authored
* Support MII ethtool helper interface, and associated ioctls. * Replace some MII-related magic numbers with constants from linux/mii.h. * Remove deprecated SIOCDEVPRIVATE ioctls, SIOCxMIIxxx ioctl replacements have been in place since 2.4.x.
-
Jeff Garzik authored
* Support MII ethtool helper interface, and associated ioctls. * Remove unused CP_CHIP_VERSION constant. * Update to-do list in driver header.
-
Jeff Garzik authored
Contributed by one of the kernel janitors.
-
Jeff Garzik authored
adding MODULE_{AUTHOR,DESC,LICENSE} tags.
-
Jeff Garzik authored
ns82830, starfire.
-
Jeff Garzik authored
* Support MII ethtool helper library, and associated ioctls. * Replace some MII-related magic numbers with constants from linux/mii.h. * Remove deprecated SIOCDEVPRIVATE ioctl usage, SIOCxMIIxxx is the supported (and already present) replacement.
-
Jeff Garzik authored
* Support MII ethtool helper interface, and related ioctls. * Replace some MII-related magic numbers with constants.
-
Jeff Garzik authored
* Properly identify 4-port server NIC. * Add new NIC to PCI ids list. * Fix multicast bug. Contributed by the vendor, D-Link.
-
Jeff Garzik authored
3c589_cs, aironet4500_cs, and fmvj18x_cs.
-
Jeff Garzik authored
Replace MII-related magic numbers with meaningful constants listed in linux/mii.h.
-