1. 23 Oct, 2006 1 commit
  2. 21 Oct, 2006 1 commit
    • 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
  3. 17 Oct, 2006 1 commit
  4. 13 Oct, 2006 2 commits
  5. 11 Oct, 2006 1 commit
  6. 04 Oct, 2006 2 commits
  7. 27 Sep, 2006 1 commit
  8. 24 Sep, 2006 1 commit
  9. 25 Sep, 2006 10 commits
  10. 24 Sep, 2006 2 commits
  11. 21 Sep, 2006 1 commit
  12. 19 Sep, 2006 2 commits
  13. 16 Sep, 2006 1 commit
    • 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
  14. 12 Sep, 2006 1 commit
  15. 03 Sep, 2006 1 commit
  16. 27 Aug, 2006 1 commit
  17. 16 Aug, 2006 1 commit
  18. 07 Aug, 2006 1 commit
  19. 06 Aug, 2006 1 commit
  20. 01 Aug, 2006 2 commits
  21. 30 Jul, 2006 1 commit
  22. 15 Jul, 2006 1 commit
  23. 06 Jul, 2006 1 commit
  24. 05 Jul, 2006 1 commit
  25. 03 Jul, 2006 1 commit
    • 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
  26. 02 Jul, 2006 1 commit