]> bbs.cooldavid.org Git - net-next-2.6.git/history - drivers
floppy: make controller const
[net-next-2.6.git] / drivers /
2010-08-07 Stephen Hemmingerfloppy: make controller const
2010-08-07 Julia Lawalldrivers/block: use memdup_user
2010-08-07 FUJITA Tomonoriscsi: convert discard to REQ_TYPE_FS from REQ_TYPE_BLOCK_PC
2010-08-07 Stephen M. Cameroncciss: cleanup interrupt_not_for_us
2010-08-07 Stephen M. Cameroncciss: change printks to dev_warn, etc.
2010-08-07 Stephen M. Cameroncciss: separate cmd_alloc() and cmd_special_alloc()
2010-08-07 Stephen M. Cameroncciss: use consistent variable names
2010-08-07 Stephen M. Cameroncciss: forbid hard reset of 640x boards
2010-08-07 Stephen M. Cameroncciss: sanitize max commands
2010-08-07 Stephen M. Cameroncciss: fix hard reset code.
2010-08-07 Stephen M. Cameroncciss: factor out cciss_reset_devices()
2010-08-07 Stephen M. Cameroncciss: factor out cciss_find_cfg_addrs.
2010-08-07 Stephen M. Cameroncciss: factor out cciss_enter_performant_mode
2010-08-07 Stephen M. Cameroncciss: factor out cciss_wait_for_mode_change_ack()
2010-08-07 Stephen M. Cameroncciss: make cciss_put_controller_into_performant_mode...
2010-08-07 Stephen M. Cameroncciss: cleanup some debug ifdefs
2010-08-07 Stephen M. Cameroncciss: factor out cciss_p600_dma_prefetch_quirk()
2010-08-07 Stephen M. Cameroncciss: factor out cciss_enable_scsi_prefetch()
2010-08-07 Stephen M. Cameroncciss: factor out CISS_signature_present()
2010-08-07 Stephen M. Cameroncciss: factor out cciss_find_board_params
2010-08-07 Stephen M. Cameroncciss: fix leak of ioremapped memory
2010-08-07 Stephen M. Cameroncciss: factor out cciss_find_cfgtables
2010-08-07 Stephen M. Cameroncciss: factor out cciss_wait_for_board_ready()
2010-08-07 Stephen M. Cameroncciss: factor out cciss_find_memory_BAR()
2010-08-07 Stephen M. Cameroncciss: remove board_id parameter from cciss_interrupt_m...
2010-08-07 Stephen M. Cameroncciss: factor out cciss_board_disabled
2010-08-07 Stephen M. Cameroncciss: factor out cciss_lookup_board_id
2010-08-07 Stephen M. Cameroncciss: save pdev pointer in per hba structure early...
2010-08-07 Stephen M. Cameroncciss: Set the performant mode bit in the scsi half...
2010-08-07 Daniel Stoddenblkfront: Klog the unclean release path
2010-08-07 Daniel Stoddenblkfront: Remove obsolete info->users
2010-08-07 Daniel Stoddenblkfront: Remove obsolete info->users
2010-08-07 Daniel Stoddenblkfront: Lock blockfront_info during xbdev removal
2010-08-07 Daniel Stoddenblkfront: Fix blkfront backend switch race (bdev release)
2010-08-07 Daniel Stoddenblkfront: Fix blkfront backend switch race (bdev open)
2010-08-07 Daniel Stoddenblkfront: Lock blkfront_info when closing
2010-08-07 Daniel Stoddenblkfront: Clean up vbd release
2010-08-07 Daniel Stoddenblkfront: Fix gendisk leak
2010-08-07 Daniel Stoddenblkfront: Fix backtrace in del_gendisk
2010-08-07 Daniel Stoddenxenbus: Make xenbus_switch_state transactional
2010-08-07 K. Y. Srinivasanxen/blkfront: revalidate after setting capacity
2010-08-07 Jeremy Fitzhardingexen/blkfront: avoid compiler warning from missing cases
2010-08-07 K. Y. Srinivasanxen/front: Propagate changed size of VBDs
2010-08-07 Jan Beulichblkfront: don't access freed struct xenbus_device
2010-08-07 Jan Beulichblkfront: fixes for 'xm block-detach ... --force'
2010-08-07 Ian Campbellxen: use less generic names in blkfront driver.
2010-08-07 Arnd Bergmannscsi/i2o: restore ioctl changes
2010-08-07 Arnd Bergmannscsi/sd: remove big kernel lock
2010-08-07 Arnd Bergmannblock: push down BKL into .open and .release
2010-08-07 Arnd Bergmannblock: push down BKL into .locked_ioctl
2010-08-07 Arnd Bergmannscsi/i2o_block: cleanup ioctl handling
2010-08-07 FUJITA Tomonoriscsi: fix discard page leak
2010-08-07 FUJITA Tomonoriscsi: need to reset unprep_rq_fn in sd_remove
2010-08-07 FUJITA Tomonoriblock: remove q->prepare_flush_fn completely
2010-08-07 FUJITA Tomonoriide: stop using q->prepare_flush_fn
2010-08-07 FUJITA Tomonorivirtio_blk: stop using q->prepare_flush_fn
2010-08-07 FUJITA Tomonoridm: stop using q->prepare_flush_fn
2010-08-07 FUJITA Tomonorips3disk: stop using q->prepare_flush_fn
2010-08-07 FUJITA Tomonoriosdblk: stop using q->prepare_flush_fn
2010-08-07 FUJITA Tomonoriscsi: stop using q->prepare_flush_fn
2010-08-07 FUJITA Tomonoriscsi: remove unused free discard page in sd_done
2010-08-07 FUJITA Tomonoriscsi: add sd_unprep_fn to free discard page
2010-08-07 James Bottomleyblock: implement an unprep function corresponding direc...
2010-08-07 Joe Perchesdrivers/cdrom: use pr_<level>
2010-08-07 Randy Dunlapblock/xd.c: fix brace typo
2010-08-07 Christoph Hellwigblock: don't allocate a payload for discard request
2010-08-07 Christoph Hellwigblock: fix some more cmd_type cleanup fallout
2010-08-07 Jens Axboevirtio_blk: add default case to cmd type switch
2010-08-07 Christoph Hellwigblock: unify flags for struct bio and struct request
2010-08-07 Christoph Hellwigblock: remove wrappers for request type/flags
2010-08-07 FUJITA Tomonoriaha1532: remove ISA_DMA_THRESHOLD usage
2010-08-07 Stephen Hemmingerfloppy: use warning macros
2010-08-07 Stephen Hemmingerfloppy: use wait_event_interruptible
2010-08-07 Stephen Hemmingerfloppy: fix signed/unsigned warnings
2010-08-07 Stephen Hemmingerfloppy: cmos attribute should be static
2010-08-07 Stephen Hemmingerfloppy: use atomic type for usage_count
2010-08-07 Stephen Hemmingerfloppy: silence warning during disk test
2010-08-07 Stephen Hemmingerfloppy: remove unnecessary inlines
2010-08-07 Stephen Hemmingerfloppy: initialize debug jiffies offset
2010-08-07 Mike Millercciss: change pad value from 32 to 0
2010-08-07 Mike Millercciss: remove errant debug code
2010-08-07 Mike Millercciss: move next_command function from ifdef
2010-08-07 Mike Millercciss: fix call to put_controller_in_performant_mode
2010-08-07 Mike Millercciss: make sure we request the performant mode irq
2010-08-07 Mike Millercciss: new controller support and bump driver version
2010-08-07 Mike Millercciss: add performant mode support for Stars/Sirius
2010-08-07 Mike Millercciss: make interrupt access methods return type bool
2010-08-07 Mike Millercciss: check for msi in interrupt_not_for_us
2010-08-07 Mike Millercciss: clean up interrupt handler
2010-08-07 Mike Millercciss: enqueue and submit io
2010-07-31 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2010-07-31 Linus TorvaldsMerge branch 'bugfixes' of git://git.linux-nfs.org...
2010-07-31 Linus TorvaldsMerge branch 'drm-fixes' of git://git.kernel.org/pub...
2010-07-30 Ondrej Zarycyber2000fb: fix console in truecolor modes
2010-07-30 Ondrej Zarycyber2000fb: fix machine hang on module load
2010-07-30 Russell KingARM: Fix Versatile/Realview/VExpress MMC card detection...
2010-07-29 Linus TorvaldsMerge branch 'for-linus' of git://git390.marist.edu...
2010-07-29 Linus TorvaldsMerge branch 'fix/hda' of git://git.kernel.org/pub...
2010-07-29 Adam Jacksondrm/edid: Fix the HDTV hack sync adjustment
2010-07-29 Daniel J Bluemandrm/radeon/kms: fix radeon mid power profile reporting
next