Android 15 beta 1 release 0.1
  1. ff9c5a7 soc/google/cpif: Fix OOB write in rx_pktproc by Mahesh Kallelil · 4 months ago android-15-beta-1_r0.1 android-15-beta-1_r0.2 android-15-beta-1_r0.4 android-15-beta-1_r0.6
  2. 5b865ae media: mfc: add refcnt condition check to avoid OOB by Seungchul Kim · 4 months ago
  3. f5adcc9 slc_acpm: Replace mutex with spinlock by Jack Diver · 10 months ago
  4. 3362c24 slc_acpm: Downgrade dev_info to dev_dbg by Jack Diver · 10 months ago
  5. 3e11fbc gvotable: get result lock before iterating the entries by Spade Lee · 5 months ago android-gs-bluejay-5.10-android14-qpr3-beta android-gs-felix-5.10-android14-qpr3-beta android-gs-lynx-5.10-android14-qpr3-beta android-gs-raviole-5.10-android14-qpr3-beta android-gs-tangorpro-5.10-android14-qpr3-beta android-u-qpr3-beta-2.1_r0.1 android-u-qpr3-beta-2.1_r0.2 android-u-qpr3-beta-2.1_r0.3 android-u-qpr3-beta-2.1_r0.5 android-u-qpr3-beta-2.1_r0.7
  6. ea37591 mfd: pmic: Set init_name to fix uninformative kernel wakelock by Benjamin Schwartz · 6 months ago android-15-dp-2_r0.4
  7. 24b6d74 usb: typec: tcpci_max77759: Set init_name to fix uninformative kernel wakelock by Benjamin Schwartz · 6 months ago
  8. f7dcd38b slg51002: retry probe if any given gpio is missing by Kamal Shafi · 5 months ago android-15-dp-2_r0.2 android-15-dp-2_r0.3 android-15-dp-2_r0.5
  9. 9bfa63e pcie: exynos: Reduce log spam for reg 0x5FC by Sajid Dalvi · 5 months ago
  10. d3ec80d Disable VH_I2C by default by Jacky Liu · 5 months ago
  11. 6be2be0 Merge android13-5.10 ab/11297499 into android13-gs-pixel-5.10-24Q2 by Pindar Yang · 5 months ago
  12. 55b5ae0 ANDROID: trusty: Make Trusty driver page size agnostic by Gabor Kertesz · 1 year, 5 months ago
  13. a18c4ce pcie: exynos: Remove register dump and reset immediately after itmon by tinghsin · 6 months ago
  14. ec816c1 Merge android13-5.10-2023-11 ab/11325620 into android13-gs-pixel-5.10-24Q2 by Pindar Yang · 5 months ago
  15. 2d287d1 ANDROID: binder: fix KMI-break due to alloc->lock by Carlos Llamas · 7 months ago
  16. 15f48d3 ANDROID: binder: fix KMI-break due to address type change by Carlos Llamas · 7 months ago
  17. e5cc961 BACKPORT: FROMGIT: binder: switch alloc->mutex to spinlock_t by Carlos Llamas · 7 months ago
  18. 6d4341e BACKPORT: FROMGIT: binder: reverse locking order in shrinker callback by Carlos Llamas · 7 months ago
  19. 1e89876 FROMGIT: binder: avoid user addresses in debug logs by Carlos Llamas · 7 months ago
  20. 489cecd FROMGIT: binder: refactor binder_delete_free_buffer() by Carlos Llamas · 7 months ago
  21. 64cdb83 FROMGIT: binder: collapse print_binder_buffer() into caller by Carlos Llamas · 7 months ago
  22. 0542238 FROMGIT: binder: document the final page calculation by Carlos Llamas · 7 months ago
  23. cecb004 BACKPORT: FROMGIT: binder: rename lru shrinker utilities by Carlos Llamas · 7 months ago
  24. 6bd9172 UPSTREAM: drivers/android: remove redundant ret variable by Minghao Chi · 2 years, 6 months ago
  25. 51ffacd FROMGIT: binder: make oversized buffer code more readable by Carlos Llamas · 7 months ago
  26. 8d4ce4c5 FROMGIT: binder: remove redundant debug log by Carlos Llamas · 7 months ago
  27. 1e7e6b8 BACKPORT: FROMGIT: binder: perform page installation outside of locks by Carlos Llamas · 7 months ago
  28. 191045b FROMGIT: binder: initialize lru pages in mmap callback by Carlos Llamas · 7 months ago
  29. 457b19f FROMGIT: binder: malloc new_buffer outside of locks by Carlos Llamas · 7 months ago
  30. c887b33 BACKPORT: FROMGIT: binder: refactor page range allocation by Carlos Llamas · 7 months ago
  31. 7fcfc70c BACKPORT: FROMGIT: binder: relocate binder_alloc_clear_buf() by Carlos Llamas · 7 months ago
  32. 4c6a35f FROMGIT: binder: relocate low space calculation by Carlos Llamas · 7 months ago
  33. 231f6a8 FROMGIT: binder: separate the no-space debugging logic by Carlos Llamas · 7 months ago
  34. 5628a1c FROMGIT: binder: remove pid param in binder_alloc_new_buf() by Carlos Llamas · 7 months ago
  35. e4a1e07 FROMGIT: binder: do unlocked work in binder_alloc_new_buf() by Carlos Llamas · 7 months ago
  36. 9dce07d FROMGIT: binder: split up binder_update_page_range() by Carlos Llamas · 7 months ago
  37. 3a28e9d FROMGIT: binder: keep vma addresses type as unsigned long by Carlos Llamas · 7 months ago
  38. b217e9e FROMGIT: binder: remove extern from function prototypes by Carlos Llamas · 7 months ago
  39. 16dc614 FROMGIT: binder: fix comment on binder_alloc_new_buf() return value by Carlos Llamas · 7 months ago
  40. 5a5d96c FROMGIT: binder: fix trivial typo of binder_free_buf_locked() by Carlos Llamas · 7 months ago
  41. 4e42ab7 FROMGIT: binder: fix unused alloc->free_async_space by Carlos Llamas · 7 months ago
  42. a2abff4 FROMGIT: binder: fix async space check for 0-sized buffers by Carlos Llamas · 7 months ago
  43. 48abdcf FROMGIT: binder: fix race between mmput() and do_exit() by Carlos Llamas · 7 months ago
  44. 7c55bd0 BACKPORT: FROMGIT: binder: fix use-after-free in shinker's callback by Carlos Llamas · 7 months ago
  45. 7c1614f FROMGIT: binder: use EPOLLERR from eventpoll.h by Carlos Llamas · 7 months ago
  46. 35016b8e vh: sched: let CFS tasks sync_boost RT tasks by Chungkai Mei · 7 months ago
  47. 0566684 Revert "vendor_hook: sched: Add Adaptive CPU procfs file" by Wei Wang · 6 months ago
  48. fb910ee media: mfc: fix LAST_SEQ handling of B frame encoding by Sunyoung Kang · 3 years, 6 months ago
  49. 57bec5e ANDROID: binder: fix KMI-break due to alloc->lock by Carlos Llamas · 7 months ago
  50. 48ef5d1 ANDROID: binder: fix KMI-break due to address type change by Carlos Llamas · 7 months ago
  51. 2a05d20 BACKPORT: FROMGIT: binder: switch alloc->mutex to spinlock_t by Carlos Llamas · 7 months ago
  52. 8eda31a BACKPORT: FROMGIT: binder: reverse locking order in shrinker callback by Carlos Llamas · 7 months ago
  53. 0fb2b1b FROMGIT: binder: avoid user addresses in debug logs by Carlos Llamas · 7 months ago
  54. 49a300d FROMGIT: binder: refactor binder_delete_free_buffer() by Carlos Llamas · 7 months ago
  55. ba097c4 FROMGIT: binder: collapse print_binder_buffer() into caller by Carlos Llamas · 7 months ago
  56. 1e0217b FROMGIT: binder: document the final page calculation by Carlos Llamas · 7 months ago
  57. 972918b BACKPORT: FROMGIT: binder: rename lru shrinker utilities by Carlos Llamas · 7 months ago
  58. deeb01f UPSTREAM: drivers/android: remove redundant ret variable by Minghao Chi · 2 years, 6 months ago
  59. 74ff1bc FROMGIT: binder: make oversized buffer code more readable by Carlos Llamas · 7 months ago
  60. a3b400b FROMGIT: binder: remove redundant debug log by Carlos Llamas · 7 months ago
  61. bceb3d70 BACKPORT: FROMGIT: binder: perform page installation outside of locks by Carlos Llamas · 7 months ago
  62. 12e9ee6 FROMGIT: binder: initialize lru pages in mmap callback by Carlos Llamas · 7 months ago
  63. 58f9089 FROMGIT: binder: malloc new_buffer outside of locks by Carlos Llamas · 7 months ago
  64. 0e4cf4f BACKPORT: FROMGIT: binder: refactor page range allocation by Carlos Llamas · 7 months ago
  65. c86bd0e BACKPORT: FROMGIT: binder: relocate binder_alloc_clear_buf() by Carlos Llamas · 7 months ago
  66. e740c79 FROMGIT: binder: relocate low space calculation by Carlos Llamas · 7 months ago
  67. 369e16e FROMGIT: binder: separate the no-space debugging logic by Carlos Llamas · 7 months ago
  68. 91038b8 FROMGIT: binder: remove pid param in binder_alloc_new_buf() by Carlos Llamas · 7 months ago
  69. e824066 FROMGIT: binder: do unlocked work in binder_alloc_new_buf() by Carlos Llamas · 7 months ago
  70. 2e97015 FROMGIT: binder: split up binder_update_page_range() by Carlos Llamas · 7 months ago
  71. 8830b9e FROMGIT: binder: keep vma addresses type as unsigned long by Carlos Llamas · 7 months ago
  72. 46cd613 FROMGIT: binder: remove extern from function prototypes by Carlos Llamas · 7 months ago
  73. 54b7658 FROMGIT: binder: fix comment on binder_alloc_new_buf() return value by Carlos Llamas · 7 months ago
  74. 34c25a6 FROMGIT: binder: fix trivial typo of binder_free_buf_locked() by Carlos Llamas · 7 months ago
  75. b1c373a FROMGIT: binder: fix unused alloc->free_async_space by Carlos Llamas · 7 months ago
  76. 57f1723 FROMGIT: binder: fix async space check for 0-sized buffers by Carlos Llamas · 7 months ago
  77. da2ec89 FROMGIT: binder: fix race between mmput() and do_exit() by Carlos Llamas · 7 months ago
  78. 823ef17 BACKPORT: FROMGIT: binder: fix use-after-free in shinker's callback by Carlos Llamas · 7 months ago
  79. 08b5b71 FROMGIT: binder: use EPOLLERR from eventpoll.h by Carlos Llamas · 7 months ago
  80. b762323 vh: sched: Fix imbalanced adpf counter by Qais Yousef · 6 months ago android-15-dp-1_r0.1 android-15-dp-1_r0.2 android-15-dp-1_r0.3 android-15-dp-1_r0.4 android-15-dp-1_r0.5 android-15-dp-1_r0.7 android-u-qpr3-beta-1_r0.1 android-u-qpr3-beta-1_r0.2 android-u-qpr3-beta-1_r0.3 android-u-qpr3-beta-1_r0.4 android-u-qpr3-beta-1_r0.5 android-u-qpr3-beta-1_r0.7
  81. 9108f0e vh: sched: Ensure dequeue/enqueue functions start working together by Qais Yousef · 6 months ago
  82. a833ada pcie: exynos: Remove pcie phy reset on resume by tinghsin · 6 months ago
  83. d7fd9c5 usb: replace ldo APIs in phy drivers with APIs in exynos-pd_hsi0 by Ray Chi · 7 months ago
  84. 337276a soc: google: add exynos-pd_hsi0 module to control hsi0 ldos by Ray Chi · 7 months ago
  85. 9766a6c media: mfc: set MODULE_SOFTDEP for pre-load samsung_dma_heap by Jerry Huang · 6 months ago
  86. 05cf019 tcpci_max77759: spin on chip->tcpci instead of using a lock by RD Babiera · 7 months ago
  87. 4fb32a1 BACKPORT: USB: gadget: core: adjust uevent timing on gadget unbind by Roy Luo · 7 months ago
  88. b170c5c UPSTREAM: dm verity: don't perform FEC for failed readahead IO by Wu Bo · 7 months ago
  89. 9dc33a0 UPSTREAM: usb: dwc3: core: Host wake up support from system suspend by Bin Yang · 7 months ago
  90. ff0ad56 FROMLIST: binder: fix memory leaks of spam and pending work by Carlos Llamas · 7 months ago
  91. 5292e40 UPSTREAM: nvmet-tcp: Fix a possible UAF in queue intialization setup by Sagi Grimberg · 9 months ago
  92. c1d3ff2 exynos_tty: disable auto flow control on suspend by Jim Wylder · 1 year, 11 months ago
  93. a5e7cc8 skip tlbflush in kswapd aging/reclaim path by Martin Liu · 7 months ago
  94. d0d3d81 vh: sched: Use trace_android_rvh_set_user_nice_locked by Rick Yiu · 7 months ago
  95. d3afdea Merge android13-5.10-2023-11 ab/11174560 into android13-gs-pixel-5.10-24Q1 by Pindar Yang · 7 months ago
  96. fb4c3ed exynos-pcie: Reset rate switching during powerdown. by Tarun Saha · 7 months ago
  97. 5fa5716 ANDROID: GKI: add a vendor hook in ptep_clear_flush_young() by Martin Liu · 7 months ago
  98. 1271e4f ANDROID: sched: Add trace_android_rvh_set_user_nice_locked by Rick Yiu · 7 months ago
  99. 336a48c ANDROID: GKI: add a vendor hook in ptep_clear_flush_young() by Martin Liu · 7 months ago
  100. fc1bbf1 ANDROID: fix up rpmsg_device ABI break by Greg Kroah-Hartman · 7 months ago