1. 23 2月, 2006 1 次提交
    • G
      Revert mount/umount uevent removal · fa675765
      Greg Kroah-Hartman 提交于
      This change reverts the 033b96fd commit
      from Kay Sievers that removed the mount/umount uevents from the kernel.
      Some older versions of HAL still depend on these events to detect when a
      new device has been mounted.  These events are not correctly emitted,
      and are broken by design, and so, should not be relied upon by any
      future program.  Instead, the /proc/mounts file should be polled to
      properly detect this kind of event.
      
      A feature-removal-schedule.txt entry has been added, noting when this
      interface will be removed from the kernel.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      fa675765
  2. 07 2月, 2006 1 次提交
    • J
      [PATCH] hwmon: Fix reboot on it87 driver load · c5e3fbf2
      Jean Delvare 提交于
      Only scan I2C address 0x2d. This is the default address and no IT87xxF
      chip was ever seen on I2C at a different address. These chips are
      better accessed through their ISA interface anyway.
      
      This fixes bug #5889, although it doesn't address the whole class
      of problems. We'd need the ability to blacklist arbitrary I2C addresses
      on systems known to contain I2C devices which behave badly when probed.
      
      Plan the I2C interface for removal as well. If nobody complains within
      a year, it will confirm my impression that the I2C interface isn't
      actually needed by anyone.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      c5e3fbf2
  3. 01 2月, 2006 2 次提交
  4. 15 1月, 2006 1 次提交
  5. 06 1月, 2006 1 次提交
  6. 18 11月, 2005 2 次提交
  7. 16 11月, 2005 1 次提交
  8. 09 11月, 2005 3 次提交
  9. 07 11月, 2005 2 次提交
  10. 13 9月, 2005 1 次提交
  11. 11 9月, 2005 1 次提交
  12. 09 9月, 2005 1 次提交
  13. 08 9月, 2005 2 次提交
  14. 03 9月, 2005 1 次提交
  15. 30 8月, 2005 1 次提交
  16. 16 7月, 2005 1 次提交
  17. 08 7月, 2005 1 次提交
  18. 26 6月, 2005 1 次提交
  19. 24 6月, 2005 2 次提交
  20. 22 6月, 2005 1 次提交
  21. 17 5月, 2005 1 次提交
  22. 01 5月, 2005 1 次提交
  23. 17 4月, 2005 2 次提交
    • C
      [PATCH] officially deprecate register_ioctl32_conversion · 22a685d0
      Christoph Hellwig 提交于
      These have been deprecated since ->compat_ioctl when in, thus only a short
      deprecation period.  There's four users left: i2o_config, s390/z90crypy,
      s390/dasd and s390/zfcp and for the first two patches are about to be
      submitted to get rid of it.
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      22a685d0
    • 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