Advertisement
RolanDroid

monsterkernel-changelog

Nov 26th, 2015
1,437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.99 KB | None | 0 0
  1. 555a2f8 build.sh: Add support for uberTC 4.3
  2. a06743a 6.0 is up!!
  3. bb57e69 msm: Fix high load average from uninterruptible waits
  4. 49aeca4 mm: lower swappiness
  5. 2887337 msm8226: underclock GPU to 100MHz
  6. 2931b65 msm8226: overclock GPU to 533MHz
  7. c518dfc ASoC: tpa6165a2: Implement headset multi-button detection
  8. 098c8c9 f2fs: setting discard option in parse_options()
  9. c938c6f f2fs: skip committing valid superblock
  10. 674c33f f2fs: do not trim preallocated blocks when truncating after i_size
  11. 3196e0c f2fs crypto: add alloc_Kinzie_page
  12. 2220879 f2fs crypto: fix to handle errors likewise ext4
  13. 32c2fb1 f2fs: fix to return exact trimmed size
  14. 0bb321c f2fs: support FALLOC_FL_INSERT_RANGE
  15. 426a675 f2fs: hide common code in f2fs_replace_block
  16. 6b21438 f2fs: disable the discard option when device doesn't support
  17. 75d12b6 f2fs crypto: remove alloc_page for Kinzie_page
  18. 8777589 f2fs: fix a deadlock for summary page lock vs. sentry_lock
  19. 5a6b9f3 f2fs crypto: clean up error handling in f2fs_fname_setup_filename
  20. 13f398e f2fs crypto: avoid f2fs_inherit_context for symlink
  21. 220e810 f2fs crypto: do not set encryption policy for non-directory by ioctl
  22. b063722 f2fs crypto: allow setting encryption policy once
  23. 29fb5f1 f2fs: avoid duplicated code by reusing f2fs_read_end_io
  24. :...skipping...
  25. 555a2f8 build.sh: Add support for uberTC 4.3
  26. a06743a 6.0 is up!!
  27. bb57e69 msm: Fix high load average from uninterruptible waits
  28. 49aeca4 mm: lower swappiness
  29. 2887337 msm8226: underclock GPU to 100MHz
  30. 2931b65 msm8226: overclock GPU to 533MHz
  31. c518dfc ASoC: tpa6165a2: Implement headset multi-button detection
  32. 098c8c9 f2fs: setting discard option in parse_options()
  33. c938c6f f2fs: skip committing valid superblock
  34. 674c33f f2fs: do not trim preallocated blocks when truncating after i_size
  35. 3196e0c f2fs crypto: add alloc_Kinzie_page
  36. 2220879 f2fs crypto: fix to handle errors likewise ext4
  37. 32c2fb1 f2fs: fix to return exact trimmed size
  38. 0bb321c f2fs: support FALLOC_FL_INSERT_RANGE
  39. 426a675 f2fs: hide common code in f2fs_replace_block
  40. 6b21438 f2fs: disable the discard option when device doesn't support
  41. 75d12b6 f2fs crypto: remove alloc_page for Kinzie_page
  42. 8777589 f2fs: fix a deadlock for summary page lock vs. sentry_lock
  43. 5a6b9f3 f2fs crypto: clean up error handling in f2fs_fname_setup_filename
  44. 13f398e f2fs crypto: avoid f2fs_inherit_context for symlink
  45. 220e810 f2fs crypto: do not set encryption policy for non-directory by ioctl
  46. b063722 f2fs crypto: allow setting encryption policy once
  47. 29fb5f1 f2fs: avoid duplicated code by reusing f2fs_read_end_io
  48. a289855 f2fs crypto: use per-inode tfm structure
  49. 858bd3b f2fs: truncate data blocks for orphan inode
  50. 7d2e583 f2fs crypto: add symlink encryption
  51. b425111 f2fs: recovering broken superblock during mount
  52. 056e01e f2fs: introduce update_meta_page
  53. 645ce99 f2fs crypto: zero next free dnode block
  54. 7687cbf f2fs crypto: split f2fs_crypto_init/exit with two parts
  55. ca44014 f2fs crypto: fix incorrect release for crypto ctx
  56. 058ffae f2fs crypto: fix to release buffer for fname crypto
  57. b96bb15 f2fs crypto: shrink size of the f2fs_crypto_ctx structure
  58. 3299058 f2fs crypto: get rid of ci_mode from struct f2fs_crypt_info
  59. d491820 f2fs crypto: use slab caches
  60. ed55dd4 f2fs: cleanup a confusing indent
  61. 1245f0c f2fs: fix building on 32-bit architectures
  62. 780796a f2fs: avoid buggy functions
  63. 611242d f2fs: add compat_ioctl to provide backward compatability
  64. 788a126 f2fs: do not issue next dnode discard redundantly
  65. bb5b774 f2fs: add default mount options to remount
  66. b04df55 f2fs crypto: remove checking key context during lookup
  67. 622ad1e f2fs crypto: fix missing key when reading a page
  68. 2e91399 f2fs crypto: add filename encryption for roll-forward recovery
  69. 84e181a f2fs crypto: add filename encryption for f2fs_lookup
  70. 1800257 f2fs crypto: add filename encryption for f2fs_readdir
  71. 8f49ee7 f2fs crypto: add filename encryption for f2fs_add_link
  72. c215da3 f2fs crypto: add encryption support in read/write paths
  73. 52ab90e f2fs crypto: activate encryption support for fs APIs
  74. 6c1499b f2fs crypto: filename encryption facilities
  75. 3b90738 f2fs crypto: add encryption key management facilities
  76. 4689d15 f2fs crypto: add f2fs encryption facilities
  77. badbe5f f2fs crypto: add encryption policy and password salt support
  78. e2925a4 f2fs crypto: add encryption xattr support
  79. bf0ca4e f2fs crypto: add f2fs encryption Kconfig
  80. d1c73ad f2fs crypto: declare some definitions for f2fs encryption feature
  81. b98b558 f2fs: report unwritten area in f2fs_fiemap
  82. a857389 f2fs: avoid value overflow in showing current status
  83. 6dba518 f2fs: support FALLOC_FL_ZERO_RANGE
  84. 904265d f2fs: support FALLOC_FL_COLLAPSE_RANGE
  85. b00ffce f2fs: introduce f2fs_replace_block() for reuse
  86. bbce199 f2fs: do not re-lookup nat cache with same nid
  87. 2fb7289 f2fs: remove unneeded f2fs_make_empty declaration
  88. 597f8d3 f2fs: issue discard with finally produced len and minlen
  89. a5b4746 f2fs: introduce discard_map for f2fs_trim_fs
  90. 8bdc372 f2fs: revmove spin_lock for write_orphan_inodes
  91. 4de4c6e f2fs: split find_data_page according to specific purposes
  92. 452fe6c f2fs: fix counting the number of inline_data inodes
  93. 5c95f60 f2fs: add need_dentry_mark
  94. 16dca04 f2fs: fix race on allocating and deallocating a dentry block
  95. 275f40b f2fs: introduce dot and dotdot name check
  96. 62324b1 f2fs: move get_page for gc victims
  97. d3d488e f2fs: add sbi and page pointer in f2fs_io_info
  98. 6b24dbf f2fs: add f2fs_may_inline_{data, dentry}
  99. 139537a f2fs: clean up f2fs_lookup
  100. c715c57 f2fs: expose f2fs_mpage_readpages
  101. 300eb1f f2fs: introduce f2fs_commit_super
  102. 84376b4 f2fs: add f2fs_map_blocks
  103. c764b8b f2fs: add feature facility in superblock
  104. 3a82e65 f2fs: move existing definitions into f2fs.h
  105. 78ce91c f2fs: add missing version info in superblock
  106. 89a5459 f2fs: make has_fsynced_inode static
  107. 65eae19 f2fs: add offset check routine before punch_hole() in f2fs_fallocate()
  108. aa5e76e f2fs: use is_valid_blkaddr to verify blkaddr for readability
  109. d2f47fe Revert "f2fs: enhance multi-threads performance"
  110. 70b8450 f2fs: drop the volatile_write flag only
  111. 3157d3b f2fs: pass checkpoint reason on roll-forward recovery
  112. aaf26b9 f2fs: change 0 to false for bool type
  113. b8b45fc arm/dt: 8974pro: Update Current Values
  114. 04d9846 common: DMA-mapping: add DMA_ATTR_SKIP_CPU_SYNC attribute
  115. 6dcb61c arm: Skip DMA zeroing completely only if specified
  116. 431c319 msm: ADSPRPC: Initialize hlist node pointers
  117. dd0f14b msm:cpp: Ignore hardware interrupt when timer expires
  118. 36b8473 mm: let kswapd test movable zone watermark with ALLOC_CMA
  119. b2c085e msm:isp: handle duplicate frameid.
  120. 9ccb792 msm: camera: isp: protect driver from using invalid bufq
  121. 4198808 msm:camera: validate user space parameter for max and min value
  122. e5fec42 msm:camera:isp: vfe num input validation during reset
  123. f491b06 msm: camera: fix write sensor settings issue
  124. bdf8efd msm: camera: check size of allocated buffer to prevent overflow
  125. 058db3d drivers: misc: defer some ioctls via work queue
  126. cb05a65 msm: mdss: Unmap only when buffer was mapped
  127. a4e405b esdfs: set proper permisison for root inode
  128. 4e17175 drivers/misc: bmg160: Add a start up delay
  129. d80d528 radio-iris: Fix the issue with set calibration
  130. 1c0dffa USB: dwc3: ep0: Use WARN_ON_ONCE to fix message flooding issue
  131. fe25474 esdfs: check the hash table, even when unrestricted
  132. 3c3e40c Revert (CR) as this is not the correct approach
  133. 57fe519 drivers/misc: bmg160: Remove filter init in probe
  134. 65b5905 fs: esdfs: Remove the optimization to skip hash lookup.
  135. 1e4c417 esdfs: parse the Android user ID from the correct root
  136. e344f93 video: fb_quickdraw: Add sysfs debug entries for AoD buffers
  137. 0ea2dc6 video: fb_quickdraw: Use kobject in fb_quickdraw buffer
  138. 0b8edc5 video: fb_quickdraw: use read write semaphores for locking
  139. 6491481 msm: kgsl: Fix incorrect usage of pagetable entries counter
  140. aec83dc msm: kgsl: Add support for KGSL_CMDBATCH_MARKER
  141. b3aa67f msm: kgsl: Remove a race condition in the event processing code
  142. 034585c msm: kgsl: Refactor the GPU event engine
  143. 1d2ac47 msm: kgsl: Allow memory lists along with command submission
  144. bf8b589 msm: kgsl: Split out the context and command batch flags
  145. 252ab99 msm: kgsl: Support the KGSL_CONTEXT_CTX_SWITCH flag
  146. 1ffee00 msm: kgsl: Make global memory statistics atomic
  147. 53af7ff msm: kgsl: check for NULL pointer access
  148. 6ba9695 msm: kgsl: Elevate the priority of the thread during adreno start
  149. 3c8b6dd msm: kgsl: Disable index reg dump during snapshot
  150. 0ac4309 msm: kgsl: Disable shader memory dump during snapshot
  151. 90e387d msm: kgsl: Ignore signals for ringbuffer timestamp waits
  152. 5b0203b msm: kgsl: Continue if an IB couldn't be dumped in snapshot
  153. ae9fd49 msm: kgsl: Fix race in active count wait
  154. 4ad0f9a msm: kgsl: Restrict GPU memory object alignment to 32MB
  155. c63ba46 msm: kgsl: Mark mmapped objects with VM_DONTCOPY
  156. 47f35d9 msm: kgsl: Add ratelimit check to limit excessive kernel logging
  157. 596a11d msm: kgsl: Do not return invalid power stats when the device is off
  158. 73ba7f3 msm: kgsl: Cleanup the memory free list
  159. 406cb5b ion: Skip zeroing on secure buffers
  160. 706d031 arm: Add option to skip buffer zeroing
  161. d13b26d msm: kgsl: Fix power api's used in fault interrupt sysfs control
  162. 80ece2d msm: mdss: refactor ping pong completion logic
  163. 31e6496 msm: mdss: keep clocks on during kickoff operation
  164. a249e8e diag: Make fixes to diag_switch_logging
  165. 698a494 msm: wlan: Correct the wifi database for Indonesia
  166. 1422f75 defconfig: b-family: Enable NETFILTER_XT_TARGET_NFLOG
  167. 086f09f ACPI / processor: prevent cpu from becoming online
  168. 0f12a34 arm64: smp: Update the topology masks before calling CPU_STARTING notifiers
  169. c706faf defconfig: 8974: Disable memcg related configs
  170. 9fc810b defconfig: 8226: Disable memcg related configs
  171. 8de38ce power: qpnp-charger-mmi: Update chg_done state.
  172. 24c1769 soc: qcom: smem: Zero out ramdump segment memory
  173. f4153d7 mmc: core: Fix mmc clk scale down during writes.
  174. 70dd42a mmc: core: update host->card after getting RCA for SD card
  175. 5260044 USB: u_ether: Set complete handler before queueing to endpoint
  176. 2133f70 msm: thermal: Add RT priority to kernel hotplug thread
  177. bd1a0bb msm: thermal: Add RT priority to kernel thermal threads
  178. 56ad8b2 Revert "nl80211: Fix backport of struct wiphy_vendor_command"
  179. 03f8fc3 nl80211: Fix backport of struct wiphy_vendor_command
  180. f08ae18 Updated patch
  181. 70437d4 power: qpnp-charger: Avoid override USBIN_COMP in reverse boost for SMBBP
  182. c10105c qseecom: avoid buffer over-write when copying app_name
  183. a3f9f81 cpufreq: cpu-boost: Resolve deadlock when waking up sync thread
  184. cfaa52c cpufreq: ondemand: Resolve deadlock when waking up dbs sync thread
  185. bba67cc power: qpnp-charger: Avoid override USBIN_COMP in reverse boost for SMBBP
  186. 7162282 qseecom: add mutex protection for unloading app in qseecom_release
  187. 7e0937f qseecom: Change pr_info messages to pr_debug
  188. 814718f kernel: Restrict permissions of /proc/iomem.
  189. 74347cf wcnss: Add API to get monotonic boot time
  190. 863e8d0 cfg80211: unify station WME parsing
  191. 063bd7e netlink: add signed types
  192. ea60e02 cfg80211: pass station supported channel and oper class info.
  193. b58f6be USB: dwc3: msm: Don't disable/enable clocks if in lpm during block reset
  194. a8cb162 usb: dwc3: Improve erratic errors events handling
  195. f1a0d29 arm/dts: msm8974: Set ROI restrictions for partial update
  196. 1b02ae0 msm: mdss: Consider FLIP flags while optimizing pixel fetch
  197. 6ef4fd0 msm: mdss: Share minimum width and height limitations on panel ROI
  198. 2bb97e7 msm: mdss: dsi: Share panel alignment restrictions through sysfs node
  199. 28795ca mmc: increase hold-off time during SD "paranoid" reset
  200. 43d2112 Set the Titan Gyro filter bandwidth
  201. eb5b6f9 replacing warning msg with pr_warn_ratelimited
  202. 868a497 esdfs: add support for multiple storage views
  203. 4cb611e esdfs: remove split permission support
  204. 8580141 arm/dts: 8974pro: Update current values for 8974 pro
  205. 67d34a9 boot:dtsi: Add the active current values in uA for the cpus in device tree.
  206. 2ac3a9d cpufreq: Avoid using global variable total_cpus
  207. 7403f22 defconfig: b-family: Enable UID_CPUTIME
  208. 304f863 lowmemorykiller: maintain LMK rbtree with signal->adj_node
  209. d0364a1 fs: avoid adding non-thread-group task to LMK rbtree
  210. cade57c kernel: avoid adding non-thread-group task to LMK rbtree
  211. 695f2da usb: gadget: Align Midi Buffer size for DWC3
  212. 84cf608 usb: core: Avoid spammy warning due to misbehaving Apps
  213. 9a098da arm/dt: 8610: otus: delete vddio_disp and lcd_vci vreg node
  214. 9abc966 arm/dt: 8610: otus: Wrong supply used by display.
  215. c828638 defconfig: msm8974: disable QC NFC driver
  216. 5623919 Report IPv6 NA packets processing to partial resume handler
  217. 3254ec4 net/compat.c,linux/filter.h: share compat_sock_fprog
  218. 85d663f sk_run_filter: add BPF_S_ANC_SECCOMP_LD_W
  219. 5c7f271 USB: gadget: android: otus doesn't have midi support.
  220. 493ebd7 USB: gadget: f_mtp: Fix integer overflow when transferring large files.
  221. 57e320e USB: gadget: mtp: Fix hang in ioctl(MTP_RECEIVE_FILE) for WritePartialObject
  222. be0c05b usb: dwc3: gadget: Protect against ep disabling during completion
  223. f32635c USB: gadget: android: Integrate f_midi USB MIDI gadget driver
  224. ea3230c Revert "drivers: usb: Use Android device as USB keyboard/mouse"
  225. 13cc6f2 Updated patch
  226. cbdb0c6 USB: gadget: midi: Fix deadlock unbinding driver while it is in use
  227. b1695c8 posix_types.h: Cleanup stale __NFDBITS and related definitions
  228. cd15ecc pstore: selinux: add security in-core xattr support for pstore and debugfs
  229. d510afd Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs
  230. 6e06bb3 kernel panic in vos_start()
  231. 9d6c5ff power: qpnp-charger-mmi: 35% Demo Mode
  232. f4061bb Revert "ARM: mm: don't limit default CMA region only to low memory"
  233. 6ba131c Revert "(CR) ARM: DMA-mapping: clear cached kmap mappings"
  234. 0806d16 drivers/misc: stml0xx: Fix reset durign hub flashing
  235. d2a24f4 arm/dt: 8610: otus camera clean up
  236. c6129f5 arm/dt: 8610: otus: wrong supply used by touch
  237. c9cccf6 drivers/misc: stml0xx: Port folio state notification code
  238. 8fa40c7 arm/mach-msm: board-8610: remove touch control gpios from gpiomux
  239. ca9961a arm/dt: 8610: fix pinmux for touch reset gpio
  240. c91dd8b drivers: stml0xx: Allow the AP to control the ALS rate
  241. de5e4ab msm: mdss: Increase commit count for first kickoff
  242. 24972cb ASoC: msm: qdsp6v2: SLIM_RX and I2S_RX is internal echo reference
  243. 1087ccc ASoC: Correct the mixer control name
  244. 3bbba0d ASoC: external EC reference
  245. fc08bad mmc: fix MDT wrap around for eMMC v4.41 and later
  246. 1bc19d5 mmc: give up on SD cards that can't be initialized
  247. c8ab070 stml0xx: improve sensorhub reset mechanism
  248. e639b44 drivers/misc: stml0xx: Lux calculation devtree settings
  249. 6fe4851 stml0xx: create and use UAPI header
  250. 2bbe6fe drivers/misc/stml0xx: New Sensor Hub reset design
  251. 7d12f2c arm/dts: otus: New Sensor Hub reset design
  252. 767a874 arm/dts: otus: Add lux calculation settings to devtree
  253. 8fb8a7e ARM: DMA-mapping: clear cached kmap mappings
  254. 0997122 ARM: mm: don't limit default CMA region only to low memory
  255. bad4f12 drivers:misc:stml0xx: Support DSP interface setting
  256. 60a7a19 msm: vidc: Skip processing of release buffer event
  257. b109ce3 ion: cma_heap: free mem if fail to create sg_table
  258. b6e1555 misc: stm401: Fix conversion macros.
  259. 61714ad arm/dt: msm8610: Change the button thresholds
  260. ec14b8a lowmemorykiller: Check tgid with rcu lock held
  261. edaa3b5 Revert "increase Torch power 20mA"
  262. eab525f arm/dts: moto-common: Fix out of bounds ibatsafe
  263. 0c5ecd5 drivers/misc: stml0xx: Handle prox saturation
  264. db135aa arm/dt: otus: Handle prox saturation
  265. 6c5474d Revert "Revert "intelli_plug: add performance boost option""
  266. c6187c2 Revert "Revert "Added Intelli_plug from faux123""
  267. d4ecba9 Revert "Squash Intelli_plug from faux123"
  268. 9d20b23 Revert "intelli_plug: add performance boost option"
  269. d9b7dd7 Revert "intelli_plug: add perf_boost sysfs entry and clean up permissions"
  270. 9e841b6 Revert "intelli_plug: enable by default"
  271. ad3a2c3 Revert "Revert "intelli_plug: add perf_boost sysfs entry and clean up permissions""
  272. 21fa8a2 ASoC: tpa6165a2: Lower the headphones amplifier gain
  273. 71e6716 cpufreq: Correct the data reported in all_time_in_state
  274. c2dbad7 Revert "cpufreq: stats: Initialize all_freq_table earlier"
  275. eaa0a9b ARM: be strict about FP exceptions in kernel mode
  276. f37c162 ARM: pull in <asm/simd.h> from asm-generic
  277. 80af0df crypto: create generic version of ablk_helper
  278. 5513ba5 ARM: Make NEON support independent from procfs
  279. b84abd7 sysrq: Emergency Remount R/O in reverse order
  280. ed35ee8 msm8226: defconfig: Update configs based on Google recommendations
  281. 917ba17 Fix defconfig
  282. 91b20d0 neigh: Better handling of transition to NUD_PROBE state
  283. 7cd6cab net: ipv4: tcp: Get tcpi_count via file_count() not direct access
  284. 4e3b662 Set the iif for IPv6 packets as well.
  285. d970dc2 net: ping: Return EAFNOSUPPORT when appropriate.
  286. a284272 net: ipv6: allow choosing optimistic addresses with use_optimistic
  287. 990ac4c net: ipv6: Add a sysctl to make optimistic addresses useful candidates
  288. c3aef93 Revert "intelli_plug: add perf_boost sysfs entry and clean up permissions"
  289. 216467e Remove stuff for impulse governor
  290. 461b289 Remove dt.img and updated build.sh
  291. 5d630cb Testing anykernel by @Flashhh
  292. 5c5dad0 intelli_plug: enable by default
  293. b8ec885 intelli_plug: add perf_boost sysfs entry and clean up permissions
  294. 8742402 intelli_plug: add performance boost option
  295. 58761d4 Squash Intelli_plug from faux123
  296. 388b1ce Revert "Added Intelli_plug from faux123"
  297. cccabf3 Revert "intelli_plug: add performance boost option"
  298. c988032 Remove useless clean build
  299. 3c3a655 Updated TC info
  300. 1ddcd39 Makefile: Try new optz
  301. de82ede kernel: add missing part for gnu89 standard
  302. d2ad36d Makefile: Switch to -O3 flag
  303. d415ddb workqueue: Fix permission for power_efficient workqueue
  304. 57c9051 workqueue: Add system wide power_efficient workqueues
  305. 6885f4d workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues
  306. 289df48 Makefile: Add Graphite Flags
  307. 8e6f9b9 Makefile: optimize & cleanup
  308. d7d6616 Makefile: Add some Cortex-A7 Optimizations
  309. 5ca7c49 gcc5: makefile: remove wrapper
  310. 44b4ffe Final fix for TC path
  311. 0b9b31a gcc5: ARM: 8158/1: LLVMLinux: use static inline in ARM ftrace.h
  312. 2dccc0d Updated toolchain path
  313. 0b35049 Remove old toolchains and add support for UBERTC GCC 5.2
  314. 9778720 Remove device from . build.sh
  315. b136814 misc: lis3dh_mot: Report timestamp associated to event packet
  316. 3aa6562 misc: lis3dh_mot: Add movement detection mode
  317. 2e7d2be misc: lis3dh_mot: Enable IRQ and configure sensor separately
  318. 87c1516 misc: lis3dh_mot: Fix CTRL_REG4 configuration when enabling IRQ
  319. c8a4762 misc: lis3dh_mot: Refactor SET_MODE IOCTL
  320. ef5eb64 misc: lis3dh_mot: Make sure ODR is always updated
  321. 6309951 defconfig: msm8226: Enable wiimote
  322. 11d55da Revert "HID: wiimote: add LEGO-wiimote VID"
  323. f2cee95 HID: wiimote: add pro-controller analog stick calibration
  324. f6c1d53 HID: wiimote: fix inverted pro-controller axes
  325. 027df38 HID: wiimote: add LEGO-wiimote VID
  326. f23bd4c HID: wiimote: fix FF deadlock
  327. b3f2457 Revert "Input: introduce BTN/ABS bits for drums and guitars"
  328. 21cdaf3 HID: hid-wiimote: print small buffers via %*phC
  329. e9b6cf0 HID: wiimote: add support for Guitar-Hero guitars
  330. ea5f3fe HID: wiimote: add support for Guitar-Hero drums
  331. c65febf HID: wiimote: work around broken DRM_KAI on GEN10
  332. 839bcce HID: wiimote: support Nintendo Wii U Pro Controller
  333. 32f50e9 HID: wiimote: fix coccinelle warnings
  334. bf26600 HID: wiimote: discard invalid EXT data reports
  335. 3bec7b2 HID: wiimote: fix classic controller parsing
  336. 767625a HID: wiimote: init EXT/MP during device detection
  337. 95e4d19 HID: wiimote: fix DRM debug-attr to correctly parse input
  338. ade8626 HID: wiimote: add MP quirks
  339. ee52504 HID: wiimote: remove old static extension support
  340. 6f23858 HID: wiimote: add "bboard_calib" attribute
  341. 934f12c HID: wiimote: add sysfs extension/device-type attrs
  342. 5ef3d24 HID: wiimote: lock DRM mode during debugfs overwrite
  343. e583a84 HID: wiimote: fix ctx pointer in debugfs DRM-write
  344. 54829c2 HID: wiimote: add Motion Plus extension module
  345. 30541f9 HID: wiimote: add Classic Controller extension
  346. 2050175 HID: wiimote: add Nunchuk support
  347. d7a3cb0 HID: wiimote: add Balance Board support
  348. 4632dc2 HID: wiimote: add extension hotplug support
  349. 53d2c51 HID: wiimote: convert IR to module
  350. d51e4d0 HID: wiimote: convert ACCEL to module
  351. 5f3f9e9 HID: wiimote: convert LEDS to modules
  352. 4ef6b5d HID: wiimote: convert BATTERY to module
  353. 3fe1cff HID: wiimote: convert KEYS and RUMBLE to modules
  354. 54d4d7b HID: wiimote: add sub-device module infrastructure
  355. c8e4e2c HID: wiimote: use unique battery names
  356. 7590e5b HID: wiimote: wake up if output queue failed
  357. 247392a HID: wiimote: use cached battery values on I/O failure
  358. 25cbaa6 HID: wiimote: add device detection
  359. 26ec1f3 HID: wiimote: keep HID device open
  360. 38ba36f HID: wiimote: move queue handling into separate struct
  361. 0e7def2 HID: wiimote: extend driver description
  362. 5b7767b HID: wiimote: parse reduced status reports
  363. 3061ac3 HID: wiimote: add 2nd generation Wii Remote IDs
  364. 379381a HID: Fix uninitialized variable "size" in hid-wiimote-debug
  365. abffed0 HID: wiimote: fix weight conversion error for values > 17kg
  366. 27250f6 HID: wiimote: Parse calibration data of balance boards
  367. 0a603f7 HID: wiimote: Add Nintendo Balance-Board support
  368. c9d360d HID: Allow drivers to be their own listener
  369. f55a6a2 HID: wiimote-ext: comment spelling fix
  370. 9648c25 input: document gamepad API and add extra keycodes
  371. 77be9e2 bluetooth: Validate socket address length in sco_sock_bind().
  372. 9b8130a net: add validation for the socket syscall protocol argument
  373. 772c80d defconfig: titan & thea: Enable significant motion sensor
  374. f2bd83d misc: bma2x2: Add config entries for extra sensor features
  375. bd1b694 sched: remove duplicate code
  376. 9a50a79 cma: Add support for memory limits
  377. 42d8cd8 arm/dts: msm8226-moto-common: Add current consumption values
  378. 94b86a6 nf: IDLETIMER: Adds the uid field in the msg
  379. ac9f949 nf: IDLETIMER: time-stamp and suspend/resume handling.
  380. 141a526 V5.1
  381. 789b1e0 mm: reorder can_do_mlock to fix audit denial
  382. b78daba md: use kzalloc() when bitmap is disabled
  383. bc08b24 KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring
  384. 85feae4 KEYS: Fix race between key destruction and finding a keyring by name
  385. 5da51e2 KEYS: Add invalidation support
  386. f0d1ea5 KEYS: Permit in-place link replacement in keyring list
  387. 88ee11d KEYS: Perform RCU synchronisation on keys prior to key destruction
  388. 6b7c08f KEYS: Fix handling of stored error in a negatively instantiated user key
  389. fd79e37 ipv6: addrconf: validate new MTU before applying it
  390. fe09cd7 net: fix iterating over hashtable in tcp_nuke_addr()
  391. ecb44ff pagemap: do not leak physical addresses to non-privileged userspace
  392. 49e2478 __ptrace_may_access() should not deny sub-threads
  393. 26bf637 build.sh: move device to generic
  394. 4559435 V5 is up
  395. 0b05649 Remove dt.img from kernel/dt.img by default
  396. 7974b51 Make zip-creator/kernel folder for use dt.img
  397. 7e7dfc5 dt.img: Updated titan & thea
  398. 2cd5ac1 wlan: Fix discrepancy in channel list passed to FW.
  399. a80596c Added peregrine support
  400. 6dcaa9b v4
  401. 3ea9631 fs: sync: add missing return if fsync is disabled from userspace.
  402. 4e5d786 fs: sync: enable fsync by default.
  403. c235428 Added fsync on/off support.
  404. 79422bd Add and enable kexec-hardboot changes for peregrine,falcon.thea and titan.
  405. ce4df8e cpufreq: stats: Initialize all_freq_table earlier
  406. 6299d9b hashtable: Use upstream kernel implementation
  407. 9484cd9 DefConfigs: Removed pure_defconfig for titan and thea.
  408. 3cfdc7b Build.sh: Added support for falcon's dt.img
  409. a6681ff MonsterKernel-MM Released
  410. 1f3263f titan,thea,peregrine,falcon Updated defconfigs
  411. 192c722 V1.1 FOR 6.0.0
  412. 86334c6 Updated defconfigs
  413. 4a760e1 Added FIFO Scheduler
  414. edc560c video: mdss: Report PCC values from pp registers
  415. 0767fca Fix build
  416. f174e76 Removed LAZYPLUG on 6.0.0
  417. ca8e092 Up defconfigs
  418. 1034f2e Added build-zip.sh
  419. 45123da xz: Optimize Sfck Compression
  420. ad73fd4 block: Disable add_random
  421. 4e20dea block: deadline: Optimize for non-rotational
  422. b87e017 Thea & titan: Added pure defconfig kernel
  423. 9168538 Advanced TCP Congestions
  424. c65a191 Reclaim RAM from loggers
  425. 058b24b random: entropy tweaks are all the rage nowadays
  426. 9a2901a block: cfq: merge tweaked tunables.
  427. f108fb9 Enable pipe flag.
  428. bcb74e3 writeback: increase bdi_min_ratio to 5
  429. 3ba62c9 mmc: Disable crc check
  430. c28bbaf Added optimized ARM RWSEM algorithm.
  431. 59b9b94 arm: lz4: faster boot-up process.
  432. 8291251 intelli_plug: add performance boost option
  433. ed2d38b increase Torch power 20mA
  434. 4561387 drivers: usb: Use Android device as USB keyboard/mouse
  435. def2b5d drivers/thermal/Kconfig: fix default prompt error
  436. 6cf572f Enabled lazyplug by default
  437. 821e227 msm: kgsl: Bump the GPU frequency for long blocks of processing
  438. 1df20cc msm: kgsl: set the correct max_state
  439. 9d6292b PM / devfreq: Check for GPU busy time before sending the sample
  440. 2567d40 Up defconfigs
  441. d6d50b7 msm: mdss: KCAL: Remove deprecated __dev* markings
  442. 2ec39a6 msm: mdss: Add pa_v2 support to KCAL
  443. 7b70b4c msm: mdss: Replace PGC implementation with PCC for KCAL
  444. 3b3ed4e msm: mdss: Add KCAL support for post processing control [v2]
  445. 5baba79 lazyplug: add mutex & boolean check for lazy mode
  446. 52eb8ed vidc: add lazyplug hooks
  447. f870e4a Introduce Lazyplug
  448. a95a7c7 drivers: notifier: add state notifier driver
  449. 2c34e89 sched: LOAD_FREQ (4*HZ+61) avoids loadavg Moire. From http://ripke.com/loadavg/moire
  450. 304fb6d Up defconfigs
  451. 0b15436 Added intelliactive governor
  452. 83b65df Added dancedance governor
  453. 1db8766 Added Wheatley governor
  454. 604e1bc Updated defconfigs
  455. 5391749 Sound Control: let register lock be dependent on different hw revisions
  456. ca43f91 Sound Control: Misc clean up for newer WCD9xxx SOCs
  457. 8881d8f Sound Control: expose direct register manipulations to userspace
  458. 4fa7f9f Sound Control 3.2: Adapt for Titan
  459. 04b7793 Sound Control 3.2: Initial Port to MSM8226 Socs Signed-off-by: Paul Reioux <reioux@gmail.com>
  460. cc3dc66 Enabled BFQ-BFQIO
  461. 7f933f3 block, bfq: add Early Queue Merge (EQM) to BFQ-v7r8 for 3.4.0
  462. 5aa9d32 block: introduce the BFQ-v7r8 I/O sched for 3.4
  463. deb2a91 block: cgroups, kconfig, build bits for BFQ-v7r8-3.4
  464. 534acfb Enabled INTELLI_PLUG
  465. 1957901 Intelli_plug: kernel sched/core: add per cpu nr_running stats
  466. db468be intelli_plug: refactor stats calculation code to be less intrusive
  467. 62f832d Added Intelli_plug from faux123
  468. a76e105 net: ipv6: Amend ipv6_recv_error usage
  469. 811b353 msm: qcrypto: remove duplicate define for list_next_entry
  470. d514977 wlan: prima: Fix GCC 5.1.0 Build issues with WDI_ProcessResponse
  471. 7aad410 lib: unlzo: Fix GCC 5.1.0 Build
  472. 2b0d82b wlan: prima: Fix GCC 5.1.0 Build
  473. f649170 msm: vidc: update format during downscaling
  474. 967a50f gcc5: drivers/staging/prima/CORE/MAC/src/pe/sch/schBeaconGen.c: fix warning: passing argument 2 of 'vos_mem_compare' discards 'const' qualifier from pointer target type
  475. 3a7ff95 gcc5: drivers/video/msm/mdss/mdss_mdp_pp.c: fix warning: comparison of constant '15' with boolean expression is always false
  476. 905cc05 gcc5: drivers/video/msm/mdss/mdss_mdp_pp.c: fix warning: logical not is only applied to the left hand side of comparison
  477. a555c6b gcc5: sound/soc/codecs/wcd9xxx-mbhc.c fix warning: initialization discards 'const' qualifier from pointer target type
  478. 84d20d2 gcc5: gpu: msm: fix 5.0 compile
  479. 5b875bc Fix warnings spam with gcc5
  480. 6abf870 arm: msm: mmi-pinmux: Fix GCC 5.1 Build
  481. 4c4370b include: Add support for GCC 5.0,GCC 5.1 and 6.0
  482. d73a8c1 Enabled Alucard governor
  483. d04413a Enabled USB_FORCE_FAST_CHARGE
  484. 7e94b50 Add Alucard Governor
  485. 0e75869 ZEN I/o
  486. e411932 SIO I/O
  487. 3e55206 LionHeart governor
  488. 5a5dec3 Temp:Enabled CPU_BOOST && enabled defconfigs
  489. 844ec51 MonsterKERNEL-MM
  490. 4f9e8b8 Added I/O SioPlus
  491. 982b9ca msm: vidc: Always return 0 for EXTRADATA_SIZE
  492. 57119a7 Always set noatime no diratime on all partitions! I/O Boost! V2
  493. 925923f Always set noatime no diratime on all partitions! I/O Boost!
  494. 4f671af Supress more GCC 5.0 warnings
  495. 82956dc Optimized SLUB memory allocator (creds: Christopher83)
  496. 1074ceb THEA: Enabled INTELLI_THERMAL_V2=y
  497. 174df1a INTELLI_THERMAL V2
  498. 08a9f48 intellithermal v2: adapt for MSM8226 architecture
  499. a40f2ca Enabled frandom
  500. c34f44f Add /dev/frandom
  501. 6519a93 Enabled modules
  502. cae7ea0 USB Force Fast charge
  503. 1bd2cda drivers/usb/gadget/Kconfig:881:warning: defaults for choice values
  504. 92950f6 Bye bye localversion
  505. 1a275a2 msm8226: configs: disable CONFIG_SYSVIPC
  506. a387739 defconfig: Update falcon, peregrine, titan and thea defconfigs
  507. db5d6f4 power: qpnp-bms-mmi: Fix devm_kfree warning caused by NULL pointer
  508. 3e47b3a ARM: dts: msm: Limit ADSP CMA heap to lowmem for 8x26
  509. d03dd85 defconfig: Enable CONFIG_UID_CPUTIME
  510. a5919fa cpu_power: Avoids race condition when the task exits.
  511. 9adae85 sched: cpufreq: Adds a field cpu_power in the task_struct
  512. d66f857 cpufreq_stats: Adds the fucntionality to load current values for each frequency for all the cores.
  513. 054a267 cpufreq: prevents NULL pointer reference while all_time_in_state stats is collected.
  514. 5f7ee9a cpufreq: fix sleeping in atomic context when realloc freq_table for all_time_in_state
  515. 06aede5 cpufreq: Persist cpufreq time in state data across hotplug
  516. 4bceedd uid_cputime: Iterates over all the threads instead of processes.
  517. 423fb32 uid_cputime: fix cputime overflow
  518. ff976ac uid_cputime: Fixes double accounting race condition on task exit.
  519. 97df292 uid_cputime: Extends the cputime functionality to report power per uid
  520. b034bee proc: uid_cputime: fix show_uid_stat permission
  521. e3cdc03 proc: uid: Changes the thread notifier to profile event notifier.
  522. f7807b0 proc: uid: Adds accounting for the cputimes per uid.
  523. a693e53 defconfig: Enable tee target for netfilter
  524. 8a7189e msm: vidc: add driver support to enable operating rate
  525. f4c57d2 msm: vidc: Enable session priority support.
  526. 04f1d1c msm: vidc: Fix race condition during concurrent sessions
  527. f4333b4 Enable setting security contexts on rootfs inodes.
  528. 4014252 selinux: enable genfscon labeling for sysfs and pstore files
  529. 8130ed6 selinux: enable per-file labeling for debugfs files.
  530. be69348 selinux: correctly label /proc inodes in use before the policy is loaded
  531. 109010b SELinux: ss: Fix policy write for ioctl operations
  532. 54f8d95 SELinux: use deletion-safe iterator to free list
  533. 1f7a84e SELinux: per-command whitelisting of ioctls
  534. 5f6e079 security: lsm_audit: add ioctl specific auditing
  535. 2d2eab8 SELinux: Update policy version to support constraints info
  536. a66a933 SELinux: add default_type statements
  537. e985fcf SELinux: allow default source/target selectors for user/role/range
  538. bbcec82 selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message types
  539. 5d0a2e5 selinux/nlmsg: add XFRM_MSG_MAPPING
  540. cf8776d selinux/nlmsg: add XFRM_MSG_MIGRATE
  541. 7526a16 selinux/nlmsg: add XFRM_MSG_REPORT
  542. ed4cc8b selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFO
  543. 8194911 selinux/nlmsg: add XFRM_MSG_GETSPDINFO
  544. 7b7c1b6 selinux/nlmsg: add XFRM_MSG_NEWSPDINFO
  545. da79672 proc: Allow proc_free_inum to be called from any context
  546. 65b532d proc: Usable inode numbers for the namespace file descriptors.
  547. a4e0fc5 proc: Fix the namespace inode permission checks.
  548. 3e9b008 proc: Generalize proc inode allocation
  549. 1d034b9 vfs: Allow unprivileged manipulation of the mount namespace.
  550. 8f3cd07 vfs: Only support slave subtrees across different user namespaces
  551. d746194 vfs: Add a user namespace reference from struct mnt_namespace
  552. 41c13b9 vfs: Add setns support for the mount namespace
  553. dbec0a6 consitify do_mount() arguments
  554. 94268ed do_add_mount()/umount -l races
  555. f8871f9 fs: introduce inode operation ->update_time
  556. 9830c65 VFS: Comment mount following code
  557. 61d2903 VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors
  558. 5679746 get rid of magic in proc_namespace.c
  559. 495c0f5 get rid of ->mnt_longterm
  560. d8b1bac brlocks/lglocks: API cleanups
  561. a136294 brlocks/lglocks: turn into functions
  562. a13844d lglock: remove online variants of lock
  563. 97211ce Revert "Revert "msm-camera: move target checks to userspace""
  564. 3354dd3 wlan: Address buffer overflow due to invalid length
  565. b945bbd ARM: 8160/1: drop warning about return_address not using unwind tables
  566. 3725d40 net: add length argument to skb_copy_and_csum_datagram_iovec
  567. fdbb193 Slim_ngd: Don't create the device node per SSR
  568. a09aef4 ASoC: msm: qdsp6v2: add support for any number of ASM buffers
  569. 58bf09f tcp_cubic: do not set epoch_start in the future
  570. bb8f060 tcp_cubic: better follow cubic curve after idle period
  571. 15acdd9 usb: gadget: mass_storage: added sysfs entry for cdrom to LUNs
  572. 0bda748 Revert "usb: gadget: Add sysfs support for configuring cdrom"
  573. 0b6e777 defconfig: get rid of nfc
  574. 7b58e91 Updated zip-creator for 6.0
  575. d717475 Updated build.sh for 6.0
  576. 59b26b0 Zip-creator
  577. ba4bd0e Build.sh
  578. 5c4e849 Changelog.sh
  579. 3c6c5a9 Patch.sh
  580. a2253ec Thea defconfig
  581. feea65d first commit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement