1. 05 2月, 2007 1 次提交
  2. 31 1月, 2007 2 次提交
  3. 25 1月, 2007 1 次提交
  4. 13 1月, 2007 1 次提交
  5. 11 1月, 2007 1 次提交
  6. 07 1月, 2007 1 次提交
  7. 01 1月, 2007 1 次提交
    • L
      Linux 2.6.20-rc3 · 669df1b4
      Linus Torvalds 提交于
      ...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
  8. 31 12月, 2006 1 次提交
  9. 24 12月, 2006 1 次提交
  10. 23 12月, 2006 1 次提交
    • A
      [PATCH] build compile.h earlier · ef129412
      Andrew Morton 提交于
      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: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      ef129412
  11. 16 12月, 2006 1 次提交
    • L
      Remove stack unwinder for now · d1526e2c
      Linus Torvalds 提交于
      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: NLinus Torvalds <torvalds@osdl.org>
      d1526e2c
  12. 14 12月, 2006 2 次提交
  13. 13 12月, 2006 1 次提交
  14. 11 12月, 2006 1 次提交
  15. 30 11月, 2006 1 次提交
  16. 16 11月, 2006 1 次提交
  17. 08 11月, 2006 1 次提交
  18. 31 10月, 2006 1 次提交
  19. 24 10月, 2006 1 次提交
  20. 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
  21. 17 10月, 2006 1 次提交
  22. 14 10月, 2006 1 次提交
  23. 13 10月, 2006 1 次提交
  24. 12 10月, 2006 1 次提交
  25. 05 10月, 2006 1 次提交
  26. 04 10月, 2006 1 次提交
  27. 27 9月, 2006 1 次提交
  28. 25 9月, 2006 1 次提交
  29. 26 9月, 2006 1 次提交
  30. 25 9月, 2006 9 次提交