- 21 Feb, 2002 10 commits
-
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Andrew Morton authored
A forward-port of all the .text.exit fixes which went into 2.4. Also contains a couple of s/MINOR/minor/ changes.
-
Robert Love authored
Al updated Documentation/filesystems/porting with 2.5 changes but there is no mention of lseek. The following patch, against 2.5.5, adds lseek to the list of functions that no longer are called with the BKL. Robert Love
-
Robert Love authored
The attached patch implements proper locking in ALSA lseek methods. Note ALSA has 3 lseek implementations, but only: sound/core/info.c :: snd_info_entry_llseek() requires locking. I wrapped the function in the BKL. According to Jaroslav Kysela the gus_mem_proc method is only called from above. The third lseek, in hwdep.c, clearly doesn't need locking. Without this patch, the above lseek is not safe. Robert Love
-
Hirofumi Ogawa authored
This patch add the validity check of 2 values (fats, reserved). These values must not be 0. OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
-
Dario Ballabio authored
Here enclosed patch for eata.c, eata.h, u14-34f.c, u14-34f.h to be applied to lk-2.5.5. eata.c: + Remove any reference to virt_to_bus(). + Fix pio hang while detecting multiple HBAs. + Fixed a board detection bug: in a system with multiple ISA/EISA boards, all but the first one were erroneously detected as PCI. u14-34f.c: + Remove any reference to virt_to_bus(). + Fix pio hang while detecting multiple HBAs.
-
Hans Reiser authored
After BKL was moved from the VFS into the filesystem's methods in the lookup call, we do not need to check BKL is actually held (we know it is not). This patch patch removes unneeded lock_depth check. Without this patch reiserfs cannot be used on SMP.
-
Andries E. Brouwer authored
2.5.5 Oopses at boot time with a disk in a zipdrive. With this patch all is fine. I have not read the patch, certainly not checked it for correctness, just observed that it works for me. I think the author is Rich Baum. Andries
-
Linus Torvalds authored
-
bk://are.twiddle.net:8080/linux-alpha-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
- 20 Feb, 2002 30 commits
-
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-rmk
-
Russell King authored
data.
-
Russell King authored
its modes of operation.
-
Russell King authored
help texts.
-
Russell King authored
-
Russell King authored
-
Russell King authored
checksum functions.
-
Russell King authored
generic local_irq_save() where appropriate. (None of these are ever going to be used on a SMP ARM machine).
-
http://linux.bkbits.net/linux-2.5Richard Henderson authored
into are.twiddle.net:/home/rth/BK/linux-alpha-2.5
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Mark McClelland authored
- update to version 1.49 (with a bit of merge foo from greg)
-
Greg Kroah-Hartman authored
- compile time fixes
-
Greg Kroah-Hartman authored
- removed an unneeded header. Thanks to Jeff Garzik for pointing this out.
-
Johannes Erdfelt authored
relatively quickly and sometimes locked up the system. It usually only took me a couple of tries ripping a CD to reproduce the problem. I took a long hard look at the locking in uhci.c and decided to clean it up, fixing a couple of bugs along the way as well as documenting the locking strategy. With this patch applies, where I could only rip a CD a couple of times before causing problems, I was able to rip a CD 12,000 times in a row successfully, before I stopped it. Not a single error :)
-
Johannes Erdfelt authored
There was a bug where we unmap the PCI DMA mapping and then sync the data afterwards. This reverses the ordering as well as insures we don't unmap the region more than once.
-
Johannes Erdfelt authored
This patch fixes a bug where an interrupt URB is unlinked in the drivers completion handler and we'll try to resubmit it anyway.
-
Johannes Erdfelt authored
This patch fixes another toggle bug and reverts the previous bogus patch which caused compile warnings. It also adds a quick comment explaining the criteria. JE
-
Martin Diehl authored
- fix problem with us not delaying for any ammount of time after a new device has been powered up, as the USB spec indicates should happen.
-
Greg Kroah-Hartman authored
- added usb_put_urb() and usb_get_urb() logic.
-
Greg Kroah-Hartman authored
- added usb_put_urb() and usb_get_urb() logic
-
Greg Kroah-Hartman authored
- added usb_get_urb() and usb_put_urb() logic
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
Linus Torvalds authored
Fix up vmalloc_to_page() and callers (argument is a kernel virtual address ie should be a "void *")
-
Jeff Garzik authored
Contributor: Mike Phillips @ Linux Token Ring Project
-
bk://gkernel@bkbits.net/net-drivers-2.5Jeff Garzik authored
into mandrakesoft.com:/spare/repo/net-drivers-2.5
-
Jeff Garzik authored
into rum.normnet.org:/spare/repo/net-drivers-2.5
-