summaryrefslogtreecommitdiff
path: root/drivers/mmc/card
AgeCommit message (Expand)Author
2011-03-25mmc: mmc_test: Remove set-but-unused variable.Chris Ball
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds
2011-03-15mmc: Improve MMC_TEST config text.Will Newton
2011-03-15mmc: mmc_test: add tests to measure large sequential I/O performanceAdrian Hunter
2011-03-15mmc: mmc_test: add tests to measure random I/O operations per secondAdrian Hunter
2011-03-15mmc: mmc_test: make performance test area size about 4MiBAdrian Hunter
2011-03-15mmc: mmc_test: Only warn about not waiting for busy if it's supportedPawel Moll
2011-03-15mmc: Fix the block device read only flagMarc-André Hébert
2011-03-10block: remove per-queue pluggingJens Axboe
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-08mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK.Chris Ball
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-25mmc: make number of mmcblk minors configurableOlof Johansson
2010-10-23mmc: name mmc queue thread by host indexEthan Du
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter
2010-10-23mmc: MMC 4.4 DDR supportHanumath Prasad
2010-10-23mmc: Makefile: Fix EXTRA_CFLAGS assignmentmatt mooney
2010-10-23mmc_test: fix display of .5 KiBAdrian Hunter
2010-10-23mmc_test: fix memory allocation segment limitsAdrian Hunter
2010-10-23mmc_test: move files from sysfs to debugfsAndy Shevchenko
2010-10-23mmc_test: collect data and show it via sysfs by demandAndy Shevchenko
2010-10-23mmc_test: change simple_strtol() to strict_strtol()Andy Shevchenko
2010-10-23mmc_test: use API to check card typeAndy Shevchenko
2010-10-23mmc_test: fix performance tests that go over max_blk_countAdrian Hunter
2010-10-23mmc: Convert "mutex" to semaphoreThomas Gleixner
2010-10-23mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko
2010-10-23mmc: make mmc_dev_to_card() macro publicAndy Shevchenko
2010-10-23mmc: Use snprintf, not sprintf.JiebingLi
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo
2010-08-12mmc_test: fix large memory allocationAdrian Hunter
2010-08-12mmc_test: add performance testsAdrian Hunter
2010-08-12mmc_block: add support for secure discardAdrian Hunter
2010-08-12mmc_block: add discard supportAdrian Hunter
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-02sdio_uart: Use kfifo instead of the messy circ stuffAlan Cox
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2010-02-11mmc_test: block addressed cardsJohan Kristell
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder
2010-01-11mmc_block: fix queue cleanupAdrian Hunter