10 May, 2013

1 commit

  • Pull tile update from Chris Metcalf:
    "The interesting bug fix is support for the upcoming "4.2" release of
    the Tilera hypervisor, which by default launches Linux at privilege
    level 2 instead of 1. The fix lets new and old hypervisors and
    Linuxes interoperate more smoothly, so I've tagged it for
    stable@kernel.org so that older Linuxes will be able to boot under the
    newer hypervisor."

    * 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile:
    usb: tilegx: fix memleak when create hcd fail
    arch/tile: remove inline marking of EXPORT_SYMBOL functions
    rtc: rtc-tile: add missing platform_device_unregister() when module exit
    tile: support new Tilera hypervisor

    Linus Torvalds
     

09 May, 2013

1 commit


30 Apr, 2013

1 commit


04 Jan, 2013

1 commit

  • CONFIG_HOTPLUG is going away as an option. As a result, the __dev*
    markings need to be removed.

    This change removes the use of __devinit, __devexit_p, __devinitdata,
    __devinitconst, and __devexit from these drivers.

    Based on patches originally written by Bill Pemberton, but redone by me
    in order to handle some of the coding style issues better, by hand.

    Cc: Bill Pemberton
    Cc: Alessandro Zummo
    Cc: Srinidhi Kasagar
    Cc: Linus Walleij
    Cc: Mike Frysinger
    Cc: Wan ZongShun
    Cc: Guan Xuetao
    Cc: Mark Brown
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

18 May, 2011

1 commit