1. 17 8月, 2005 1 次提交
  2. 16 8月, 2005 3 次提交
  3. 15 8月, 2005 2 次提交
  4. 14 8月, 2005 1 次提交
    • L
      Fix up mmap of /dev/kmem · 4bb82551
      Linus Torvalds 提交于
      This leaves the issue of whether we should deprecate the whole thing (or
      if we should check the whole mmap range, for that matter) open. Just do
      the minimal fix for now.
      4bb82551
  5. 13 8月, 2005 1 次提交
  6. 12 8月, 2005 1 次提交
  7. 11 8月, 2005 5 次提交
  8. 10 8月, 2005 15 次提交
  9. 09 8月, 2005 8 次提交
  10. 08 8月, 2005 1 次提交
    • I
      [PATCH] Fix restore of 64-bit PCI BAR's · cf7bee5a
      Ivan Kokshaysky 提交于
      For 64-bit BAR[i] only pci_dev->resource[i] is valid, ->resource[i+1]
      slot is unused and contains zeroes in all fields.
      
      So when we update a PCI BAR, all we need is just to check that we're
      going to update a _valid_ resource.
      
      Also make sure to write high bits - use "x >> 16 >> 16" (rather than the
      simpler ">> 32") to avoid warnings on 32-bit architectures where we're
      not going to have any high bits.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      cf7bee5a
  11. 07 8月, 2005 2 次提交