1. 03 8月, 2009 1 次提交
  2. 02 8月, 2009 1 次提交
  3. 19 6月, 2009 1 次提交
  4. 13 3月, 2009 1 次提交
  5. 11 10月, 2008 1 次提交
  6. 22 8月, 2008 1 次提交
    • R
      agp: enable optimized agp_alloc_pages methods · 5f310b63
      Rene Herman 提交于
      The pageattr-array patch that you currently have in tip/master only
      enables it for intel-agp, not the others. The attached enables it for
      all drivers currently directly using agp_generic_alloc_page() and
      agp_generic_destroy_page() (ocal driver is amd-k7-agp).
      
      The new agp_generic_alloc_pages() interface uses the also new
      pageattr array interface API. This makes all AGP drivers that
      up to now used generic_{alloc,destroy}_page() use it.
      Signed-off-by: NRene Herman <rene.herman@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      5f310b63
  7. 19 6月, 2008 1 次提交
  8. 17 10月, 2007 1 次提交
    • F
      convert ill defined log2() to ilog2() · e57aa839
      Fengguang Wu 提交于
      It's *wrong* to have
      			#define log2(n) ffz(~(n))
      It should be *reversed*:
      			#define log2(n) flz(~(n))
      or
      			#define log2(n) fls(n)
      or just use
      			ilog2(n) defined in linux/log2.h.
      
      This patch follows the last solution, recommended by Andrew Morton.
      
      Cc: <linux-ext4@vger.kernel.org>
      Cc: Mingming Cao <cmm@us.ibm.com>
      Cc: Bjorn Helgaas <bjorn.helgaas@hp.com>
      Cc: Chris Ahna <christopher.j.ahna@intel.com>
      Cc: David Mosberger-Tang <davidm@hpl.hp.com>
      Cc: Kyle McMartin <kyle@parisc-linux.org>
      Cc: Dave Airlie <airlied@linux.ie>
      Cc: Dave Jones <davej@codemonkey.org.uk>
      Signed-off-by: NFengguang Wu <wfg@mail.ustc.edu.cn>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      e57aa839
  9. 03 5月, 2007 1 次提交
  10. 27 2月, 2007 1 次提交
  11. 23 2月, 2007 1 次提交
  12. 05 2月, 2007 1 次提交
  13. 08 12月, 2006 1 次提交
  14. 04 10月, 2006 1 次提交