Age | Commit message (Expand) | Author |
2016-07-25 | mmc: block: Fix tag condition with packed writes | Adrian Hunter |
2016-07-25 | mmc: core: Disable HPI for certain Hynix eMMC cards | Pratibhasagar V |
2016-07-25 | mmc: block: correct 4KB alignment check | Yuan, Juntao |
2016-07-18 | mmc: block: fix packed command header endianness | Taras Kondratiuk |
2016-07-18 | mmc: block: fix free of uninitialized 'idata->buf' | Ville Viinikka |
2016-05-26 | Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmc | Linus Torvalds |
2016-05-23 | mmc: longer timeout for long read time quirk | Matt Gumbel |
2016-05-20 | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2016-05-17 | Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-05-17 | mmc: block: Pause re-tuning while switched to the RPMB partition | Adrian Hunter |
2016-05-17 | mmc: block: Always switch back to main area after RPMB access | Adrian Hunter |
2016-05-16 | mmc: block: improve logging of handling emmc timeouts | Ken Sumrall |
2016-05-02 | mmc: block: Convert to IDA for partition device indexes | Ulf Hansson |
2016-05-02 | mmc: block: Release index in partition allocation error path | Ulf Hansson |
2016-04-30 | tty: Replace TTY_THROTTLED bit tests with tty_throttled() | Peter Hurley |
2016-04-14 | mmc: block: Use the mmc host device index as the mmcblk device index | Ulf Hansson |
2016-04-12 | mmc/block: switch to using blk_queue_write_cache() | Jens Axboe |
2016-03-21 | Merge tag 'mmc-v4.6' of git://git.linaro.org/people/ulf.hansson/mmc | Linus Torvalds |
2016-03-17 | mmc: block: fix ABI regression of mmc_blk_ioctl | Shawn Lin |
2016-02-29 | mmc: block: shut up "retrying because a re-tune was needed" message | Russell King |
2016-02-29 | mmc: block: don't use the OR operation for flag of data | Jaehoon Chung |
2016-02-29 | mmc: mmc_test: mention that '0' runs all tests | Wolfram Sang |
2016-02-14 | Merge 4.5-rc4 into tty-next | Greg Kroah-Hartman |
2016-02-11 | Revert "mmc: block: don't use parameter prefix if built as module" | Ulf Hansson |
2016-02-10 | mmc: block: return error on failed mmc_blk_get() | Olof Johansson |
2016-01-28 | tty: Use termios c_*flag macros | Peter Hurley |
2015-12-28 | mmc: block: Allow more than 8 partitions per card | Colin Cross |
2015-12-22 | mmc: block: change to use kmalloc when copy data from userspace | yalin wang |
2015-11-09 | mmc: remove bondage between REQ_META and reliable write | Luca Porzio |
2015-10-26 | mmc: block: copy resp[] data on err for MMC_IOC_MULTI_CMD | Grant Grundler |
2015-10-26 | mmc: block: Add new ioctl to send multi commands | Jon Hunter |
2015-10-21 | mmc: core: Fix init_card in 52Mhz | Chaotian Jing |
2015-09-08 | Merge tag 'mmc-v4.3' of git://git.linaro.org/people/ulf.hansson/mmc | Linus Torvalds |
2015-09-02 | Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-09-02 | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-08-27 | mmc: block: skip trim for some kingston eMMCs | Shawn Lin |
2015-08-17 | scatterlist: remove open coded sg_unmark_end instances | Dan Williams |
2015-08-17 | mmc: block: add fixup of broken CMD23 for Sandisk card | Yangbo Lu |
2015-08-17 | mmc: block: don't use parameter prefix if built as module | Andy Shevchenko |
2015-07-24 | mmc: block: Add missing mmc_blk_put() in power_ro_lock_show() | Tomas Winkler |
2015-07-17 | block: have drivers use blk_queue_max_discard_sectors() | Jens Axboe |
2015-06-18 | mmc: queue: prevent soft lockups on PREEMPT=n | Rabin Vincent |
2015-06-16 | mmc: card: Fixup request missing in mmc_blk_issue_rw_rq | Ding Wang |
2015-06-15 | mmc: queue: use swap() in mmc_queue_thread() | Fabian Frederick |
2015-06-01 | mmc: mmc-test: use swap() in mmc_test_nonblock_transfer() | Fabian Frederick |
2015-06-01 | mmc: cast unsigned int to typeof(sector_t) to avoid unexpected error | Kuninori Morimoto |
2015-06-01 | mmc: card: mmc_test: Simplify a trivial if-return sequence | Fabio Estevam |
2015-06-01 | mmc: block: Retry errored data requests when re-tuning is needed | Adrian Hunter |
2015-06-01 | mmc: block: Check re-tuning in the recovery path | Adrian Hunter |
2015-05-06 | mmc: card: Don't access RPMB partitions for normal read/write | Chuanxiao Dong |