1. 18 10月, 2007 1 次提交
  2. 12 7月, 2007 1 次提交
    • T
      sysfs: kill unnecessary attribute->owner · 7b595756
      Tejun Heo 提交于
      sysfs is now completely out of driver/module lifetime game.  After
      deletion, a sysfs node doesn't access anything outside sysfs proper,
      so there's no reason to hold onto the attribute owners.  Note that
      often the wrong modules were accounted for as owners leading to
      accessing removed modules.
      
      This patch kills now unnecessary attribute->owner.  Note that with
      this change, userland holding a sysfs node does not prevent the
      backing module from being unloaded.
      
      For more info regarding lifetime rule cleanup, please read the
      following message.
      
        http://article.gmane.org/gmane.linux.kernel/510293
      
      (tweaked by Greg to not delete the field just yet, to make it easier to
      merge things properly.)
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      7b595756
  3. 26 5月, 2007 1 次提交
  4. 03 5月, 2007 1 次提交
  5. 28 6月, 2006 4 次提交
  6. 22 4月, 2006 1 次提交
  7. 31 3月, 2006 1 次提交
  8. 23 1月, 2006 1 次提交
    • T
      [PARISC] pdc_stable version 0.22 · c7428422
      Thibaut VARENE 提交于
      pdc_stable v0.22, changes since v0.10:
      
        o renamed root subsystem from 'pdc' to 'stable'
        o split 'info' into several files, one per PDC field
        o implemented 'autoboot' and 'autosearch' write calls to toggle
          these flags
        o grant read permission to all users on "safe" files
        o more code cleanup (removed duplicate code)
        o avoid bad stable storage clobbering by write locking critical sections
        o print consistent data as well
        o SMP cleanups
      Signed-off-by: NThibaut VARENE <varenet@parisc-linux.org>
      Signed-off-by: NKyle McMartin <kyle@parisc-linux.org>
      c7428422
  9. 12 1月, 2006 1 次提交
  10. 11 1月, 2006 2 次提交
  11. 22 10月, 2005 1 次提交
  12. 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