1. 26 1月, 2008 3 次提交
  2. 04 12月, 2007 1 次提交
  3. 05 11月, 2007 1 次提交
  4. 20 10月, 2007 2 次提交
  5. 12 10月, 2007 3 次提交
  6. 10 10月, 2007 3 次提交
  7. 22 8月, 2007 1 次提交
  8. 01 8月, 2007 1 次提交
  9. 24 7月, 2007 1 次提交
  10. 20 7月, 2007 1 次提交
    • P
      mm: Remove slab destructors from kmem_cache_create(). · 20c2df83
      Paul Mundt 提交于
      Slab destructors were no longer supported after Christoph's
      c59def9f change. They've been
      BUGs for both slab and slub, and slob never supported them
      either.
      
      This rips out support for the dtor pointer from kmem_cache_create()
      completely and fixes up every single callsite in the kernel (there were
      about 224, not including the slab allocator definitions themselves,
      or the documentation references).
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      20c2df83
  11. 18 7月, 2007 1 次提交
  12. 10 7月, 2007 1 次提交
  13. 31 5月, 2007 1 次提交
  14. 10 5月, 2007 4 次提交
  15. 05 5月, 2007 1 次提交
  16. 27 4月, 2007 2 次提交
  17. 27 3月, 2007 1 次提交
  18. 06 3月, 2007 1 次提交
    • S
      [S390] dasd: Use default recovery for SNSS requests · 046f3e82
      Stefan Weinhuber 提交于
      For extended error reporting we sometimes have to start an
      Sense Subsystem Status request (SNSS). When this request needs
      to be recovered for some reason, the recovery request will
      fail with 'command reject'.
      Our usual recovery procedure will retry the failed request by
      creating a new request and chaining the failed request from that
      one. SNSS requests, though, must not be chained from anything,
      so the recovery request will fail permanently.
      Use the default recovery for SNSS request, which will just restart
      the original request without further ado.
      Signed-off-by: NStefan Weinhuber <wein@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      046f3e82
  19. 13 2月, 2007 1 次提交
  20. 06 2月, 2007 7 次提交
  21. 09 12月, 2006 1 次提交
  22. 08 12月, 2006 2 次提交