1. 14 Jul, 2008 4 commits
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 · 42c59208
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6: (23 commits)
        pcmcia: Fix ide-cs sparse warning
        pcmcia: ide-cs debugging bugfix
        pcmcia: allow for longer CIS firmware files
        pcmcia: cm40x0 cdev lock_kernel() pushdown
        pcmcia: (re)move {pcmcia,pccard}_get_status
        pcmcia: kill IN_CARD_SERVICES
        pcmcia: Remove unused header file code
        pcmcia: remove unused bulkmem.h
        pcmcia: simplify pccard_validate_cis
        pcmcia: carve out ioctl adjust function to pcmcia_ioctl
        pcmcia: irq probe can be done without risking an IRQ storm
        pcmcia: Fix ti12xx_2nd_slot_empty always failing
        pcmcia: check for pointer instead of pointer address
        pcmcia: switch cm4000_cs.c to unlocked_ioctl
        pcmcia: simplify rsrc_nonstatic attributes
        pcmcia: add support CompactFlash PCMCIA support for Blackfin.
        pcmcia: remove version.h
        pcmcia: cs: kill thread_wait
        pcmcia: i82365.c: check request_irq return value
        pcmcia: fix Alchemy warnings
        ...
      42c59208
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block · dddec01e
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.dk/linux-2.6-block: (37 commits)
        splice: fix generic_file_splice_read() race with page invalidation
        ramfs: enable splice write
        drivers/block/pktcdvd.c: avoid useless memset
        cdrom: revert commit 22a9189f (cdrom: use kmalloced buffers instead of buffers on stack)
        scsi: sr avoids useless buffer allocation
        block: blk_rq_map_kern uses the bounce buffers for stack buffers
        block: add blk_queue_update_dma_pad
        DAC960: push down BKL
        pktcdvd: push BKL down into driver
        paride: push ioctl down into driver
        block: use get_unaligned_* helpers
        block: extend queue_flag bitops
        block: request_module(): use format string
        Add bvec_merge_data to handle stacked devices and ->merge_bvec()
        block: integrity flags can't use bit ops on unsigned short
        cmdfilter: extend default read filter
        sg: fix odd style (extra parenthesis) introduced by cmd filter patch
        block: add bounce support to blk_rq_map_user_iov
        cfq-iosched: get rid of enable_idle being unused warning
        allow userspace to modify scsi command filter on per device basis
        ...
      dddec01e
    • Linus Torvalds's avatar
      Start using the new '%pS' infrastructure to print symbols · 7daf705f
      Linus Torvalds authored
      This simplifies the code significantly, and was the whole point of the
      exercise.
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      7daf705f
    • Larry Finger's avatar
      pcmcia: Fix ide-cs sparse warning · 727c6742
      Larry Finger authored
      Sparse shows the following warning:
      
        CHECK   drivers/ide/legacy/ide-cs.c
      drivers/ide/legacy/ide-cs.c:378:6: warning: symbol 'ide_release' was
      not declared. Should it be static?
      Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
      CC: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
      727c6742
  2. 13 Jul, 2008 7 commits
  3. 12 Jul, 2008 17 commits
  4. 11 Jul, 2008 12 commits