1. 23 12月, 2005 1 次提交
  2. 20 12月, 2005 1 次提交
  3. 19 12月, 2005 1 次提交
  4. 17 12月, 2005 1 次提交
  5. 16 12月, 2005 6 次提交
  6. 13 12月, 2005 3 次提交
  7. 05 12月, 2005 1 次提交
  8. 01 12月, 2005 1 次提交
  9. 29 11月, 2005 1 次提交
    • L
      mm: re-architect the VM_UNPAGED logic · 6aab341e
      Linus Torvalds 提交于
      This replaces the (in my opinion horrible) VM_UNMAPPED logic with very
      explicit support for a "remapped page range" aka VM_PFNMAP.  It allows a
      VM area to contain an arbitrary range of page table entries that the VM
      never touches, and never considers to be normal pages.
      
      Any user of "remap_pfn_range()" automatically gets this new
      functionality, and doesn't even have to mark the pages reserved or
      indeed mark them any other way.  It just works.  As a side effect, doing
      mmap() on /dev/mem works for arbitrary ranges.
      
      Sparc update from David in the next commit.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6aab341e
  10. 24 11月, 2005 1 次提交
    • D
      drm: fix quiescent locking · cf65f162
      Dave Airlie 提交于
      A fix for a locking bug which is triggered when a client tries to lock with
      flag DMA_QUIESCENT (typically the X server), but gets interrupted by a signal.
      The locking IOCTL should then return an error, but if DMA_QUIESCENT succeeds
      it returns 0, and the client falsely thinks it has the lock. In addition
      The client waits for DMA_QUISCENT and possibly DMA_READY without having the lock.
      
      From: Thomas Hellstrom
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      cf65f162
  11. 23 11月, 2005 4 次提交
  12. 21 11月, 2005 1 次提交
  13. 18 11月, 2005 4 次提交
  14. 17 11月, 2005 2 次提交
  15. 16 11月, 2005 1 次提交
  16. 15 11月, 2005 3 次提交
  17. 14 11月, 2005 8 次提交