1. 23 Aug, 2002 1 commit
  2. 21 Aug, 2002 1 commit
    • David S. Miller's avatar
      SPARC64: Fix obscure cheetah+ hangs. · 92ed4dbe
      David S. Miller authored
      - Execute a membar #Sync after ASI_DCACHE_INVALIDATE store
      instead of just at the end of the loop.  Plain cheetah seems
      to be fine with the previous code but it upsets cheetah+.
      92ed4dbe
  3. 19 Aug, 2002 8 commits
  4. 18 Aug, 2002 2 commits
  5. 16 Aug, 2002 2 commits
  6. 17 Aug, 2002 1 commit
  7. 16 Aug, 2002 14 commits
  8. 17 Aug, 2002 6 commits
  9. 16 Aug, 2002 2 commits
  10. 15 Aug, 2002 3 commits
    • Linus Torvalds's avatar
      c2480c85
    • Andrew Morton's avatar
      [PATCH] memory leak in current BK · 2329a4f6
      Andrew Morton authored
      Well I didn't test that very well.  __page_cache_release() is doing a
      __free_page() on a zero-ref page, so __free_pages() sends the refcount
      negative and doesn't free it.  With patch #8, page_cache_release()
      almost never frees pages, but it must have been leaking a little bit.
      Lucky it showed up.
      
      This fixes it, and also adds a missing PageReserved test in put_page().
      Which makes put_page() identical to page_cache_release(), but there are
      header file woes.  I'll fix that up later.
      2329a4f6
    • Brad Heilbrun's avatar
      [PATCH] Reorder unlocking in rq_unlock · 0016745e
      Brad Heilbrun authored
      This trivial patch reorders the unlocking in rq_unlock()... I was
      tired of getting stack dumps in my messages file.
      0016745e