1. 14 12月, 2006 1 次提交
  2. 13 12月, 2006 1 次提交
  3. 11 12月, 2006 1 次提交
  4. 30 11月, 2006 1 次提交
  5. 16 11月, 2006 1 次提交
  6. 08 11月, 2006 1 次提交
  7. 31 10月, 2006 1 次提交
  8. 24 10月, 2006 1 次提交
  9. 22 10月, 2006 1 次提交
    • J
      [PATCH] x86-64: Speed up dwarf2 unwinder · 690a973f
      Jan Beulich 提交于
      This changes the dwarf2 unwinder to do a binary search for CIEs
      instead of a linear work. The linker is unfortunately not
      able to build a proper lookup table at link time, instead it creates
      one at runtime as soon as the bootmem allocator is usable (so you'll continue
      using the linear lookup for the first [hopefully] few calls).
      The code should be ready to utilize a build-time created table once
      a fixed linker becomes available.
      Signed-off-by: NJan Beulich <jbeulich@novell.com>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      690a973f
  10. 17 10月, 2006 1 次提交
  11. 14 10月, 2006 1 次提交
  12. 13 10月, 2006 1 次提交
  13. 12 10月, 2006 1 次提交
  14. 05 10月, 2006 1 次提交
  15. 04 10月, 2006 1 次提交
  16. 27 9月, 2006 1 次提交
  17. 25 9月, 2006 1 次提交
  18. 26 9月, 2006 1 次提交
  19. 25 9月, 2006 11 次提交
  20. 21 9月, 2006 1 次提交
  21. 20 9月, 2006 1 次提交
  22. 19 9月, 2006 1 次提交
  23. 17 9月, 2006 1 次提交
    • D
      [PATCH] headers_check: use a different default directory · 1ab7a1f3
      David Woodhouse 提交于
      `make headers_check' wants to go and write stuff in /lib/modules, which
      requires root, whic is unfortunate.
      
      In fact, there's no _particular_ reason for headers_install to put it there
      either -- it can go into a subdirectory of the build tree in both cases.
      It's not intended to go directly into /usr/include, which is why we didn't
      put it there -- and we certainly don't want people screwing around with
      symlinking to it.  It's for distributors to take away and do stuff with, so
      leaving it in $(objtree) is fine, even in the headers_install case.
      
      I picked $(objtree)/usr/include but I have no _particular_ preference
      for that; it just seemed reasonable.
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      1ab7a1f3
  24. 13 9月, 2006 1 次提交
  25. 04 9月, 2006 1 次提交
  26. 28 8月, 2006 1 次提交
  27. 17 8月, 2006 1 次提交
  28. 08 8月, 2006 1 次提交
  29. 07 8月, 2006 1 次提交
  30. 01 8月, 2006 1 次提交