1. 18 5月, 2010 6 次提交
  2. 17 5月, 2010 3 次提交
  3. 11 5月, 2010 2 次提交
    • R
      paride: fix menu indentation · 2395e463
      Randy Dunlap 提交于
      Make the PARIDE menu be displayed correctly, with proper/expected
      indentation, by moving the GDROM kconfig symbol, which was
      splitting the PARIDE kconfig symbol from its dependent symbols.
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      2395e463
    • M
      block: allow initialization of previously allocated request_queue · 01effb0d
      Mike Snitzer 提交于
      blk_init_queue() allocates the request_queue structure and then
      initializes it as needed (request_fn, elevator, etc).
      
      Split initialization out to blk_init_allocated_queue_node.
      Introduce blk_init_allocated_queue wrapper function to model existing
      blk_init_queue and blk_init_queue_node interfaces.
      
      Export elv_register_queue to allow a newly added elevator to be
      registered with sysfs.  Export elv_unregister_queue for symmetry.
      
      These changes allow DM to initialize a device's request_queue with more
      precision.  In particular, DM no longer unconditionally initializes a
      full request_queue (elevator et al).  It only does so for a
      request-based DM device.
      Signed-off-by: NMike Snitzer <snitzer@redhat.com>
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      01effb0d
  4. 03 5月, 2010 1 次提交
  5. 29 4月, 2010 22 次提交
  6. 28 4月, 2010 6 次提交
    • L
      Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 · 3fb938b2
      Linus Torvalds 提交于
      * 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6:
        pcmcia: fix matching rules for pseudo-multi-function cards
        pcmcia: pcmcia_dev_present bugfix
      3fb938b2
    • L
      Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block · 970b0648
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.dk/linux-2.6-block:
        coda: move backing-dev.h kernel include inside __KERNEL__
        mtd: ensure that bdi entries are properly initialized and registered
        Move mtd_bdi_*mappable to mtdcore.c
        btrfs: convert to using bdi_setup_and_register()
        Catch filesystems lacking s_bdi
        drbd: Terminate a connection early if sending the protocol fails
        drbd: fix memory leak
        Fix JFFS2 sync silent failure
        smbfs: add bdi backing to mount session
        ncpfs: add bdi backing to mount session
        exofs: add bdi backing to mount session
        ecryptfs: add bdi backing to mount session
        coda: add bdi backing to mount session
        cifs: add bdi backing to mount session
        afs: add bdi backing to mount session.
        9p: add bdi backing to mount session
        bdi: add helper function for doing init and register of a bdi for a file system
        block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timer
      970b0648
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog · 696e65c3
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
        watchdog: booke_wdt: fix build - unconstify watchdog_info
        watchdog: sbc_fitpc2_wdt: fixed "scheduling while atomic" bug.
        watchdog: sbc_fitpc2_wdt: fixed I/O operations order
        Watchdog: sb_wdog.c: Fix sibyte watchdog initialization
      696e65c3
    • H
      regulator: fix enabling regulator issue on max8925 · 4b99fef0
      Haojian Zhuang 提交于
      Fix regulator enabling issue that is caused by typo error in is_enabled().
      Signed-off-by: NHaojian Zhuang <haojian.zhuang@marvell.com>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      4b99fef0
    • J
      coda: move backing-dev.h kernel include inside __KERNEL__ · 33f60e96
      Jens Axboe 提交于
      Otherwise we must export backing-dev.h as well, which doesn't make
      any sense.
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      33f60e96
    • E
      net/usb: add sierra_net.c driver · eb4fd8cd
      Elina Pasheva 提交于
      Re-submitted based on comments from netdev community.
      Summary of the changes:
      1. Improved error handling.
      2. Added the missing timeout arguments to usb_control_msg().
      
      The following is a new Linux driver which exposes certain models of Sierra
      Wireless modems to the operating system as Network Interface Cards (NICs).
      
      This driver requires a version of the sierra.c driver which supports
      blacklisting to work properly. The blacklist in sierra.c rejects the interfaces
      claimed by sierra_net.c. Likewise, the sierra_net.c driver only accepts
      (i.e. whitelists) the interface(s) used for USB-to-WWAN traffic.
      The version of sierra.c which supports blacklisting is
      available from the sierra wireless knowledge base page for older kernels. It is
      also available in Linux kernel starting from version 2.6.31.
      
      This driver works with all Sierra Wireless devices configured with PID=68A3
      like USB305, USB306 provided the corresponding firmware version is I2.0
      (for USB305) or M3.0 (for USB306) and later.
      This driver will not work with earlier firmware versions than the ones shown
      above. In this case the driver will issue an error message indicating
      incompatibility and will not serve the device's USB-to-WWAN interface.
      
      Sierra_net.c sits atop a pre-existing Linux driver called usbnet.c.
      A series of hook functions are provided in sierra_net.c which are called by
      usbnet.c in response to a particular condition such as receipt or transmission
      of a data packet. As such, usbnet.c does most of the work of making
      a modem appear to the system as a network device and for properly exchanging
      traffic between the USB subsystem and the Network card interface.
      Sierra_net.c is concerned with managing the data exchanged between the
      USB-to-WWAN interface and the upper layers of the operating system.
      Signed-off-by: NElina Pasheva <epasheva@sierrawireless.com>
      Signed-off-by: NRory Filer <rfiler@sierrawireless.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      eb4fd8cd