1. 24 10月, 2006 1 次提交
  2. 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
  3. 17 10月, 2006 1 次提交
  4. 14 10月, 2006 1 次提交
  5. 13 10月, 2006 1 次提交
  6. 12 10月, 2006 1 次提交
  7. 05 10月, 2006 1 次提交
  8. 04 10月, 2006 1 次提交
  9. 27 9月, 2006 1 次提交
  10. 25 9月, 2006 1 次提交
  11. 26 9月, 2006 1 次提交
  12. 25 9月, 2006 11 次提交
  13. 21 9月, 2006 1 次提交
  14. 20 9月, 2006 1 次提交
  15. 19 9月, 2006 1 次提交
  16. 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
  17. 13 9月, 2006 1 次提交
  18. 04 9月, 2006 1 次提交
  19. 28 8月, 2006 1 次提交
  20. 17 8月, 2006 1 次提交
  21. 08 8月, 2006 1 次提交
  22. 07 8月, 2006 1 次提交
  23. 01 8月, 2006 2 次提交
  24. 30 7月, 2006 1 次提交
  25. 16 7月, 2006 1 次提交
  26. 06 7月, 2006 2 次提交
  27. 04 7月, 2006 1 次提交
    • S
      kbuild: introduce utsrelease.h · 63104eec
      Sam Ravnborg 提交于
      include/linux/version.h contained both actual KERNEL version
      and UTS_RELEASE that contains a subset from git SHA1 for when
      kernel was compiled as part of a git repository.
      This had the unfortunate side-effect that all files including version.h
      would be recompiled when some git changes was made due to changes SHA1.
      Split it out so we keep independent parts in separate files.
      
      Also update checkversion.pl script to no longer check for UTS_RELEASE.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      63104eec
  28. 03 7月, 2006 1 次提交