1. 7ec9df1 sched: Remove synchronize rcu/sched calls from _cpu_down by Kaushal Kumar · 12 years ago
  2. 56a32fe sched: Fix endless sync_sched/rcu() loop inside _cpu_down() by Michael wang · 13 years ago
  3. db7eb0f sched: Remove extra put_online_cpus() inside sched_setaffinity() by Michael wang · 13 years ago
  4. efeac5e sched: Remove get_online_cpus() usage by Peter Zijlstra · 13 years ago
  5. 106cf7e cpufreq: Protect against hotplug in cpufreq_register_driver() by Junjie Wu · 12 years ago
  6. b219576 cpufreq: Return directly in __cpufreq_get if policy is NULL by Junjie Wu · 12 years ago
  7. e9d06d1 msm: rq_stats: Fix wrong usage of cpufreq_quick_get() by Junjie Wu · 12 years ago
  8. 9ef2cf8 msm: rq_stats: Use cpufreq API to get the current frequency by Archana Sathyakumar · 12 years ago
  9. ed4ba50 soc: qcom: rq_stats: remove the redundant iowait check by Anji Jonnala · 12 years ago
  10. 1a39587 soc: qcom: rq_stats: Always show idle time left by Stephen Boyd · 12 years ago
  11. ddeb06e perf: Pass appropriate parameters when removing event by Zhao Wei Liew · 10 years ago
  12. 7f4c7bb msm: perf: clean up duplicate constraint events by Neil Leeder · 13 years ago
  13. a3927fa rpm-smd: Optimize smd data read by Anji Jonnala · 11 years ago
  14. 180a5e3 msm: rpm_smd: Fix issue of RPM ACK not getting processed by Mahesh Sivasubramanian · 14 years ago
  15. 634b19b msm: rpm-smd: Fix locking performance issues by Mahesh Sivasubramanian · 14 years ago
  16. 2a41c3c CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online_cpus() by Srivatsa S. Bhat · 14 years ago
  17. 2bf1c8f msm: vidc: Enable dynamic debug level & out for video kernel driver by wyun · 11 years ago
  18. 4de4afc msm: perf: Do not allocate new hw_event if event is duplicate. by Arun KS · 10 years ago
  19. 6c4824b trace: prevent NULL pointer dereference by Kishor PK · 10 years ago
  20. 58ca0c9 msm: clock: Fix potential NULL pointer dereference by Jaiju Yesudasan · 10 years ago
  21. 5f7931e msm: rpm-smd: Add a check to validate the rpm message length by Anji Jonnala · 11 years ago
  22. ead202f qcom: rpm-smd: Add NULL check for input data variable by Anil Kumar Mamidala · 11 years ago
  23. 9a81822 msm: rpm-smd: Fix bug of accessing a free'd data structure by Mahesh Sivasubramanian · 14 years ago
  24. 5f45751 msm: rpm-smd: Fix uninitialized variables in a function by Mahesh Sivasubramanian · 13 years ago
  25. 6e90098 msm: rpm-smd: Configure WQ for higer priority by Mahesh Sivasubramanian · 13 years ago
  26. 735aab8 staging: binder: add vm_fault handler by Vinayak Menon · 12 years ago
  27. f3e7f2d msm: perf: validate input argument of ev_constraints functions by Kishor PK · 10 years ago
  28. aa14be3 sched: Introduce CONFIG_SCHED_FREQ_INPUT by Srivatsa Vaddagiri · 12 years ago
  29. 5c50bf7 cpufreq: cpu-boost: Consider only task load to decide on sync frequency by Girish S Ghongdemath · 12 years ago
  30. f33efac cpufreq: cpu-boost: Handle wakeup hints received for foreground tasks by Rohit Gupta · 12 years ago
  31. f906ba0 sched: window-based load stats improvements by Srivatsa Vaddagiri · 12 years ago
  32. 7054d49 sched: Add min_max_freq and rq->max_possible_freq by Srivatsa Vaddagiri · 12 years ago
  33. 6d536c0 sched: move task load based functions by Steve Muckle · 12 years ago
  34. bc6d706 sched: fix race between try_to_wake_up() and move_task() by Steve Muckle · 12 years ago
  35. fac5e0e sched: Skip load update for idle task by Srivatsa Vaddagiri · 12 years ago
  36. 8c7a411 sched: window-stats: Fix overflow bug by Srivatsa Vaddagiri · 12 years ago
  37. 50c7d47 sched: Window-based load stat improvements by Srivatsa Vaddagiri · 12 years ago
  38. fddadfa sched: Disable wakeup hints for foreground tasks by default by Rohit Gupta · 12 years ago
  39. 1bd9e1f sched: Call the notify_on_migrate notifier chain for wakeups as well by Rohit Gupta · 12 years ago
  40. 5ec9df8 cpufreq: cpu-boost: Introduce scheduler assisted load based syncs by Rohit Gupta · 12 years ago
  41. 7b7fb12 cpufreq: cpu-boost: Resolve deadlock when waking up sync thread by Srivatsa Vaddagiri · 13 years ago
  42. ba77488 cpufreq: cpu-boost: Re-issue boosts above minimum frequency by Patrick Cain · 12 years ago
  43. 07762c9 cpufreq: cpu-boost: Resolve deadlock when waking up sync thread by Swetha Chikkaboraiah · 11 years ago
  44. 62f5adf cpufreq: cpu-boost: Use one work to remove input boost for all CPUs by Rohit Gupta · 12 years ago
  45. a83f639 cpufreq: cpu-boost: Support separate input_boost_freq for different CPUs by Junjie Wu · 12 years ago
  46. 71689d5 cpufreq: cpu-boost: Use interruptible wait to not affect load average by Swetha Chikkaboraiah · 12 years ago
  47. 5237889 cpu-boost: sync with kk_3.5 by Dan Pasanen · 12 years ago
  48. 553739832 cpufreq: cpu-boost: Don't register for cpufreq notifiers too early by Saravana Kannan · 12 years ago
  49. 889de8f sched: window-based load stats for tasks by Srivatsa Vaddagiri · 12 years ago
  50. 76173db sched: Make scheduler aware of cpu frequency state by Srivatsa Vaddagiri · 13 years ago
  51. 5f81291 sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking by Paul Turner · 14 years ago
  52. 6927616 sched: Make __update_entity_runnable_avg() fast by Paul Turner · 14 years ago
  53. bdda130 sched: Update_cfs_shares at period edge by Paul Turner · 14 years ago
  54. 9d87eba sched: Refactor update_shares_cpu() -> update_blocked_avgs() by Paul Turner · 14 years ago
  55. 3d60848 sched: Replace update_shares weight distribution with per-entity computation by Paul Turner · 14 years ago
  56. 5c1cb8e sched: Maintain runnable averages across throttled periods by Paul Turner · 14 years ago
  57. d36b71a sched: Normalize tg load contributions against runnable time by Paul Turner · 14 years ago
  58. fdb1a24 sched: Compute load contribution by a group entity by Paul Turner · 14 years ago
  59. 679f45f sched: Aggregate total task_group load by Paul Turner · 14 years ago
  60. 0fe5038 sched: Account for blocked load waking back up by Paul Turner · 14 years ago
  61. 635704d sched: Add an rq migration call-back to sched_class by Paul Turner · 14 years ago
  62. 5f7c4c5 sched: Maintain the load contribution of blocked entities by Paul Turner · 14 years ago
  63. 1c5465d sched: Aggregate load contributed by task entities on parenting cfs_rq by Paul Turner · 14 years ago
  64. b9283ad sched: Maintain per-rq runnable averages by Ben Segall · 14 years ago
  65. e4079d2 sched: Track the runnable average on a per-task entity basis by Paul Turner · 14 years ago
  66. 2f9d485 msm: msm_rq_stats: remove is_smp() API by Murali Nalajala · 12 years ago
  67. 023faa6 msm: rq_stats: Pass correct cpu id to update_average_load function by Prasad Sodagudi · 12 years ago
  68. 9775141 smpboot: Remove leftover declaration by Thomas Gleixner · 14 years ago
  69. b1a98e2 smpboot: use kmemleak_not_leak for smpboot_thread_data by Vignesh Radhakrishnan · 11 years ago
  70. f07da69 smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread() by Lai Jiangshan · 12 years ago
  71. 1dc7259 cpu: Handle smpboot_unpark_threads() uniformly by Paul E. McKenney · 11 years ago
  72. f21320b cpu: Defer smpboot kthread unparking until CPU known to scheduler by Paul E. McKenney · 11 years ago
  73. e0cdcf8 UPSTREAM: ppp: defer netns reference release for ppp channel by WANG Cong · 10 years ago
  74. 18e9860 UPSTREAM: ipv6: add complete rcu protection around np->opt by Eric Dumazet · 11 years ago
  75. 963cd9a UPSTREAM: netfilter: x_tables: make sure e->next_offset covers remaining blob size by Florian Westphal · 10 years ago
  76. e191974 UPSTREAM: netfilter: x_tables: validate e->target_offset early by Florian Westphal · 10 years ago
  77. bbaf328 BACKPORT: ipv6: Don't reduce hop limit for an interface by D.S. Ljungmark · 10 years ago
  78. 513d87b BACKPORT: signal: allow to send any siginfo to itself by Andrey Vagin · 13 years ago
  79. 8a56c4f net: tcp: fix rtable leak in tcp_is_local[6] by liping.zhang · 10 years ago
  80. d4117cd UPSTREAM: selinux: fix bug in conditional rules handling by Stephen Smalley · 11 years ago
  81. a9084a0 UPSTREAM: memcg: Only free spare array when readers are done by Martijn Coenen · 10 years ago
  82. 9c60b9e ANDROID: exec_domains: Disable request_module() call for personalities by John Stultz · 11 years ago
  83. accef77 selinux: Android kernel compatibility with M userspace by Jeff Vander Stoep · 11 years ago
  84. ecf1088 selinux: extended permissions for ioctls by Jeff Vander Stoep · 11 years ago
  85. 29ea324 security: add ioctl specific auditing to lsm_audit by Jeff Vander Stoep · 11 years ago
  86. b0cde1e selinux: remove unnecessary pointer reassignment by Jeff Vander Stoep · 11 years ago
  87. 94bdaad Revert "security: lsm_audit: add ioctl specific auditing" by Jeff Vander Stoep · 11 years ago
  88. 8c4c81b Revert "SELinux: per-command whitelisting of ioctls" by Jeff Vander Stoep · 11 years ago
  89. f636525 Revert "SELinux: use deletion-safe iterator to free list" by Jeff Vander Stoep · 11 years ago
  90. 97df93a Revert "SELinux: ss: Fix policy write for ioctl operations" by Jeff Vander Stoep · 11 years ago
  91. 3c22c9a net: diag: support v4mapped sockets in inet_diag_find_one_icsk() by Eric Dumazet · 10 years ago
  92. 1c2e92b net: tcp: deal with listen sockets properly in tcp_abort. by Lorenzo Colitti · 11 years ago
  93. 1f1f520 net: diag: Support destroying TCP sockets. by Lorenzo Colitti · 11 years ago
  94. 5cfac14 net: diag: Support SOCK_DESTROY for inet sockets. by Lorenzo Colitti · 11 years ago
  95. 33a38cc net: diag: Add the ability to destroy a socket. by Lorenzo Colitti · 11 years ago
  96. 707ab35 net: diag: split inet_diag_dump_one_icsk into two by Lorenzo Colitti · 11 years ago
  97. bebcb1a cfq-iosched: fix the setting of IOPS mode on SSDs by Jens Axboe · 11 years ago
  98. fa615e9 block: Make CFQ default to IOPS mode on SSDs by Tahsin Erdogan · 11 years ago
  99. 956bace block: row: add magic values. by franciscofranco · 13 years ago
  100. 721cc5b f2fs: sync with upstream by Jaegeuk Kim · 10 years ago