1. 09 5月, 2007 8 次提交
  2. 05 5月, 2007 8 次提交
  3. 22 4月, 2007 5 次提交
  4. 18 4月, 2007 4 次提交
  5. 17 4月, 2007 3 次提交
  6. 16 4月, 2007 2 次提交
    • A
      [PATCH] x86: Fix potential overflow in perfctr reservation · 1714f9bf
      Andi Kleen 提交于
      While reviewing this code again I found a potential overflow of the bitmap.
      The p4 oprofile can theoretically set bits beyond the reservation bitmap for
      specific configurations. Avoid that by sizing the bitmaps properly.
      Signed-off-by: NAndi Kleen <ak@suse.de>
      1714f9bf
    • A
      [PATCH] x86: Fix gcc 4.2 _proxy_pda workaround · 08269c6d
      Andi Kleen 提交于
      Due to an over aggressive optimizer gcc 4.2 cannot optimize away _proxy_pda
      in all cases (counter intuitive, but true).  This breaks loading of some
      modules.
      
      The earlier workaround to just export a dummy symbol didn't work unfortunately
      because the module code ignores exports with 0 value.
      
      Make it 1 instead.
      Signed-off-by: NAndi Kleen <ak@suse.de>
      08269c6d
  7. 15 4月, 2007 2 次提交
  8. 14 4月, 2007 2 次提交
  9. 13 4月, 2007 5 次提交
  10. 12 4月, 2007 1 次提交
    • D
      [SPARC64]: Fix SBUS IOMMU allocation code. · 2f3a2efd
      David S. Miller 提交于
      There are several IOMMU allocator bugs.  Instead of trying to fix this
      overly complicated code, just mirror the PCI IOMMU arena allocator
      which is very stable and well stress tested.
      
      I tried to make the code as identical as possible so we can switch
      sun4u PCI and SBUS over to a common piece of IOMMU code.  All that
      will be need are two callbacks, one to do a full IOMMU flush and one
      to do a streaming buffer flush.
      
      This patch gets rid of a lot of hangs and mysterious crashes on SBUS
      sparc64 systems, at least for me.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2f3a2efd