31 May, 2019

1 commit

  • Based on 1 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license as published by
    the free software foundation either version 2 of the license or at
    your option any later version this program is distributed in the
    hope that it will be useful but without any warranty without even
    the implied warranty of merchantability or fitness for a particular
    purpose see the gnu general public license for more details you
    should have received a copy of the gnu general public license along
    with this program if not write to the free software foundation inc
    59 temple place suite 330 boston ma 02111 1307 usa

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-or-later

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

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

    Thomas Gleixner
     

14 Feb, 2018

2 commits


08 Aug, 2017

1 commit

  • The PCI pool API is deprecated. This commit replaces the PCI pool old
    API by the appropriate function with the DMA pool API.

    Signed-off-by: Romain Perier
    Acked-by: Peter Senna Tschudin
    Tested-by: Peter Senna Tschudin
    Signed-off-by: Martin K. Petersen

    Romain Perier
     

25 Apr, 2017

1 commit

  • The use of le32_to_cpu() etc in this driver looks completely arbitrary.
    It may have made sense at some point, but it is not applied consistently,
    so this driver presumably won't work on big-endian kernel builds.

    Unfortunately it's unclear whether the type names or the calls to
    le32_to_cpu() are the correct ones. I'm taking educated guesses here
    and assume that most of the __le32 and __le16 annotations are correct,
    adding the conversion helpers whereever we access those fields.

    The exceptions are the 'fw_version' field that is always accessed as
    big-endian, so I'm changing the type here, and the 'hrrq' values that
    are accessed as little-endian, so I'm changing those the other way.

    None of these changes should have any effect on little-endian
    architectures like x86, but it addresses the sparse warnings.

    Signed-off-by: Arnd Bergmann
    Reviewed-by: Christoph Hellwig
    Signed-off-by: Martin K. Petersen

    Arnd Bergmann
     

10 Jan, 2017

1 commit


21 Feb, 2012

1 commit


15 Sep, 2011

1 commit


27 May, 2011

1 commit

  • * 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6:
    gfs2: Drop __TIME__ usage
    isdn/diva: Drop __TIME__ usage
    atm: Drop __TIME__ usage
    dlm: Drop __TIME__ usage
    wan/pc300: Drop __TIME__ usage
    parport: Drop __TIME__ usage
    hdlcdrv: Drop __TIME__ usage
    baycom: Drop __TIME__ usage
    pmcraid: Drop __DATE__ usage
    edac: Drop __DATE__ usage
    rio: Drop __DATE__ usage
    scsi/wd33c93: Drop __TIME__ usage
    scsi/in2000: Drop __TIME__ usage
    aacraid: Drop __TIME__ usage
    media/cx231xx: Drop __TIME__ usage
    media/radio-maxiradio: Drop __TIME__ usage
    nozomi: Drop __TIME__ usage
    cyclades: Drop __TIME__ usage

    Linus Torvalds
     

19 Apr, 2011

1 commit

  • The kernel already prints its build timestamp during boot, no need to
    repeat it in random drivers and produce different object files each
    time.

    Cc: Anil Ravindranath
    Cc: linux-scsi@vger.kernel.org
    Signed-off-by: Michal Marek

    Michal Marek
     

31 Mar, 2011

1 commit


09 Dec, 2010

1 commit


30 Oct, 2010

1 commit


27 Oct, 2010

1 commit

  • sense_buffer is both a direct member of struct pmcraid_cmd as well as
    an indirect one via an anonymous union and struct. Fix this clash by
    eliminating the direct member in favour of the anonymous struct/union
    one. The name duplication apparently isn't noticed by gcc versions
    earlier than 4.4

    Reported-by: Andi Kleen
    Signed-off-by: Anil Ravindranath
    Cc: Stable Tree
    Signed-off-by: James Bottomley

    Anil Ravindranath
     

28 Jul, 2010

1 commit

  • 1. MSI-X interrupt support
    2. Driver changes to support new maxRAID controller FW version. The
    changes are mainly done to handle async notification changes done in
    newer controller FW version.
    3. Added state change notifications to notify applications of controller
    states.

    Signed-off-by: Anil Ravindranath
    Signed-off-by: James Bottomley

    Anil Ravindranath
     

09 Feb, 2010

1 commit

  • In particular, several occurances of funny versions of 'success',
    'unknown', 'therefore', 'acknowledge', 'argument', 'achieve', 'address',
    'beginning', 'desirable', 'separate' and 'necessary' are fixed.

    Signed-off-by: Daniel Mack
    Cc: Joe Perches
    Cc: Junio C Hamano
    Signed-off-by: Jiri Kosina

    Daniel Mack
     

10 Dec, 2009

1 commit

  • PMC-Sierra mgmt application uses SMI-S model. According to SMI-S, the
    object model exposed by the SMI-S provider should show an StoragePool
    which contains member disks of a RAID Virtual disk and StorageVolume
    based on the StoragePool. But according to SMI-S, there is a possibility
    where StoragePool is created but StorageVolume is not yet created. To
    satisfy this scenario, we are trying a hidden RAID Virtual disk. The
    hidden RAID virtual disk will not be exposed to OS. Once a StorageVolume
    is created for this RAID virtual disk it is exposed.

    Signed-off-by: Anil Ravindranath
    Signed-off-by: James Bottomley

    Anil Ravindranath
     

04 Dec, 2009

1 commit

  • That is "success", "unknown", "through", "performance", "[re|un]mapping"
    , "access", "default", "reasonable", "[con]currently", "temperature"
    , "channel", "[un]used", "application", "example","hierarchy", "therefore"
    , "[over|under]flow", "contiguous", "threshold", "enough" and others.

    Signed-off-by: André Goddard Rosa
    Signed-off-by: Jiri Kosina

    André Goddard Rosa
     

27 Sep, 2009

1 commit

  • * remove asm/atomic.h inclusion from kref.h -- not needed, linux/types.h
    is enough for atomic_t
    * remove linux/kref.h inclusion from files which do not need it.

    Signed-off-by: Alexey Dobriyan
    Signed-off-by: Linus Torvalds

    Alexey Dobriyan
     

12 Sep, 2009

1 commit