1. 8dfa47d Atomic/SMP update, part 2. by Andy McFadden · 14 years ago
  2. ac322da Atomic/SMP update. by Andy McFadden · 14 years ago
  3. 86b1215 fix windows SDK build by Brad Fitzpatrick · 14 years ago
  4. e43c248 More fixes to Binder perf regression from Eclair by Brad Fitzpatrick · 14 years ago
  5. 253e27a Optimize set_sched_policy(), which gets called in every binder call. by Brad Fitzpatrick · 14 years ago
  6. 7e8529a system/core: Switch libsysutils & sched_policy LOG -> SLOG by San Mehat · 14 years ago
  7. 503df20 cutils: sched_policy: Make getSchedulerGroup() play nicely with multiple control groups by San Mehat · 14 years ago
  8. 85cf568 cutils: schedpolicy: remove stray include by San Mehat · 14 years ago
  9. e2fe261 cutils: iosched_policy: Don't do anything for simulator by San Mehat · 14 years ago
  10. 10d469b system: Add support for getting/setting i/o priorities and include a userspace tool by San Mehat · 14 years ago
  11. 2dcf1fb Merge "Break out create_contiguous_mspace_with_base This routine allows creating a contiguous mspace from raw mapped memory. In turn, this will enable preallocation of the 3 heap spaces, which will help remembered sets and zygote/app checks given pointer values." by Barry Hayes · 14 years ago
  12. b17772d Break out create_contiguous_mspace_with_base by Barry Hayes · 15 years ago
  13. fe5684e Try to fix Mac build. by Andy McFadden · 14 years ago
  14. cf63d5d Implementation of open_memstream(). by Andy McFadden · 14 years ago
  15. 8cd186d Fix bogus pointer math. by Barry Hayes · 15 years ago
  16. d7dbd7b am f95837a1: am cf9f442e: am c1c38dd0: system: sched_policy: Don\'t return an error when the thread we\'re trying to move exits on us by San Mehat · 15 years ago
  17. 0927990 Add missing symbol type directives. by Doug Kwan · 15 years ago
  18. f95837a am cf9f442e: am c1c38dd0: system: sched_policy: Don\'t return an error when the thread we\'re trying to move exits on us by San Mehat · 15 years ago
  19. c1c38dd system: sched_policy: Don't return an error when the thread we're trying to move exits on us by San Mehat · 15 years ago
  20. ac61a69 am 9fdf607c: am b63747d4: am f6eba8fa: cutils: make set_process_name set kernel thread name as well by Erik Gilling · 15 years ago
  21. 9fdf607 am b63747d4: am f6eba8fa: cutils: make set_process_name set kernel thread name as well by Erik Gilling · 15 years ago
  22. f6eba8f cutils: make set_process_name set kernel thread name as well by Erik Gilling · 15 years ago
  23. 1c2ce69 am 525fb03e: am 58e50f80: am 805d67ab: cutils: sched_policy: Fix bug where we were unable to move backgrounded threads into the foreground by San Mehat · 15 years ago
  24. f15b4ef am 748cb49e: am cc43ee42: am d2e4e46c: cutils: schedpolicy: Add debug code to log sched policy transitions by San Mehat · 15 years ago
  25. 525fb03 am 58e50f80: am 805d67ab: cutils: sched_policy: Fix bug where we were unable to move backgrounded threads into the foreground by San Mehat · 15 years ago
  26. 748cb49 am cc43ee42: am d2e4e46c: cutils: schedpolicy: Add debug code to log sched policy transitions by San Mehat · 15 years ago
  27. 805d67a cutils: sched_policy: Fix bug where we were unable to move backgrounded threads into the foreground by San Mehat · 15 years ago
  28. d2e4e46 cutils: schedpolicy: Add debug code to log sched policy transitions by San Mehat · 15 years ago
  29. 5f64815 am 38b2ddc4: am 17bfbd3c: am c0dfca7a: cutils: Add support for reading a processes scheduler policy by San Mehat · 15 years ago
  30. 38b2ddc am 17bfbd3c: am c0dfca7a: cutils: Add support for reading a processes scheduler policy by San Mehat · 15 years ago
  31. c0dfca7 cutils: Add support for reading a processes scheduler policy by San Mehat · 15 years ago
  32. 21ec779 Add stack unwinding directives to atomic-android-arm.S. by Ben Cheng · 15 years ago
  33. 573463c am 62f39c10: merge from open-source master by Jean-Baptiste Queru · 15 years ago
  34. 62f39c1 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  35. b029e92 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  36. afdf977 am 22f9d880: am 8a0a5274: Add stack unwinding directives to atomic-android-arm.S. by Ben Cheng · 15 years ago
  37. 22f9d88 am 8a0a5274: Add stack unwinding directives to atomic-android-arm.S. by Ben Cheng · 15 years ago
  38. 8a0a527 Add stack unwinding directives to atomic-android-arm.S. by Ben Cheng · 15 years ago
  39. 67a2ea3 Now all the callers are gone, remove adb_networking.*. by Elliott Hughes · 15 years ago
  40. 808c89e Merge change 10445 by Android Code Review · 15 years ago
  41. 554c0f3 am 05647c89: Merge change 25170 into eclair by Raphael · 15 years ago
  42. 0384a98 Disable sched_policy under Windows. by Raphael · 15 years ago
  43. 3e42572 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  44. 3cd5b66 libcutils: Dont include kernel header + add defines by San Mehat · 15 years ago
  45. 493dad9 libcutils: Add abstracted support for setting scheduler policies by San Mehat · 15 years ago
  46. 833ea8d Fix an infinite loop in time2sub. by David 'Digit' Turner · 15 years ago
  47. 0260847 ARM architecture reference manuals for ARMv6 & ARMv7 state that the use of 'swp' instruction is deprecated by Vinay HARUGOP · 15 years ago
  48. ca5e0bc android_atomic_write() implementation was using cmpxchg which was useless by Mathias Agopian · 15 years ago
  49. c6af911 added SuperH atomic support to libcutils by Shin-ichiro KAWASAKI · 15 years ago
  50. 96d58f4 Merge korg/donut into korg/master by Jean-Baptiste Queru · 15 years ago
  51. af20325 Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  52. baf83e0 am 3f627205: Merge change 2875 into donut by Android (Google) Code Review · 15 years ago
  53. 7be52b1 Added ashmem_get_size_region() function. by Bjorn Bringert · 15 years ago
  54. fa5bf90 Fix bug where ECONNABORTED would have always occured on asocket_write. by Nick Pelly · 15 years ago
  55. 260f48a Helper to perform abortable blocking operations on a socket: by Nick Pelly · 15 years ago
  56. 1edfd38 Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  57. f3cdf37 Don't compile abort_socket.c for host targets. It is only intended to run on Linux targets. by Raphael · 15 years ago
  58. 4cd6e91 Merge change 2329 by Android (Google) Code Review · 15 years ago
  59. 111bfce Fix bug where ECONNABORTED would have always occured on asocket_write. by Nick Pelly · 15 years ago
  60. 6766711 merge master to master_gl by Mathias Agopian · 15 years ago
  61. 3fc51ba move native_handle stuff from master_gl by Mathias Agopian · 15 years ago
  62. 92a7541 Helper to perform abortable blocking operations on a socket: by Nick Pelly · 15 years ago
  63. 8f13782 move native_handle stuff from master_gl by Mathias Agopian · 15 years ago
  64. 34c22c5 am 414ff7d9: Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon. by David 'Digit' Turner · 15 years ago
  65. 414ff7d Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon. by David 'Digit' Turner · 15 years ago
  66. 035b427 am 722a5c04: Add support for "standalone months" to tztime\'s strftime(). by Eric Fischer · 15 years ago
  67. 722a5c0 Add support for "standalone months" to tztime's strftime(). by Eric Fischer · 15 years ago
  68. ab15ac0 Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  69. a26c4e0 Fix a potential integer overflow bug that could result in memory overwrites. by David 'Digit' Turner · 15 years ago
  70. 8cd81ab get rid of native_handle_{dup|copy} since they were not used any longer by Mathias Agopian · 15 years ago
  71. 1d3faaf Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 15 years ago
  72. b1487e4 auto import //branches/master/...@140412 by The Android Open Source Project · 15 years ago
  73. e037fd7 auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  74. dd7bc33 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  75. e54eebb auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  76. 35237d1 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  77. 4f6e8d7 Initial Contribution by The Android Open Source Project · 16 years ago