27 Dec, 2011

1 commit

  • Remove last traces of our kerntypes patch which was always an addon
    patch which never got upstream. Somehow a few bits got upstream
    anyway.
    Since kerntypes aren't used anymore and lcrash isn't maintained (for
    s390 at least) remove the last traces of kerntypes that somehow went
    upstream. Also remove the documentation that mentions lcrash.

    Signed-off-by: Heiko Carstens
    Signed-off-by: Martin Schwidefsky

    Heiko Carstens
     

24 May, 2011

1 commit

  • v2, updated based on comments from Joe and Paul.

    Update to Documentation/dontdiff, based on many updates to
    various .gitignore patches over the last 2 years.

    Initially begun by Michael Prokop , with lots of
    changes by Randy Dunlap.

    Signed-off-by: Randy Dunlap
    Cc: Michael Prokop
    Cc: Joe Perches
    Cc: Paul Mundt
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

07 Jan, 2011

1 commit


26 Feb, 2010

1 commit


12 Dec, 2009

1 commit


24 Oct, 2009

1 commit


07 Oct, 2009

1 commit

  • 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: Dick Streefland
    LKML-Reference:
    Tested-by: Steven Rostedt
    Cc: Sam Ravnborg
    Signed-off-by: Steven Rostedt

    Dick Streefland
     

16 Sep, 2009

1 commit

  • 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: David S. Miller

    David S. Miller
     

27 Mar, 2009

1 commit

  • Now that the headers are in arch/foo/include/asm we don't want to exclude
    them when preparing diff files.

    Closes-bug: 12921

    Signed-off-by: Alan Cox
    Signed-off-by: Linus Torvalds

    Alan Cox
     

17 Oct, 2008

1 commit

  • defkeymap.c_shipped should be diffed if it is changed.
    Reported-by: Mike Galbraith

    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: Sam Ravnborg

    vsyscall* updates from a .gitignore patch by "Denis V. Lunev" .

    *.so.dbg from a .gitignore patch by Thomas Gleixner .

    binoffset from a .gitignore patch by Uwe Kleine-Koenig
    .

    Module.markers from a .gitignore patch by Matthew Wilcox
    .

    vmlinux*.lds* should be diffed if changed.
    Reported-by: Etienne Lorrain

    vmlinux.lds from a .gitignore patch by Daniel Guilak
    .

    *.scr should be diffed if changed.

    Lots of updates from http://lkml.org/lkml/2008/5/20/32 Reported-by: Bart
    Van Assche

    Use ncscope.* instead of *cscope* since the latter may catch too many files.

    Add *.elf, from a .gitignore patch by Eduard - Gabriel Munteanu .

    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: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

03 Sep, 2008

1 commit


29 Apr, 2008

2 commits


22 Apr, 2008

1 commit


12 Jan, 2008

1 commit


17 Oct, 2007

2 commits

  • Update dontdiff, based on .gitignore patches from Pete Zaitcev and Adrian
    Bunk.

    Signed-off-by: Randy Dunlap
    Cc: Pete Zaitcev
    Cc: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     
  • Remove the old-fashioned lk201 driver under drivers/tc/ that used to be
    used by the old dz.c and zs.c drivers, which is now orphan code referred to
    from nowhere and does not build anymore. A modern replacement is available
    as drivers/input/keyboard/lkkbd.c.

    There are no plans to do anything about this piece of code and it does not
    fit anywhere anymore, so it is not just a matter of maintenance or the lack
    of. There are still some bits that might be added to the new lkkbd.c
    driver based on the old code, and the embedded hardware documentation which
    is otherwise quite hard to get hold of might be useful to keep too. Both
    of these can be done separately though. RIP.

    Signed-off-by: Maciej W. Rozycki
    Acked-by: Ralf Baechle
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Maciej W. Rozycki
     

01 Aug, 2007

1 commit

  • Updates based on recent .gitignore updates:

    *.o.*: Says Alexey Dobriyan:
    These are presumably temporary gcc files, which aren't interesting.

    setup.bin, setup.elf: new x86 boot code files (from Matthew Wilcox)

    Signed-off-by: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

24 May, 2007

1 commit


03 May, 2007

1 commit


25 Sep, 2006

1 commit


13 Sep, 2005

1 commit


04 Aug, 2005

1 commit


16 Jul, 2005

1 commit


24 Jun, 2005

1 commit


06 May, 2005

1 commit


01 May, 2005

1 commit


17 Apr, 2005

1 commit