1. 60eaa01 Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  2. df32e43 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  3. f075e0f Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  4. 4a2829b Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  5. 286549d sched: add tracepoints related to NUMA task migration by Mel Gorman · 11 years ago
  6. c2f69cd kernel/power/snapshot.c: use memblock apis for early memory allocations by Santosh Shilimkar · 11 years ago
  7. 9da791d kernel/printk/printk.c: use memblock apis for early memory allocations by Santosh Shilimkar · 11 years ago
  8. 0c740d0 introduce for_each_thread() to replace the buggy while_each_thread() by Oleg Nesterov · 11 years ago
  9. 49f0ce5 mm: add overcommit_kbytes sysctl variable by Jerome Marchand · 11 years ago
  10. 56b27cf fsnotify: remove pointless NULL initializers by Jan Kara · 11 years ago
  11. 83c4c4b fsnotify: remove .should_send_event callback by Jan Kara · 11 years ago
  12. 7053aee fsnotify: do not share events between notification groups by Jan Kara · 11 years ago
  13. 6c64614 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  14. a0fa1dd Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  15. 9326657 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  16. a693c46 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  17. 6ffbe7d Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  18. 897aea3 Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  19. 92fdd98 tracing: Fix buggered tee(2) on tracing_pipe by Al Viro · 11 years ago
  20. dd4b0a4 cgroup: trivial style updates by SeongJae Park · 11 years ago
  21. 48ba620 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  22. eaad451 sched: Fix __sched_setscheduler() nice test by Peter Zijlstra · 11 years ago
  23. 63b1a81 futexes: Fix futex_hashsize initialization by Heiko Carstens · 11 years ago
  24. 860fc2f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  25. 7479f3c9c sched: Move SCHED_RESET_ON_FORK into attr::sched_flags by Peter Zijlstra · 11 years ago
  26. 0bb040a sched: Fix up attr::sched_priority warning by Peter Zijlstra · 11 years ago
  27. 39fd8fd sched: Fix up scheduler syscall LTP fails by Peter Zijlstra · 11 years ago
  28. e3de300 sched: Preserve the nice level over sched_setscheduler() and sched_setparam() calls by Peter Zijlstra · 11 years ago
  29. 5778fcc sched/core: Fix htmldocs warnings by Juri Lelli · 11 years ago
  30. 7136265 sched/deadline: No need to check p if dl_se is valid by Juri Lelli · 11 years ago
  31. d8bf523 sched/deadline: Remove unused variables by Peter Zijlstra · 11 years ago
  32. 88f1ebb sched/deadline: Fix sparse static warnings by Fengguang Wu · 11 years ago
  33. 85ce70f Merge branches 'sched-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  34. dced341 tracing: Have trace buffer point back to trace_array by Steven Rostedt (Red Hat) · 11 years ago
  35. a4c35ed2 ftrace: Fix synchronization location disabling and freeing ftrace_ops by Steven Rostedt (Red Hat) · 11 years ago
  36. 8cb75e0 sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding by Peter Zijlstra · 11 years ago
  37. 0bd3a17 sched/preempt, locking: Rework local_bh_{dis,en}able() by Peter Zijlstra · 11 years ago
  38. 23a8e84 ftrace: Have function graph only trace based on global_ops filters by Steven Rostedt (Red Hat) · 11 years ago
  39. 6577e42 sched/clock: Fix up clear_sched_clock_stable() by Peter Zijlstra · 11 years ago
  40. 35af99e sched/clock, x86: Use a static_key for sched_clock_stable by Peter Zijlstra · 11 years ago
  41. ef08f0f sched/clock: Remove local_irq_disable() from the clocks by Peter Zijlstra · 11 years ago
  42. 9ea4c38 locking: Optimize lock_bh functions by Peter Zijlstra · 11 years ago
  43. c726099 sched: Factor out the on_null_domain() checks in trigger_load_balance() by Daniel Lezcano · 11 years ago
  44. 208cb16 sched: Pass 'struct rq' to nohz_idle_balance() by Daniel Lezcano · 11 years ago
  45. f7ed0a8 sched: Pass 'struct rq' to rebalance_domains() by Daniel Lezcano · 11 years ago
  46. 0aeeeeb sched: Remove unused parameter from nohz_balancer_kick() by Daniel Lezcano · 11 years ago
  47. 3dd0337 sched: Remove unused parameter from find_new_ilb() by Daniel Lezcano · 11 years ago
  48. 63f609b sched: Pass 'struct rq' to on_null_domain() by Daniel Lezcano · 11 years ago
  49. 4a72562 sched: Reduce nohz_kick_needed() parameters by Daniel Lezcano · 11 years ago
  50. 7caff66 sched: Reduce trigger_load_balance() parameters by Daniel Lezcano · 11 years ago
  51. de212f1 sched/deadline: Fix hotplug admission control by Peter Zijlstra · 11 years ago
  52. 1724813 sched/deadline: Remove the sysctl_sched_dl knobs by Peter Zijlstra · 11 years ago
  53. e4099a5 sched/deadline: Fix up the smp-affinity mask tests by Peter Zijlstra · 11 years ago
  54. 6bfd6d7 sched/deadline: speed up SCHED_DEADLINE pushes with a push-heap by Juri Lelli · 11 years ago
  55. 332ac17 sched/deadline: Add bandwidth management for SCHED_DEADLINE tasks by Dario Faggioli · 11 years ago
  56. 2d3d891 sched/deadline: Add SCHED_DEADLINE inheritance logic by Dario Faggioli · 11 years ago
  57. fb00aca rtmutex: Turn the plist into an rb-tree by Peter Zijlstra · 11 years ago
  58. af6ace7 sched/deadline: Add latency tracing for SCHED_DEADLINE tasks by Dario Faggioli · 11 years ago
  59. 755378a sched/deadline: Add period support for SCHED_DEADLINE tasks by Harald Gustafsson · 11 years ago
  60. 239be4a sched/deadline: Add SCHED_DEADLINE avg_update accounting by Dario Faggioli · 11 years ago
  61. 1baca4c sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic by Juri Lelli · 11 years ago
  62. aab03e0 sched/deadline: Add SCHED_DEADLINE structures & implementation by Dario Faggioli · 11 years ago
  63. d50dde5 sched: Add new scheduler syscalls to support an extended scheduling parameters ABI by Dario Faggioli · 11 years ago
  64. 56b4811 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  65. b0c29f7 futexes: Avoid taking the hb->lock if there's nothing to wake up by Davidlohr Bueso · 11 years ago
  66. 99b60ce futexes: Document multiprocessor ordering guarantees by Thomas Gleixner · 11 years ago
  67. a52b89e futexes: Increase hash table size for better performance by Davidlohr Bueso · 11 years ago
  68. 0d00c7b futexes: Clean up various details by Jason Low · 11 years ago
  69. 1c62448 Merge tag 'v3.13-rc8' into core/locking by Ingo Molnar · 11 years ago
  70. d05d24a Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/linux into timers/core by Ingo Molnar · 11 years ago
  71. dba8614 Merge branch 'linus' into timers/core by Ingo Molnar · 11 years ago
  72. a21b0b3 perf: Introduce a flag to enable close-on-exec in perf_event_open() by Yann Droneaud · 11 years ago
  73. f3ae75d perf/x86: Fix active_entry initialization by Stephane Eranian · 11 years ago
  74. 7a06c41 sched_clock: Disable seqlock lockdep usage in sched_clock() by John Stultz · 11 years ago
  75. 9722c2d sched: Calculate effective load even if local weight is 0 by Rik van Riel · 11 years ago
  76. 440a113 workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() by Chuansheng Liu · 11 years ago
  77. 405e1d8 ftrace: Synchronize setting function_trace_op with ftrace_trace_function by Steven Rostedt (Red Hat) · 11 years ago
  78. dd97b95 tracing: Show available event triggers when no trigger is set by Steven Rostedt (Red Hat) · 11 years ago
  79. 13a1e4a tracing: Consolidate event trigger code by Steven Rostedt (Red Hat) · 11 years ago
  80. e8dc637 tracing: Fix counter for traceon/off event triggers by Steven Rostedt (Red Hat) · 11 years ago
  81. 4bf0566 tracing: Remove double-underscore naming in syscall trigger invocations by Tom Zanussi · 11 years ago
  82. 0641d36 tracing/kprobes: Add trace event trigger invocations by Tom Zanussi · 11 years ago
  83. e0d18fe tracing/probes: Fix build break on !CONFIG_KPROBE_EVENT by Namhyung Kim · 11 years ago
  84. b7e0bf3 tracing/uprobes: Add @+file_offset fetch method by Namhyung Kim · 11 years ago
  85. 72fd293 uprobes: Allocate ->utask before handler_chain() for tracing handlers by Oleg Nesterov · 11 years ago
  86. b079d37 tracing/uprobes: Add support for full argument access methods by Namhyung Kim · 12 years ago
  87. dcad1a2 tracing/uprobes: Fetch args before reserving a ring buffer by Namhyung Kim · 12 years ago
  88. a473414 tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg() by Namhyung Kim · 11 years ago
  89. 5baaa59 tracing/probes: Implement 'memory' fetch method for uprobes by Namhyung Kim · 11 years ago
  90. 3925f4a tracing/probes: Add fetch{,_size} member into deref fetch method by Hyeoncheol Lee · 12 years ago
  91. 1301a44 tracing/probes: Move 'symbol' fetch method to kprobes by Namhyung Kim · 11 years ago
  92. 3fd996a tracing/probes: Implement 'stack' fetch method for uprobes by Namhyung Kim · 11 years ago
  93. 34fee3a tracing/probes: Split [ku]probes_fetch_type_table by Namhyung Kim · 11 years ago
  94. b26c74e tracing/probes: Move fetch function helpers to trace_probe.h by Namhyung Kim · 11 years ago
  95. 5bf652a tracing/probes: Integrate duplicate set_print_fmt() by Namhyung Kim · 12 years ago
  96. 2dc1018 tracing/kprobes: Move common functions to trace_probe.h by Namhyung Kim · 12 years ago
  97. 14577c3 tracing/uprobes: Convert to struct trace_probe by Namhyung Kim · 12 years ago
  98. c31ffb3 tracing/kprobes: Factor out struct trace_probe by Namhyung Kim · 12 years ago
  99. 50eb267 tracing/probes: Fix basic print type functions by Namhyung Kim · 11 years ago
  100. 306cfe2 tracing/uprobes: Fix documentation of uprobe registration syntax by Namhyung Kim · 12 years ago