summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ALSA] AMD cs5536 ID for cs5535audioRene Rebe2006-01-221-2/+4
* [ALSA] usb-audio: don't use empty packets at start of playbackClemens Ladisch2006-01-221-5/+21
* [ALSA] bt87x - fix detection of unknown cardJaroslav Kysela2006-01-221-1/+1
* [ALSA] ac97 - Suppress jack sense controls for ThinkpadsTakashi Iwai2006-01-221-12/+37
* [ALSA] hda-codec - Add model entry for Sony VAIOTakashi Iwai2006-01-221-0/+2
* [ALSA] pcxhr - Fix the sample rate changesTakashi Iwai2006-01-221-3/+4
* [ALSA] hda-intel - patch for Intel ICH8Jason Gaston2006-01-221-0/+2
* [ALSA] snd-ca0106: Fixed ALSA bug#1600James Courtier-Dutton2006-01-221-1/+11
* [ALSA] Remove BKL from sound/core/info.cIngo Molnar2006-01-221-22/+11
* [ALSA] via82xx - Add dxs_support entryTakashi Iwai2006-01-221-0/+1
* [ALSA] emu10k1 - Fix the confliction of 'Front' controlTakashi Iwai2006-01-221-0/+2
* [ALSA] bt87x - Fix the unability of snd-bt87x to recognize AVerMedia StudioMartin Drab2006-01-221-0/+2
* [ALSA] emu10k1 - Fix silence problems after suspendTakashi Iwai2006-01-221-4/+4
* [ALSA] Fix compilation without CONFIG_PNPTakashi Iwai2006-01-226-4/+34
* [ALSA] intel8x0 - Fix duplicate ac97_quirks entryUlrich Mueller2006-01-221-7/+1
* [ALSA] via82xx - Add dxs_support for ASUS moboTakashi Iwai2006-01-221-0/+1
* [SPARC64]: Use compat_sys_futimesat in 32-bit syscall table.David S. Miller2006-01-201-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-1912-85/+156
|\
| * [NETFILTER] x_tables: Make XT_ALIGN align as strictly as necessary.David S. Miller2006-01-191-1/+1
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6David S. Miller2006-01-1911-84/+155
| |\
| | * [SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly.Tsutomu Fujii2006-01-172-4/+11
| | * [SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().Sridhar Samudrala2006-01-173-1/+40
| | * [SCTP]: Fix machine check/connection hang on IA64.Vlad Yasevich2006-01-172-1/+9
| | * [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.Vlad Yasevich2006-01-175-46/+47
| | * [SCTP]: Fix sctp_assoc_seq_show() panics on big-endian systems.Vlad Yasevich2006-01-171-2/+2
| | * [SCTP]: sctp doesn't show all associations/endpoints in /procVlad Yasevich2006-01-171-18/+10
| | * [SCTP]: Fix sctp_cookie alignment in the packet.Vlad Yasevich2006-01-172-3/+14
| | * [SCTP]: Fix potential race condition between sctp_close() and sctp_rcv().Sridhar Samudrala2006-01-172-10/+23
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-01-1917-422/+186
|\ \ \
| * | | [SPARC]: Add support for *at(), ppoll, and pselect syscalls.David S. Miller2006-01-1916-422/+184
| * | | [SPARC]: sparc32 needs PROMDEV_{I,O}RSC defines too.David S. Miller2006-01-181-0/+2
| |/ /
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-01-1915-147/+196
|\ \ \
| * | | [IA64] eliminate softlockup warningJohn Hawkes2006-01-191-0/+1
| * | | [IA64] sem2mutex: arch/ia64/kernel/perfmon.cJes Sorensen2006-01-191-5/+6
| * | | [IA64] sem2mutex: arch/ia64/ia32/sys_ia32.cJes Sorensen2006-01-191-16/+12
| * | | [IA64] Fix bug in ia64 specific down() functionZoltan Menyhart2006-01-171-4/+4
| * | | [IA64] Zonelists for nodes without cpusJack Steiner2006-01-171-0/+4
| * | | [IA64-SGI] sn_console.c minor cleanupJes Sorensen2006-01-171-71/+58
| * | | [IA64-SGI] sn2 mutex conversionJes Sorensen2006-01-176-44/+43
| * | | [IA64-SGI] pass segment# on SN_SAL_IOIF_SLOT_{DIS,EN}ABLE callsMike Habeck2006-01-171-4/+8
| * | | [IA64-SGI] Older PROM WAR for device flush codePrarit Bhargava2006-01-172-3/+60
| | |/ | |/|
* | | [PATCH] Fix regression added by ppoll/pselect code.David S. Miller2006-01-191-2/+2
| |/ |/|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-01-1821-183/+729
|\ \
| * | [CIFS] Fix oops in cifs_readpages caused by not checking buf_type in anSteve French2006-01-181-1/+4
| * | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-01-171248-34362/+58179
| |\ \
| * | | [CIFS] Remove compiler warningSteve French2006-01-171-1/+1
| * | | [CIFS] Fix CIFS to recognize share mode securitySteve French2006-01-134-15/+41
| * | | [CIFS] Fix typoSteve French2006-01-121-1/+0
| * | | [CIFS] Add worker function for Get ACL cifs styleSteve French2006-01-129-20/+292
| * | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-01-124766-123247/+262349
| |\ \ \