- 20 Mar, 2003 40 commits
-
-
Andrew Morton authored
The recent fix to the raw driver wasn't quite right: it rewrites the character-special inode's i_mapping to point back to itself on each close. So any other currently-open handles against /dev/raw/rawN get a nasty surprise. Change it to only rewrite i_mapping on the final close. Also, change it so that it only redirects its i_mapping on the initial open. This is not necessary, but is neater.
-
Andrew Morton authored
From: Zwane Mwaikambo <zwane@holomorphy.com> This patch makes us bail out in case we may have an interrupt which couldn't be associated with an interrupt controller. Without this we allow unconfigured interrupts to be assigned and then later on we get "unexpected IRQ trap at vector xx" during the ack phase. scenario: This can occur if we fail irq setup during setup_IO_APIC_irqs for some reason or other and then miss getting assigned a vector. Later on we then get assigned no_irq_type as our handler. Patch for i386 and x86_64
-
Andrew Morton authored
From: Steven Rostedt <rostedt@goodmis.org> The n_tty driver is missing some put_user checks.
-
Andrew Morton authored
- jiffies signedness fix - Fix compile warning
-
Andrew Morton authored
From: Stephen Hemminger <shemminger@osdl.org> The CPU frequency change detection code can change the values used to compute time of day with TSC; but there was no locking around it.
-
Andrew Morton authored
From: Tim Schmielau <tim@physik3.uni-rostock.de> Fixes the problem wherein nanosleep() is sleeping for the wrong duration. When starting out with timer_jiffies=0, the timer cascade is (unneccessarily) triggered on the first timer interrupt, incrementing all the higher indices. When starting with any other initial jiffies value, we miss that and end up with all higher indices being off by one.
-
Andrew Morton authored
From: William Lee Irwin III <wli@holomorphy.com> The NMI watchdog has two different "modes": NMI_IO_APIC, which delivers NMI's through the IO-APIC, and NMI_LOCAL_APIC, which uses the local APIC vector table (LVT) to deliver the periodic NMI's. Only NMI_IO_APIC requires being able to set up the PIT so it can deliver NMI's through the IO-APIC, and so NMI_LOCAL_APIC has no dependency on the timer being set up through the IO-APIC and is unjustifiably disabled by check_timer() when the PIT cannot deliver interrupts through the IO-APIC. This is important because one of the most important uses of NMI_LOCAL_APIC is to get the NMI watchdog going when NMI_IO_APIC doesn't work. So what this patch does to repair the situation is instead of checking to see if the NMI watchdog is enabled at all, it instead checks whether the NMI watchdog is being used in NMI_IO_APIC mode when a failure to set up the NMI timer interrupt through the IO-APIC occurs.
-
Andrew Morton authored
The current nanosleep implementation has a signedness problem which can cause it to sleep for 0x7ffffffe jiffies if a clock interrupt happens at the wrong time. The patch fixes that up, and also fixes an wrapping-unsafe 64-bit time comparison. Also uninline tstojiffie(), which has three call sites.
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
happens exactly on the sysenter entry path before the kernel stacks have been switched to the proper ones.
-
Jeff Garzik authored
Also, bump version to 1.5. Leak fix contributed by Don Fry @ IBM
-
Jeff Garzik authored
into redhat.com:/garz/repo/net-drivers-2.5
-
Jeb J. Cramer authored
* Previous patch wiped NAPI support, adding it back here. But, with a twist: this one doesn't disable/enable interrupts each time we enter/leave polling. (It's EXPERIMENTAL).
-
Jeb J. Cramer authored
* Corrected indentation from previous patches
-
Jeb J. Cramer authored
* Fixed controller wake-up through ASF
-
Jeb J. Cramer authored
* Added Interrupt Throttle Rate tuning support
-
Jeb J. Cramer authored
* Added method to flush Tx FIFO after link disconnect; the hardware hangs on to Tx skb's that were in flight prior to link loss
-
Jeb J. Cramer authored
* Miscellaneous whitespace changes
-
Jeb J. Cramer authored
* Changed "Compaq" branding to "HP"
-
Jeb J. Cramer authored
* Optimized E1000_*_REG macros
-
Jeb J. Cramer authored
* Completely clean Tx descriptor to avoid potential dirty descriptor fetching (rare, but possible)
-
Jeb J. Cramer authored
* ISR cleanup; performing single PCI read
-
Jeb J. Cramer authored
* Removed modulus math; decreases CPU utilization, especially on PPC64 [anton@samba.org]
-
Jeb J. Cramer authored
* Added MII support
-
Jeb J. Cramer authored
* Added support for 82541 and 82547 gigabit ethernet adapters
-
Jeb J. Cramer authored
* Fixed IRQ registration bug; IRQ now registered after resources are acquired
-
Jeb J. Cramer authored
* Setting speed/duplex is now it's own routine * Update ETHTOOL_GEEPROM routine to use new eeprom size variable
-
Jeb J. Cramer authored
* Version, copyright, changelog and MAINTAINERS updates
-
Jeb J. Cramer authored
* Documentation/networking/e1000.txt updates
-
Osamu Tomita authored
This is the patch to support NEC PC-9800 subarchitecture against 2.5.65-ac1. (9/14) C-bus(PC98's legacy bus like ISA) network cards support. Change IO port and IRQ assign. Add NE2000 compatible driver for PC-9800. PCI netwwork card works fine without patch. Regards, Osamu Tomita
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Check if ASF is enabled in EEPROM, and if so, enable PME wakeup when suspending.
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Bug fix: read wrong byte in EEPROM when offset is odd number * Bug fix: memory leak in ETHTOOL_GSTRINGS [Oleg Drokin <green@linuxhacker.ru]
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Validate updates to MAC address as valid ethernet address.
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Bug fix on e100_close when repeating hot remove/hot add from team. Basically need to disable interurpts and unregister handler before shutting h/w down. * Need to mask only the relevant bits in the interrupt status register
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Honor WOL settings in EEPROM: only advertise WOL magic packet if in EEPROM.
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * ICH5 support: chipset integrated LAN (8255x) * PHY loopback diags is broken on all ICHs
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Bug fix when changing to non-autoneg, device may lose link with some switches, so try to recover link by forcing PHY.
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Get rid of all of the strong marketing brand strings and replace with simple pci_device_id table. pci.ids should be the master list for device ID/strings.
-
Scott Feldman authored
On Thu, 20 Mar 2003, Scott Feldman wrote: * Bug fix on setting up Tx csum
-