1. 22 4月, 2007 7 次提交
  2. 18 4月, 2007 4 次提交
  3. 17 4月, 2007 3 次提交
  4. 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
  5. 15 4月, 2007 2 次提交
  6. 14 4月, 2007 2 次提交
  7. 13 4月, 2007 5 次提交
  8. 12 4月, 2007 2 次提交
  9. 09 4月, 2007 3 次提交
  10. 07 4月, 2007 4 次提交
  11. 03 4月, 2007 3 次提交
  12. 02 4月, 2007 3 次提交