1. 20 4月, 2008 1 次提交
  2. 18 4月, 2008 1 次提交
    • M
      ocfs2: Move /sys/o2cb to /sys/fs/o2cb · 52f7c21b
      Mark Fasheh 提交于
      /sys/fs is where we really want file system specific sysfs objects.
      
      Ocfs2-tools has been updated to look in /sys/fs/o2cb. We can maintain
      backwards compatibility with old ocfs2-tools by using a sysfs symlink. After
      some time (2 years), the symlink can be safely removed. This patch also adds
      documentation to make it easier for people to figure out what /sys/fs/o2cb
      is used for.
      Signed-off-by: NMark Fasheh <mfasheh@suse.com>
      52f7c21b
  3. 17 4月, 2008 1 次提交
  4. 22 3月, 2008 1 次提交
  5. 17 3月, 2008 1 次提交
  6. 14 3月, 2008 3 次提交
  7. 01 3月, 2008 1 次提交
  8. 27 2月, 2008 1 次提交
  9. 10 2月, 2008 2 次提交
  10. 09 2月, 2008 2 次提交
  11. 08 2月, 2008 1 次提交
  12. 07 2月, 2008 1 次提交
  13. 02 2月, 2008 1 次提交
    • G
      USB: mark USB drivers as being GPL only · 782e70c6
      Greg Kroah-Hartman 提交于
      Over two years ago, the Linux USB developers stated that they believed
      there was no way to create a USB kernel driver that was not under the
      GPL.  This patch moves the USB apis to enforce that decision.
      
      There are no known closed source USB drivers in the wild, so this patch
      should cause no problems.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      782e70c6
  14. 29 1月, 2008 8 次提交
  15. 28 1月, 2008 4 次提交
  16. 26 1月, 2008 1 次提交
  17. 15 11月, 2007 1 次提交
  18. 22 10月, 2007 2 次提交
  19. 19 10月, 2007 2 次提交
  20. 17 10月, 2007 1 次提交
    • A
      Deprecate a.out ELF interpreters · 8e9073ed
      Andi Kleen 提交于
      The Linux ELF loader is quite complicated and messy code (that could
      probably need a rewrite, but that's a different chapter).  One particular
      messy part in it is the support for non ELF a.out ld.sos.  This was
      originally added to make transition from a.out to ELF easier because an
      a.out ELF ld.so could be still build using an older a.out toolkit.  But by
      now that should be fully obsolete and removing it would clean up
      binfmt_elf.c up a bit.
      
      I propose to deprecate this support and remove for 2.6.25.
      
      Drawback is that someone still runs their system with a.out ld.so
      they would need to update the ld.so when updating to a new kernel.
      
      This patch just adds an entry to the deprecation file and a printk
      warning users.
      
      [akpm@linux-foundation.org: better warning message]
      Signed-off-by: NAndi Kleen <ak@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      8e9073ed
  21. 13 10月, 2007 1 次提交
  22. 11 10月, 2007 2 次提交
  23. 16 9月, 2007 1 次提交