Skip to content
  1. Oct 31, 2006
  2. Oct 23, 2006
  3. Oct 21, 2006
    • Jan Beulich's avatar
      [PATCH] x86-64: Speed up dwarf2 unwinder · 690a973f
      Jan Beulich authored
      
      
      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: default avatarJan Beulich <jbeulich@novell.com>
      Signed-off-by: default avatarAndi Kleen <ak@suse.de>
      690a973f
  4. Oct 17, 2006
  5. Oct 13, 2006
  6. Oct 11, 2006
  7. Oct 05, 2006
  8. Oct 04, 2006
  9. Sep 27, 2006
  10. Sep 24, 2006
  11. Sep 25, 2006
  12. Sep 24, 2006
  13. Sep 21, 2006
  14. Sep 20, 2006
  15. Sep 19, 2006
  16. Sep 16, 2006
    • David Woodhouse's avatar
      [PATCH] headers_check: use a different default directory · 1ab7a1f3
      David Woodhouse authored
      
      
      `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: default avatarDavid Woodhouse <dwmw2@infradead.org>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      1ab7a1f3
  17. Sep 13, 2006
  18. Sep 04, 2006
  19. Aug 28, 2006
  20. Aug 16, 2006
  21. Aug 07, 2006
  22. Aug 06, 2006
  23. Aug 01, 2006
  24. Jul 30, 2006
  25. Jul 15, 2006
  26. Jul 06, 2006
  27. Jul 05, 2006
  28. Jul 03, 2006
    • Sam Ravnborg's avatar
      kbuild: introduce utsrelease.h · 63104eec
      Sam Ravnborg authored
      
      
      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: default avatarSam Ravnborg <sam@ravnborg.org>
      63104eec
Loading