1. 8de9ac6 sched: Add a device tree property to specify the sched boost type by Pavankumar Kondeti · 8 years ago
  2. 14c7900 sched: Add a stub function for init_clusters() by Pavankumar Kondeti · 8 years ago
  3. 72b49a3 sched: add a knob to prefer the waker CPU for sync wakeups by Pavankumar Kondeti · 8 years ago
  4. 601ebbd sched: Fix a division by zero bug in scale_exec_time() by Pavankumar Kondeti · 8 years ago
  5. 1855bff sched: Fix CPU selection when all online CPUs are isolated by Syed Rameez Mustafa · 8 years ago
  6. 7b0a144 sched: don't assume higher capacity means higher power in lb by Pavankumar Kondeti · 8 years ago
  7. 833926cb sched/core_ctl: Integrate core control with cpu isolation by Olav Haugan · 8 years ago
  8. e3a3db9 sched/core_ctl: Refactor cpu data by Olav Haugan · 8 years ago
  9. 09bcc68 trace: Move core control trace events to scheduler by Olav Haugan · 8 years ago
  10. 9306c80 core_ctrl: Move core control into kernel by Olav Haugan · 8 years ago
  11. 23d984b perf: Add cpu isolation awareness by Olav Haugan · 8 years ago
  12. d860095 smp: Do not wake up all idle CPUs by Olav Haugan · 8 years ago
  13. 4970a4a pmqos: Enable cpu isolation awareness by Olav Haugan · 8 years ago
  14. ca2a91e irq: Make irq affinity function cpu isolation aware by Olav Haugan · 8 years ago
  15. 39432ea sched/core: Add trace point for cpu isolation by Olav Haugan · 8 years ago
  16. 3f2cb30 sched: add cpu isolation support by Olav Haugan · 8 years ago
  17. d8354e6 watchdog: Add support for cpu isolation by Olav Haugan · 8 years ago
  18. 99cd46a cpumask: Add cpu isolation support by Olav Haugan · 8 years ago
  19. 0f3f78e timer: Do not require CPUSETS to be enabled for migration by Olav Haugan · 8 years ago
  20. e92935e2 timer: Add function to migrate timers by Santosh Shukla · 9 years ago
  21. da244eb hrtimer.h: prevent pinned timer state from breaking inactive test by Gary S. Robertson · 10 years ago
  22. b73f136 hrtimer: make sure PINNED flag is cleared after removing hrtimer by Viresh Kumar · 9 years ago
  23. 6f34f46 hrtimer: create hrtimer_quiesce_cpu() to isolate CPU from hrtimers by Viresh Kumar · 9 years ago
  24. 6894406 hrtimer: update timer->state with 'pinned' information by Viresh Kumar · 9 years ago
  25. 9536efe timer: create timer_quiesce_cpu() to isolate CPU from timers by Viresh Kumar · 9 years ago
  26. ebc437b sched: Add missing bits of HMP scheduling by Syed Rameez Mustafa · 8 years ago
  27. c9cce0c sched: reduce sleep duration in wait_task_inactive() by Syed Rameez Mustafa · 7 years ago
  28. a1792ad sysctl: add boot_reason and cold_boot sysctl entries for arm64 by David Collins · 10 years ago
  29. 381adf3 sysctl: add cold_boot sysctl entry by David Keitel · 11 years ago
  30. ea449ff msm: 8x55: put reason for boot in procfs from SMEM by Rick Adams · 14 years ago
  31. f37d2ac Merge remote-tracking branch 'origin/tmp-69973b8' into msm-4.8 by Kyle Yan · 8 years ago
  32. 166ad0e kcov: add missing #include <linux/sched.h> by Kefeng Wang · 8 years ago
  33. 68f5503 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  34. bf7f1c7 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  35. 5b43f97 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  36. ef5ecfe Merge remote-tracking branch 'origin/tmp-3e5de27' into msm-4.8 by Kyle Yan · 8 years ago
  37. f943fe0 lockdep: Fix report formatting by Dmitry Vyukov · 8 years ago
  38. 8fc31ce perf/core: Remove invalid warning from list_update_cgroup_even()t by David Carrillo-Cisneros · 8 years ago
  39. 5044bbd Merge remote-tracking branch '4.4/tmp-e5517c2' into 4.8 by Kyle Yan · 8 years ago
  40. 173de7d lib: spinlock: Cause a watchdog bite on spin_dump by Rohit Vaswani · 10 years ago
  41. 8bca927 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  42. 1be5d4f locking/rtmutex: Use READ_ONCE() in rt_mutex_owner() by Thomas Gleixner · 8 years ago
  43. dbb2605 locking/rtmutex: Prevent dequeue vs. unlock race by Thomas Gleixner · 8 years ago
  44. 94af8d6 Merge "sched: fix compilation error with !CONFIG_SMP" into msm-4.8 by Kyle Yan · 8 years ago
  45. 432cf0bb sched: fix compilation error with !CONFIG_SMP by Joonwoo Park · 8 years ago
  46. e2d2afe bpf: fix states equal logic for varlen access by Josef Bacik · 8 years ago
  47. faaae2a Re-enable CONFIG_MODVERSIONS in a slightly weaker form by Linus Torvalds · 8 years ago
  48. 594f0bb Merge "sched: Introduce HMP scheduling" into msm-4.8 by Kyle Yan · 8 years ago
  49. 83929cce sched/autogroup: Fix 64-bit kernel nice level adjustment by Mike Galbraith · 8 years ago
  50. ded9b5d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  51. 8e5bfa8 sched/autogroup: Do not use autogroup->tg in zombie threads by Oleg Nesterov · 8 years ago
  52. 18f649e sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task() by Oleg Nesterov · 8 years ago
  53. 8d1a240 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  54. 27e7ab9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  55. e96271f perf/core: Fix address filter parser by Alexander Shishkin · 8 years ago
  56. f2cf423 Merge remote-tracking branch 'origin/tmp-9c76358' into msm-4.8 by Kyle Yan · 8 years ago
  57. dddcab7 sched: Introduce HMP scheduling by Syed Rameez Mustafa · 8 years ago
  58. e245d99 lockdep: Limit static allocations if PROVE_LOCKING_SMALL is defined by Babu Moger · 8 years ago
  59. f23cc64 bpf: fix range arithmetic for bpf map access by Josef Bacik · 8 years ago
  60. 81bcfe5 Merge tag 'trace-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  61. 864c235 perf/core: Do not set cpuctx->cgrp for unscheduled cgroups by David Carrillo-Cisneros · 8 years ago
  62. a8829ec Merge remote-tracking branch 'origin/tmp-a25f094' into msm-4.8 by Divya Sharma · 8 years ago
  63. e76d21c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  64. 546fece ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip records by Steven Rostedt (Red Hat) · 8 years ago
  65. 977c1f9 ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace records by Alexei Starovoitov · 8 years ago
  66. f5c9f9c Revert "printk: make reading the kernel log flush pending lines" by Linus Torvalds · 8 years ago
  67. 5d69561 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  68. b9f659b Merge tag 'pm-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  69. cd16f3d Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes' by Rafael J. Wysocki · 8 years ago
  70. c6c7d83 Revert "console: don't prefer first registered if DT specifies stdout-path" by Hans de Goede · 8 years ago
  71. 44dc770 trace: Add snapshot of ipc_logging driver by Karthikeyan Ramasubramanian · 8 years ago
  72. 7ee7e87 genirq: Use irq type from irqdata instead of irqdesc by Thomas Gleixner · 8 years ago
  73. dd5e9dd Merge remote-tracking branch 'origin/tmp-bc33b0c' into 4.8 by Channagoud Kadabi · 8 years ago
  74. 20b2b24 bpf: fix map not being uncharged during map creation failure by Daniel Borkmann · 8 years ago
  75. 483bed2 bpf: fix htab map destruction when extra reserve is in use by Daniel Borkmann · 8 years ago
  76. e6d4a92 Merge remote-tracking branch 'origin/tmp-a909d3e' into 1105 by Channagoud Kadabi · 8 years ago
  77. ffbcbfc Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  78. 243d521 taskstats: fix the length of cgroupstats_cmd_get_policy by WANG Cong · 8 years ago
  79. 8243d55 sched/core: Remove pointless printout in sched_show_task() by Linus Torvalds · 8 years ago
  80. 3820050 sched/core: Fix oops in sched_show_task() by Tetsuo Handa · 8 years ago
  81. ceb7578 PM / sleep: fix device reference leak in test_suspend by Johan Hovold · 8 years ago
  82. 405c075 fork: Add task stack refcounting sanity check and prevent premature task stack freeing by Andy Lutomirski · 8 years ago
  83. 65be4a5 Merge remote-tracking branch '4.4/tmp-730d8a5' into 4.8 by Kyle Yan · 8 years ago
  84. b546e0c Merge tag 'pm-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  85. b49c317 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  86. a8006bd Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  87. 965c4b7 Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  88. 5aab90c perf/powerpc: Don't call perf_event_disable() from atomic context by Jiri Olsa · 8 years ago
  89. 0933840 perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix CONFIG_DEBUG_TEST_DRIVER_REMOVE=y kernel panic by Jiri Olsa · 8 years ago
  90. b274c0b kcov: properly check if we are in an interrupt by Andrey Konovalov · 8 years ago
  91. 9c953d6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  92. 9dcb8b6 mm: remove per-zone hashtable of bitlock waitqueues by Linus Torvalds · 8 years ago
  93. f5d6d2d sched/fair: Remove unused but set variable 'rq' by Tobias Klauser · 8 years ago
  94. 6bad6bc timers: Prevent base clock corruption when forwarding by Thomas Gleixner · 8 years ago
  95. 041ad7b timers: Prevent base clock rewind when forwarding clock by Thomas Gleixner · 8 years ago
  96. 4da9152 timers: Lock base for same bucket optimization by Thomas Gleixner · 8 years ago
  97. b831275 timers: Plug locking race vs. timer migration by Thomas Gleixner · 8 years ago
  98. 5236519 ANDROID: android-base: CONFIG_HARDENED_USERCOPY=y by Sami Tolvanen · 8 years ago
  99. b9a1548 android-base.cfg: Enable kernel ASLR by Jeff Vander Stoep · 8 years ago
  100. 508d929 android-recommended.cfg: enable fstack-protector-strong by Jeff Vander Stoep · 8 years ago