- 26 Jun, 2003 14 commits
-
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Matthew Wilcox authored
Move all the SCSI Kconfig bits from arch/*/Kconfig into driver/scsi/Kconfig. Also add notes about FireWire & USB.
-
Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
David Woodhouse authored
-
David Woodhouse authored
- Fix geometry reporting. - Avoid endless loop when deleting a Virtual Unit Chain.
-
Matthew Wilcox authored
Last November Linus applied a patch to remove the now-unused *_segments() functions from all architectures ... but some of the newer architectures escaped and still have them.
-
Andi Kleen authored
As discussed earlier. The 64bit epoll ABI on AMD64 is changed to match 32bit. This way we avoid emulation overhead. To catch old binaries I allocate new syscall slots.
-
Andi Kleen authored
Without this patch ACPI won't compile on AMD64 because of mismatched prototypes. Andrew stated that this is the way he wants it to be fixed.
-
Andi Kleen authored
Bring the x86-64 architecture code uptodate for 2.5.73. One problem is that CONFIG_IDE_TASKFILE corrupts file systems on AMD 8111. It may be worth to disable it in the configuration. - Disable 32bit vsyscalls for now until all bugs can be fixed - Fix warnings - Fix NULL pointer reference in 32bit ptrace - Timing fixes from John Stultz - Sync show_stack prototype - Sync nmi and floppy.h code (Mikael P.) - Set proper defines for AGP - Make Simics work again - Scale unit in 32bit sysinfo (originally from ppc64)
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 25 Jun, 2003 8 commits
-
-
Rob Radez authored
-
Rob Radez authored
-
Bart De Schuymer authored
-
Bart De Schuymer authored
-
Hideaki Yoshifuji authored
-
François Romieu authored
-
David S. Miller authored
-
bk://kernel.bkbits.net/jmorris/net-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
- 26 Jun, 2003 5 commits
-
-
Hideaki Yoshifuji authored
Check if DAD does not have source link-layer address option; RFC2461 7.1.1.
-
Hideaki Yoshifuji authored
Check if DAD is destined for solicited node multicast address as RFC2461 required.
-
Stephen Hemminger authored
These patches fix ip multicast route (ipmr) on 2.5.73. 1 - Trivial C99 initialization 2 - Change functions/variables to static 3 - Drop and reacquire RTNL in error path 4 - Use time_after() 5 - Use alloc_netdev 6 - Fix OOPS on dropped packets 7 - Get rid of skb_linearize Tested on 8-way SMP by bringing up pimd.
-
bk://kernel.bkbits.net/torvalds/linux-2.5Stephen Hemminger authored
into osdl.org:/home/jmorris/bk/net/work-2.5
-
Stephen Hemminger authored
-
- 25 Jun, 2003 2 commits
-
-
Stephen Rothwell authored
[Pointed out by Bjorn Helgaas via Arun Sharma] This fixes an obvious cut and paste error in my original patch.
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 26 Jun, 2003 2 commits
-
-
Dave Jones authored
Needs more testing, especially in x8 mode.
-
Dave Jones authored
Noticed by Marcelo Penna Guerra.
-
- 25 Jun, 2003 1 commit
-
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 26 Jun, 2003 4 commits
-
-
Dave Jones authored
-
Dave Jones authored
From Dominik Brodowski. Add support for newest "Mobile Pentium 4-M" and the new "Mobile Pentium 4 with 533 MHz FSB" processors.
-
Dave Jones authored
From Dominik Brodowski. - separate functions which might be useful for speedstep-piix4, speedstep-via or speedstep-bios into a new speedstep-lib.c. - clean up speedstep-ich as it will only be used for ICH-based chipsets in future. - remove now-obsolete speedstep_coppermine parameter
-
Dave Jones authored
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/cpufreq
-
- 25 Jun, 2003 4 commits
-
-
Andrew Morton authored
From: Francois Romieu <romieu@fr.zoreil.com> s/GetConfiguration/GetConfigurationInfo/
-
Andrew Morton authored
From: Jan Dittmer <j.dittmer@portrix.net> This adds an export for flush_tlb_all to i386_ksyms.c. The drm modules miss this, when compiling for SMP. I changed Jan's patch to use EXPORT_SYMBOL_GPL.
-
Andrew Morton authored
From: Alex Tomas <bzzz@tmi.comex.ru> Don't set the directory's index flag until we know that we're doing ahead with the directory modification.
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> NCR53C9x SCSI: Fix compilation after breakage in 2.5.71
-