1. 9f7e45d ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounce_limit() by Santosh Shilimkar · 11 years ago
  2. 4dcfa60 ARM: DMA-API: better handing of DMA masks for coherent allocations by Russell King · 11 years ago
  3. 42536b9 ARM: 7857/1: dma: imx-sdma: setup dma mask by Philippe Retornaz · 11 years ago
  4. 536dc1e DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks by Russell King · 11 years ago
  5. 20d897e DMA-API: dcdbas: update DMA mask handing by Russell King · 11 years ago
  6. 94cb0e7 DMA-API: dma: edma.c: no need to explicitly initialize DMA masks by Russell King · 11 years ago
  7. 460d47d DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks by Russell King · 11 years ago
  8. 27c1789 DMA-API: crypto: remove last references to 'static struct device *dev' by Russell King · 11 years ago
  9. d8cbc3f DMA-API: crypto: fix ixp4xx crypto platform device support by Russell King · 11 years ago
  10. d6cfaab DMA-API: others: use dma_set_coherent_mask() by Russell King · 11 years ago
  11. 4cdbb4f DMA-API: staging: use dma_set_coherent_mask() by Russell King · 11 years ago
  12. e1fd734 DMA-API: usb: use new dma_coerce_mask_and_coherent() by Russell King · 11 years ago
  13. 22d9d8e DMA-API: usb: use dma_set_coherent_mask() by Russell King · 11 years ago
  14. 93b11b2 DMA-API: parport: parport_pc.c: use dma_coerce_mask_and_coherent() by Russell King · 11 years ago
  15. 26741a6 DMA-API: net: octeon: use dma_coerce_mask_and_coherent() by Russell King · 11 years ago
  16. b469357 DMA-API: net: nxp/lpc_eth: use dma_coerce_mask_and_coherent() by Russell King · 11 years ago
  17. 07f4450 DMA-API: mmc: sdhci-acpi: use dma_coerce_mask_and_coherent() by Russell King · 11 years ago
  18. 224ddca DMA-API: media: omap3isp: use dma_coerce_mask_and_coherent() by Russell King · 11 years ago
  19. 24353b8 DMA-API: dma: dw_dmac.c: convert to use dma_coerce_mask_and_coherent() by Russell King · 11 years ago
  20. 105f4ad DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent() by Russell King · 11 years ago
  21. c9bd5e6 DMA-API: sound: fix dma mask handling in a lot of drivers by Russell King · 11 years ago
  22. fa6a8d6 DMA-API: provide a helper to setup DMA masks by Russell King · 11 years ago
  23. 4ffb431 DMA-API: usb: ohci-sa1111: add a note about DMA masks by Russell King · 11 years ago
  24. e0a8ba2 DMA-API: video: clcd: add dma_set_mask_and_coherent() call by Russell King · 11 years ago
  25. 6411301 DMA-API: dma: pl330: add dma_set_mask_and_coherent() call by Russell King · 11 years ago
  26. de1a241 DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call by Russell King · 11 years ago
  27. 446b2a9 DMA-API: amba: get rid of separate dma_mask by Russell King · 11 years ago
  28. 01edb5e DMA-API: usb: ssb-hcd: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 11 years ago
  29. d288059 DMA-API: usb: bcma: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 11 years ago
  30. 6878897 DMA-API: media: dt3155v4l: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 11 years ago
  31. e22f0e3 DMA-API: staging: et131x: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 11 years ago
  32. 052d0ef DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 11 years ago
  33. 4886c39 DMA-API: ppc: vio.c: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 11 years ago
  34. de71f98 DMA-API: net: b43legacy: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 11 years ago
  35. e1390a2 DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 11 years ago
  36. 9663ded DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 11 years ago
  37. 9931a26 DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 11 years ago
  38. 4c15c24 DMA-API: net: emulex/benet: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 11 years ago
  39. 1bfa2c4 DMA-API: net: broadcom/bnx2x: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 11 years ago
  40. 4011f9f DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 11 years ago
  41. 53567aa DMA-API: net: intel/ixgbevf: fix 32-bit DMA mask handling by Russell King · 11 years ago
  42. f5f2eda DMA-API: net: intel/ixgbe: fix 32-bit DMA mask handling by Russell King · 11 years ago
  43. 5909903 DMA-API: net: intel/ixgb: fix 32-bit DMA mask handling by Russell King · 11 years ago
  44. c21b8eb DMA-API: net: intel/igbvf: fix 32-bit DMA mask handling by Russell King · 11 years ago
  45. dc4ff9b DMA-API: net: intel/igb: fix 32-bit DMA mask handling by Russell King · 11 years ago
  46. 718a39e DMA-API: net: intel/e1000e: fix 32-bit DMA mask handling by Russell King · 11 years ago
  47. 3e5480791 DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handling by Russell King · 11 years ago
  48. 4aa806b DMA-API: provide a helper to set both DMA and coherent DMA masks by Russell King · 11 years ago
  49. 272b98c Linux 3.12-rc1 by Linus Torvalds · 11 years ago
  50. a4ae54f Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  51. 3369d11 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  52. f1da345 Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubi by Linus Torvalds · 11 years ago
  53. 098e7f1 Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
  54. d8efd82 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  55. cd619e2 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 11 years ago
  56. 0375ec5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  57. bff157b Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  58. 8bf5e36 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 11 years ago
  59. 05a8252 vfs: fix typo in comment in recent dentry work by Linus Torvalds · 11 years ago
  60. 6b02fa5 partitions/efi: loosen check fot pmbr size in lba by Davidlohr Bueso · 11 years ago
  61. 3711d86 Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 11 years ago
  62. 89dc77b vfs: fix dentry LRU list handling and nr_dentry_unused accounting by Linus Torvalds · 11 years ago
  63. 81b6622 cifs: update cifs.txt and remove some outdated infos by Björn Jacke · 11 years ago
  64. 466bd31 cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscache by Sachin Prabhu · 11 years ago
  65. a9e9b7b cifs: Do not take a reference to the page in cifs_readpage_worker() by Sachin Prabhu · 11 years ago
  66. bdbdfde Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  67. 6700215 Merge tag 'xtensa-next-20130912' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 11 years ago
  68. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  69. 399a946 Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  70. 183c420 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  71. 951a730 Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux by Linus Torvalds · 11 years ago
  72. 0898d2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  73. 1b46763 MIPS: kernel: vpe: Make vpe_attrs an array of pointers. by Markos Chandras · 11 years ago
  74. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  75. 86eb7818 scripts/config: fix variable substitution command by Clement Chauplannaz · 11 years ago
  76. 670bac3 MIPS: Fix SMP core calculations when using MT support. by Leonid Yegoshin · 11 years ago
  77. 5359b93 MIPS: DECstation I/O ASIC DMA interrupt handling fix by Maciej W. Rozycki · 11 years ago
  78. daed128 MIPS: DECstation HRT initialization rearrangement by Maciej W. Rozycki · 11 years ago
  79. 08b67fa blackfin: Ignore generated uImages by Mark Brown · 11 years ago
  80. 1d899fd blackfin: Add STMMAC platform data to enable dwmac1000 driver on BF60x. by Sonic Zhang · 11 years ago
  81. e578609 bf609: adv7343: add S-Video and Component output support by Scott Jiang · 11 years ago
  82. 4940c53 bf609: add adv7343 video encoder support by Scott Jiang · 11 years ago
  83. 3036dcc clock: add stmmac clock for ethernet driver by Steven Miao · 11 years ago
  84. 206f060 blackfin: scb: Add SCB1 to SCB9 config options and data. by Sonic Zhang · 12 years ago
  85. 24a70cf blackfin: scb: Add system crossbar init code. by Steven Miao · 11 years ago
  86. 5a7d8a2 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  87. e0ea404 Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  88. 48efe45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  89. ac4de95 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  90. de32a81 mm/Kconfig: add MMU dependency for MIGRATION. by Chen Gang · 11 years ago
  91. 6072ddc kernel: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  92. 17766dd mm, thp: count thp_fault_fallback anytime thp fault fails by David Rientjes · 11 years ago
  93. c029255 thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page() by Kirill A. Shutemov · 11 years ago
  94. 128ec03 thp: do_huge_pmd_anonymous_page() cleanup by Kirill A. Shutemov · 11 years ago
  95. 3122359 thp: move maybe_pmd_mkwrite() out of mk_huge_pmd() by Kirill A. Shutemov · 11 years ago
  96. 66a0c8e mm: cleanup add_to_page_cache_locked() by Kirill A. Shutemov · 11 years ago
  97. 3cd14fc thp: account anon transparent huge pages into NR_ANON_PAGES by Kirill A. Shutemov · 11 years ago
  98. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  99. 5fbc461 mm: make lru_add_drain_all() selective by Chris Metcalf · 11 years ago
  100. 9cb2dc1 memcg: document cgroup dirty/writeback memory statistics by Sha Zhengju · 11 years ago