1. 13 7月, 2019 22 次提交
  2. 11 7月, 2019 1 次提交
  3. 10 7月, 2019 1 次提交
  4. 09 7月, 2019 7 次提交
  5. 08 7月, 2019 1 次提交
  6. 07 7月, 2019 1 次提交
    • P
      timer: Document TIMER_PINNED · 28ef2db8
      Peter Xu 提交于
      The flag hints the user that the pinned timers will always be run on a
      static CPU (because that should be what "pinned" means...) but that's
      not the truth, at least with the current implementation.
      
      For example, currently if a pinned timer is set up but later mod_timer()
      upon the pinned timer is invoked, mod_timer() will still try to queue the
      timer on the current processor and migrate the timer if necessary.
      
      Document it a bit with the definition of TIMER_PINNED so that all future
      users will use it correctly.
      Signed-off-by: NPeter Xu <peterx@redhat.com>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Cc: Marcelo Tosatti <mtosatti@redhat.com>
      Cc: Luiz Capitulino <lcapitulino@redhat.com>
      Link: https://lkml.kernel.org/r/20190628105942.14131-1-peterx@redhat.com
      28ef2db8
  7. 06 7月, 2019 5 次提交
  8. 05 7月, 2019 2 次提交