- 23 Feb, 2004 7 commits
-
-
Walter Harms authored
-
Walter Harms authored
-
Walter Harms authored
-
Walter Harms authored
-
Walter Harms authored
-
Alexander Viro authored
-
David S. Miller authored
1) Take into account the fact that struct sk_buff, which counts towards socket buffer limits, changes across different platforms. 2) Give ipv4/ipv6 ICMP sockets more accurately the wmem limits they want.
-
- 22 Feb, 2004 5 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
Alexander Viro authored
-
Bartlomiej Zolnierkiewicz authored
From: Andrey Borzenkov <arvidjaar@mail.ru> Also add dummy create_proc_ide_interfaces() for CONFIG_PROC_FS=n (per Linus' suggestion).
-
Ben Collins authored
-
- 21 Feb, 2004 21 commits
-
-
-
Ben Collins authored
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Bjorn Helgaas authored
Patch from: Bjorn Helgaas This patch against 2.6.2 fixes a minor issue with /proc/tty/drivers/*, which currently doesn't show MMIO address information. Current sample output: # cat /proc/tty/driver/serial serinfo:1.0 driver revision: 0: uart:16450 port:00000000 irq:65 tx:72 rx:0 RTS|DTR 1: uart:16550A port:00000000 irq:65 tx:2950 rx:0 RTS|DTR ... Output with the attached patch: # cat /proc/tty/driver/serial serinfo:1.0 driver revision: 0: uart:16450 mmio:0xF8031000 irq:65 tx:72 rx:0 RTS|DTR 1: uart:16550A mmio:0xFF5E0000 irq:65 tx:2403 rx:74 RTS|DTR ...
-
Bjorn Helgaas authored
Patch from: Bjorn Helgaas This makes us discover ACPI serial ports before PCI ones. The ACPI ports tend to be built-in, and discovering them late means their ttyS names move around if PCI serial ports are added or removed. I think it makes more sense to have relatively predictable and consistent names for the built-in hardware.
-
Mark Hindley authored
Patch from: Mark Hindley Patch below to ensure that 8250_pnp sets necessary flags so that 8250 driver will reserve ioports. Before, I was logging errors like Feb 20 08:42:37 titan kernel: Trying to free nonexistent resource <000003e8-000003ef> on module unload.
-
Ben Collins authored
-
Ben Collins authored
IEEE1394(r1146): Make the probe callback return an error if problems, and unbind drivers on failure.
-
Alexander Viro authored
-
David S. Miller authored
-
Benjamin Herrenschmidt authored
Andrew spotted this one, here's the fix: Remove usage of "current" as a variable name and structure member in the battery management code of PowerMac via-pmu and apm-emu drivers
-
Yoshinori Sato authored
delete obsolute CONFIG
-
Yoshinori Sato authored
- fix warning - byte swap miss fix - 16bit bus access problem fix
-
Yoshinori Sato authored
Fix any warnings
-
Yoshinori Sato authored
- duplicate define marge. - unused define delete. - reduced code size.
-
Yoshinori Sato authored
Illegal usp corrected a set problem in starting of thread.
-
Benjamin Herrenschmidt authored
This driver won't build with CONFIG_LBD due to a 64 bits division. Use the "simple" fix of a cast down to 32 bits, this is only a floppy driver, no need to do sector_div.
-
Benjamin Herrenschmidt authored
cpu_possible_map is needed by some modules, export it.
-
David S. Miller authored
While perusing the driver I noticed a workaround we don't have in the Linux driver. The comment I added explains the issue.
-
Benjamin Herrenschmidt authored
This patch removes the code that tweaked the L1 cache when setting up the L2 one. That was added a while ago in the intend of making things more robust but ended up breaking earlier 750 CPU setup. Also fix some crap in the L1 cache code that is only used for the powermac sleep at this point.
-
- 20 Feb, 2004 7 commits
-
-
Ben Collins authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.6
-
David S. Miller authored
-
Alexander Viro authored
pktsched_init() and tc_filter_init() converted to subsys_initcall(). initialization of individual qdisc and tcf_proto switched to module_init(). Some of them used to be registered twice if built-in, BTW. init failure handling in sch_teql.c fixed - it used to leave objects (both qdisc and netdev) registered if insmod failed.
-
Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Andrew Morton authored
From: Ralf Baechle <ralf@linux-mips.org> Below following 125547 lines of patches, all to arch/mips and include/asm-mips. I'm going to send the remaining stuff of which the one or other bit may need to be discussed in smaller bits.
-
bk://bk.linux1394.org/ieee1394-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-