1. 3b03706 sched: Fix various typos by Ingo Molnar · 3 years, 10 months ago
  2. c5105d7 sched/clock: Use static_branch_likely() with sched_clock_running by Zhenzhong Duan · 5 years ago
  3. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  4. bd9f943 sched/clock: Disable interrupts when calling generic_sched_clock_init() by Pavel Tatashin · 6 years ago
  5. 9407f5a sched/clock: Close a hole in sched_clock_init() by Peter Zijlstra · 6 years ago
  6. 46457ea sched/clock: Use static key for sched_clock_running by Pavel Tatashin · 6 years ago
  7. 857baa8 sched/clock: Enable sched clock early by Pavel Tatashin · 6 years ago
  8. 5d2a4e9 sched/clock: Move sched clock initialization and merge with generic clock by Pavel Tatashin · 6 years ago
  9. 325ea10 sched/headers: Simplify and clean up header usage in the scheduler by Ingo Molnar · 7 years ago
  10. 97fb7a0 sched: Clean up and harmonize the coding style of the scheduler code base by Ingo Molnar · 7 years ago
  11. 2c11dba sched/clock, sched/cputime: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  12. 45aea321 sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable() by Peter Zijlstra · 8 years ago
  13. 7708d5f sched/clock: Print a warning recommending 'tsc=unstable' by Peter Zijlstra · 8 years ago
  14. 2e44b7d sched/clock: Use late_initcall() instead of sched_init_smp() by Peter Zijlstra · 8 years ago
  15. f9fccdb cpuidle: Fix idle time tracking by Peter Zijlstra · 8 years ago
  16. 3067a33 sched/clock: Remove watchdog touching by Peter Zijlstra · 8 years ago
  17. ac1e843 sched/clock: Remove unused argument to sched_clock_idle_wakeup_event() by Peter Zijlstra · 8 years ago
  18. b421b22 x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable sync points by Peter Zijlstra · 8 years ago
  19. cf15ca8 sched/clock: Initialize all per-CPU state before switching (back) to unstable by Peter Zijlstra · 8 years ago
  20. 7b09cc5 sched/clock: Fix broken stable to unstable transfer by Pavel Tatashin · 8 years ago
  21. 698eff6 sched/clock, x86/perf: Fix "perf test tsc" by Peter Zijlstra · 8 years ago
  22. 71fdb70 sched/clock: Fix clear_sched_clock_stable() preempt wobbly by Peter Zijlstra · 8 years ago
  23. 38b8d20 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h> by Ingo Molnar · 8 years ago
  24. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  25. acb0405 sched/clock: Fix hotplug crash by Peter Zijlstra · 8 years ago
  26. 5680d80 sched/clock: Provide better clock continuity by Peter Zijlstra · 8 years ago
  27. 9881b02 sched/clock: Delay switching sched_clock to stable by Peter Zijlstra · 8 years ago
  28. 555570d7 sched/clock: Update static_key usage by Peter Zijlstra · 8 years ago
  29. 2c923e9 sched/clock: Make local_clock()/cpu_clock() inline by Daniel Lezcano · 9 years ago
  30. c78b17e sched/clock: Remove pointless test in cpu_clock/local_clock by Daniel Lezcano · 9 years ago
  31. 4f49b90 sched-clock: Migrate to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  32. 0f8c790 Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 9 years ago
  33. 03e0d46 watchdog: introduce touch_softlockup_watchdog_sched() by Tejun Heo · 9 years ago
  34. 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
  35. 545a2bf kernel/sched/clock.c: add another clock for use with the soft lockup watchdog by Cyril Bur · 10 years ago
  36. 22127e9 time: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  37. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 11 years ago
  38. 96b3d28 sched/clock: Prevent tracing recursion in sched_clock_cpu() by Fernando Luis Vazquez Cao · 11 years ago
  39. d375b4e sched/clock: Fixup early initialization by Peter Zijlstra · 11 years ago
  40. 6577e42 sched/clock: Fix up clear_sched_clock_stable() by Peter Zijlstra · 11 years ago
  41. 35af99e sched/clock, x86: Use a static_key for sched_clock_stable by Peter Zijlstra · 11 years ago
  42. ef08f0f sched/clock: Remove local_irq_disable() from the clocks by Peter Zijlstra · 11 years ago
  43. a1cbcaa sched_clock: Prevent 64bit inatomicity on 32bit systems by Thomas Gleixner · 12 years ago
  44. 391e43d sched: Move all scheduler bits into kernel/sched/ by Peter Zijlstra · 13 years ago[Renamed from kernel/sched_clock.c]
  45. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  46. 5bb6b1e sched: Add some clock info to sched_debug by Peter Zijlstra · 14 years ago
  47. c676329 sched_clock: Add local_clock() API and improve documentation by Peter Zijlstra · 15 years ago
  48. b6ac23af blkio: fix for modular blk-cgroup build by Divyesh Shah · 15 years ago
  49. b9f8fcd sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK by David Miller · 15 years ago
  50. 152f9d0 sched_clock: Fix atomicity/continuity bug by using cmpxchg64() by Eric Dumazet · 15 years ago
  51. def0a9b sched_clock: Make it NMI safe by Peter Zijlstra · 15 years ago
  52. 92d23f7 sched: Fix fallback sched_clock()'s offset when using jiffies by Ron · 16 years ago
  53. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 16 years ago
  54. 1b49061 Merge branch 'sched/clock' into tracing/ftrace by Ingo Molnar · 16 years ago
  55. 8325d9c sched_clock: cleanups by Peter Zijlstra · 16 years ago
  56. b342501 sched: allow architectures to specify sched_clock_stable by Ingo Molnar · 16 years ago
  57. 6409c4d sched: sched_clock() improvement: use in_nmi() by Ingo Molnar · 17 years ago
  58. 1c5745a sched_clock: prevent scd->clock from moving backwards, take #2 by Thomas Gleixner · 16 years ago
  59. ca7e716 Revert "sched_clock: prevent scd->clock from moving backwards" by Linus Torvalds · 16 years ago
  60. 5b7dba4 sched_clock: prevent scd->clock from moving backwards by Dave Kleikamp · 16 years ago
  61. 354879b sched_clock: fix cpu_clock() by Peter Zijlstra · 16 years ago
  62. c1955a3 sched_clock: delay using sched_clock() by Peter Zijlstra · 16 years ago
  63. 4a273f2 sched clock: couple local and remote clocks by Ingo Molnar · 16 years ago
  64. 56b9061 sched clock: simplify __update_sched_clock() by Ingo Molnar · 16 years ago
  65. 18e4e36 sched: eliminate scd->prev_raw by Ingo Molnar · 16 years ago
  66. 5052696 sched clock: clean up sched_clock_cpu() by Ingo Molnar · 16 years ago
  67. e4e4e53 sched clock: revert various sched_clock() changes by Ingo Molnar · 17 years ago
  68. 2c3d103 sched: move sched_clock before first use by Hugh Dickins · 16 years ago
  69. 361833e Merge branch 'sched/clock' into sched/devel by Ingo Molnar · 17 years ago
  70. c300ba2 sched_clock: and multiplier for TSC to gtod drift by Steven Rostedt · 17 years ago
  71. a83bc47 sched_clock: record TSC after gtod by Steven Rostedt · 17 years ago
  72. c0c8773 sched_clock: only update deltas with local reads. by Steven Rostedt · 17 years ago
  73. 2b8a0cf sched_clock: fix calculation of other CPU by Steven Rostedt · 17 years ago
  74. af52a90 sched_clock: stop maximum check on NO HZ by Steven Rostedt · 17 years ago
  75. f7cce27 sched_clock: widen the max and min time by Steven Rostedt · 17 years ago
  76. 62c43dd sched_clock: record from last tick by Steven Rostedt · 17 years ago
  77. 2d452c9 sched: sched_clock_cpu() based cpu_clock(), lockdep fix by Ingo Molnar · 17 years ago
  78. 4c9fe8a sched: export cpu_clock by Ingo Molnar · 17 years ago
  79. 76a2a6e sched: sched_clock_cpu() based cpu_clock() by Peter Zijlstra · 17 years ago
  80. a381759 sched: fix sched_clock_cpu() by Peter Zijlstra · 17 years ago
  81. 3e51f33 sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCK by Peter Zijlstra · 17 years ago