1. 27 7月, 2011 3 次提交
  2. 26 7月, 2011 3 次提交
    • L
      Merge branch 'for-3.1/drivers' of git://git.kernel.dk/linux-block · 8ded371f
      Linus Torvalds 提交于
      * 'for-3.1/drivers' of git://git.kernel.dk/linux-block:
        cciss: do not attempt to read from a write-only register
        xen/blkback: Add module alias for autoloading
        xen/blkback: Don't let in-flight requests defer pending ones.
        bsg: fix address space warning from sparse
        bsg: remove unnecessary conditional expressions
        bsg: fix bsg_poll() to return POLLOUT properly
      8ded371f
    • L
      Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block · 096a705b
      Linus Torvalds 提交于
      * 'for-3.1/core' of git://git.kernel.dk/linux-block: (24 commits)
        block: strict rq_affinity
        backing-dev: use synchronize_rcu_expedited instead of synchronize_rcu
        block: fix patch import error in max_discard_sectors check
        block: reorder request_queue to remove 64 bit alignment padding
        CFQ: add think time check for group
        CFQ: add think time check for service tree
        CFQ: move think time check variables to a separate struct
        fixlet: Remove fs_excl from struct task.
        cfq: Remove special treatment for metadata rqs.
        block: document blk_plug list access
        block: avoid building too big plug list
        compat_ioctl: fix make headers_check regression
        block: eliminate potential for infinite loop in blkdev_issue_discard
        compat_ioctl: fix warning caused by qemu
        block: flush MEDIA_CHANGE from drivers on close(2)
        blk-throttle: Make total_nr_queued unsigned
        block: Add __attribute__((format(printf...) and fix fallout
        fs/partitions/check.c: make local symbols static
        block:remove some spare spaces in genhd.c
        block:fix the comment error in blkdev.h
        ...
      096a705b
    • R
      iomap: make IOPORT/PCI mapping functions conditional · fea80311
      Randy Dunlap 提交于
      When CONFIG_PCI is not enabled, CONFIG_EISA=y, and CONFIG_GENERIC_IOMAP=y,
      drivers/net/3c59x.c build fails due to a recent small change to
      <asm-generic/iomap.h> that surrounds pci_iomap() and pci_iounmap() with
      #ifdef CONFIG_PCI/#endif.
      
      Since that patch to iomap.h looks correct, add stubs for pci_iomap() and
      pci_iounmap() with CONFIG_PCI is not enabled to fix the build errors.
      
        drivers/net/3c59x.c:1026: error: implicit declaration of function 'pci_iomap'
        drivers/net/3c59x.c:1038: error: implicit declaration of function 'pci_iounmap'
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Cc: Jonas Bonn <jonas@southpole.se>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      fea80311
  3. 25 7月, 2011 20 次提交
  4. 24 7月, 2011 14 次提交