1. 654fa24 dmaengine: Kconfig: Update MXS_DMA help text to include MX6Q/MX6DL by Fabio Estevam · 10 years ago
  2. 9d296ec of: dma: Grammar s/requests/request/, s/used required/required/ by Geert Uytterhoeven · 10 years ago
  3. ebc6d2d dmaengine: shdma: Enable driver compilation with COMPILE_TEST by Laurent Pinchart · 10 years ago
  4. 494ead4 dmaengine: rcar-hpbdma: Include linux/err.h by Laurent Pinchart · 10 years ago
  5. 830c863 dmaengine: sudmac: Include linux/err.h by Laurent Pinchart · 10 years ago
  6. cf5a23b dmaengine: sudmac: Keep #include sorted alphabetically by Laurent Pinchart · 10 years ago
  7. c46b9af dmaengine: shdmac: Include linux/err.h by Laurent Pinchart · 10 years ago
  8. a5cdc1c dmaengine: shdmac: Keep #include sorted alphabetically by Laurent Pinchart · 10 years ago
  9. c3e175e dmaengine: s3c24xx-dma: Add cyclic transfer support by Vasily Khoruzhick · 10 years ago
  10. 6915f45 dmaengine: s3c24xx-dma: Process whole SG chain by Vasily Khoruzhick · 10 years ago
  11. ffe59b2 dmaengine: imx: correct sdmac->status for cyclic dma tx by Jiada Wang · 10 years ago
  12. a15783c dmaengine: pch: fix compilation for alpha target by Vinod Koul · 10 years ago
  13. 4828b49 dma: pch_dma: Fix Kconfig dependencies by Jean Delvare · 10 years ago
  14. 63da8e0 dmaengine: mpc512x: add support for peripheral transfers by Alexander Popov · 10 years ago
  15. ba73034 dmaengine: fix comment typo by Alexander Popov · 10 years ago
  16. 7587821 dma: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 10 years ago
  17. 673d377 dma: ste_dma40: Convert to the late system PM callbacks by Ulf Hansson · 10 years ago
  18. 1b38da2 dma: mmp_pdma: add support for residue reporting by Daniel Mack · 10 years ago
  19. c906a3e dma: ste_dma40: Fixup system suspend/resume by Ulf Hansson · 10 years ago
  20. 123e4ca dma: ste_dma40: Convert to PM macros while providing the PM callbacks by Ulf Hansson · 10 years ago
  21. 2dafca1 dma: ste_dma40: Don't require CONFIG_PM_RUNTIME by Ulf Hansson · 10 years ago
  22. 8024521 dma: ste_dma40: Maintain spinlock order while handling pause by Ulf Hansson · 10 years ago
  23. c31b6ae dmaengine: dw: convert to use SET_LATE_SYSTEM_SLEEP_PM_OPS by Andy Shevchenko · 10 years ago
  24. 067bd4f dmaengine: dw: move PM to suspend_late / resume_early stages by Andy Shevchenko · 10 years ago
  25. baca66f dma: mpc512x: fix freeing resources in mpc_dma_probe() and mpc_dma_remove() by Alexander Popov · 10 years ago
  26. 62057d3 dma: mpc512x: separate 'compatible' values for MPC512x and MPC8308 by Alexander Popov · 10 years ago
  27. 78a4f03 dma: mpc512x: reorder mpc8308 specific instructions by Alexander Popov · 10 years ago
  28. 2a5ecb7 DMA: Freescale: move functions to avoid forward declarations by Hongbo Zhang · 10 years ago
  29. 86d19a5 DMA: Freescale: add fsl_dma_free_descriptor() to reduce code duplication by Hongbo Zhang · 10 years ago
  30. 867dfa5 DMA: Freescale: remove attribute DMA_INTERRUPT of dmaengine by Hongbo Zhang · 10 years ago
  31. ccdce9a DMA: Freescale: unify register access methods by Hongbo Zhang · 10 years ago
  32. cf7f7a2 DMA: Freescale: remove the unnecessary FSL_DMA_LD_DEBUG by Hongbo Zhang · 10 years ago
  33. dfbb85c DMA: shdma: add cyclic transfer support by Kuninori Morimoto · 10 years ago
  34. 91ea74e DMA: shdma: tidyup callback chunk finder by Kuninori Morimoto · 10 years ago
  35. 593d9c2 dma: mmp_pdma: Fix physical channel memory allocation size by Laurent Pinchart · 10 years ago
  36. a2a7c17 dma: mmp_pdma: Simplify access to channel drcmr value by Laurent Pinchart · 10 years ago
  37. af98715 dma: mmp_pdma: Fix the #dma-channels DT property documentation by Laurent Pinchart · 10 years ago
  38. b0cce4c dmaengine: edma: update DMA memcpy to use new param element by Joel Fernandes · 10 years ago
  39. 04361d8 dmaengine: edma: Document variables used for residue accounting by Joel Fernandes · 10 years ago
  40. 740b41f dmaengine: edma: Provide granular accounting by Thomas Gleixner · 10 years ago
  41. cdae05a dmaengine: edma: Make reading the position of active channels work by Thomas Gleixner · 10 years ago
  42. c2da234 dmaengine: edma: Store transfer data in edma_desc and edma_pset by Thomas Gleixner · 10 years ago
  43. b5088ad dmaengine: edma: Create private pset struct by Thomas Gleixner · 10 years ago
  44. de13593 dmaengine: edma: Check the current decriptor first in tx_status() by Thomas Gleixner · 10 years ago
  45. b6205c3 dmaengine: edma: Sanitize residue reporting by Thomas Gleixner · 10 years ago
  46. 9aac909 dmaengine: edma: Add channel number to debug prints by Peter Ujfalusi · 10 years ago
  47. 406efb1 dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQ by Joel Fernandes · 10 years ago
  48. 8cc3e30 dmaengine: edma: Add DMA memcpy support by Joel Fernandes · 10 years ago
  49. e6fad59 dmaengine: edma: Print the direction value as well when it is not supported by Peter Ujfalusi · 10 years ago
  50. c594c89 dmaengine: edma: Prefix debug prints where the text were identical in prep callbacks by Peter Ujfalusi · 10 years ago
  51. 2c88ee6 dmaengine: edma: Implement device_slave_caps callback by Peter Ujfalusi · 10 years ago
  52. 83bb312 dmaengine: edma: Reduce debug print verbosity for non verbose debugging by Peter Ujfalusi · 10 years ago
  53. 232b223d dmaengine: edma: Set DMA_CYCLIC capability flag by Peter Ujfalusi · 10 years ago
  54. 72c7b67 dmaengine: edma: Add support for DMA_PAUSE/RESUME operation by Peter Ujfalusi · 10 years ago
  55. b2b617d dmaengine: edma: Correct the handling of src/dst_maxburst == 0 by Peter Ujfalusi · 10 years ago
  56. 7cf2af9 arm: common: edma: Save the number of event queues/TCs by Peter Ujfalusi · 10 years ago
  57. 8df4053 platform_data: edma: Be precise with the paRAM struct by Peter Ujfalusi · 10 years ago
  58. a798c10 Linux 3.15-rc2 by Linus Torvalds · 10 years ago
  59. 372feac Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  60. 5269519 Merge tag 'iommu-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  61. 200bde2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  62. fd741ed Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/urgent by Ingo Molnar · 10 years ago
  63. ffa9188 perf tools: Improve error reporting by Adrien BAK · 10 years ago
  64. 922d0e4 perf tools: Adjust symbols in VDSO by Vladimir Nikulichev · 10 years ago
  65. acb61fc perf kvm: Fix 'Min time' counting in report command by Alexander Yarygin · 10 years ago
  66. 404ca80 coredump: fix va_list corruption by Eric Dumazet · 10 years ago
  67. 6d45969 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  68. 8f98f6f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  69. 8de3f7a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  70. b931242 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  71. a42892e Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple/linux into drm-next by Dave Airlie · 10 years ago
  72. ebfc45e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  73. 6e66d5d Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  74. 25bfe4f Merge tag 'char-misc-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  75. 60fbf2bd Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  76. 8cb652b Merge tag 'staging-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  77. 575a292 Merge tag 'tty-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  78. 7e55f81 Merge tag 'usb-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  79. ea2388f Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  80. b5a8cad thp: close race between split and zap huge pages by Kirill A. Shutemov · 10 years ago
  81. b59b8cb mm: fix new kernel-doc warning in filemap.c by Randy Dunlap · 10 years ago
  82. a663dad mm: fix CONFIG_DEBUG_VM_RB description by Davidlohr Bueso · 10 years ago
  83. 29c7787 mm: use paravirt friendly ops for NUMA hinting ptes by Mel Gorman · 10 years ago
  84. 8229f1a mips: export flush_icache_range by Kees Cook · 10 years ago
  85. 7848a4b mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages() by Mizuma, Masayoshi · 10 years ago
  86. 8b32201 wait: explain the shadowing and type inconsistencies by Peter Zijlstra · 10 years ago
  87. 9cc2368 Shiraz has moved by Viresh Kumar · 10 years ago
  88. 8f28ed9 Documentation/vm/numa_memory_policy.txt: fix wrong document in numa_memory_policy.txt by Tang Chen · 10 years ago
  89. 12c743e powerpc/mm: fix ".__node_distance" undefined by Mike Qiu · 10 years ago
  90. 7861144 kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write() by Andrew Morton · 10 years ago
  91. 82c04ff init/Kconfig: move the trusted keyring config option to general setup by Peter Foley · 10 years ago
  92. 83da751 vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state() by Christoph Lameter · 10 years ago
  93. b14878c net: sctp: cache auth_enable per endpoint by Vlad Yasevich · 10 years ago
  94. 5a292f7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  95. ba67b51 tg3: update rx_jumbo_pending ring param only when jumbo frames are enabled by Ivan Vecera · 10 years ago
  96. dc8eaaa vlan: Fix lockdep warning when vlan dev handle notification by dingtianhong · 10 years ago
  97. 38137a5 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  98. 64ee9f3 ARC: Delete stale barrier.h by Vineet Gupta · 10 years ago
  99. 674366e Merge tag 'pci-v3.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  100. b81fd5b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago