1. bac30d1 Merge ../linux-2.6 by Paul Mackerras · 18 years ago
  2. 4fa95ef [PATCH] sound: Remove unneeded kmalloc() return value casts by Jesper Juhl · 18 years ago
  3. ca43b31 [PATCH] vfree does its own NULL check, no need to be explicit in oss/msnd.c by Jesper Juhl · 18 years ago
  4. 5a83fdd [PATCH] no need to check vfree arg for null in oss/sequencer by Jesper Juhl · 18 years ago
  5. 07e0e93 [PATCH] maestro3 vfree NULL check fixup by Jesper Juhl · 18 years ago
  6. 457d3d43 [PATCH] vfree NULL check fixup for sb_card by Jesper Juhl · 18 years ago
  7. 910638a [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK by Matthias Gehre · 18 years ago
  8. e822250 [PATCH] powerpc: Kill _machine and hard-coded platform numbers by Benjamin Herrenschmidt · 18 years ago
  9. be54414 [PATCH] PNP: adjust pnp_register_card_driver() signature: sb_card by Bjorn Helgaas · 18 years ago
  10. 070c699 [PATCH] pnp: cs4232: adjust pnp_register_driver signature by Bjorn Helgaas · 18 years ago
  11. 2054866 [PATCH] oss/sonicvibes.c defines its own hweight32 by Richard Knutsson · 18 years ago
  12. 6b53f78 [PATCH] cmpci: don't use generic_hweight32() by Andrew Morton · 18 years ago
  13. 8f3b50f [PATCH] Fix compilation for sound/oss/vwsnd.c by Eric Sesterhenn · 18 years ago
  14. 2e1ca21 Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  15. 37f1e98 [PATCH] Fix sequencer missing negative bound check by Eugene Teo · 18 years ago
  16. bda44e1 [PATCH] OSS: Fix leak in awe_wave, also remove pointless cast. by Jesper Juhl · 18 years ago
  17. fe9bab2 [PATCH] Fix sb_mixer use before validation by Eugene Teo · 18 years ago
  18. 8d3b33f [PATCH] Remove MODULE_PARM by Rusty Russell · 18 years ago
  19. 279a022 [PATCH] I2C: Drop unneeded i2c-dev.h includes by Jean Delvare · 18 years ago
  20. f82945d [PATCH] oss: semaphore to mutex conversion by Ingo Molnar · 18 years ago
  21. 910f5d2 [PATCH] sem2mutex: sound/oss/ by Ingo Molnar · 18 years ago
  22. cc00628 kbuild: ignore all generated files for make allmodconfig (x86_64) by Sam Ravnborg · 18 years ago
  23. 367636e [PATCH] powerpc: Fix sound driver use of i2c by Benjamin Herrenschmidt · 19 years ago
  24. 164006d [PATCH] bogus asm/delay.h includes by Al Viro · 19 years ago
  25. 05090fc [PATCH] USB: Au1xx0: replace casual readl() with au_readl() in the drivers by Sergei Shtylylov · 19 years ago
  26. c2aeacd [PATCH] Prevent trident driver from grabbing pcnet32 hardware by Jon Mason · 19 years ago
  27. 3f02d07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  28. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  29. 575c968 spelling: s/appropiate/appropriate/ by Adrian Bunk · 19 years ago
  30. 031eb4c [PATCH] m68k: dmasound __user annotations by Al Viro · 19 years ago
  31. 9a47291 [PATCH] m68k: compile fixes for dmasound (static vs. extern) by Al Viro · 19 years ago
  32. 3756513 [PATCH] m68k: lvalues abuse in dmasound by Al Viro · 19 years ago
  33. 815f597 [PATCH] m68k: dmasound_paula.c lvalues abuse (from m68k CVS) by Al Viro · 19 years ago
  34. b4290a2 [PATCH] m68k: namespace pollution fix (custom->amiga_custom) by Al Viro · 19 years ago
  35. 3d831d9 [PATCH] x86_64: Enable sound in old style OSS driver for NForce4 CK804 by Andi Kleen · 19 years ago
  36. 5c908a7 [PATCH] remove unused out_pio label in i810_audio by Jesper Juhl · 19 years ago
  37. 49efdd4 [PARISC] OSS: Fix build of parisc harmony driver by Stuart Brady · 19 years ago
  38. 4665472 [PATCH] drivers/sound/oss: Replace pci_module_init() with pci_register_driver() by Greg Kroah-Hartman · 19 years ago
  39. 6150c32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge by Linus Torvalds · 19 years ago
  40. 86f91d3 [PATCH] i810_audio: request_irq() fix by Andrew Morton · 19 years ago
  41. cc5d018 [PATCH] powerpc: Remove device_node addrs/n_addr by Benjamin Herrenschmidt · 19 years ago
  42. ccf1896 Merge ../torvalds-2.6/ by Greg Kroah-Hartman · 19 years ago
  43. 45029c3 [PATCH] oss: remove deprecated PM interface from opl3sa2 driver by Patrick Mochel · 19 years ago
  44. 76cd48a [PATCH] oss: remove deprecated PM interface from nm256 driver by Patrick Mochel · 19 years ago
  45. 5305253 [PATCH] oss: remove deprecated PM interface from maestro driver by Patrick Mochel · 19 years ago
  46. 94661e7 [PATCH] oss: remove deprecated PM interface from cs46xx driver by Patrick Mochel · 19 years ago
  47. ee77e27 [PATCH] oss: remove deprecated PM interface from cs4281 driver by Patrick Mochel · 19 years ago
  48. e7c045c [PATCH] oss: remove deprecated PM interface from ad1848 driver by Patrick Mochel · 19 years ago
  49. 2b48716 [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  50. d74cdab [PATCH] i2c: Drop i2c_driver.{owner,name}, 6 of 11 by Laurent Riffard · 19 years ago
  51. 8a99475 [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 by Jean Delvare · 19 years ago
  52. 7b66665 [PATCH] Au1550 AC'97 OSS driver spinlock fixes by Sergei Shtylylov · 19 years ago
  53. bca73e4 [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.h by Jeff Garzik · 19 years ago
  54. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  55. cecd1ca [PATCH] schedule obsolete OSS drivers for removal by Adrian Bunk · 19 years ago
  56. 3f00d3e Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 19 years ago
  57. 407cf84 Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 19 years ago
  58. 6a4dea1 OSS MIPS drivers: "extern inline" -> "static inline" by Adrian Bunk · 19 years ago
  59. 59fee5f [PATCH] sound/oss/sequencer_syms: unexport reprogram_timer by Adrian Bunk · 19 years ago
  60. 7afada4 Input: convert dmasound_awacs (OSS) to dynamic input allocation by Ian Wienand · 19 years ago
  61. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  62. 3fa63c7 [PATCH] Typo fix: dot after newline in printk strings by Jean Delvare · 19 years ago
  63. d61780c [PATCH] remove some more check_region stuff by Jeff Garzik · 19 years ago
  64. 93b25d0 Useless includes of everything, the kitchen sink and version.h ... by Ralf Baechle · 19 years ago
  65. 4153812 [PATCH] pci_ids: macros: replace partial with whole symbols by Grant Coady · 19 years ago
  66. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  67. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  68. 1ef64e6 [PATCH] gfp_t: sound by Al Viro · 19 years ago
  69. f65d9be [PATCH] oss: don't concatenate __FUNCTION__ with strings by Clemens Buchacher · 19 years ago
  70. 82b4442 [PATCH] patch] remove sound/oss/skeleton.c by Adrian Bunk · 19 years ago
  71. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  72. 9c45817 [PATCH] Remove non-arch consumers of asm/segment.h by Kumar Gala · 19 years ago
  73. ae75784 Merge head 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 19 years ago
  74. acd3bd8 [PATCH] ad1980 makefile fix by Al Viro · 19 years ago
  75. 0e6d0d8 [PATCH] Kconfig fix (missing dependencies on PCI in sound/*) by Al Viro · 19 years ago
  76. 791cdc7 [PATCH] vidc gcc4 fix by Al Viro · 19 years ago
  77. 276bd31 [PATCH] Kconfig fix (ISA_DMA_API and sound/*) by Al Viro · 19 years ago
  78. 7087e295 [PATCH] i810_audio: fix release_region misordering in error exit from i810_probe by John W. Linville · 19 years ago
  79. 77933d7 [PATCH] clean up inline static vs static inline by Jesper Juhl · 19 years ago
  80. 44456d3 [PATCH] turn many #if $undefined_string into #ifdef $undefined_string by Olaf Hering · 19 years ago
  81. 2a56957 [PATCH] pm: more u32 vs. pm_message_t fixes by Pavel Machek · 19 years ago
  82. 8c87093 [PATCH] ppc32: Remove CONFIG_PMAC_PBOOK by Benjamin Herrenschmidt · 19 years ago
  83. 3bd1907 Merge 'upstream' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 19 years ago
  84. 3e0777b Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manually by Linus Torvalds · 19 years ago
  85. 3e90928 [PATCH] sound/oss/via82cxxx_audio: Use the DMA_32BIT_MASK constant by Tobias Klauser · 19 years ago
  86. 4f11842 [PATCH] sound/oss/cmpci: Use the DMA_32BIT_MASK constant by Tobias Klauser · 19 years ago
  87. 738c7b4 [PATCH] sound/oss/es1370: Use the DMA_32BIT_MASK constant by Tobias Klauser · 19 years ago
  88. 3ee538a [PATCH] sound/oss/es1371: Use the DMA_32BIT_MASK constant by Tobias Klauser · 19 years ago
  89. caac3a4 [PATCH] sound/oss/esssolo1: Use the DMA_32BIT_MASK constant by Tobias Klauser · 19 years ago
  90. b6260cd [PATCH] change the SOUND_PRIME handling by Adrian Bunk · 19 years ago
  91. f25ad2d [PATCH] sound/oss/sscape.c: remove dead code by Adrian Bunk · 19 years ago
  92. f040ffa [PATCH] sound/oss/rme96xx.c: remove kernel 2.2 #if's by Adrian Bunk · 19 years ago
  93. 4f00945 [PATCH] nm256 oss build failure by Dave Jones · 19 years ago
  94. 155542c [PATCH] sound/oss/: cleanups by Adrian Bunk · 19 years ago
  95. 0941737 [PATCH] remove redundant NULL checks before kfree() in sound/ and avoid casting pointers about to be kfree()'ed by Jesper Juhl · 19 years ago
  96. 7c2f3fd [PATCH] rme96xx: fix PageReserved range by Hugh Dickins · 19 years ago
  97. 619e666 [PATCH] class: convert sound/* to use the new class api instead of class_simple by gregkh@suse.de · 19 years ago
  98. 5d503e5 Input: ES1371 (OSS) - do not carry around gameport code if gameport by Dmitry Torokhov · 19 years ago
  99. c624e92 Input: ES1370 (OSS) - do not carry around gameport code if gameport by Dmitry Torokhov · 19 years ago
  100. f0f05a4 Input: make sure that joystick support in CMPCI driver can only be by Dmitry Torokhov · 19 years ago