24 May, 2019

1 commit

  • Based on 1 normalized pattern(s):

    you may copy modify and redistribute this file under the terms of
    the gnu general public license version 2 or any later version at
    your convenience

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-or-later

    has been chosen to replace the boilerplate/reference in 3 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Allison Randal
    Reviewed-by: Kate Stewart
    Reviewed-by: Richard Fontana
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190520071859.937199252@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

21 May, 2019

1 commit


03 Jul, 2016

1 commit

  • - s/acccess/access/
    - s/accoding/according/
    - s/addad/added/
    - s/addreess/address/
    - s/allocatiom/allocation/
    - s/Assember/Assembler/
    - s/compactnes/compactness/
    - s/conneced/connected/
    - s/decending/descending/
    - s/diectly/directly/
    - s/diplacement/displacement/

    Signed-off-by: Andrea Gelmini
    [geert: Squashed, fix arch/m68k/ifpsp060/src/pfpsp.S]
    Signed-off-by: Geert Uytterhoeven

    Andrea Gelmini
     

25 Jun, 2013

1 commit

  • 'oldmant.m32[1]' is 'unsigned long' which can never be '< 0', and the
    original author wanted to check whether the highest bit is set.

    So make the bit test explicit (which is better than casting from 'unsigned
    long' to 'long').

    The related warning: (with EXTRA_CFLAGS=-W ARCH=m68k for allmodconfig)
    arch/m68k/math-emu/fp_arith.c:522:4: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]

    Signed-off-by: Chen Gang
    Signed-off-by: Geert Uytterhoeven

    Chen Gang
     

19 Nov, 2012

1 commit


31 Jul, 2011

2 commits


17 Mar, 2011

1 commit


01 Sep, 2009

2 commits

  • In order to be able to use asm-offsets.h in C files the
    existing namespace conflicts must be solved first. In
    asm-offsets.h there are defines for signal constants, so they
    can be used in assembler files.

    Unfortunately the existing defines use a 1:1 mapping for the
    macro names which results in name space conflicts if the header
    file would also be used in C files. So rename the created
    defines and add an "L" prefix to each one since that has
    already been done for the SIGTRAP define in entry_mm.

    Signed-off-by: Heiko Carstens
    Cc: Peter Zijlstra
    Cc: Arnd Bergmann
    Cc: Nick Piggin
    Cc: Martin Schwidefsky
    Cc: Horst Hartmann
    Cc: Christian Ehrhardt
    Cc: Andrew Morton
    Cc: Linus Torvalds
    Cc: David Miller
    Cc: Benjamin Herrenschmidt
    Cc: Paul Mackerras
    Cc: Geert Uytterhoeven
    Cc: Roman Zippel
    Cc:
    LKML-Reference:
    Signed-off-by: Ingo Molnar

    Heiko Carstens
     
  • In order to be able to use asm-offsets.h in C files the
    existing namespace conflicts must be solved first. In
    asm-offsets.h e.g. PT_D0 gets defined which is the offset of
    the d0 member of the pt_regs structure. However a same define
    (with a different meaning) exists in asm/ptregs.h.

    So rename the defines created with the asm-offset mechanism to
    PT_OFF_D0 etc. There also already exist a few defines with
    these names that have the same meaning. So remove the existing
    defines and use the asm-offset generated ones.

    Signed-off-by: Heiko Carstens
    Acked-by: Peter Zijlstra
    Cc: Arnd Bergmann
    Cc: Nick Piggin
    Cc: Martin Schwidefsky
    Cc: Horst Hartmann
    Cc: Christian Ehrhardt
    Cc: Andrew Morton
    Cc: Linus Torvalds
    Cc: David Miller
    Cc: Benjamin Herrenschmidt
    Cc: Paul Mackerras
    Cc: Geert Uytterhoeven
    Cc: Roman Zippel
    Cc:
    LKML-Reference:
    Signed-off-by: Ingo Molnar

    Heiko Carstens
     

13 Jan, 2009

1 commit


21 Jul, 2008

1 commit

  • > This is a no-no for those archs that still use -traditional.
    > > I dunno if this is a problem for you at the moment and the
    > > right fix is anyway to nuke -traditional.
    > >
    > > Sam

    Signed-off-by: Mathieu Desnoyers
    Signed-off-by: Geert Uytterhoeven
    Signed-off-by: Linus Torvalds

    Mathieu Desnoyers
     

20 Oct, 2007

1 commit


01 Jul, 2006

1 commit


13 Jan, 2006

1 commit

  • Too permissive constraint on mulu.l - the first argument should not be
    an a-register. Fixed by replacing "g" with "dm"; with older gcc we got
    lucky and it had never attempted mulu.l %a0, %d1:%d0. These days it
    does, with predictable objections from as(1).

    Signed-off-by: Al Viro
    Cc: Roman Zippel
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Al Viro
     

10 Sep, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds