- 08 Jan, 2004 8 commits
-
-
David S. Miller authored
-
Ben Collins authored
-
Keith M. Wesolowski authored
-
Keith M. Wesolowski authored
-
David S. Miller authored
-
Linus Torvalds authored
-
bk://linux.bkbits.net/linux-2.5Nathan Scott authored
into lips.borg.umn.edu:/export/music/bkroot/xfs-linux-2.6
-
Linus Torvalds authored
We must not mark the process TASK_STOPPED early, because that might allow a signal to wake it up before we actually got to the "wake_up_forked_process()" state. Total confusion would happen. Make wake_up_forked_process() verify the new world order.
-
- 07 Jan, 2004 1 commit
-
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 08 Jan, 2004 1 commit
-
-
Dave Jones authored
Spotted by Andreas Henriksson <andreas@scream.fjortis.info>
-
- 07 Jan, 2004 15 commits
-
-
Dave Jones authored
Also consolidate a bunch of convoluted if's into a single "is this an r200 or r300" function.
-
Linus Torvalds authored
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> For a laugh we moved the BSS and our world exploded. Turns out we zero from __bss_start to _end. Add __bss_stop to our section definitions so we can use it instead.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Linas Vepstas has audited the ppc64 proc code and found a number of issues.
-
Linus Torvalds authored
This fixes loading of modules compiled with debugging on some platforms. From Rusty.
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
Get off the drugs, Linus.
-
Linus Torvalds authored
constant expression properly.
-
Ville Nuorvala authored
-
Andi Kleen authored
-
Matthew Wilcox authored
-
David S. Miller authored
into nuts.ninka.net:/disk1/davem/BK/net-2.6
-
David S. Miller authored
into nuts.ninka.net:/disk1/davem/BK/sparc-2.6
-
Dave Kleikamp authored
From: Christoph Hellwig <hch@lst.de> JFS currently clears i_sb in some error pathes which can make the core kernel OOPS because it may never be NULL. Noticed because some IBM people try to "fix" the core kernel for it now..
-
- 06 Jan, 2004 15 commits
-
-
Andrew Morton authored
From: Ingo Molnar <mingo@elte.hu>, Voyager is getting odd deadlocks due to the taking of xtime_lock() in sched_clock()->get_jiffies_64(). I had this patch queued up to fix a different deadlock, which occurs when we relax the requirement that TSC's be synchronised across CPUs. But it will fix James' deadlock too.
-
Andrew Morton authored
From: Michael Hunold <hunold@convergence.de> - move around sp887x firmware file entry to be close to sp887x selection - fix a bunch of filenames to point to /usr/lib/hotplug/firmware/ rather then /etc/dvb - fix the av7110 firmware config entry for "make allyesconfig"
-
Andrew Morton authored
From: Dave Kleikamp <shaggy@austin.ibm.com> After Jose debugged the problem down to the routine jfs_get_parent, we were able to find the problem. I believe it only affects users of NFS-exported JFS file systems on big-endian hardware. The problem was a missing le32_to_cpu macro. The patch also fixes a return code to be more consistent other implementations of get_parent.
-
Andrew Morton authored
From: Greg KH <greg@kroah.com> This fixes an oops when a kobject is unregistered before it's child is. The usb-serial devices show this bug very easily (yank out a device while its port is opened...) Patch was originally written by Mike Gorse <mgorse@mgorse.dhs.org>
-
Andrew Morton authored
Add missing NR_VECTORS definition to visws and pc9800. Also, make MSI support dependent on CONFIG_X86_IO_APIC, as it won't build without IOAPIC support.
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Mitsuru Kanda authored
-
Martin Devera authored
-
James Morris authored
-
David S. Miller authored
into nuts.ninka.net:/disk1/davem/BK/net-2.6
-
David S. Miller authored
into nuts.ninka.net:/disk1/davem/BK/sparc-2.6
-
Adam Belay authored
The recent escd fix I have made corrects a thinko in the PnPBIOS code and it turns out that faults from calling /proc/pnp/bus/escd were probably not caused by BIOS bugs.
-
Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Roman Zippel authored
Sometimes a menuconfig item is shown twice, so hide the other item.
-
Roman Zippel authored
Let gconf find it's glade file, even it's started with an absolute path and check srcdir so it also works if it's compiled outside of the tree.
-