1. 715eb7a timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated version by Frederic Weisbecker · 8 years ago
  2. a499a5a sched/cputime: Increment kcpustat directly on irqtime account by Frederic Weisbecker · 8 years ago
  3. bde8285 signal: Convert obsolete cputime type to nsecs by Frederic Weisbecker · 8 years ago
  4. 605dc2b tsacct: Convert obsolete cputime type to nsecs by Frederic Weisbecker · 8 years ago
  5. dbf3da1 delaycct: Convert obsolete cputime type to nsecs by Frederic Weisbecker · 8 years ago
  6. d4bc42a acct: Convert obsolete cputime type to nsecs by Frederic Weisbecker · 8 years ago
  7. 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 8 years ago
  8. a1cecf2 sched/cputime: Introduce special task_cputime_t() API to return old-typed cputime by Frederic Weisbecker · 8 years ago
  9. 16a6d9b sched/cputime: Convert guest time accounting to nsecs (u64) by Frederic Weisbecker · 8 years ago
  10. 7fb1327 sched/cputime: Convert kcpustat to nsecs by Frederic Weisbecker · 8 years ago
  11. 07e5f5e time: Introduce jiffies64_to_nsecs() by Frederic Weisbecker · 8 years ago
  12. 93825f2 jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFY by Frederic Weisbecker · 8 years ago
  13. ed5c8c8 Merge branch 'linus' into sched/core, to pick up fixes and refresh the branch by Ingo Molnar · 8 years ago
  14. a2ca3d6 Merge tag 'trace-4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  15. f1774f4 Merge branch 'for-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  16. 79c6f44 tracing: Fix hwlat kthread migration by Steven Rostedt (VMware) · 8 years ago
  17. 619bd4a sched/rt: Add a missing rescheduling point by Sebastian Andrzej Siewior · 8 years ago
  18. 4b12db9 sched/core: Fix &rd->cpudl memory leak by Mathieu Poirier · 8 years ago
  19. 92c99ac sched/core: Fix &rd->rto_mask memory leak by Mathieu Poirier · 8 years ago
  20. 4d25b35 sched/fair: Restore previous rq_flags when migrating tasks in hotplug by Matt Fleming · 8 years ago
  21. 1b1d622 sched/core: Add missing update_rq_clock() call in sched_move_task() by Peter Zijlstra · 8 years ago
  22. 49ee576 sched/core: Optimize pick_next_task() for idle_sched_class by Peter Zijlstra · 8 years ago
  23. 1b1bc42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  24. 7d3a0fa Merge tag 'pm-4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  25. ff7e593 Merge branches 'pm-sleep' and 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  26. 07cd129 cgroup: don't online subsystems before cgroup_name/path() are operational by Tejun Heo · 8 years ago
  27. ff9f8a7 sysctl: fix proc_doulongvec_ms_jiffies_minmax() by Eric Dumazet · 8 years ago
  28. 883af14 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  29. ff7a28a kernel/panic.c: add missing \n by Jiri Slaby · 8 years ago
  30. b94f511 kernel/watchdog: prevent false hardlockup on overloaded system by Don Zickus · 8 years ago
  31. 19ca2c8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  32. 880a385 userns: Make ucounts lock irq-safe by Nikolay Borisov · 8 years ago
  33. 24b8683 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  34. e326ce0 Revert "PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flag" by Rafael J. Wysocki · 8 years ago
  35. acb0405 sched/clock: Fix hotplug crash by Peter Zijlstra · 8 years ago
  36. d407bd2 bpf: don't trigger OOM killer under pressure with map alloc by Daniel Borkmann · 8 years ago
  37. ca92e6c Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  38. 49b550f Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  39. 0fec955 cpu/hotplug: Remove unused but set variable in _cpu_down() by Tobias Klauser · 8 years ago
  40. 0aa0313 Merge tag 'modules-for-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 8 years ago
  41. 5eb7c0d taint/module: Fix problems when out-of-kernel driver defines true or false by Larry Finger · 8 years ago
  42. 4b19a9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  43. f1f7714 bpf: rework prog_digest into prog_tag by Daniel Borkmann · 8 years ago
  44. 4205e47 cpu/hotplug: Provide dynamic range for prepare stage by Thomas Gleixner · 8 years ago
  45. 3e4f7a4 Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into rcu/urgent by Ingo Molnar · 8 years ago
  46. 99421c1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  47. a11ce3a4 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  48. 79078c5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  49. 52d7e48 rcu: Narrow early boot window of illegal synchronous grace periods by Paul E. McKenney · 8 years ago
  50. f466ae6 rcu: Remove cond_resched() from Tiny synchronize_sched() by Paul E. McKenney · 8 years ago
  51. 1460cb6 locking/mutex, sched/wait: Add mutex_lock_io() by Tejun Heo · 8 years ago
  52. 10ab564 sched/core: Separate out io_schedule_prepare() and io_schedule_finish() by Tejun Heo · 8 years ago
  53. e33a9bb sched/core: move IO scheduling accounting from io_schedule_timeout() into scheduler by Tejun Heo · 8 years ago
  54. b8fd842 sched/fair: Explain why MIN_SHARES isn't scaled in calc_cfs_shares() by Dietmar Eggemann · 8 years ago
  55. 89ee048 sched/core: Fix group_entity's share update by Vincent Guittot · 8 years ago
  56. da9647e sched/completions: Fix complete_all() semantics by Peter Zijlstra · 8 years ago
  57. 59f8c29 sched/deadline: Show leftover runtime and abs deadline in /proc/*/sched by Tommaso Cucinotta · 8 years ago
  58. 5680d80 sched/clock: Provide better clock continuity by Peter Zijlstra · 8 years ago
  59. 9881b02 sched/clock: Delay switching sched_clock to stable by Peter Zijlstra · 8 years ago
  60. 555570d7 sched/clock: Update static_key usage by Peter Zijlstra · 8 years ago
  61. 12907fb sched/clock, clocksource: Add optional cs::mark_unstable() method by Thomas Gleixner · 8 years ago
  62. cb42c9a sched/core: Add debugging code to catch missing update_rq_clock() calls by Matt Fleming · 8 years ago
  63. 2fb8d36 sched/core: Add missing update_rq_clock() call in set_user_nice() by Peter Zijlstra · 8 years ago
  64. 3bed5e2 sched/core: Add missing update_rq_clock() call for task_hot() by Peter Zijlstra · 8 years ago
  65. 80f5c1b sched/core: Add missing update_rq_clock() in detach_task_cfs_rq() by Peter Zijlstra · 8 years ago
  66. 4126bad sched/core: Add missing update_rq_clock() in post_init_entity_util_avg() by Peter Zijlstra · 8 years ago
  67. 46f69fa sched/fair: Push rq lock pin/unpin into idle_balance() by Matt Fleming · 8 years ago
  68. 92509b7 sched/core: Reset RQCF_ACT_SKIP before unpinning rq->lock by Matt Fleming · 8 years ago
  69. d8ac897 sched/core: Add wrappers for lockdep_(un)pin_lock() by Matt Fleming · 8 years ago
  70. 475113d perf/x86/intel: Account interrupts for PEBS errors by Jiri Olsa · 8 years ago
  71. 321027c perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race by Peter Zijlstra · 8 years ago
  72. 63cae12 perf/core: Fix sys_perf_event_open() vs. hotplug by Peter Zijlstra · 8 years ago
  73. c8d7dab sched/cputime: Rename vtime_account_user() to vtime_flush() by Frederic Weisbecker · 8 years ago
  74. 1213699 sched/cputime: Export account_guest_time() by Frederic Weisbecker · 8 years ago
  75. c31cc6a sched/cputime: Allow accounting system time using cpustat index by Frederic Weisbecker · 8 years ago
  76. af54efa Merge tag 'vfio-v4.10-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  77. 406732c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  78. 19c816e capability: export has_capability by Jike Song · 8 years ago
  79. b6416e6 jump_labels: API for flushing deferred jump label updates by David Matlack · 8 years ago
  80. 24b91e3 nohz: Fix collision between tick and other hrtimers by Frederic Weisbecker · 8 years ago
  81. 2d39b3c signal: protect SIGNAL_UNKILLABLE from unintentional clearing. by Jamie Iles · 8 years ago
  82. f931ab4 mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done} by Dan Williams · 8 years ago
  83. 7984c27 bpf: do not use KMALLOC_SHIFT_MAX by Michal Hocko · 8 years ago
  84. add7c65 pid: fix lockdep deadlock warning due to ucount_lock by Andrei Vagin · 8 years ago
  85. 6989606 Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  86. be29d20 audit: Fix sleep in atomic by Jan Kara · 8 years ago
  87. b9d9d69 smp/hotplug: Undo tglxs brainfart by Thomas Gleixner · 8 years ago
  88. 3ddc76d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  89. b272f73 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  90. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  91. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  92. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  93. 530e9b7 cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions by Thomas Gleixner · 8 years ago
  94. dc280d93 cpu/hotplug: Prevent overwriting of callbacks by Thomas Gleixner · 8 years ago
  95. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  96. 00198da Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  97. e3ba730 fsnotify: Remove fsnotify_duplicate_mark() by Jan Kara · 8 years ago
  98. a307d0a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  99. c00d2c7 move aio compat to fs/aio.c by Al Viro · 8 years ago
  100. 1358e03 CPU/hotplug: Clarify description of __cpuhp_setup_state() return value by Boris Ostrovsky · 8 years ago