index
:
~wallbraker/linux
for-ubuntu-vmwgfx
master
And what's this thing coming toward me very fast?
wallbraker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-22
[ALSA] add more sequencer port type information bits
Clemens Ladisch
10
-9
/
+31
2006-06-22
[ALSA] fix port type bits
Clemens Ladisch
3
-5
/
+3
2006-06-22
[ALSA] fix a wrong lock
Clemens Ladisch
1
-1
/
+1
2006-06-22
[ALSA] Fix compile warning in timer.c
Takashi Iwai
1
-1
/
+0
2006-06-22
[ALSA] Fix mmap_count with O_APPEND opened streams
Takashi Iwai
4
-22
/
+23
2006-06-22
[ALSA] Add O_APPEND flag support to PCM
Takashi Iwai
8
-45
/
+99
2006-06-22
[ALSA] Insert might_sleep() in snd_iprintf()
Takashi Iwai
1
-0
/
+1
2006-06-22
[ALSA] Remove spinlocks around proc prints
Takashi Iwai
2
-8
/
+0
2006-06-22
[ALSA] Remove unneeded read/write_size fields in proc text ops
Takashi Iwai
61
-146
/
+81
2006-06-22
[ALSA] Make buffer size of proc text interface variable
Takashi Iwai
2
-73
/
+82
2006-06-22
[ALSA] Clean up ugly hacks in pcm_lib.c
Takashi Iwai
1
-44
/
+26
2006-06-22
[ALSA] Move OSS-specific hw_params helper to snd-pcm-oss module
Takashi Iwai
8
-646
/
+605
2006-06-22
[ALSA] hda-codec - Move EXPORT_SYMBOL() to adjacent to each function
Takashi Iwai
1
-19
/
+22
2006-06-22
[ALSA] i2c - Move EXPORT_SYMBOL() to adjacent to each function
Takashi Iwai
1
-6
/
+11
2006-06-22
[ALSA] vx - Move EXPORT_SYMBOL() to adjacent to each function
Takashi Iwai
2
-16
/
+17
2006-06-22
[ALSA] emux - Move EXPORT_SYMBOL() to adjacent to each function
Takashi Iwai
3
-11
/
+10
2006-06-22
[ALSA] trident - Move EXPORT_SYMBOL() to adjacent to each function
Takashi Iwai
2
-10
/
+13
2006-06-22
[ALSA] emu10k1 - Move EXPORT_SYMBOL() to adjacent to each function
Takashi Iwai
4
-13
/
+16
2006-06-22
[ALSA] opl4 - Move EXPORT_SYMBOL() to adjacent to each function
Takashi Iwai
1
-4
/
+8
2006-06-22
[ALSA] opl3 - Move EXPORT_SYMBOL() to adjacent to each function
Takashi Iwai
2
-9
/
+14
2006-06-22
[ALSA] ac97 - Move EXPORT_SYMBOL() to adjacent to each function
Takashi Iwai
2
-22
/
+28
2006-06-22
[ALSA] Clean up EXPORT_SYMBOL()s in snd-seq module
Takashi Iwai
5
-22
/
+20
2006-06-22
[ALSA] Clean up EXPORT_SYMBOL()s in snd module
Takashi Iwai
10
-88
/
+113
2006-06-22
[ALSA] Clean up ugly hacks in pcm_params.h
Takashi Iwai
1
-63
/
+42
2006-06-22
[ALSA] PM support for cs5535audio
Jaya Kumar
6
-8
/
+191
2006-06-22
[ALSA] hda-codec - Add support for Sony Vaio VGN-A790 laptop
Kenneth Crudup
1
-0
/
+2
2006-06-22
[ALSA] ice1712 - Provides specified midi port names instead of defaults
Alan Horstmann
3
-2
/
+19
2006-06-22
[ALSA] Change seq_midi.c so client name is card, rather than port, specific
Alan Horstmann
1
-2
/
+2
2006-06-22
[ALSA] hda-codec - Fix a typo
Takashi Iwai
1
-1
/
+1
2006-06-22
[ALSA] hda-codec - Add Thinkpad X60/T60/Z60 support
Takashi Iwai
2
-1
/
+44
2006-06-22
[ALSA] unregister platform device again if probe was unsuccessful
Rene Herman
7
-15
/
+43
2006-06-22
[ALSA] vxpocket - Fix a typo
Takashi Iwai
1
-1
/
+1
2006-06-22
[ALSA] AC97: Correct Mic Boost label.
James Courtier-Dutton
2
-3
/
+3
2006-06-22
[ALSA] ca0106: Fixes MSI K8N's SB Live 24 bit, no sound from line-in.
James Courtier-Dutton
2
-3
/
+35
2006-06-22
[ALSA] Add p17v.h file.
James Courtier-Dutton
1
-0
/
+111
2006-06-22
[ALSA] emu10k1: Add support for Audigy4 (not Pro)
James Courtier-Dutton
6
-21
/
+107
2006-06-22
[ALSA] ca0106: Add analog capture controls.
James Courtier-Dutton
3
-14
/
+186
2006-06-21
Merge git://oss.sgi.com:8090/xfs-2.6
Linus Torvalds
109
-6262
/
+2317
2006-06-21
[PATCH] USB: only make /sys/class/usb show up when there is something in it
Greg Kroah-Hartman
1
-16
/
+54
2006-06-21
[PATCH] USB: convert usb class devices to real devices
Greg Kroah-Hartman
2
-9
/
+9
2006-06-21
[PATCH] USB: move usb_device_class class devices to be real devices
Greg Kroah-Hartman
2
-11
/
+11
2006-06-21
[PATCH] USB: make endpoints real struct devices
Greg Kroah-Hartman
2
-89
/
+153
2006-06-21
[PATCH] USB: make usb_create_ep_files take a struct device
Greg Kroah-Hartman
3
-5
/
+5
2006-06-21
[PATCH] USB: move the endpoint specific sysfs code to it's own file
Greg Kroah-Hartman
4
-198
/
+218
2006-06-21
[PATCH] USB: move <linux/usb_input.h> to <linux/usb/input.h>
David Brownell
21
-56
/
+20
2006-06-21
[PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h>
David Brownell
5
-7
/
+7
2006-06-21
[PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>
David Brownell
7
-6
/
+6
2006-06-21
[PATCH] USB: whitespace removal from usb/gadget/ether
David Brownell
3
-250
/
+251
2006-06-21
[PATCH] USB: unusual_devs entry for Nokia N80
Alan Stern
1
-0
/
+8
2006-06-21
[PATCH] usbserial: Fixes wrong return values.
Luiz Fernando N. Capitulino
1
-8
/
+6
[next]