Skip to content
Snippets Groups Projects
  1. Sep 01, 2012
  2. Mar 30, 2012
  3. Dec 27, 2011
  4. May 23, 2011
  5. Jan 06, 2011
  6. Dec 12, 2009
  7. Oct 24, 2009
  8. Oct 07, 2009
    • Dick Streefland's avatar
      kconfig: simplification of scripts/extract-ikconfig · 7b76bfc8
      Dick Streefland authored
      
      I've rewritten the extract-ikconfig script to extract the kernel
      configuration from a kernel compiled with CONFIG_IKCONFIG. The main
      motivation for the rewrite was to remove the dependency on the
      external C program binoffset.c, which is compiled on the initial run.
      
      The binoffset executable is invoked with a relative path, which means
      that the old script can only be run from the top of the kernel tree,
      and only when you have write permission in the scripts directory.
      
      The new script uses tr/grep/tail/zcat only, and can be invoked from
      anywhere. The binoffset.c program has been removed. This script
      requires GNU grep 2.5 (released 2002-03-13) or higher, because the -o
      option was introduced in that version.
      
      Signed-off-by: default avatarDick Streefland <dick@streefland.net>
      LKML-Reference: <20091006203540.GA14634@streefland.net>
      Tested-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      7b76bfc8
  9. Sep 16, 2009
    • David S. Miller's avatar
      sparc: Kill PROM console driver. · 09d3f3f0
      David S. Miller authored
      
      Many years ago when this driver was written, it had a use, but these
      days it's nothing but trouble and distributions should not enable it
      in any situation.
      
      Pretty much every console device a sparc machine could see has a
      bonafide real driver, making the PROM console hack unnecessary.
      
      If any new device shows up, we should write a driver instead of
      depending upon this crutch to save us.  We've been able to take care
      of this even when no chip documentation exists (sunxvr500, sunxvr2500)
      so there are no excuses.
      
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      09d3f3f0
  10. Mar 26, 2009
  11. Oct 16, 2008
    • Randy Dunlap's avatar
      dontdiff: more updates to be closer to gitignore · 929f37cb
      Randy Dunlap authored
      
      defkeymap.c_shipped should be diffed if it is changed.
      Reported-by: default avatarMike Galbraith <efault@gmx.de>
      
      COPYING, CREDITS, .mailmap should be diffed if they are changed.
      keywords.c_shipped & lex.c_shipped should be diffed when changed.
      parse.[ch]_shipped should be diffed when changed.
      Reported-by: default avatarSam Ravnborg <sam@ravnborg.org>
      
      vsyscall* updates from a .gitignore patch by "Denis V. Lunev" <den@openvz.org>.
      
      *.so.dbg from a .gitignore patch by Thomas Gleixner <tglx@linutronix.de>.
      
      binoffset from a .gitignore patch by Uwe Kleine-Koenig
      <Uwe.Kleine-Koenig@digi.com>.
      
      Module.markers from a .gitignore patch by Matthew Wilcox
      <willy@linux.intel.com>.
      
      vmlinux*.lds* should be diffed if changed.
      Reported-by: default avatarEtienne Lorrain <etienne_lorrain@yahoo.fr>
      
      vmlinux.lds from a .gitignore patch by Daniel Guilak
      <daniel@danielguilak.com>.
      
      *.scr should be diffed if changed.
      
      Lots of updates from http://lkml.org/lkml/2008/5/20/32
      
       Reported-by: Bart
      Van Assche <bart.vanassche@gmail.com>
      
      Use ncscope.* instead of *cscope* since the latter may catch too many files.
      
      Add *.elf, from a .gitignore patch by Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>.
      
      Make firmware entries match .gitignore entries.
      
      Make some entries less greedy by removing trailing '*'.
      
      Remove "make_times_h" (no such file).
      Remove "filelist" (no such file).
      Remove "dummy_sym.c" (no such file).
      Remove "gen-kdb_cmds.c" (no such file).
      Remove "gentbl" (no such file).
      Remove "kconfig.tk" (no such file).
      Remove "tkparse" (no such file).
      Remove "sim710_d.h" (no such file).
      Remove "53c8xx_d.h" (no such file).
      Add "syscalltab.h" (generated file).
      
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      929f37cb
  12. Sep 02, 2008
  13. Apr 28, 2008
  14. Apr 21, 2008
  15. Jan 12, 2008
  16. Oct 17, 2007
  17. Jul 31, 2007
  18. May 24, 2007
  19. May 02, 2007
  20. Sep 25, 2006
  21. Sep 13, 2005
  22. Aug 03, 2005
  23. Jul 16, 2005
  24. Jun 23, 2005
  25. May 05, 2005
  26. May 01, 2005
  27. Apr 16, 2005
Loading