Advertisement
Seraph08

The one I believe you've been waiting for.

Jun 3rd, 2016
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.06 KB | None | 0 0
  1.  
  2. project device/oneplus/oneplus2/
  3. 44668f5 oneplus2: use best optimized routines for a53/a57
  4. 27d1276 oneplus2: add back energy-awareness blob and service
  5. ba3455a oneplus2: Rework rmnet receive queue handling
  6. 90e2e83 oneplus2: Tweak big core core_ctl up/down threshold
  7. 3b5be81 oneplus2: tweak power setup
  8. 1fa11ff revert oneplus2: Add IPA support
  9. e4ac539 sepolicy: Fix fingerprintd denial
  10. d5c3e3b audio: Fix acdb ids
  11. 2717a18 Rework blobs list
  12. 865a0c9 Update configs from OOS Beta 2
  13. 6f9f51e Dalvik and hwui props from stock
  14. 36e6acf Use prebuilt fingerprint and don't ship firmware
  15. 352cb18 oneplus2: Tweak data/cache mount options
  16. c822877 Setup OnePlus' H-Cube
  17. 43a7911 sepolicy: Cleanup
  18. 85e7dcf Update back button keycode and keydisabler node
  19. bdc9f73 Get camera going with M blobs
  20. db5f3b2 Remove dtbtool
  21. 63d4763 Move qcrilmsgtunnel to priv-app
  22. ca48dac oneplus2: Adjust service startups for encrypted usecase
  23. f90c8ba Revert "Build missing wifi hal"
  24. 31e88ee Missing cne blobs
  25. c86754e oneplus2: Stop the QC-QMI message spam
  26. f02acc2 Set ril props based on variant
  27.  
  28. project device/qcom/common/
  29. a214e51 power: Fixup typo in 8939 cpu4 timer rate
  30.  
  31. project frameworks/base/
  32. ce709c9 fw: Fix power key interception for PRIVATE_FLAG_PREVENT_POWER_KEY
  33.  
  34. project hardware/qcom/audio-caf/msm8996/
  35. 27c02b0 msm8996: fix werror when AUDIO_FEATURE_ENABLED_DTS_EAGLE is enabled
  36.  
  37. project kernel/oneplus/msm8994/
  38. 8e268ac Add Oneplus modification
  39. d7f1b25 Fix compiling
  40. ec73a40 oneplus2: Add cm defconfig
  41. 559e246 arch: Unbreak mrproper/clean
  42. a08dcd2 arm64: Fix the ARM userspace build
  43. bc75424 misc: Fix Kconfig warnings
  44. 6b76a41 qcacld-2.0: Import LA.BF64.1.2.2-05240-8x94.0
  45. 37f3eae Builtin needed modules
  46. d817d62 msm: qdsp6v2: Allow 320K AAC encoding
  47. 794564b video: mdss: LiveDisplay driver
  48. 8cdab0a video: mdss: Add new features and improve LiveDisplay
  49. 8cd39d9 video: mdss: Cache LiveDisplay RGB settings when display off
  50. 0750275 video: mdss: Fix dual-DSI issue in LiveDisplay
  51. c4abc11 video: mdss: Implement PCC combining for LiveDisplay
  52. 56bbde7 video: mdss: Simplify PCC combiner
  53. 3c6eca5 video: mdss: Simplify PCC combiner even more
  54. d346422 block: cgroups, kconfig, build bits for BFQ-v7r8-3.10.8+
  55. cb9a628 block: introduce the BFQ-v7r8 I/O sched for 3.10.8+
  56. d44001d block, bfq: add Early Queue Merge (EQM) to BFQ-v7r8 for 3.10.8+
  57. 6bef7c6 Enable bfq and disable unneeded things
  58. 99ce6ce Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
  59. b735370 f2fs: remove checking dirty_exceed
  60. 59e24f5 f2fs: fix wrong condition check to trigger f2fs_sync_fs
  61. ca7cc1a f2fs: don't need to call lock_op and lock_page for abort
  62. eb23c0b f2fs: change atomic and volatile write policies
  63. dd376e9 f2fs: fix small discards not to issue redundantly
  64. c46c139 f2fs: remove unnecessary call to invalidate inmemory pages
  65. c5d1048 f2fs: use missing the use of f2fs_kunmap_page
  66. 5c83343 f2fs: readahead contiguous current summary blocks in checkpoint
  67. 30ac00a f2fs: merge two uchar variable in struct node_info to reduce memory cost
  68. 55c8925 f2fs: use ra_meta_pages to simplify readahead code in restore_node_summary
  69. 320ee05 f2fs: use f2fs_io_info to clean up messy parameters during IO path
  70. a09d723 f2fs: add f2fs_io_tracer support
  71. 91282d1 f2fs: add key functions for f2fs_io_tracer
  72. 776d8ca f2fs: activate f2fs_trace_pid
  73. ef32d0b f2fs: activate f2fs_trace_ios
  74. 02134b1 f2fs: avoid double lock for cp_rwsem
  75. 25c1483 f2fs: add block count by in-place-update in stat info
  76. 1131372 f2fs: fix missing cold bit during recovery
  77. 7f70147 f2fs: cleanup trace event of f2fs_submit_page_{m,}bio with DECLARE_EVENT_CLASS
  78. a423bd9 f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio with fio
  79. 15e3998 f2fs: reuse inode_entry_slab in gc procedure for using slab more effectively
  80. 34830a3 f2fs: clean up to remove parameter
  81. df6a45e f2fs: avoid potential unnecessary codes
  82. 0c89c4a f2fs: remove uncovered code path
  83. 23c6ac5 f2fs: align direct_io'ed data to section
  84. 8f1abc0 f2fs: get rid of kzalloc in __recover_inline_status
  85. a0be59e f2fs: fix wrong unlock_page call
  86. f447619 f2fs: free radix_tree_nodes used by nat_set entries
  87. 55dde4c f2fs: add nat/sit entries into status
  88. 3d58dad f2fs: add spin_lock to cover radix operations in IO tracer
  89. 23d8ec6 f2fs: add f2fs_destroy_trace_ios to free radix tree
  90. c51358c f2fs: pids_lock can be static
  91. 3c1328d xfs: introduce a generic shutdown ioctl
  92. f63b558 f2fs: support fs shutdown
  93. ed818c4 f2fs: avoid infinite loop on cp_error
  94. e220545 f2fs: fix wrong memory footprint statistics in debugfs
  95. ce21fd6 f2fs: update memory footprint information
  96. 8fc78c0 f2fs: trigger correct checkpoint during umount
  97. 59aed6d f2fs: do checkpoint when umount flag is not set
  98. c623d34 f2fs: fix to release count of meta page in ->invalidatepage
  99. edddd99 f2fs: leave comment for code readability
  100. 3d75b05 f2fs: add F2FS_IOC_GETVERSION support
  101. fb9a38b f2fs: use f2fs_radix_tree_insert to clean codes
  102. bc5c5a3 f2fs: fix a bug of inheriting default ACL from parent
  103. 32f078f f2fs: make truncate_inline_date static
  104. f62965a f2fs: clean up {in,de}create_sleep_time
  105. 607182d f2fs: merge flags in struct f2fs_sb_info
  106. 2f41867 f2fs: fix not to drop mount options when retrying fill_super
  107. 5a41d24 f2fs: support norecovery mount option
  108. f15bc79 f2fs: avoid write_checkpoint if f2fs is mounted readonly
  109. ff4ecab f2fs: split UMOUNT and FASTBOOT flags
  110. be265e1 f2fs: should fail mount when trying to recover data on read-only dev
  111. 1f30a1e f2fs: keep PagePrivate during releasepage
  112. 0ea80ed f2fs: show the number of writeback pages in stat
  113. 3c314af f2fs: merge {invalidate,release}page for meta/node/data pages
  114. af7e97b f2fs: introduce a batched trim
  115. b46590a f2fs: fix to use highmem for pages of newly created directory
  116. 76739de f2fs: avoid data offset overflow when lseeking huge file
  117. 1cc978d f2fs: check node page contents all the time
  118. 5c573a9 f2fs: call set_buffer_new for get_block
  119. 146ff58 f2fs: introduce macros to convert bytes and blocks in f2fs
  120. aef2405 f2fs: allocate data blocks in advance for f2fs_direct_IO
  121. d087ccc f2fs: fix sparse warnings
  122. 2944d5e f2fs: avoid variable length array
  123. d7ba5a6 f2fs: fix accessing wrong indexed data blocks
  124. 96b1b93 f2fs: use spinlock for segmap_lock instead of rwlock
  125. e90b0cf f2fs: remove unused inline_dentry_addr
  126. 69772b2 f2fs: introduce f2fs_update_dentry to clean up duplicated codes
  127. 4fdf610 f2fs: use ->writepage in sync_meta_pages
  128. 11c7756 f2fs: fix incorrectly stat number of inline data inode
  129. 0e80e9b f2fs: move ext_lock out of struct extent_info
  130. 35d5272 f2fs: simplfy a field name in struct f2fs_extent,extent_info
  131. bf41e9b f2fs: introduce f2fs_map_bh to clean codes of check_extent_cache
  132. a4b2288 f2fs: introduce universal lookup/update interface for extent cache
  133. 4b15951 f2fs: introduce infra macro and data structure of rb-tree extent cache
  134. f90e372 f2fs: add core functions for rb-tree extent cache
  135. 42fa703 f2fs: add a mount option for rb-tree extent cache
  136. df13265 f2fs: enable rb-tree extent cache
  137. e4cb634 f2fs: show extent tree, node stat info in debugfs
  138. 6d2b9fe f2fs: add trace for rb-tree extent cache ops
  139. dbe1ae87 f2fs: support fast lookup in extent cache
  140. 43071c6 f2fs: switch to check FI_NO_EXTENT in f2fs_{lookup,update}_extent_cache
  141. 7f13626 f2fs: use extent cache for dir
  142. a7271de f2fs: remove obsolete code
  143. 6675413 f2fs: avoid wrong error during recovery
  144. 808ba86 f2fs: introduce macro __cp_payload
  145. 2815024 f2fs: fix the number of orphan inode blocks
  146. cfeafe2 f2fs: clear page's up-to-date if block was deallocated
  147. 66f44d4 f2fs: check its block allocation to avoid producing wrong dirty pages
  148. bb4aef1 f2fs: fix block_ops trace point
  149. be32f55 f2fs: don't need to collect dirty sit entries and flush journal when there's no dirty sit entries
  150. 08787ff f2fs: fix max orphan inodes calculation
  151. 8446a5f f2fs: add cond_resched() to sync_dirty_dir_inodes()
  152. 64409a1 f2fs: fix to issue small discard in real-time mode discard
  153. 6a1e5aa f2fs: add stat info for moved blocks by background gc
  154. 4d2be21 f2fs: avoid to trigger writepage during POR
  155. 773cf4d f2fs: clear append/update flags once fsync is done
  156. 86160e8 f2fs: report -ENOENT for unreached data indices
  157. ca7b591 f2fs: relocate Kconfig from misc filesystems
  158. 8be65e6 f2fs: fix extent cache memory leak
  159. 4674442 f2fs: reduce searching region of segmap when set free section
  160. 3c09283 f2fs: set the correct place of initializing *res_page
  161. 4f9f2e9 f2fs: remove unnecessary condition judgment
  162. d470bcd f2fs: cleanup statement about max orphan inodes calc
  163. 25b170c f2fs: fix unlocked nat set cache operation
  164. 2539b3d f2fs: fix to calculate max length of contiguous free slots correctly
  165. b1cbea1 f2fs: fix reference leaks in f2fs_acl_create
  166. 81cf3a3 f2fs: fix to truncate inline data past EOF
  167. 121e1b6 f2fs: fix to check current blkaddr in __allocate_data_blocks
  168. 2664994 f2fs: fix to cover sentry_lock for block allocation
  169. 9e0f8a7 f2fs: set SBI_NEED_FSCK when encountering exception in recovery
  170. 1efa9ac f2fs: set buffer_new when new blocks are allocated
  171. 99fad58 f2fs: enhance multi-threads performance
  172. a18d8d0 f2fs: avoid wrong f2fs_bug_on when truncating inline_data
  173. bc2de0e f2fs: avoid punch_hole overhead when releasing volatile data
  174. ca8aec4 f2fs: add some tracepoints to debug volatile and atomic writes
  175. a4bb300 f2fs: enable fast symlink by utilizing inline data
  176. 16eb0b3 f2fs: split set_data_blkaddr from f2fs_update_extent_cache
  177. 5c158aa f2fs: introduce __{find,grab}_extent_tree
  178. 5666a06 f2fs: initialize extent tree with on-disk extent info of inode
  179. db8f863 f2fs: preserve extent info for extent cache
  180. 38ebc02 f2fs: enable inline data by default
  181. c63ab70 f2fs: preallocate fallocated blocks for direct IO
  182. 77eebb4 f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_get
  183. 7b09fc8 f2fs: persist system.advise into on-disk inode
  184. 6fd5549 f2fs: limit b_size of mapped bh in f2fs_map_bh
  185. cd1cf77 f2fs: fix sparse warnings
  186. 2d682ec f2fs: fix mismatching lock and unlock pages for roll-forward recovery
  187. 1fe47c5 f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries
  188. 5096335 f2fs: assign parent's i_mode for empty dir
  189. 7e3005d f2fs: do not increase link count during recovery
  190. 49b632e f2fs: do not recover wrong data index
  191. 6ea3067 f2fs: change 0 to false for bool type
  192. 00d14bb f2fs: flush symlink path to avoid broken symlink after POR
  193. f679c8b f2fs: avoid abnormal behavior on broken symlink
  194. 3128849 f2fs: pass checkpoint reason on roll-forward recovery
  195. 38a0cc7 f2fs: support 3.10
  196. fca6732 Enable f2fs
  197. 8125052 qpnp-haptic: Add sysfs interface to control intensity
  198. 7b03aa8 tri-state-key: Act as a normal input device
  199. 59ecb8e input: synaptics: Rename input device
  200. f0ae1fe input: synaptics: s3320: Rename input device
  201. ba7f1b1 input: synaptics: Create proc file for each gesture
  202. dc1f292 input: synaptics: Return integer for key reverse
  203. cf9d8bb input: tri-state-key: Add sysfs to change order of slider
  204. 117ba68 ASoC TFA9890: Cancel monitor work without locking mutex
  205. ca1e9b8 usb: Remove OTG switch
  206. 315f1b2 input: synaptics: Send generic power key for double tap
  207. 84ad41b Update defconfig
  208. 54cc6bf input: tri-state-key: Support more modes * On M we have 4 modes now
  209. ce80944 input: tri-state-key: Don't send duplicated keycodes
  210. eb27a3b input: tri-state-key: Move keyCodes to procfs
  211. e7491b4 [2/2] Fix notification LED
  212. 1c37488 input: synaptics: Send wakeup key for double tap
  213. 650fb2f KEYS: Fix race between read and revoke
  214. 6f217c1 tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)
  215. 9c0ea1c0 include/linux/poison.h: fix LIST_POISON{1,2} offset
  216. 32a67a5 crypto: crc32 - Add ARM64 CRC32 hw accelerated module
  217. fe89a1a crypto: arm64/crc32 - bring in line with generic CRC32
  218. 3b62605 oneplus2: defconfig: enable hw crc32 support
  219. c4efbeb Add hcube module
  220. fcc5421 pipe: Fix buffer offset after partially failed read
  221. dbd2c25 tools: extract linux type definitions to local header
  222. 412ca98 tri_state_key: allow more key codes for extra modes
  223.  
  224. project packages/apps/Dialer/
  225. 297bc8d Fix NPE when checking default Dialer
  226.  
  227. project packages/services/Mms/
  228. 50a85fe Revert "MmsRequest: Turn on data for the MMS transaction if required"
  229.  
  230. project vendor/cmsdk/
  231. ee069f8 Themes: Use default audibles when pkgName is empty
  232.  
  233. project vendor/oneplus/
  234. e400a91 oneplus2: Import OnePlus2Oxygen_14_OTA_018_all_1605231631_OpenBeta2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement