1. 2c95b92 ALSA: memalloc: Unify x86 SG-buffer handling (take#3) by Takashi Iwai · 3 years, 2 months ago
  2. 4ddac46 ALSA: memalloc: Remove a stale comment by Takashi Iwai · 3 years, 2 months ago
  3. ad4f93c ALSA: memalloc: Use proper SG helpers for noncontig allocations by Takashi Iwai · 3 years, 2 months ago
  4. 8e537d5 ALSA: PCM: Fix NULL dereference at mmap checks by Takashi Iwai · 3 years, 2 months ago
  5. dce9446 ALSA: memalloc: Catch call with NULL snd_dma_buffer pointer by Takashi Iwai · 3 years, 2 months ago
  6. 7599acb Revert "ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous type" by Takashi Iwai · 3 years, 2 months ago
  7. f917c04 ALSA: memalloc: Fix a typo in snd_dma_buffer_sync() description by Takashi Iwai · 3 years, 3 months ago
  8. 2d9ea39 ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous type by Takashi Iwai · 3 years, 3 months ago
  9. 73325f6 ALSA: memalloc: Support for non-coherent page allocation by Takashi Iwai · 3 years, 3 months ago
  10. a25684a ALSA: memalloc: Support for non-contiguous page allocation by Takashi Iwai · 3 years, 3 months ago
  11. bda36b0 ALSA: memalloc: Count continuous pages in vmalloc buffer handler by Takashi Iwai · 3 years, 5 months ago
  12. f84ba10 ALSA: memalloc: Store snd_dma_buffer.addr for continuous pages, too by Takashi Iwai · 3 years, 5 months ago
  13. 623c101 ALSA: memalloc: Fix pgprot for WC mmap on x86 by Takashi Iwai · 3 years, 5 months ago
  14. d5c5055 ALSA: memalloc: Support WC allocation on all architectures by Takashi Iwai · 3 years, 6 months ago
  15. 58a95df ALSA: memalloc: Correctly name as WC by Takashi Iwai · 3 years, 6 months ago
  16. 723c125 ALSA: memalloc: Minor refactoring by Takashi Iwai · 3 years, 6 months ago
  17. 01099b1 Merge branch 'for-linus' into for-next by Takashi Iwai · 3 years, 6 months ago
  18. eda80d7 ALSA: memalloc: Fix regression with SNDRV_DMA_TYPE_CONTINUOUS by Takashi Iwai · 3 years, 6 months ago
  19. 427ae26 ALSA: core: Add device-managed page allocator helper by Takashi Iwai · 3 years, 6 months ago
  20. 30b7ba6 ALSA: core: Add continuous and vmalloc mmap ops by Takashi Iwai · 3 years, 7 months ago
  21. a202bd1 ALSA: core: Move mmap handler into memalloc ops by Takashi Iwai · 3 years, 7 months ago
  22. 37af81c ALSA: core: Abstract memory alloc helpers by Takashi Iwai · 3 years, 7 months ago
  23. 5c1733e ALSA: memalloc: Align buffer allocations in page size by Takashi Iwai · 4 years, 1 month ago
  24. 74c64ef ALSA: core: memalloc: add page alignment for iram by Robin Gong · 4 years, 1 month ago
  25. b1c1412 ALSA: core: memalloc: fix fallthrough position by Pierre-Louis Bossart · 4 years, 4 months ago
  26. c0dbbda ALSA: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  27. 28e60db ALSA: memalloc: Initialize all fields of snd_dma_buffer properly by Takashi Iwai · 4 years, 7 months ago
  28. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 8 months ago
  29. 1fe7f39 ALSA: memalloc: Add vmalloc buffer allocation support by Takashi Iwai · 5 years ago
  30. 08422d2 ALSA: memalloc: Allow NULL device for SNDRV_DMA_TYPE_CONTINUOUS type by Takashi Iwai · 5 years ago
  31. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  32. 734b5a0 ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, take#2 by Takashi Iwai · 6 years ago
  33. 6ce1d63 ALSA: core: Don't allow NULL device for memory allocation by Takashi Iwai · 6 years ago
  34. 3c4cfa7 ALSA: memalloc: Add fall-through annotation by Takashi Iwai · 6 years ago
  35. 42e748a ALSA: memalloc: Add non-cached buffer type by Takashi Iwai · 6 years ago
  36. 28f3f4f ALSA: memalloc: Simplify snd_malloc_dev_pages() calls by Takashi Iwai · 6 years ago
  37. 0348683 ALSA: memalloc: Don't align the size to power-of-two by Takashi Iwai · 6 years ago
  38. dfef01e ALSA: memalloc: Don't exceed over the requested size by Takashi Iwai · 6 years ago
  39. 35f8001 ALSA: core: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 8 years ago
  40. abdd4a7 genalloc: rename of_get_named_gen_pool() to of_gen_pool_get() by Vladimir Zapolskiy · 10 years ago
  41. f2f9307 ALSA: core: Use standard printk helpers by Takashi Iwai · 11 years ago
  42. 2d82ea2 ALSA: Merge memalloc code into snd-pcm module by Takashi Iwai · 11 years ago
  43. f5d8e6d ALSA: Remove superfluous header inclusions in memalloc.c by Takashi Iwai · 11 years ago
  44. 47d98c0 ALSA: Remove memory reservation code from memalloc helper by Takashi Iwai · 11 years ago
  45. d7b1354 ALSA: Remove memory accounting in memalloc helper by Takashi Iwai · 11 years ago
  46. 07968fe sound/core/memalloc.c: use gen_pool_dma_alloc() to allocate iram buffer by Nicolin Chen · 11 years ago
  47. a40a393 ALSA: memalloc: NULL-initialize in snd_malloc_dev_iram() by Takashi Iwai · 11 years ago
  48. 9f694bc ALSA: memalloc: Make snd_{malloc|free}_dev_iram() static by Takashi Iwai · 11 years ago
  49. 6343731 ALSA: memalloc: Yet another ifdef CONFIG_GENERIC_ALLOCATOR protection by Takashi Iwai · 11 years ago
  50. a5606f8 ALSA: Add ifdef CONFIG_GENERIC_ALLOCATOR for SNDRV_DMA_TYPE_IRAM code by Takashi Iwai · 11 years ago
  51. 0550321 ALSA: Add SoC on-chip internal ram support for DMA buffer allocation by Nicolin Chen · 11 years ago
  52. eb7c06e ALSA: add/change some comments describing function return values by Yacine Belkadi · 12 years ago
  53. bfb9035 treewide: Correct spelling of successfully in comments by Joe Perches · 13 years ago
  54. fea952e ALSA: core: sparse cleanups by Clemens Ladisch · 14 years ago
  55. cc6a8ac ALSA: Fix SG-buffer DMA with non-coherent architectures by Takashi Iwai · 17 years ago
  56. 56c5d90 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  57. 759ee81 alsa: Remove special SBUS dma support code. by David S. Miller · 16 years ago
  58. 738f2b7 sparc: Convert all SBUS drivers to dma_*() interfaces. by David S. Miller · 16 years ago
  59. 7a715f4 sparc: Make SBUS DMA interfaces take struct device. by David S. Miller · 16 years ago
  60. 4e184f8 ALSA: Fix allocation size calculation in snd_dma_alloc_pages_fallback() by Takashi Iwai · 16 years ago
  61. 77a23f2 ALSA: Clean up SG-buffer helper functions and macros by Takashi Iwai · 16 years ago
  62. 7eaa943 ALSA: Kill snd_assert() in sound/core/* by Takashi Iwai · 16 years ago
  63. c17cf06 [ALSA] Remove unneeded ugly hack for i386 in memalloc.c by Takashi Iwai · 17 years ago
  64. 7bf4e6d sound: use non-racy method for /proc/driver/snd-page-alloc creation by Denis V. Lunev · 17 years ago
  65. df1deb6 [ALSA] sound/core/memalloc.c: Add missing pci_dev_put by Julia Lawall · 17 years ago
  66. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  67. 8f11551 [ALSA] Fix build error without CONFIG_HAS_DMA by Takashi Iwai · 17 years ago
  68. ccec6e2 Convert snd-page-alloc proc file to use seq_file by Takashi Iwai · 17 years ago
  69. 9244b2c [ALSA] alsa core: convert to list_for_each_entry* by Johannes Berg · 18 years ago
  70. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  71. 2ba8c15 [ALSA] Removed unneeded page-reserve by Takashi Iwai · 19 years ago
  72. ea50888 [ALSA] Use dma_alloc_coherent() hack on i386 only by Takashi Iwai · 19 years ago
  73. 1a60d4c [ALSA] semaphore -> mutex (core part) by Ingo Molnar · 19 years ago
  74. d001544 [ALSA] dynamic minors (6/6): increase maximum number of sound cards by Clemens Ladisch · 19 years ago
  75. f3d48f0 [PATCH] unpaged: fix sound Bad page states by Hugh Dickins · 19 years ago
  76. 1ef64e6 [PATCH] gfp_t: sound by Al Viro · 19 years ago
  77. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  78. 0dd119f [ALSA] pci_find_device remove by Jiri Slaby · 19 years ago
  79. e0be4d3 [ALSA] Fix compilation without CONFIG_PROC_FS by Takashi Iwai · 19 years ago
  80. a53fc18 [ALSA] make local objects static by Clemens Ladisch · 19 years ago
  81. 5a0f217 [ALSA] sound/core Fix the sparse warning 'implicit cast to nocast type' by Victor Fusco · 19 years ago
  82. b6a9691 [ALSA] Add write support to snd-page-alloc proc file by Takashi Iwai · 20 years ago
  83. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago