1. 8f1c422 ion: Improve ION config description by John Stultz · 12 years ago
  2. 0f9ae3f ion: Cleanup whitespace issues and other checkpatch problems by John Stultz · 12 years ago
  3. 191b477 android: configs: Reorder config fragments, update README by JP Abgrall · 12 years ago
  4. 8069739 ion: fix bugs in cma heap by Colin Cross · 12 years ago
  5. 1b1cbed ion: add alignment check to chunk heap by Colin Cross · 12 years ago
  6. 049ca90 ion: add helper to zero contiguous region of pages by Colin Cross · 12 years ago
  7. 1ebba64 ion: carveout heap: zero buffers on free, fix memory leak by Colin Cross · 12 years ago
  8. 6db8a1c ion: fix sparse warnings by Colin Cross · 12 years ago
  9. 5d68d97 ion: use alloc_pages in system contig heap by Colin Cross · 12 years ago
  10. 1f67f75 ion: allow cached mappings of chunk and system heap buffers by Colin Cross · 12 years ago
  11. d671290 ion: remove ion_heap_alloc_pages by Colin Cross · 12 years ago
  12. ed6cfaf ion: use vm_insert_pfn for faulted pages by Colin Cross · 12 years ago
  13. 3b8da00 ion: check return value from remap_pfn_range by Colin Cross · 12 years ago
  14. b928ad6 ion: free low memory from page pools first by Colin Cross · 12 years ago
  15. fc04e48 ion: optimize ion_heap_buffer_zero by Colin Cross · 12 years ago
  16. 63ddadd ion: add alignment check to carveout heap by Colin Cross · 12 years ago
  17. 8af1347 ion: drop dependency on ARM by Colin Cross · 12 years ago
  18. 818017a ion: Fix two small issues in system_heap allocation by John Stultz · 12 years ago
  19. 9273153 gpu: ion: fix use-after-free in ion_heap_freelist_drain by Mitchel Humpherys · 12 years ago
  20. b2ee33e ion: clean up ioctls by Colin Cross · 12 years ago
  21. 30b7bee gpu: ion: remove unnecessary function from system heap by Colin Cross · 12 years ago
  22. 21e08b4 ion: fix printk warnings by Colin Cross · 12 years ago
  23. f26a6f2 ion: don't use phys_to_page or __phys_to_pfn by Colin Cross · 12 years ago
  24. c7442a7 ion: don't use __arm_ioremap to map pages by Colin Cross · 12 years ago
  25. acd77fc ion: update idr to avoid deprecated apis by Colin Cross · 12 years ago
  26. 5c31b87 ion: add test device for unit tests to interact with dma_bufs by Colin Cross · 12 years ago
  27. e8f7f42 ion: check invalid values in ion_system_heap by Colin Cross · 12 years ago
  28. da3b361 ARM: fiq_glue: Add custom fiq return handler api. by Arve Hjønnevåg · 12 years ago
  29. 2c06cb2 netfilter: xt_qtaguid: fix memory leak in seq_file handlers by Greg Hackmann · 12 years ago
  30. f2ec29a video: adf: fix fbdev blank -> dpms state mapping by Greg Hackmann · 12 years ago
  31. 55fefdd video: adf: validate dpms state passed to blank by Greg Hackmann · 12 years ago
  32. ccf0b45 video: adf: fix ADF_MAX_ATTACHMENTS declaration by Greg Hackmann · 12 years ago
  33. b95f5c5 video: adf: remove PAGE_SIZE from userspace-facing header by Greg Hackmann · 12 years ago
  34. 47128ea video: adf: make device node names less hierarchical by Greg Hackmann · 12 years ago
  35. c1d3cea ion: convert sg_dma_len(sg) to sg->length by Colin Cross · 12 years ago
  36. 51e3580 ion: fix dma APIs by Colin Cross · 12 years ago
  37. 49bdc41 ion: fix crash when alloc len is -1 by Colin Cross · 12 years ago
  38. 33a57aa ion: hold reference to handle after ion_uhandle_get by Colin Cross · 12 years ago
  39. eec8885 ion: Fix compat support to use proper compat ioctl numbers by John Stultz · 12 years ago
  40. 47e0f4d ARM: Fix "Make low-level printk work" to use a separate config option by Arve Hjønnevåg · 12 years ago
  41. 4244575 ARM: Fix dtb list when DTB_IMAGE_NAMES is empty by Benoit Goby · 12 years ago
  42. d67a07b anonymous vma names: fix build with !MMU by Colin Cross · 12 years ago
  43. 527aae5 mm: fix anon vma naming by Colin Cross · 12 years ago
  44. 7fbddfd drivers: staging: android: split uapi out of sync.h and sw_sync.h by Colin Cross · 12 years ago
  45. 30286d2 drivers: staging: android: split uapi out of binder.h by Colin Cross · 12 years ago
  46. d2f68ff drivers: staging: android: split uapi out of ashmem.h by Colin Cross · 12 years ago
  47. 5be5f3a drivers: staging: android: split uapi out of android_alarm.h by Colin Cross · 12 years ago
  48. 9efb6ab net: move PPPoLAC and PPPoPNS headers to uapi by Colin Cross · 12 years ago
  49. 7a6a085 usb: gadget: f_accessory: move userspace interface to uapi by Colin Cross · 12 years ago
  50. 4d174ee usb: gadget: f_mtp: move userspace interface to uapi by Colin Cross · 12 years ago
  51. 3a7a489 input: misc: keychord: move header to uapi by Colin Cross · 12 years ago
  52. 5152a44 ion: move userspace api into uapi/ion.h by Colin Cross · 12 years ago
  53. 8cb378f ion: move into staging by Colin Cross · 12 years ago
  54. 3922298 gpu: ion: delete ion_system_mapper.c by Colin Cross · 12 years ago
  55. 4155e96 drivers: switch: remove S_IWUSR from dev_attr by Qiao Zhou · 12 years ago
  56. cacc36f Merge branch 'android-3.10-adf' into android-3.10 by Greg Hackmann · 12 years ago
  57. a402f70 ion: add compat_ioctl by Rom Lemarchand · 12 years ago
  58. dcd2da8 ion: change ion_user_handle_t definition to int by Rom Lemarchand · 12 years ago
  59. 50ce110 usb: gadget: android: Remove device if probe fails by Benoit Goby · 12 years ago
  60. ac4ddb0 video: adf: expose adf_modeinfo_set_{name,vrefresh} to drivers by Greg Hackmann · 12 years ago
  61. 96e3384 video: adf: set default interface dpms_state to OFF by Greg Hackmann · 12 years ago
  62. f6b794a video: adf: make dpms_state sysfs attribute writable by Greg Hackmann · 12 years ago
  63. 896971e video: adf: add helpers for validating custom formats by Greg Hackmann · 12 years ago
  64. 637dd81 sync: Fix a race condition between release_obj and print_obj by Alistair Strachan · 12 years ago
  65. 29f271d ion: add new ion_user_handle_t type for the user-space token by Rom Lemarchand · 12 years ago
  66. b430123 cpufreq: interactive: delete timers for GOV_START by Shridhar Rasal · 12 years ago
  67. 65f53ba cpufreq: Interactive: Implement per policy instances of governor by Viresh Kumar · 12 years ago
  68. e50d640c cpufreq: interactive: Move definition of cpufreq_gov_interactive downwards by Viresh Kumar · 12 years ago
  69. ad818d9 cpufreq: interactive: Remove unnecessary cpu_online() check by Viresh Kumar · 12 years ago
  70. 763b334 sync: signal pt before sync_timeline object gets destroyed by Prakash Kamliya · 12 years ago
  71. 27e7183 video: adf: add informational flags to interfaces by Greg Hackmann · 12 years ago
  72. f930908 video: adf: add fbdev compatibility helper by Greg Hackmann · 12 years ago
  73. 8bf80c5 video: adf: add supported formats to adf_overlay_engine_data by Greg Hackmann · 12 years ago
  74. b07062e video: adf: support "simple" buffers by Greg Hackmann · 12 years ago
  75. 23240e2 video: adf: add memblock helper by Greg Hackmann · 12 years ago
  76. aa431ca7 video: add atomic display framework by Greg Hackmann · 12 years ago
  77. 3eeae66 staging: sw_sync: add stubs for kernels without CONFIG_SW_SYNC by Greg Hackmann · 12 years ago
  78. 4fe1f96 mm: remove compressed copy from zram in-memory by Minchan Kim · 12 years ago
  79. 79245d3 Add compat_ioctl support for VFAT_IOCTL_GET_VOLUME_ID by Bintian Wang · 12 years ago
  80. 2c7011b USB: remove duplicate out endpoint creation in MTP mode by Peter Oh · 12 years ago
  81. cf0fad4 cpufreq: interactive: fix show_target_loads and show_above_hispeed_delay by Minsung Kim · 12 years ago
  82. 66df93b ion: don't use id 0 for handle cookie by Colin Cross · 12 years ago
  83. 002119e ion: index client->handles rbtree by buffer by Colin Cross · 12 years ago
  84. 1126d98 ion: replace userspace handle cookies with idr by Colin Cross · 12 years ago
  85. 846b79b ion: remove IS_ERR_OR_NULL by Colin Cross · 12 years ago
  86. d37aa15 ion: convert map_kernel to return ERR_PTR by Colin Cross · 12 years ago
  87. a3041ca ion: add free list size to heap debug files by Colin Cross · 12 years ago
  88. f526a55 ion: chunk_heap: fix leak in allocated counter by Colin Cross · 12 years ago
  89. 6ebfe58 mm: add a field to store names for private anonymous memory by Colin Cross · 12 years ago
  90. b396b36 power_supply: kill android-battery driver by Todd Poynor · 12 years ago
  91. 2f42fa9 add extra free kbytes tunable by Rik van Riel · 14 years ago
  92. bbf5538 gpu: ion: Fix performance issue in faulting code by Rebecca Schultz Zavin · 12 years ago
  93. ae2b22e gpu: ion: add CMA heap by Benjamin Gaignard · 12 years ago
  94. 0a87e75 gpu: ion: fix ion_platform_data definition by Benjamin Gaignard · 12 years ago
  95. c471519 ARM: kgdb: ignore breakpoint instructions from user mode by Todd Poynor · 12 years ago
  96. a88f9e2 kconfig: Fix defconfig when one choice menu selects options that another choice menu depends on by Arve Hjønnevåg · 12 years ago
  97. 21dd5d7 netfilter: xt_qtaguid: 3.10 fixes by Arve Hjønnevåg · 12 years ago
  98. 6908fe2 misc: uidstat: Remove use of obsolete create_proc_read_entry api by Arve Hjønnevåg · 12 years ago
  99. 73570fe netfilter: xt_quota2: 3.10 fixes. by Arve Hjønnevåg · 12 years ago
  100. 4af1c50 net: activity_stats: Stop using obsolete create_proc_read_entry api by Arve Hjønnevåg · 12 years ago