summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mmc: debugfs: implement ios show for driver typeShawn Lin2015-10-261-0/+19
* mmc: omap: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-261-0/+1
* mmc: moxart: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-261-0/+1
* mmc: sdhci-pltfm: Use of_property_read_u32 instead of open-coding itTobias Klauser2015-10-261-5/+1
* mmc: mmc_spi: Export OF module alias informationJavier Martinez Canillas2015-10-261-0/+1
* mmc: sdhci-of-at91: remove a line of dead codeDan Carpenter2015-10-261-1/+0
* mmc: sdhci: call sdhci_init() before request irqHaibo Chen2015-10-261-11/+11
* mmc: sdhci-bcm-kona: fix logic to check for 8-bit data widthJavier Martinez Canillas2015-10-261-1/+1
* mmc: pwrseq: use gpiod_get() instead of index 0Javier Martinez Canillas2015-10-261-1/+1
* mmc: core: Convert __mmc_switch() into an internal core functionUlf Hansson2015-10-263-3/+3
* mmc: vub300: Remove unneded semicolonsJavier Martinez Canillas2015-10-261-3/+3
* mmc: wbsd: Remove unneded semicolonJavier Martinez Canillas2015-10-261-1/+1
* mmc: sd: Remove superfluous error code assignmentYousong Zhou2015-10-261-2/+0
* mmc: core: Keep host claimed while invoking mmc_power_off|up()Ulf Hansson2015-10-262-5/+21
* mmc: sdhci-acpi: detect sd card reader on asus x205taMichele Curti2015-10-261-0/+1
* Linux 4.3-rc7v4.3-rc7Linus Torvalds2015-10-251-1/+1
* Merge tag 'usb-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-10-242-5/+26
|\
| * xhci: Add spurious wakeup quirk for LynxPoint-LP controllersLaura Abbott2015-10-171-0/+1
| * xhci: handle no ping response error properlyMathias Nyman2015-10-171-5/+15
| * xhci: don't finish a TD if we get a short transfer event mid TDMathias Nyman2015-10-171-0/+10
* | Merge tag 'tty-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-10-242-4/+1
|\ \
| * | fbcon: initialize blink interval before calling fb_set_parScot Doyle2015-10-171-0/+1
| * | Revert "serial: 8250_dma: don't bother DMA with small transfers"Frederic Danis2015-10-171-4/+0
| |/
* | Merge tag 'staging-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-10-244-11/+40
|\ \
| * \ Merge tag 'iio-fixes-for-4.3a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-10-164-11/+40
| |\ \ | | |/ | |/|
| | * iio: mxs-lradc: Fix temperature offsetAlexandre Belloni2015-10-111-4/+5
| | * iio: accel: sca3000: memory corruption in sca3000_read_first_n_hw_rb()Dan Carpenter2015-10-031-1/+1
| | * iio: st_accel: fix interrupt handling on LIS3LV02Linus Walleij2015-10-031-6/+0
| | * iio: adc: twl4030: Fix ADC[3:6] readingsAdam YH Lee2015-10-031-0/+34
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-245-14/+46
|\ \ \
| * | | IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur2015-10-211-1/+9
| * | | IB/cma: Use inner P_Key to determine netdevHaggai Eran2015-10-201-2/+2
| * | | IB/ucma: check workqueue allocation before usageSasha Levin2015-10-201-1/+6
| * | | IB/cma: Potential NULL dereference in cma_id_from_eventHaggai Eran2015-10-201-1/+1
| * | | IB/core: Fix use after free of ifaMatan Barak2015-10-201-8/+27
| * | | IB/core: Fix memory corruption in ib_cache_gid_set_default_gidDoron Tsur2015-10-151-1/+1
* | | | Merge tag 'dm-4.3-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-10-243-8/+13
|\ \ \ \
| * | | | dm cache: the CLEAN_SHUTDOWN flag was not being setJoe Thornber2015-10-231-1/+1
| * | | | dm btree: fix leak of bufio-backed block in btree_split_beneath error pathMike Snitzer2015-10-231-1/+1
| * | | | dm btree remove: fix a bug when rebalancing nodes after removalJoe Thornber2015-10-231-6/+11
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-10-2414-144/+167
|\ \ \ \ \
| * | | | | writeback: remove broken rbtree_postorder_for_each_entry_safe() usage in cgwb...Tejun Heo2015-10-211-4/+6
| * | | | | NVMe: Fix memory leak on retried commandsKeith Busch2015-10-151-2/+6
| * | | | | block: don't release bdi while request_queue has live referencesTejun Heo2015-10-154-3/+18
| * | | | | nvme: use an integer value to Linux errno valuesChristoph Hellwig2015-10-151-5/+7
| * | | | | blk-mq: fix use-after-free in blk_mq_free_tag_set()Junichi Nomura2015-10-152-3/+2
| * | | | | nvme: fix 32-bit build warningArnd Bergmann2015-10-121-3/+3
| * | | | | writeback: fix incorrect calculation of available memory for memcg domainsTejun Heo2015-10-123-32/+40
| * | | | | writeback: memcg dirty_throttle_control should be initialized with wb->memcg_...Tejun Heo2015-10-121-9/+11
| * | | | | writeback: bdi_writeback iteration must not skip dying onesTejun Heo2015-10-125-75/+39