Skip to content
Snippets Groups Projects
  1. Feb 06, 2007
  2. Feb 04, 2007
  3. Jan 31, 2007
  4. Jan 30, 2007
  5. Jan 25, 2007
  6. Jan 12, 2007
  7. Jan 10, 2007
  8. Jan 07, 2007
  9. Jan 01, 2007
    • 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!"
      v2.6.20-rc3
      669df1b4
  10. Dec 30, 2006
  11. Dec 24, 2006
  12. Dec 22, 2006
    • 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
  13. Dec 15, 2006
    • 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
  14. Dec 14, 2006
  15. Dec 13, 2006
  16. Dec 12, 2006
  17. Dec 10, 2006
  18. Nov 29, 2006
  19. Nov 16, 2006
  20. Nov 08, 2006
  21. Oct 31, 2006
  22. Oct 23, 2006
  23. 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
  24. Oct 17, 2006
  25. Oct 13, 2006
  26. Oct 11, 2006
  27. Oct 05, 2006
  28. Oct 04, 2006
  29. Sep 27, 2006
  30. Sep 24, 2006
  31. Sep 25, 2006
Loading