30 Nov, 2006

1 commit


16 Nov, 2006

1 commit


08 Nov, 2006

1 commit


31 Oct, 2006

1 commit


24 Oct, 2006

1 commit


22 Oct, 2006

1 commit

  • 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: Jan Beulich
    Signed-off-by: Andi Kleen

    Jan Beulich
     

17 Oct, 2006

1 commit


14 Oct, 2006

1 commit


13 Oct, 2006

1 commit


12 Oct, 2006

1 commit


05 Oct, 2006

1 commit


04 Oct, 2006

1 commit

  • Not all architectures have a file named 'defconfig' (e.g. powerpc).
    However the make TAGS and make tags targets search such files for tags,
    causing an error message when they don't exist. This patch addresses the
    problem by instructing xargs not to run the tags program if there are no
    matching files.

    Signed-off-by: David Gibson
    Cc: Sam Ravnborg
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Gibson
     

27 Sep, 2006

1 commit

  • Make checkstack work for UML. We need to pass the underlying architecture
    name, rather than "um" to checkstack.pl.

    Signed-off-by: Jeff Dike
    Acked-by: Matt Mackall
    Cc: Paolo 'Blaisorblade' Giarrusso
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jeff Dike
     

26 Sep, 2006

1 commit


25 Sep, 2006

13 commits


21 Sep, 2006

1 commit


20 Sep, 2006

1 commit


19 Sep, 2006

1 commit


17 Sep, 2006

1 commit

  • `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: David Woodhouse
    Cc: Sam Ravnborg
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Woodhouse
     

13 Sep, 2006

1 commit


04 Sep, 2006

1 commit


28 Aug, 2006

1 commit


17 Aug, 2006

2 commits


08 Aug, 2006

2 commits


07 Aug, 2006

1 commit


01 Aug, 2006

1 commit