12 Feb, 2013

1 commit


27 Jun, 2012

1 commit

  • The standard (see BSS_SECTION() in and
    ) symbol for the end of BSS is __bss_stop.
    This allows to remove all local declarations that have been added to
    several architectures just to please CONFIG_MTD_UCLINUX.

    Signed-off-by: Geert Uytterhoeven
    Acked-by: Paul Mundt
    Acked-by: Mike Frysinger
    Acked-by: Michal Simek
    Acked-by: Greg Ungerer

    Geert Uytterhoeven
     

29 Mar, 2012

1 commit


09 Mar, 2011

2 commits


21 Oct, 2010

2 commits


13 May, 2010

2 commits


14 Dec, 2009

1 commit

  • If -pg of gcc is enabled with CONFIG_FUNCTION_TRACER=y. a calling to
    _mcount will be inserted into each kernel function. so, there is a
    possibility to trace the kernel functions in _mcount.

    This patch add the specific _mcount support for static function
    tracing. by default, ftrace_trace_function is initialized as
    ftrace_stub(an empty function), so, the default _mcount will introduce
    very little overhead. after enabling ftrace in user-space, it will jump
    to a real tracing function and do static function tracing for us.

    Commit message from Wu Zhangjin

    Signed-off-by: Michal Simek

    Michal Simek
     

21 May, 2009

1 commit


27 Mar, 2009

1 commit