1. 8581bbc dmaengine: ste_dma40: fix error return code in d40_probe() by Wei Yongjun · 11 years ago
  2. 499c2bc dmaengine: ste_dma40: Fetch disabled channels from DT by Lee Jones · 11 years ago
  3. fd59f9e dmaengine: ste_dma40: Fetch the number of physical channels from DT by Lee Jones · 11 years ago
  4. 0117f7c ARM: ux500: Stop passing DMA platform data though AUXDATA by Lee Jones · 11 years ago
  5. a7dacb6 dmaengine: ste_dma40: Allow memcpy channels to be configured from DT by Lee Jones · 11 years ago
  6. 8cc5af1 dmaengine: ste_dma40_ll: Replace meaningless register set with comment by Lee Jones · 11 years ago
  7. 43f2e1a dmaengine: ste_dma40: Convert data_width from register bit format to value by Lee Jones · 11 years ago
  8. 16db341 dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'s by Lee Jones · 11 years ago
  9. e7bab58 ARM: ux500: Remove recently unused stedma40_xfer_dir enums by Lee Jones · 11 years ago
  10. 2c2b62d dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generic ones by Lee Jones · 11 years ago
  11. 98b68ab ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generic one by Lee Jones · 11 years ago
  12. 8a3b6e1 dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s by Lee Jones · 11 years ago
  13. 1e74043a2 ARM: ux500: Remove empty function u8500_of_init_devices() by Lee Jones · 11 years ago
  14. d4999b1 ARM: ux500: Remove ux500-musb platform registation when booting with DT by Lee Jones · 11 years ago
  15. 313bdb1 usb: musb: ux500: add device tree probing support by Lee Jones · 11 years ago
  16. 2968da0 usb: musb: ux500: attempt to find channels by name before using pdata by Lee Jones · 11 years ago
  17. 5f6091a usb: musb: ux500: harden checks for platform data by Lee Jones · 11 years ago
  18. 1e6eebb usb: musb: ux500: take the dma_mask from coherent_dma_mask by Lee Jones · 11 years ago
  19. a20b1b7 usb: musb: ux500: move the MUSB HDRC configuration into the driver by Lee Jones · 11 years ago
  20. be2dbb0 usb: musb: ux500: move channel number knowledge into the driver by Lee Jones · 11 years ago
  21. 95e4bf9 ARM: ux500: Register Cryp and Hash platform drivers on Snowball by Lee Jones · 11 years ago
  22. de97630 crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog by Lee Jones · 11 years ago
  23. 75dc689 ARM: ux500: Stop passing Cryp DMA channel config information though pdata by Lee Jones · 11 years ago
  24. 3fc63d7 crypto: ux500/cryp - Set DMA configuration though dma_slave_config() by Lee Jones · 11 years ago
  25. 8703ffd crypto: ux500/cryp - Prepare clock before enabling it by Lee Jones · 11 years ago
  26. 4db1774 ARM: ux500: Stop passing Hash DMA channel config information though pdata by Lee Jones · 11 years ago
  27. 85c5632 crypto: ux500/hash - Set DMA configuration though dma_slave_config() by Lee Jones · 11 years ago
  28. 58ba67d crypto: ux500/hash - Prepare clock before enabling it by Lee Jones · 11 years ago
  29. 5051144 ARM: ux500: Remove unnecessary attributes from DMA channel request pdata by Lee Jones · 11 years ago
  30. 5d489a4 dmaengine: ste_dma40: Correct copy/paste error by Lee Jones · 11 years ago
  31. 9c3c951 ARM: ux500: Remove DMA address look-up table by Lee Jones · 11 years ago
  32. 01c935c4 dmaengine: ste_dma40: Remove redundant address fetching function by Lee Jones · 11 years ago
  33. ef9c89b3 dmaengine: ste_dma40: Only use addresses passed as configuration information by Lee Jones · 11 years ago
  34. b722487 ARM: ux500: Stop passing UART's platform data for Device Tree boots by Lee Jones · 11 years ago
  35. 9b233f9 dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate by Lee Jones · 11 years ago
  36. 57e65ad dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg() by Lee Jones · 11 years ago
  37. 9778256 dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking by Lee Jones · 11 years ago
  38. 252f27b ARM: ux500: Pass remnant platform data though to DMA40 driver by Lee Jones · 11 years ago
  39. fa332de dmaengine: ste_dma40: Supply full Device Tree parsing support by Lee Jones · 11 years ago
  40. 1814a17 dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled by Lee Jones · 11 years ago
  41. bb75d93 dmaengine: ste_dma40: Allocate plat_data on declaration by Lee Jones · 11 years ago
  42. b2abb24 dmaengine: ste_dma40: Also report the number of logical channels by Lee Jones · 11 years ago
  43. 8b2fe9b dmaengine: ste_dma40: Move rev error-check up to revision acquisition by Lee Jones · 11 years ago
  44. 8a59fed dmaengine: ste_dma40: Remove 'always true' checking by Lee Jones · 11 years ago
  45. db72da9 dmaengine: ste_dma40: Calculate number of logical channels from physical ones by Lee Jones · 11 years ago
  46. 4bd04e2 ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data by Lee Jones · 11 years ago
  47. c86519c1 ARM: ux500: Remove unused 'data_width' attributes from UART DMA configs by Lee Jones · 11 years ago
  48. de63589 ARM: ux500: Remove unused 'data_width' attributes from SSP DMA configs by Lee Jones · 11 years ago
  49. 7636d1d ARM: ux500: Remove unused 'data_width' attributes from SDI DMA configs by Lee Jones · 11 years ago
  50. 84b3da1 dmaengine: ste_dma40: Remove home-brew MAX() macro by Lee Jones · 11 years ago
  51. df7c9bb ARM: ux500: Strip out duplicate USB DMA configuration by Lee Jones · 11 years ago
  52. 26955c07d dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbers by Lee Jones · 11 years ago
  53. 4f8fc46 dmaengine: ste_dma40: Rectify incorrect configuration validation checking by Lee Jones · 11 years ago
  54. 29027a1 dmaengine: ste_dma40: Move default memcpy configs into the driver by Lee Jones · 11 years ago
  55. a2acaa2 dmaengine: ste_dma40: Fix up static memcpy event lines by Linus Walleij · 11 years ago
  56. 664a57e dmaengine: ste_dma40: Assign memcpy channels in the driver by Lee Jones · 11 years ago
  57. f722406 Linux 3.10-rc1 by Linus Torvalds · 11 years ago
  58. 26b840a Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  59. 607eeb0 Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  60. 4c44450 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  61. ac4e010 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 11 years ago
  62. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  63. 2dbd3ca Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  64. a77c005 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 11 years ago
  65. 3644bc2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  66. 6fad8d0 Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  67. f741df1 Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6 by Linus Torvalds · 11 years ago
  68. c67723e Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  69. ec66715 Merge tag 'dm-3.10-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 11 years ago
  70. f755407 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
  71. 297b8a0 Merge branch 'postmerge' into for-linus by James Bottomley · 11 years ago
  72. 832e77b Merge branch 'misc' into for-linus by James Bottomley · 11 years ago
  73. 05a88a4 Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  74. daf799c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  75. e689cf0 [SCSI] qla2xxx: Update firmware link in Kconfig file. by Chad Dupuis · 11 years ago
  76. 8526cb1 [SCSI] iscsi class, qla4xxx: fix sess/conn refcounting when find fns are used by Mike Christie · 11 years ago
  77. aa9f832 [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_type by James Bottomley · 11 years ago
  78. a6cb3d0 [SCSI] pm80xx: thermal, sas controller config and error handling update by Sakthivel K · 11 years ago
  79. c6b9ef5 [SCSI] pm80xx: NCQ error handling changes by Sakthivel K · 11 years ago
  80. a33a015 [SCSI] pm80xx: WWN Modification for PM8081/88/89 controllers by Sakthivel K · 11 years ago
  81. a70b8fc [SCSI] pm80xx: Changed module name and debug messages update by Sakthivel K · 11 years ago
  82. 1c75a67 [SCSI] pm80xx: Firmware flash memory free fix, with addition of new memory region for it by Sakthivel K · 11 years ago
  83. 54792dc [SCSI] pm80xx: SPC new firmware changes for device id 0x8081 alone by Sakthivel K · 11 years ago
  84. f586099 [SCSI] pm80xx: Added SPCv/ve specific hardware functionalities and relevant changes in common files by Sakthivel K · 11 years ago
  85. 1245ee5 [SCSI] pm80xx: MSI-X implementation for using 64 interrupts by Sakthivel K · 11 years ago
  86. f74cf27 [SCSI] pm80xx: Updated common functions common for SPC and SPCv/ve by Sakthivel K · 11 years ago
  87. e590adf [SCSI] pm80xx: Multiple inbound/outbound queue configuration by Sakthivel K · 11 years ago
  88. e574210 [SCSI] pm80xx: Added SPCv/ve specific ids, variables and modify for SPC by Sakthivel K · 11 years ago
  89. 6a7252f [SCSI] lpfc: fix up Kconfig dependencies by James Bottomley · 11 years ago
  90. fc73648 [SCSI] Handle MLQUEUE busy response in scsi_send_eh_cmnd by Hannes Reinecke · 11 years ago
  91. 6019958 Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 11 years ago
  92. 977b58e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 11 years ago
  93. f5b8fcb Merge tag 'for-linus' of git://github.com/realmz/blackfin-linux by Linus Torvalds · 11 years ago
  94. a1f0bcc Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 11 years ago
  95. 2f14f4b dm cache: set config value by Joe Thornber · 11 years ago
  96. 2c73c47 dm cache: move config fns by Alasdair G Kergon · 11 years ago
  97. ac8c3f3 dm thin: generate event when metadata threshold passed by Joe Thornber · 11 years ago
  98. 2fc4802 dm persistent metadata: add space map threshold callback by Joe Thornber · 11 years ago
  99. 7c3d3f2 dm persistent data: add threshold callback to space map by Joe Thornber · 11 years ago
  100. 24347e9 dm thin: detect metadata device resizing by Joe Thornber · 11 years ago