1. 19 11月, 2011 1 次提交
  2. 20 5月, 2010 1 次提交
  3. 24 9月, 2009 1 次提交
  4. 23 3月, 2009 1 次提交
  5. 27 1月, 2009 1 次提交
  6. 21 1月, 2009 1 次提交
  7. 08 1月, 2009 1 次提交
  8. 22 7月, 2008 1 次提交
    • H
      debugfs: Implement debugfs_remove_recursive() · 9505e637
      Haavard Skinnemoen 提交于
      debugfs_remove_recursive() will remove a dentry and all its children.
      Drivers can use this to zap their whole debugfs tree so that they don't
      need to keep track of every single debugfs dentry they created.
      
      It may fail to remove the whole tree in certain cases:
      
      sh-3.2# rmmod atmel-mci < /sys/kernel/debug/mmc0/ios/clock
      mmc0: card b368 removed
      atmel_mci atmel_mci.0: Lost dma0chan1, falling back to PIO
      sh-3.2# ls /sys/kernel/debug/mmc0/
      ios
      
      But I'm not sure if that case can be handled in any sane manner.
      Signed-off-by: NHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
      Cc: Pierre Ossman <drzeus-list@drzeus.cx>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      9505e637
  9. 19 7月, 2008 1 次提交
  10. 05 3月, 2008 1 次提交
  11. 13 10月, 2007 1 次提交
  12. 12 7月, 2007 1 次提交
  13. 28 4月, 2007 1 次提交
  14. 17 2月, 2007 1 次提交
  15. 28 4月, 2006 1 次提交
  16. 29 3月, 2006 1 次提交
  17. 21 3月, 2006 1 次提交
  18. 19 4月, 2005 2 次提交
  19. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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