1. 30 12月, 2008 1 次提交
  2. 20 12月, 2008 1 次提交
  3. 25 11月, 2008 1 次提交
  4. 20 11月, 2008 1 次提交
  5. 12 11月, 2008 1 次提交
  6. 02 11月, 2008 1 次提交
    • A
      saner FASYNC handling on file close · 233e70f4
      Al Viro 提交于
      As it is, all instances of ->release() for files that have ->fasync()
      need to remember to evict file from fasync lists; forgetting that
      creates a hole and we actually have a bunch that *does* forget.
      
      So let's keep our lives simple - let __fput() check FASYNC in
      file->f_flags and call ->fasync() there if it's been set.  And lose that
      crap in ->release() instances - leaving it there is still valid, but we
      don't have to bother anymore.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      233e70f4
  7. 30 10月, 2008 1 次提交
  8. 28 10月, 2008 1 次提交
  9. 17 10月, 2008 1 次提交
  10. 15 10月, 2008 1 次提交
  11. 14 10月, 2008 1 次提交
  12. 23 9月, 2008 1 次提交
  13. 11 9月, 2008 1 次提交
  14. 05 9月, 2008 1 次提交
  15. 31 8月, 2008 1 次提交
  16. 12 8月, 2008 1 次提交
  17. 11 8月, 2008 1 次提交
  18. 07 8月, 2008 3 次提交
  19. 06 8月, 2008 1 次提交
  20. 26 7月, 2008 1 次提交
  21. 24 7月, 2008 2 次提交
  22. 21 7月, 2008 1 次提交
    • A
      tty: Ldisc revamp · a352def2
      Alan Cox 提交于
      Move the line disciplines towards a conventional ->ops arrangement.  For
      the moment the actual 'tty_ldisc' struct in the tty is kept as part of
      the tty struct but this can then be changed if it turns out that when it
      all settles down we want to refcount ldiscs separately to the tty.
      
      Pull the ldisc code out of /proc and put it with our ldisc code.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      a352def2
  23. 19 7月, 2008 2 次提交
  24. 08 7月, 2008 1 次提交
  25. 07 7月, 2008 2 次提交
  26. 03 7月, 2008 4 次提交
  27. 30 6月, 2008 2 次提交
  28. 17 6月, 2008 1 次提交
  29. 06 6月, 2008 1 次提交
  30. 02 6月, 2008 1 次提交
  31. 30 5月, 2008 1 次提交
    • J
      Input: i8042 - add Intel D845PESV to nopnp list · c3a34f43
      Jiri Kosina 提交于
      This patch introduces i8042_dmi_nopnp_table to make it possible to perform
      DMI matches for systems that need 'i8042.nopnp' to work correctly, and
      introduces such an entry for Intel D845PESV -- this system doesn't
      detect PS2 mouse reliably without this option, as reported by Robert
      Lewis.
      
      [dtor@mail.ru - make it compile if CONFIG_PNP is off - reported
       by Randy Dunlap]
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      c3a34f43