An error occurred fetching the project authors.
  1. 28 Oct, 2008 1 commit
  2. 14 Jul, 2008 2 commits
  3. 26 Jun, 2008 1 commit
  4. 30 May, 2008 1 commit
  5. 20 Nov, 2007 1 commit
  6. 12 Oct, 2007 2 commits
  7. 27 Jul, 2007 1 commit
  8. 19 Jun, 2007 1 commit
  9. 09 May, 2007 1 commit
    • Rafael J. Wysocki's avatar
      Add suspend-related notifications for CPU hotplug · 8bb78442
      Rafael J. Wysocki authored
      Since nonboot CPUs are now disabled after tasks and devices have been
      frozen and the CPU hotplug infrastructure is used for this purpose, we need
      special CPU hotplug notifications that will help the CPU-hotplug-aware
      subsystems distinguish normal CPU hotplug events from CPU hotplug events
      related to a system-wide suspend or resume operation in progress.  This
      patch introduces such notifications and causes them to be used during
      suspend and resume transitions.  It also changes all of the
      CPU-hotplug-aware subsystems to take these notifications into consideration
      (for now they are handled in the same way as the corresponding "normal"
      ones).
      
      [oleg@tv-sign.ru: cleanups]
      Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
      Cc: Gautham R Shenoy <ego@in.ibm.com>
      Cc: Pavel Machek <pavel@ucw.cz>
      Signed-off-by: default avatarOleg Nesterov <oleg@tv-sign.ru>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      8bb78442
  10. 27 Apr, 2007 1 commit
  11. 14 Feb, 2007 2 commits
  12. 05 Feb, 2007 1 commit
  13. 07 Dec, 2006 1 commit
  14. 05 Dec, 2006 1 commit
  15. 27 Oct, 2006 1 commit
  16. 11 Oct, 2006 1 commit
  17. 29 Sep, 2006 1 commit
  18. 28 Sep, 2006 1 commit
  19. 20 Sep, 2006 1 commit
  20. 07 Aug, 2006 1 commit
  21. 31 Jul, 2006 1 commit
  22. 30 Jun, 2006 2 commits
  23. 29 Jun, 2006 3 commits
  24. 28 Jun, 2006 1 commit
  25. 26 Apr, 2006 1 commit
  26. 24 Mar, 2006 1 commit
  27. 06 Jan, 2006 1 commit
  28. 09 Nov, 2005 1 commit
    • Al Viro's avatar
      [PATCH] Fix sysctl unregistration oops (CVE-2005-2709) · 330d57fb
      Al Viro authored
      You could open the /proc/sys/net/ipv4/conf/<if>/<whatever> file, then
      wait for interface to go away, try to grab as much memory as possible in
      hope to hit the (kfreed) ctl_table.  Then fill it with pointers to your
      function.  Then do read from file you've opened and if you are lucky,
      you'll get it called as ->proc_handler() in kernel mode.
      
      So this is at least an Oops and possibly more.  It does depend on an
      interface going away though, so less of a security risk than it would
      otherwise be.
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      330d57fb
  29. 29 Jul, 2005 1 commit
  30. 05 Jun, 2005 1 commit
  31. 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