- 11 Feb, 2002 40 commits
-
-
Alexander Viro authored
OK, here comes: ->lookup() had lost BKL, all in-tree instances of ->lookup() converted. I'm adding Documentation/filesystems/porting - with the list of API changes since 2.4. Are you OK with that format? (and yes, this sucker is *post*-compile ;-)
-
Richard Henderson authored
What should be happening with the references to the discarded .text.exit section? I see a __devexit_p mentioned in Documentation/pci.txt, but it hasn't been implemented except for down inside ieee1394. In any case, I need something like the following in order to build with pre-release binutils 2.12. If this sort of thing is acceptible I can prepare a more comprehensive patch.
-
David Mosberger authored
Here is the last patch for today: it enables writecombined mappings for ia64 in fbmem.c and gets rid of an ugly ia64 simulator workaround in vgacon.c which isn't needed anymore. --david
-
David Mosberger authored
This patch fixes a deadlock condition in the elf core dump that shows on ia64 because ELF_CORE_COPY_REGS() needs to access user space (to get a hold of the backing store of the stacked registers). Marcelo already accepted this into 2.4.17. --david
-
David Mosberger authored
This patch fixes up two places whre dma64_addr_t is used incorrectly. Note that pci_dev->dma_mask and the second argument to blk_queue_bounce_limit() are both u64, so the old types clearly are wrong (besides, dma64_addr_t is supposed to be used only with the pci_dac_*() routines, as per DaveM's earlier mail). --david
-
Rob Radez authored
This patch to drivers/char/pcwd.c against 2.5.4 does two things: a) Makes one code snippet more consistent with the rest of the code, and b) Makes it possible for this code to actually work Nearly the same patch against 2.4 was reviewed by Alan, and, well, the maintainer seems to have disappeared. It's also looking like no one uses this driver much either. Regards, Rob Radez
-
David Mosberger authored
Here is the latest version of the VM_DATA_DEFAULT_FLAGS patch (relative to 2.5.4). --david
-
bk://are.twiddle.net:8080/linux-alpha-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Ingo Molnar authored
-
Jens Axboe authored
from when completion was potentially called more than once to indicate partial end I/O. These days bio->bi_end_io is _only_ called when I/O has completed on the entire bio.
-
Alexander Viro authored
Rediffed to 2.5.4, documentation added. This variant grabs ->s_vfs_rename_sem only for cross-directory renames.
-
Robert Love authored
I previously sent a patch by Mikael Pettersson to fix the UP+preempt problem. It seems from your BK repository you have not yet merged it; if so, this patch takes a different approach which is optimal, removing the unneeded conditional altogether in the UP case. I have verified UP and SMP are now correct. Patch is against 2.5.4, please apply. Robert Love
-
Linus Torvalds authored
-
Stephen Rothwell authored
Here is the patch against 2.5.4. I have compiled this patch under 2.5.3, so it should still be OK. This patch just resyncs the driver with 2.4.18-pre (which is what is being testd by others). The only outstanding known problem is some very strange interaction with VMWARE. But otherwise people seem happy with the changes. Original announcement to Dave Jones and Marcelo: Update a couple of email addresses Fix the idle handling (this is an improved version of the fix that Alan Cox has in his -ac tree) Notify user mode of suspend events before drivers (fix) Make the idling percentage boot time configurable Rename kapm-idled to kapmd Credit to Andreas Steinmetz, Russell King, Thomas Hood and me. More small updates to come. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/
-
http://gkernel.bkbits.net/alpha-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
-
Jens Axboe authored
-
Jens Axboe authored
-
Jens Axboe authored
-- steve.cameron@compaq.com
-
Jens Axboe authored
Applies to 2.5.4-pre3 -- steve.cameron@compaq.com
-
Jens Axboe authored
as late as possible to avoid accounting overcharging processes with privilege usage. Applies to 2.5.4-pre3 -- steve.cameron@compaq.com
-
Jens Axboe authored
completions. Applies to 2.5.4-pre3 -- steve.cameron@compaq.com
-
Jens Axboe authored
first parameter to grok_partitions in the ioctl for registering a new disk.
-
Jens Axboe authored
-
Jens Axboe authored
-
Jens Axboe authored
LUNs attached to a cciss controller, and a tape drive is beyond the 16th LUN. In such a case, the tape drive would not be accessible without this patch. Applies to 2.5.4-pre3. -- steve.cameron@compaq.com
-
Richard Henderson authored
-
Jeff Garzik authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
compile problem.
-
Linus Torvalds authored
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-