1. 28 1月, 2014 3 次提交
  2. 25 1月, 2014 2 次提交
  3. 24 1月, 2014 1 次提交
  4. 09 1月, 2014 1 次提交
  5. 08 1月, 2014 5 次提交
  6. 07 1月, 2014 7 次提交
  7. 04 1月, 2014 9 次提交
  8. 03 1月, 2014 2 次提交
  9. 13 12月, 2013 2 次提交
  10. 12 12月, 2013 1 次提交
  11. 11 12月, 2013 5 次提交
  12. 07 12月, 2013 2 次提交
    • L
      Linux 3.13-rc3 · 374b1057
      Linus Torvalds 提交于
      374b1057
    • L
      Merge tag 'trace-fixes-3.13-rc2' of... · 843f4f4b
      Linus Torvalds 提交于
      Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
      
      Pull tracing fix from Steven Rostedt:
       "A regression showed up that there's a large delay when enabling all
        events.  This was prevalent when FTRACE_SELFTEST was enabled which
        enables all events several times, and caused the system bootup to
        pause for over a minute.
      
        This was tracked down to an addition of a synchronize_sched()
        performed when system call tracepoints are unregistered.
      
        The synchronize_sched() is needed between the unregistering of the
        system call tracepoint and a deletion of a tracing instance buffer.
        But placing the synchronize_sched() in the unreg of *every* system
        call tracepoint is a bit overboard.  A single synchronize_sched()
        before the deletion of the instance is sufficient"
      
      * tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
        tracing: Only run synchronize_sched() at instance deletion time
      843f4f4b