1. d1cf3e9 ion: Add Kconfig dependency to ARM by John Stultz · 11 years ago
  2. 1584f40 gpu: ion: Remove __GFP_NO_KSWAPD by Arve Hjønnevåg · 11 years ago
  3. def5c49 gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hack by Arve Hjønnevåg · 11 years ago
  4. ea313b5 gpu: ion: Also shrink memory cached in the deferred free list by Rebecca Schultz Zavin · 11 years ago
  5. da4aab3 gpu: ion: Fix bug in ion shrinker by Rebecca Schultz Zavin · 11 years ago
  6. 57b5cd0 gpu: ion: ion_chunk_heap: Zero chunk heap memory at creation time by Rebecca Schultz Zavin · 11 years ago
  7. e09539a gpu: ion: fix kfree/list_del order by JP Abgrall · 11 years ago
  8. fe2faea gpu: ion: Make ion_free asynchronous by Rebecca Schultz Zavin · 11 years ago
  9. 22ba432 gpu: ion: Add support for sharing buffers with dma buf kernel handles by Johan Mossberg · 11 years ago
  10. 88d4bda gpu: ion: Only flush buffers in the chunk heap if they were used cached by Rebecca Schultz Zavin · 11 years ago
  11. 0b6b2cd gpu: ion: Refactor the code to zero buffers by Rebecca Schultz Zavin · 11 years ago
  12. 77cbe82 gpu: ion: Modify zeroing code so it only allocates address space once by Rebecca Schultz Zavin · 11 years ago
  13. 2bb9f50 gpu: ion: Remove heapmask from client by Rebecca Schultz Zavin · 11 years ago
  14. 9122fe8 gpu: ion: Export ion_client_create by Johan Mossberg · 11 years ago
  15. 38eeeb5 gpu: ion: Clarify variable names and comments around heap ids v types by Rebecca Schultz Zavin · 11 years ago
  16. e3c2eb7 gpu: ion: Add chunk heap by Rebecca Schultz Zavin · 11 years ago
  17. 8898227 gpu: ion: Refactor common mapping functions out of system heap by Rebecca Schultz Zavin · 11 years ago
  18. cd69488 gpu: ion: Switch heap rbtree to a prio list by Rebecca Schultz Zavin · 11 years ago
  19. df0f6c7 gpu: ion: Fix bug where MAP ioctl was no longer supported by Rebecca Schultz Zavin · 11 years ago
  20. fa9bba5 gpu: ion: Modify reserve function for carveouts with no start address by Rebecca Schultz Zavin · 11 years ago
  21. 092c354 gpu: ion: fix compilation warning by Benjamin Gaignard · 11 years ago
  22. caaf3f1 gpu: ion: fix carveout ops by Benjamin Gaignard · 11 years ago
  23. 4f597ea gpu: ion: Fix bug in zeroing pages in system heap by Rebecca Schultz Zavin · 11 years ago
  24. b308a7c gpu: ion: Fix bug in ion_system_heap map_user by Rebecca Schultz Zavin · 11 years ago
  25. 8fae831 gpu: ion: Don't flush allocatoins that come from the page pools by Rebecca Schultz Zavin · 11 years ago
  26. 31b9432 gpu: ion: Clear GFP_WAIT flag on high order allocations by Rebecca Schultz Zavin · 11 years ago
  27. 8d7ab9a gpu: ion: Refactor locking by Rebecca Schultz Zavin · 11 years ago
  28. 797a95c gpu: ion: Switch to using a single shrink function by Rebecca Schultz Zavin · 11 years ago
  29. efee5a0 gpu: ion: Fix lockdep issue in ion_page_pool by Rebecca Schultz Zavin · 11 years ago
  30. 0fb9b81 gpu: ion: Fix several issues with page pool by Rebecca Schultz Zavin · 11 years ago
  31. ee4a498 gpu: ion: Modify gfp flags in ion_system_heap by Rebecca Schultz Zavin · 11 years ago
  32. 45b17a8 gpu: ion: Use the ion_page_pool from the system heap by Rebecca Schultz Zavin · 11 years ago
  33. 0214c7f gpu: ion: Add ion_page_pool. by Rebecca Schultz Zavin · 11 years ago
  34. 98d5d5f gpu: ion: use vmalloc to allocate page array to map kernel by Rebecca Schultz Zavin · 11 years ago
  35. b0599c0 gpu: ion: ion_system_heap: Fix bug preventing compilation by Rebecca Schultz Zavin · 11 years ago
  36. ba96a2e gpu: ion: Stop trying to allocate from an order on first failure by Rebecca Schultz Zavin · 11 years ago
  37. 13ba780 gpu: ion: optimize system heap for non fault buffers by Rebecca Schultz Zavin · 11 years ago
  38. 856661d gpu: ion: Add support for cached mappings that don't fault by Rebecca Schultz Zavin · 11 years ago
  39. d3c0bce gpu: ion: Fix memory leak of dirty bits by Rebecca Schultz Zavin · 11 years ago
  40. 5ad7bc3 gpu: ion: Add debug information for orphaned handles by Rebecca Schultz Zavin · 11 years ago
  41. 37bdbf0 gpu: ion: Fix bug in ion_free by Rebecca Schultz Zavin · 11 years ago
  42. 0e9c03a gpu: ion: Fix race between ion_import and ion_free by Rebecca Schultz Zavin · 11 years ago
  43. 12edf53 gpu: ion: fix page offset in dma_buf_kmap() by Greg Hackmann · 11 years ago
  44. 708f0ca gpu: ion: Switch to using kmalloc rather than kmap during allocation by Rebecca Schultz Zavin · 11 years ago
  45. b823024 gpu: ion: Only map as much of the vma as the user requested by Rebecca Schultz Zavin · 11 years ago
  46. 55808b8 gpu: ion: Don't call ion_buffer_put on error path by Laura Abbott · 11 years ago
  47. a1c6b99 gpu: ion: IOCTL return success when error occurs by Olav Haugan · 11 years ago
  48. ee4c8aa gpu: ion: Add EXPORT_SYMBOL to functions by Olav Haugan · 11 years ago
  49. a9bb075 gpu: ion: Add missing argument to WARN call by Olav Haugan · 11 years ago
  50. fe65ec5 gpu: ion: do not ask for compound pages in system heap by Dima Zavin · 11 years ago
  51. 0b9ec1c gpu: ion: Add explicit sync ioctl by Rebecca Schultz Zavin · 11 years ago
  52. bd5d6bd gpu: ion: Modify the system heap to try to allocate large/huge pages by Rebecca Schultz Zavin · 11 years ago
  53. 56a7c18 gpu: ion: Add cache maintenance to ion. by Rebecca Schultz Zavin · 11 years ago
  54. 7b903e4 gpu: ion: Map only the vma size given by Laura Abbott · 11 years ago
  55. 2900cd7 gpu: ion: Loop on the handle count when destroying by Laura Abbott · 11 years ago
  56. 0de9577 gpu: ion: ion_system_heap: Change allocations to GFP_HIGHUSER by Rebecca Schultz Zavin · 11 years ago
  57. a46b6b2 gpu: ion: Set the dma_address of the sg list at alloc time by Rebecca Schultz Zavin · 11 years ago
  58. 056be39 gpu: ion: fill in buffer->{dev,size} before mapping new buffers by Greg Hackmann · 11 years ago
  59. ce1f147 gpu: ion: Get an sg_table from an ion handle by Rebecca Schultz Zavin · 11 years ago
  60. 29ae6bc gpu: ion: Allocate the sg_table at creation time rather than dynamically by Rebecca Schultz Zavin · 11 years ago
  61. 0f34faf gpu: ion: support begin/end and kmap/kunmap dma_buf ops by Rebecca Schultz Zavin · 11 years ago
  62. b15934b gpu: ion: Use alloc_pages instead of vmalloc from the system heap by Rebecca Schultz Zavin · 11 years ago
  63. b892bf7 ion: Switch ion to use dma-buf by Rebecca Schultz Zavin · 11 years ago
  64. 54ac0784 gpu: ion: several bugfixes and enhancements of ION by KyongHo Cho · 11 years ago
  65. 2991b7a ion: Add reserve function to ion by Rebecca Schultz Zavin · 11 years ago
  66. 4d5ca32 ion: Switch map/unmap dma api to sg_tables by Rebecca Schultz Zavin · 11 years ago
  67. 0f3cbb5 gpu: ion: ion_carveout_heap: fix for 3.4 by Colin Cross · 11 years ago
  68. c30707b gpu: ion: Add ION Memory Manager by Rebecca Schultz Zavin · 11 years ago
  69. 530376b staging: comedi: ni_at_a2150: fix an always true condition test by H Hartley Sweeten · 11 years ago
  70. b774930 staging: xillybus: Removed force to be a module by Eli Billauer · 11 years ago
  71. c995c2f staging: vt6656: Move double definition of MAX_RATE to device_cfg.h by Malcolm Priestley · 11 years ago
  72. 8f248da staging: vt6656: [BUG] BBvUpdatePreEDThreshold Always set sensitivity on bScanning by Malcolm Priestley · 11 years ago
  73. 51934e7 staging: vt6656: Replace pStatistic->abyTxPktInfo with struct vnt_tx_pkt_info by Malcolm Priestley · 11 years ago
  74. 9a450f9 staging: vt6656: s_uCalculateLinkQual use netstats rx values by Malcolm Priestley · 11 years ago
  75. 854f775 staging: vt6656: Get wireless stats qual.qual directly from s_uCalculateLinkQual by Malcolm Priestley · 11 years ago
  76. ae27b14 staging: vt6656: Remove STAvUpdateTDStatCounter and apply directly to stats by Malcolm Priestley · 11 years ago
  77. 57cc027 staging: et131x: remove unnecessary pointer typecast by ZHAO Gang · 11 years ago
  78. c31c135 staging: et131x: remove item that have been done in TODO file by ZHAO Gang · 11 years ago
  79. 297bb9d staging: et131x: reduce split lines in nic_rx_pkts by ZHAO Gang · 11 years ago
  80. 39bdb4a staging: et131x: reduce split lines in nic_return_rfd by ZHAO Gang · 11 years ago
  81. f876f59 staging: et131x: reduce split lines in et131x_rx_dma_memory_free by ZHAO Gang · 11 years ago
  82. bad5d26 staging: et131x: reduce split lines in et131x_rx_dma_memory_alloc by ZHAO Gang · 11 years ago
  83. efc5681 staging: et131x: reduce split lines in et131x_config_rx_dma_regs by ZHAO Gang · 11 years ago
  84. 4ed296e lustre: delete pointless wait queue related casts. by Paul Gortmaker · 11 years ago
  85. 97a062b staging/lustre/seq: remove seq_{query,handle} by Mikhail Pershin · 11 years ago
  86. a7c6d5a staging/lustre/target: move OUT to the unified target code by Mikhail Pershin · 11 years ago
  87. a720b79 staging/lustre/api: HSM import uses new released pattern by JC Lafoucriere · 11 years ago
  88. e75fb87 staging/lustre/lnet: Add LNet Router Priority parameter by Doug Oucharek · 11 years ago
  89. 32d3b6d staging/lustre: remove server macros from lustre_net.h by Peng Tao · 11 years ago
  90. c3e3e88 zsmalloc: add more comment by Nitin Cupta · 11 years ago
  91. 1b945ae zsmalloc: add Kconfig for enabling page table method by Minchan Kim · 11 years ago
  92. 99ec297 staging: btmtk_usb: remove driver by Greg Kroah-Hartman · 11 years ago
  93. 588c31e Drivers: Staging: ft1000: Fixed C99 // comments styling issue by Daniel Dodge · 11 years ago
  94. 9b89b04 staging: vt6656: baseband.c clean up BBbVT3184Init by Malcolm Priestley · 11 years ago
  95. 9f8144c staging: dwc2: don't issue traffic to LS devices in FS mode by Nick Hudson · 11 years ago
  96. 9aaf880 imx-drm: Add mx6 hdmi transmitter support by Fabio Estevam · 11 years ago
  97. bf4063e6 staging: comedi: pcmuio: tidy up pcmuio_start_intr() by H Hartley Sweeten · 11 years ago
  98. fc5ba1b staging: comedi: pcmuio: tidy up pcmuio_attach() by H Hartley Sweeten · 11 years ago
  99. fbd66a7 staging: comedi: pcmuio: remove unneeded include by H Hartley Sweeten · 11 years ago
  100. d5f8175 staging: comedi: pcmuio: fix types of some private data variables by H Hartley Sweeten · 11 years ago