1. 22 3月, 2006 19 次提交
  2. 22 1月, 2006 2 次提交
  3. 05 1月, 2006 1 次提交
  4. 03 1月, 2006 5 次提交
  5. 23 11月, 2005 1 次提交
    • H
      [PATCH] unpaged: sound nopage get_page · 1cdca61b
      Hugh Dickins 提交于
      Something noticed when studying use of VM_RESERVED in different drivers:
      snd_usX2Y_hwdep_pcm_vm_nopage omitted to get_page: fixed.
      
      And how did this work before?  Aargh!  That nopage is returning a page from
      within a buffer allocated by snd_malloc_pages, which allocates a high-order
      page, then does SetPageReserved on each 0-order page within.
      
      That would have worked in 2.6.14, because when the area was unmapped,
      PageReserved inhibited put_page.  2.6.15-rc1 removed that inhibition (while
      leaving ineffective PageReserveds around for now), but it hasn't caused
      trouble because..  we've not been freeing from VM_RESERVED at all.
      Signed-off-by: NHugh Dickins <hugh@veritas.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      1cdca61b
  6. 04 11月, 2005 12 次提交