1. 20 Jun, 2008 2 commits
  2. 29 Apr, 2008 1 commit
  3. 08 Feb, 2008 1 commit
  4. 25 Jan, 2008 2 commits
  5. 17 Oct, 2007 1 commit
  6. 19 Jul, 2007 1 commit
  7. 05 Apr, 2007 1 commit
  8. 21 Feb, 2007 1 commit
  9. 12 Feb, 2007 1 commit
  10. 30 Sep, 2006 1 commit
  11. 29 Sep, 2006 2 commits
  12. 27 Sep, 2006 1 commit
  13. 15 Jul, 2006 1 commit
  14. 30 Jun, 2006 1 commit
  15. 26 Jun, 2006 1 commit
  16. 31 Mar, 2006 1 commit
  17. 28 Mar, 2006 2 commits
  18. 25 Mar, 2006 1 commit
  19. 20 Mar, 2006 1 commit
  20. 15 Jan, 2006 1 commit
  21. 12 Jul, 2005 1 commit
    • Brian King's avatar
      [PATCH] cdev: cdev_put oops · 7da6844c
      Brian King authored
      
      While fixing an oops in the st driver in a dirty release path, I
      encountered an oops in cdev_put for cdevs allocated using cdev_alloc.  If
      cdev_del is called when the cdev kobject still has an open user, when the
      last cdev_put is called, the cdev_put will call kobject_put, which will end
      up ultimately releasing the cdev in cdev_dynamic_release.  Patch fixes the
      oops by preventing cdev_put from accessing freed memory.
      Signed-off-by: default avatarBrian King <brking@us.ibm.com>
      Cc: <viro@parcelfarce.linux.theplanet.co.uk>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      7da6844c
  22. 29 Jun, 2005 1 commit
  23. 23 Jun, 2005 1 commit
  24. 05 May, 2005 1 commit
  25. 17 Apr, 2005 1 commit
  26. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4