1. c7f2112 ALSA: ppc: fix error return code in snd_pmac_probe() by Yang Yingliang · 3 years, 6 months ago
  2. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  3. 9ab0cb3 ALSA: Replace the word "slave" in vmaster API by Takashi Iwai · 4 years, 5 months ago
  4. 7ae7715 Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 7 months ago
  5. 7bfc3c8 drivers/powerpc: Replace _ALIGN_UP() by ALIGN() by Christophe Leroy · 4 years, 8 months ago
  6. 59f0071 ALSA: sound/ppc: Use bitwise instead of arithmetic operator for flags by Samuel Zou · 4 years, 8 months ago
  7. 04a9af2 ALSA: ppc: keywest: convert to use i2c_new_client_device() by Wolfram Sang · 4 years, 9 months ago
  8. 6e9ef32 ALSA: ppc: More constifications by Takashi Iwai · 5 years ago
  9. c031b0c ALSA: ppc: Constify snd_kcontrol_new items by Takashi Iwai · 5 years ago
  10. 46dd47c ALSA: ppc: Constify snd_device_ops definitions by Takashi Iwai · 5 years ago
  11. 5b6e996 ALSA: ppc: Drop superfluous ioctl PCM ops by Takashi Iwai · 5 years ago
  12. 377d870 ALSA: ps3: Use managed buffer allocation by Takashi Iwai · 5 years ago
  13. 01001fa ALSA: pmac: Use managed buffer allocation by Takashi Iwai · 5 years ago
  14. 73948ca ALSA: ps3: Remove Unneeded variable: "ret" by Hariprasad Kelam · 5 years ago
  15. e26441b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 277 by Thomas Gleixner · 6 years ago
  16. 873e65b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167 by Thomas Gleixner · 6 years ago
  17. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  18. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  19. 442e321 ALSA: ps3: Remove set but not used variables 'start_vaddr' and 'pcm_index' by YueHaibing · 6 years ago
  20. 5e2c946 ALSA: ppc: Fix of-node refcount unbalance by Takashi Iwai · 6 years ago
  21. c025672 ALSA: ppc: Drop superfluous PCM preallocation error checks by Takashi Iwai · 6 years ago
  22. ece984a ALSA: ppc: Remove superfluous snd_pcm_suspend*() calls by Takashi Iwai · 6 years ago
  23. 157ab88 ALSA: aoa: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  24. 48e9184 powerpc/ps3: Set driver coherent_dma_mask by Geoff Levand · 6 years ago
  25. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  26. 3179a3e ALSA: ppc: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
  27. 21bf6cf ALSA: ppc: make snd_pcm_hardware const by Bhumika Goyal · 7 years ago
  28. 905e46a ALSA: declare snd_kcontrol_new structures as const by Bhumika Goyal · 8 years ago
  29. 4091fb9 scripts/spelling.txt: add "followings" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  30. 07021b43 Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  31. ef24ba7 powerpc: Remove all usages of NO_IRQ by Michael Ellerman · 8 years ago
  32. 44cc4a0 ALSA: squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago
  33. b268c34 ALSA: ppc/awacs: shut up maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  34. 952bbcb PCI: Remove includes of asm/pci-bridge.h by Bjorn Helgaas · 9 years ago
  35. 654e275 ALSA: ppc: Add missing inclusion of linux/module.h by Takashi Iwai · 9 years ago
  36. a2bc2af ALSA: ppc: keywest: Export I2C module alias information by Javier Martinez Canillas · 9 years ago
  37. 28760c1 ALSA: ppc: keywest: check if DEQ was already instantiated by Wolfram Sang · 10 years ago
  38. ac397c8 ALSA: ppc: keywest: drop using attach adapter by Wolfram Sang · 10 years ago
  39. f571872 powerpc: Move Power Macintosh drivers to generic byteswappers by David Gibson · 10 years ago
  40. 6cbbfe1 ALSA: Include linux/io.h instead of asm/io.h by Takashi Iwai · 10 years ago
  41. ff6defa ALSA: Deletion of checks before the function call "iounmap" by Markus Elfring · 10 years ago
  42. a14e7eb ALSA: ps3: Remove unnecessary snd_pcm_lib_preallocate_free_for_all() by Lars-Peter Clausen · 10 years ago
  43. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  44. 1ea7a56 ALSA: powermac: Deletion of an unnecessary check before the function call "pci_dev_put" by Markus Elfring · 10 years ago
  45. 9502272 ALSA: ppc: Use snd_ctl_enum_info() by Takashi Iwai · 10 years ago
  46. 85be0fa ALSA: ppc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  47. ccdb8ed of: Migrate of_find_node_by_name() users to for_each_node_by_name() by Grant Likely · 11 years ago
  48. 1076879 ALSA: ppc: Convert to snd_card_new() with a device pointer by Takashi Iwai · 11 years ago
  49. 13509c3 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  50. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  51. 025be74 ALSA: ps3: Use WARN_ON() instead of BUG_ON() by Takashi Iwai · 11 years ago
  52. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  53. a7cde6d ALSA: ppc: keywest: Don't use i2c_client->driver by Lars-Peter Clausen · 11 years ago
  54. 464ede3 ALSA: powermac: Remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  55. 15afafc ALSA: ppc: remove __dev* attributes by Bill Pemberton · 12 years ago
  56. 5cc3203 ALSA: sound/ps3: remove __dev* attributes by Bill Pemberton · 12 years ago
  57. c86b936 ALSA: sound/ppc/snd_ps3.c: fix error return code by Julia Lawall · 12 years ago
  58. d34e4e0 ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PM by Takashi Iwai · 12 years ago
  59. 284e7ca ALSA: convert PM ops of platform_driver to new pm ops by Takashi Iwai · 12 years ago
  60. 8bf01d8 ALSA: Add missing .owner=THIS_MODULE to platform_driver definitions by Takashi Iwai · 12 years ago
  61. 627b796 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 13 years ago
  62. a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 13 years ago
  63. 9fce85f powerpc/ps3: Fix lv1_gpu_attribute hcall by Geoff Levand · 13 years ago
  64. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  65. 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  66. 88e24c3 sound: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  67. 4712437 ALSA: keywest: Remove obsolete cleanup for clientdata by Axel Lin · 13 years ago
  68. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 14 years ago
  69. 02e5fbf Merge branch 'topic/misc' into for-linus by Takashi Iwai · 14 years ago
  70. 30282f9 ALSA: powermac - Correct lineout detection on PowerMac G4 DA by Risto Suominen · 14 years ago
  71. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  72. 8460ae7 ALSA: powermac - Allow input from microphone on Tumbler by Risto Suominen · 14 years ago
  73. 9380f2a Fix spelling milisec -> ms in snd_ps3 module parameter description by Stefan Weil · 14 years ago
  74. 2fb50f1 ALSA: sound/ppc: Use printf extension %pR for struct resource by Joe Perches · 14 years ago
  75. 7b6c3a3 ALSA: sound/ppc/powermac: remove undefined operations by Andreas Schwab · 14 years ago
  76. 147fcf1 sound: Remove pr_<level> uses of KERN_<level> by Joe Perches · 14 years ago
  77. 067e4a5 Merge branch 'topic/bkl' into topic/core-cleanup by Takashi Iwai · 15 years ago
  78. 68c7ccb ALSA: powermac - Fix obsoleted machine_is_compatible() by Takashi Iwai · 15 years ago
  79. f1b1f75 ALSA: powermac - Add debug log by Risto Suominen · 15 years ago
  80. b6d7335 ALSA: powermac - Lineout detection on G4 DA by Risto Suominen · 15 years ago
  81. 819ef70 ALSA: powermac - Reverse HP detection on G4 DA by Risto Suominen · 15 years ago
  82. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  83. 71a157e of: add 'of_' prefix to machine_is_compatible() by Grant Likely · 15 years ago
  84. 75639e7 Merge branch 'topic/beep-rename' into topic/core-change by Takashi Iwai · 15 years ago
  85. ad1cd74 ALSA: rename "PC Speaker" controls to "Speaker" by Jaroslav Kysela · 15 years ago
  86. f8a3ae6 powerpc: Minor cleanup to sound/ppc/Kconfig by Kumar Gala · 15 years ago
  87. a656cbf sound: Make keywest_driver static by Jean Delvare · 15 years ago
  88. 18c4078 ALSA: Don't assume i2c device probing always succeeds by Takashi Iwai · 15 years ago
  89. e3f86d3 Merge branch 'topic/ps3' into for-linus by Takashi Iwai · 16 years ago
  90. 2233123 ALSA: sound/ps3: Correct existing and add missing annotations by Geert Uytterhoeven · 16 years ago
  91. cb6492e ALSA: sound/ps3: Restructure driver source by Geert Uytterhoeven · 16 years ago
  92. 112ac80 ALSA: sound/ps3: Fix checkpatch issues by Geert Uytterhoeven · 16 years ago
  93. 1282c82 Merge branch 'topic/section-fix' into for-linus by Takashi Iwai · 16 years ago
  94. 13be1bf ALSA: burgundy: timeout message is off by one. by Roel Kluin · 16 years ago
  95. 3e1e0a5 ALSA: powermac - Replace the rest of __init* by Takashi Iwai · 16 years ago
  96. 5c9b6e9 ALSA: sound/ppc: update annotations of serveral functions by Stephen Rothwell · 16 years ago
  97. 903dba1 ALSA: keywest: Get rid of useless i2c_device_name() macro by Jean Delvare · 16 years ago
  98. 5de4155 ALSA: keywest: Convert to new-style i2c driver by Jean Delvare · 16 years ago
  99. 7d2ac10 ALSA: move snd_powermac's probe function to .devinit.text by Uwe Kleine-König · 16 years ago
  100. d7b6df5 Merge branch 'topic/powermac' into for-linus by Takashi Iwai · 16 years ago