- 21 Aug, 2003 22 commits
-
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
http://linux-sound.bkbits.net/linux-soundLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jörn Engel authored
Dan hasn't been maintaining cramfs for some time. Mark it orphan until somebody else takes it up.
-
bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jörn Engel authored
This removes the pointless cramfs message when booting with cramfs compiled in but not as the root filesystem.
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
Stephen Hemminger authored
Cleanup the timer code. It works as is, but: - use timer_ macro's when working with jiffies. - cleanup the #define's - make timer run sooner (ie when next entry will expire) rather than waiting till the next 10 minute quanta. - print TTL value in seconds not jiffies - change formatting to linux style in code the area affected.
-
Stephen Hemminger authored
Better version of my seq_file next operation. Use current pointer to find next element. Should be more stable with changing list (no duplicate entries).
-
Stephen Hemminger authored
Rather than a simple for loop sum, use a better hash function for the mac address. Function repurposed from Lennert's bridge code.
-
Stephen Hemminger authored
Multicast address value is put on stack and can just be static const.
-
Stephen Hemminger authored
Use spin_lock on hash table consistently, this code is only called from bottom half context, never from interrupt context so use spin_lock_bh.
-
Stephen Hemminger authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
- ax25_cb's use refcounting - the ax25_cb list uses hlists - Lots of socket locking.
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/BK/pci-2.5
-
Greg Kroah-Hartman authored
-
Gerd Knorr authored
* makes the three USB drivers not use the procfs stuff, also added a warning that they should converted to sysfs. * Removes the leftover, obsolete VIDEO_PROC_FS config option, that should catch any other build failures too (if any).
-
Jaroslav Kysela authored
- updated documentation and timestamp
-
Jaroslav Kysela authored
-
- 20 Aug, 2003 18 commits
-
-
Jaroslav Kysela authored
D:2003/08/20 10:59:59 A:Jaroslav Kysela <perex@suse.cz> F:usb/usbaudio.c:1.62->1.63 F:usb/usbaudio.h:1.20->1.21 F:usb/usbmixer.c:1.21->1.22 L:Synced USB audio driver with the latest 2.6 code
-
Jaroslav Kysela authored
D:2003/08/16 10:54:09 A:Jaroslav Kysela <perex@suse.cz> F:core/oss/pcm_oss.c:1.45->1.46 L:Fixed open for O_RDWR when capture is not available
-
Jaroslav Kysela authored
D:2003/08/14 17:05:13 A:Takashi Iwai <tiwai@suse.de> F:pci/ac97/ac97_codec.c:1.100->1.101 L:fix by James Courtier-Dutton <James@superbug.demon.co.uk>: L: L:Fixes ac3 passthru non-audio bit setting for AC97 codecs. L: L:I have :- L:Card: Intel ICH5 L:Chip: Avance Logic ALC650 rev 0 L: L:The problem I was having was that the spdif non-audio bit was not L:being set. L:This patch fixes that problem.
-
Jaroslav Kysela authored
D:2003/08/14 12:05:38 A:Takashi Iwai <tiwai@suse.de> F:drivers/opl3/opl3_lib.c:1.17->1.18 F:isa/gus/gusclassic.c:1.10->1.11 F:isa/gus/gusextreme.c:1.10->1.11 F:isa/gus/gusmax.c:1.11->1.12 F:pci/azt3328.c:1.2->1.3 F:pci/cs4281.c:1.43->1.44 F:pci/ens1370.c:1.47->1.48 F:pci/es1938.c:1.26->1.27 F:pci/es1968.c:1.51->1.52 F:pci/sonicvibes.c:1.25->1.26 F:pci/via82xx.c:1.45->1.46 F:pci/cs46xx/cs46xx_lib.c:1.62->1.63 F:pci/ice1712/ice1712.c:1.32->1.33 F:pci/ice1712/ice1724.c:1.14->1.15 F:pci/trident/trident_main.c:1.45->1.46 F:pci/ymfpci/ymfpci_main.c:1.40->1.41 F:sparc/amd7930.c:1.6->1.7 F:sparc/cs4231.c:1.8->1.9 L:fixed the wrong order of object destruction: L: a released object is referred after the *_free() call.
-
Jaroslav Kysela authored
D:2003/08/14 11:55:18 A:Takashi Iwai <tiwai@suse.de> F:pci/ymfpci/ymfpci_main.c:1.39->1.40 L:register dump in the proc file.
-
Jaroslav Kysela authored
D:2003/08/13 14:14:31 A:Takashi Iwai <tiwai@suse.de> F:arm/sa11xx-uda1341.c:1.11->1.12 L:fixed missing spin_lock_init().
-
Jaroslav Kysela authored
D:2003/08/13 14:01:22 A:Takashi Iwai <tiwai@suse.de> F:isa/opl3sa2.c:1.28->1.29 L:fixed the uninitialized spin_lock.
-
Jaroslav Kysela authored
D:2003/08/11 13:37:56 A:Takashi Iwai <tiwai@suse.de> F:Documentation/DocBook/writing-an-alsa-driver.tmpl:1.12->1.13 L:fix typos
-
Jaroslav Kysela authored
D:2003/08/11 13:37:36 A:Takashi Iwai <tiwai@suse.de> F:pci/intel8x0.c:1.87->1.88 L:fix mixed up vendor/device ID's for Asus P4P800
-
Jaroslav Kysela authored
D:2003/08/11 10:20:00 A:Jaroslav Kysela <perex@suse.cz> F:pci/es1968.c:1.49->1.50 L:Removed bob_lock spinlock
-
Jaroslav Kysela authored
D:2003/08/07 15:18:56 A:Takashi Iwai <tiwai@suse.de> F:pci/es1968.c:1.48->1.49 L:- hopefully fixed the capture. L:- align the buffers in 4k. L:- a bit code clean up.
-
Jaroslav Kysela authored
D:2003/08/06 18:45:09 A:Takashi Iwai <tiwai@suse.de> F:core/oss/pcm_plugin.c:1.15->1.16 F:core/oss/pcm_plugin.h:1.4->1.5 L:removed unused functions.
-
Jaroslav Kysela authored
D:2003/08/06 18:44:50 A:Takashi Iwai <tiwai@suse.de> F:pci/es1968.c:1.47->1.48 L:removed buggy copy callback. L:the standard copy routine works properly.
-
Jaroslav Kysela authored
D:2003/08/06 12:13:57 A:Takashi Iwai <tiwai@suse.de> F:Documentation/ALSA-Configuration.txt:1.13->1.14 L:more descriptions for vx drivers.
-
Jaroslav Kysela authored
D:2003/08/05 13:45:12 A:Takashi Iwai <tiwai@suse.de> F:pci/es1968.c:1.46->1.47 L:- fixed corruption of stream linked list in the interrupt handler. L:- clean up the unnecessary atomic_t and spinlocks.
-
Jaroslav Kysela authored
D:2003/08/05 13:43:10 A:Takashi Iwai <tiwai@suse.de> F:pci/es1968.c:1.45->1.46 L:- rewritten the pm whitelist as a static list. L:- added more pci subsystem ids to the whitelist.
-
Jaroslav Kysela authored
D:2003/08/05 13:42:23 A:Takashi Iwai <tiwai@suse.de> F:pci/emu10k1/emufx.c:1.36->1.37 L:fixed typos.
-
Jaroslav Kysela authored
D:2003/07/30 19:54:01 A:Jaroslav Kysela <perex@suse.cz> F:include/emu10k1.h:1.29->1.30 L:Fixed typos (GRP->GPR)
-