Skip to content
Snippets Groups Projects
  1. May 12, 2011
  2. Mar 29, 2011
  3. Mar 17, 2011
    • Mike Waychison's avatar
      KBuild: silence "'scripts/unifdef' is up to date." · e1b702cf
      Mike Waychison authored
      
      While changing our build system over to use the headers_install target
      as part of our klibc build, the following message started showing up in
      our logs:
      
      make[2]: `scripts/unifdef' is up to date.
      
      It turns out that the build blindly invokes a recursive make on this
      target, which causes make to emit this message when the target is
      already up to date.  This isn't seen for most targets as the rest of the
      build relies primarily on the default target and on PHONY targets when
      invoking make recursively.
      
      Silence the above message when building unifdef as part of
      headers_install by hiding it behind a new PHONY target called
      "build_unifdef" that has an empty recipe.
      
      Signed-off-by: default avatarMike Waychison <mikew@google.com>
      Acked-by: default avatarWANG Cong <xiyou.wangcong@gmail.com>
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      e1b702cf
  4. Mar 15, 2011
  5. Mar 09, 2011
  6. Mar 08, 2011
  7. Mar 01, 2011
  8. Feb 22, 2011
  9. Feb 17, 2011
  10. Feb 16, 2011
  11. Feb 08, 2011
  12. Feb 01, 2011
  13. Jan 22, 2011
  14. Jan 18, 2011
  15. Jan 14, 2011
  16. Jan 05, 2011
  17. Dec 29, 2010
  18. Dec 21, 2010
  19. Dec 16, 2010
  20. Dec 14, 2010
  21. Dec 07, 2010
  22. Nov 30, 2010
  23. Nov 21, 2010
  24. Nov 16, 2010
  25. Nov 01, 2010
  26. Oct 26, 2010
  27. Oct 20, 2010
  28. Oct 15, 2010
    • Steven Rostedt's avatar
      ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNT · cf4db259
      Steven Rostedt authored
      
      The config option used by archs to let the build system know that
      the C version of the recordmcount works for said arch is currently
      called HAVE_C_MCOUNT_RECORD which enables BUILD_C_RECORDMCOUNT. To
      be more consistent with the name that all archs may use, it has been
      renamed to HAVE_C_RECORDMCOUNT. This will be less confusing since
      we are building a C recordmcount and not a mcount_record.
      
      Suggested-by: default avatarIngo Molnar <mingo@elte.hu>
      Cc: <linux-arch@vger.kernel.org>
      Cc: Michal Marek <mmarek@suse.cz>
      Cc: linux-kbuild@vger.kernel.org
      Cc: John Reiser <jreiser@bitwagon.com>
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      cf4db259
  29. Oct 14, 2010
  30. Oct 06, 2010
  31. Sep 29, 2010
  32. Sep 22, 2010
    • Jason Baron's avatar
      jump label: Base patch for jump label · bf5438fc
      Jason Baron authored
      
      base patch to implement 'jump labeling'. Based on a new 'asm goto' inline
      assembly gcc mechanism, we can now branch to labels from an 'asm goto'
      statment. This allows us to create a 'no-op' fastpath, which can subsequently
      be patched with a jump to the slowpath code. This is useful for code which
      might be rarely used, but which we'd like to be able to call, if needed.
      Tracepoints are the current usecase that these are being implemented for.
      
      Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
      Signed-off-by: default avatarJason Baron <jbaron@redhat.com>
      LKML-Reference: <ee8b3595967989fdaf84e698dc7447d315ce972a.1284733808.git.jbaron@redhat.com>
      
      [ cleaned up some formating ]
      
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      bf5438fc
  33. Sep 20, 2010
  34. Sep 12, 2010
  35. Sep 06, 2010
  36. Sep 03, 2010
  37. Sep 02, 2010
  38. Aug 29, 2010
  39. Aug 23, 2010
Loading