1. 17 1月, 2012 1 次提交
  2. 30 12月, 2011 1 次提交
  3. 21 12月, 2011 1 次提交
  4. 17 11月, 2011 2 次提交
  5. 08 11月, 2011 2 次提交
  6. 02 11月, 2011 12 次提交
  7. 01 11月, 2011 3 次提交
  8. 29 10月, 2011 2 次提交
  9. 21 10月, 2011 1 次提交
  10. 10 10月, 2011 2 次提交
  11. 28 9月, 2011 1 次提交
    • P
      doc: fix broken references · 395cf969
      Paul Bolle 提交于
      There are numerous broken references to Documentation files (in other
      Documentation files, in comments, etc.). These broken references are
      caused by typo's in the references, and by renames or removals of the
      Documentation files. Some broken references are simply odd.
      
      Fix these broken references, sometimes by dropping the irrelevant text
      they were part of.
      Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      395cf969
  12. 23 9月, 2011 4 次提交
  13. 21 9月, 2011 1 次提交
  14. 15 9月, 2011 2 次提交
  15. 26 8月, 2011 1 次提交
  16. 25 8月, 2011 1 次提交
  17. 24 8月, 2011 2 次提交
  18. 23 8月, 2011 1 次提交
    • T
      apm-emulation: use wait_event_freezable() instead of freezer_[do_not_]count() · 1d927c3b
      Tejun Heo 提交于
      vfork is moving away from freezer_[do_not_]count() one way or the
      other leaving apm_ioctl() as the only user.  apm_ioctl() just wants to
      wait for suspend/resume cycle to complete without hindering the
      freezer.  Use wait_event_freezable() instead.
      
      The only annoyance is that wait_event_freezable() wakes up with
      -ERESTART if there are pending signals while apm_ioctl() wants to
      ignore all signals until suspend is complete.  We can play with
      @current->[real_]blocked but this is hardly a performance or latency
      critical path - simply chill a bit on each iteration until
      SUSPEND_DONE for unlikely cases where there are pending signals.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Cc: Oleg Nesterov <oleg@redhat.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      1d927c3b