1. 06 Feb, 2007 1 commit
  2. 04 Feb, 2007 1 commit
  3. 30 Jan, 2007 2 commits
  4. 24 Jan, 2007 1 commit
  5. 12 Jan, 2007 1 commit
  6. 10 Jan, 2007 1 commit
  7. 07 Jan, 2007 1 commit
  8. 31 Dec, 2006 1 commit
    • Linus Torvalds's avatar
      Linux 2.6.20-rc3 · 669df1b4
      Linus Torvalds authored
      ...because it's always a good idea to cut a release *before* you go out
      to party and get drunk.
      
      Remember kids: "Don't Drink and Release!"
      669df1b4
  9. 30 Dec, 2006 1 commit
  10. 23 Dec, 2006 1 commit
  11. 22 Dec, 2006 1 commit
    • Andrew Morton's avatar
      [PATCH] build compile.h earlier · ef129412
      Andrew Morton authored
      
      compile.h is created super-late in the build.  But proc_misc.c want to include
      it, and it's generally not sane to have a header file in include/linux be
      created at the end of the build: it's either not present or, worse, wrong for
      most of the build.
      
      So the patch arranges for compile.h to be built at the start of the build
      process.  It also consolidates the compile.h rules with those for version.h
      and utsname.h, so they all get built together.
      
      I hope.  My chances of having got this right are about 2%.
      
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      ef129412
  12. 15 Dec, 2006 1 commit
    • Linus Torvalds's avatar
      Remove stack unwinder for now · d1526e2c
      Linus Torvalds authored
      
      It has caused more problems than it ever really solved, and is
      apparently not getting cleaned up and fixed.  We can put it back when
      it's stable and isn't likely to make warning or bug events worse.
      
      In the meantime, enable frame pointers for more readable stack traces.
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      d1526e2c
  13. 13 Dec, 2006 2 commits
  14. 12 Dec, 2006 1 commit
  15. 10 Dec, 2006 1 commit
  16. 29 Nov, 2006 1 commit
  17. 15 Nov, 2006 1 commit
  18. 07 Nov, 2006 1 commit
  19. 30 Oct, 2006 1 commit
  20. 23 Oct, 2006 1 commit
  21. 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
  22. 17 Oct, 2006 1 commit
  23. 13 Oct, 2006 2 commits
  24. 11 Oct, 2006 1 commit
  25. 04 Oct, 2006 2 commits
  26. 27 Sep, 2006 1 commit
  27. 24 Sep, 2006 1 commit
  28. 25 Sep, 2006 9 commits