1. 23 10月, 2007 1 次提交
  2. 11 10月, 2007 1 次提交
  3. 05 10月, 2007 3 次提交
  4. 14 7月, 2007 1 次提交
  5. 13 7月, 2007 2 次提交
  6. 19 5月, 2007 1 次提交
  7. 15 5月, 2007 1 次提交
  8. 13 5月, 2007 1 次提交
  9. 01 5月, 2007 1 次提交
  10. 27 2月, 2007 1 次提交
  11. 23 2月, 2007 1 次提交
  12. 04 2月, 2007 1 次提交
  13. 22 6月, 2006 1 次提交
  14. 20 6月, 2006 2 次提交
  15. 05 6月, 2006 1 次提交
  16. 31 5月, 2006 2 次提交
  17. 19 4月, 2006 2 次提交
  18. 11 4月, 2006 2 次提交
  19. 10 4月, 2006 2 次提交
  20. 28 3月, 2006 1 次提交
  21. 27 3月, 2006 1 次提交
  22. 26 3月, 2006 1 次提交
  23. 24 3月, 2006 1 次提交
  24. 23 3月, 2006 1 次提交
    • A
      [PATCH] more for_each_cpu() conversions · 394e3902
      Andrew Morton 提交于
      When we stop allocating percpu memory for not-possible CPUs we must not touch
      the percpu data for not-possible CPUs at all.  The correct way of doing this
      is to test cpu_possible() or to use for_each_cpu().
      
      This patch is a kernel-wide sweep of all instances of NR_CPUS.  I found very
      few instances of this bug, if any.  But the patch converts lots of open-coded
      test to use the preferred helper macros.
      
      Cc: Mikael Starvik <starvik@axis.com>
      Cc: David Howells <dhowells@redhat.com>
      Acked-by: NKyle McMartin <kyle@parisc-linux.org>
      Cc: Anton Blanchard <anton@samba.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: William Lee Irwin III <wli@holomorphy.com>
      Cc: Andi Kleen <ak@muc.de>
      Cc: Christian Zankel <chris@zankel.net>
      Cc: Philippe Elie <phil.el@wanadoo.fr>
      Cc: Nathan Scott <nathans@sgi.com>
      Cc: Jens Axboe <axboe@suse.de>
      Cc: Eric Dumazet <dada1@cosmosbay.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      394e3902
  25. 05 3月, 2006 1 次提交
  26. 28 2月, 2006 2 次提交
  27. 17 1月, 2006 1 次提交
  28. 07 12月, 2005 1 次提交
  29. 01 12月, 2005 1 次提交
  30. 30 11月, 2005 1 次提交
  31. 21 11月, 2005 1 次提交