1. 02 8月, 2009 1 次提交
  2. 20 6月, 2009 1 次提交
  3. 19 6月, 2009 4 次提交
  4. 18 6月, 2009 1 次提交
    • M
      [IA64] Convert ia64 to use int-ll64.h · e088a4ad
      Matthew Wilcox 提交于
      It is generally agreed that it would be beneficial for u64 to be an
      unsigned long long on all architectures.  ia64 (in common with several
      other 64-bit architectures) currently uses unsigned long.  Migrating
      piecemeal is too painful; this giant patch fixes all compilation warnings
      and errors that come as a result of switching to use int-ll64.h.
      
      Note that userspace will still see __u64 defined as unsigned long.  This
      is important as it affects C++ name mangling.
      
      [Updated by Tony Luck to change efi.h:efi_freemem_callback_t to use
       u64 for start/end rather than unsigned long]
      Signed-off-by: NMatthew Wilcox <willy@linux.intel.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      e088a4ad
  5. 05 6月, 2009 1 次提交
  6. 20 4月, 2009 1 次提交
  7. 14 4月, 2009 1 次提交
  8. 28 3月, 2009 1 次提交
  9. 13 3月, 2009 1 次提交
  10. 11 3月, 2009 2 次提交
  11. 29 12月, 2008 2 次提交
  12. 01 12月, 2008 1 次提交
  13. 21 10月, 2008 1 次提交
  14. 16 10月, 2008 4 次提交
  15. 11 10月, 2008 1 次提交
  16. 25 8月, 2008 1 次提交
  17. 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
  18. 21 8月, 2008 3 次提交
  19. 15 8月, 2008 1 次提交
  20. 12 8月, 2008 5 次提交
  21. 26 6月, 2008 1 次提交
  22. 21 6月, 2008 1 次提交
  23. 20 6月, 2008 1 次提交
  24. 19 6月, 2008 3 次提交