1. 12 2月, 2009 1 次提交
  2. 10 2月, 2009 1 次提交
  3. 08 2月, 2009 14 次提交
  4. 03 2月, 2009 1 次提交
  5. 01 2月, 2009 1 次提交
    • L
      Stop playing silly games with the VM_ACCOUNT flag · fc8744ad
      Linus Torvalds 提交于
      The mmap_region() code would temporarily set the VM_ACCOUNT flag for
      anonymous shared mappings just to inform shmem_zero_setup() that it
      should enable accounting for the resulting shm object.  It would then
      clear the flag after calling ->mmap (for the /dev/zero case) or doing
      shmem_zero_setup() (for the MAP_ANON case).
      
      This just resulted in vma merge issues, but also made for just
      unnecessary confusion.  Use the already-existing VM_NORESERVE flag for
      this instead, and let shmem_{zero|file}_setup() just figure it out from
      that.
      
      This also happens to make it obvious that the new DRI2 GEM layer uses a
      non-reserving backing store for its object allocation - which is quite
      possibly not intentional.  But since I didn't want to change semantics
      in this patch, I left it alone, and just updated the caller to use the
      new flag semantics.
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      fc8744ad
  6. 30 1月, 2009 1 次提交
  7. 28 1月, 2009 1 次提交
  8. 27 1月, 2009 2 次提交
  9. 22 1月, 2009 7 次提交
  10. 19 1月, 2009 1 次提交
  11. 16 1月, 2009 5 次提交
  12. 12 1月, 2009 1 次提交
  13. 11 1月, 2009 2 次提交
  14. 08 1月, 2009 1 次提交
  15. 07 1月, 2009 1 次提交