- 17 Jul, 2003 6 commits
-
-
Rudo Thomas authored
All of the cleanup functions in sound/oss/emu10k1/main.c were incorrectly marked as __devinit. This little one fixes it, so that the module no longer oopses when being removed.
-
bk://kernel.bkbits.net/gregkh/linux/pci-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Bartlomiej Zolnierkiewicz authored
From Alexander Atanasov <alex@ssi.bg> Fix DMA I/O and state machine fixes, error recovery
-
Bartlomiej Zolnierkiewicz authored
Since the IO-APIC irq disable fix went in we can now enable the proper IRQ disabling in the IDE driver again. That had been disabled due to the problems with UP IO-APIC.
-
http://linux-acpi.bkbits.net/linux-acpiLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
on 2.5+, since ppc64 can (and does) use the PCI domain numbers for this instead. The PCI domain support should be back-ported to 2.4.x rather than having bigger PCI bus numbers. Cset exclude: jgarzik@pobox.com|ChangeSet|20030714162217|61624
-
- 15 Jul, 2003 1 commit
-
-
Greg Kroah-Hartman authored
This fixes a build problem on sparc, and hopefully will prevent this from happening in the future...
-
- 14 Jul, 2003 17 commits
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/pci-2.5
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Andy Grover authored
-
Andy Grover authored
into groveronline.com:/root/bk/linux-acpi
-
Andy Grover authored
-
Paul Mundt authored
This patch includes quite a few changes and updates for the shwdt driver (which brings it in sync with LinuxSH CVS HEAD). This fixes up support for the SH-2, and also fixes up some timer brain-damage.
-
Paul Mundt authored
This patch updates the sh-specific hd64465 pcmcia driver for the new API, as well as fixing up some other issues (such as remap_page_range() abuse -- we remap through P3 area instead) which caused it not to compile. Changes by Dominik Brodowski and myself.
-
Paul Mundt authored
Here's an update for pvr2fb (with a patch this time), which makes it compile again.
-
Jeff Garzik authored
ppc64 machines can have PCI bus numbers larger than 8 bits, but it looks like pci_device_to_OF_node already handles this case, in both 2.4 and 2.5. We just need the space to store them.
-
Chen Yang authored
This solves the unresolved symbol problem with modular intermezzo. Also update the MAINTAINERS entry.
-
Alexander Atanasov authored
send_IPI_self is needed to resend irqs with IRQ_PENDING status when enabled. Checked with Ingo, and it's in 2.4-ac for some time. This should fix ide lost interrupts on UP with IO-APIC Ide trigers it this way: - disable_irq - do stuff that triggers IRQ. - irq is IRQ_PENDING - enable_irq - IRQ is lost, needs to be resend. I'll send the patch to fixup IDE disable_irq logic to Bart.
-
Randy Dunlap authored
From Flavio B. Leitner. <fbl@netbank.com.br> Fix a memory leak and an unchecked return code in the busmouse driver.
-
Randy Dunlap authored
From Daniele Bellucci <bellucda@tiscali.it>. Check the copy_to_user() return code in read_profile().
-
Randy Dunlap authored
From Jorn Engel <joern@wohnheim.fh-wedel.de> and Randy Dunlap. It reduces stack usage in the WAN router by about 0x500 bytes (from 0x520 to 0x24 when I did it in April).
-
Randy Dunlap authored
This fixes this warning: syncppp.c:165: warning: function declaration isn't a prototype by adding "void" as the function parameter list.
-
Maneesh Soni authored
This fixes one place where I missed the replacing dcache_lock with vfsmount_lock in put_namespace(). Tested with CLONE_NEWNS flag also.
-
- 13 Jul, 2003 8 commits
-
-
Greg Kroah-Hartman authored
-
Norbert Kiesel authored
the last patch forgot to fix the debug code.
-
bk://soma.bkbits.net/linux-2.5-cpciGreg Kroah-Hartman authored
into kroah.com:/home/linux/BK/pci-2.5
-
Linus Torvalds authored
First "test" kernel. Same naming we used for 2.4.0 - there it took from May to December to get to the real version. Let's see if we can do it faster this time.
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
Jamie Lokier authored
-
Robert Zwerus authored
-
- 14 Jul, 2003 2 commits
-
-
Russell King authored
-
Russell King authored
Switching the PCMCIA interrupts from serial PCI interrupts to parallel PCI interrupts causes machines to hang solid. If we leave such setups well alone, and only change the interrupt mode of parallel PCI systems between PCI+ISA and PCI only.
-
- 13 Jul, 2003 6 commits
-
-
Scott Murray authored
into minion.yyz.somanetworks.com:/ws/scottm/linux-2.5-cpci-fixes
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Andy Grover authored
-
Andy Grover authored
Nate Lawson)
-
Scott Murray authored
Removed double kfree in unconfigure_visit_pci_dev_phase2, and added a call to pci_bus_add_devices in cpci_configure_slot.
-
Scott Murray authored
Changed CONFIG_HOTPLUG_PCI_CPCI to a bool instead of a tristate to match how it is used in the makefiles. The board specific driver options have hadd their "depends on" lines updated to have HOTPLUG_PCI first so that they will work as expected.
-