summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm rq: Avoid that request processing stalls sporadicallyBart Van Assche2017-04-071-0/+1
* scsi: Avoid that SCSI queues get stuckBart Van Assche2017-04-071-3/+3
* nvmet: fix byte swap in nvmet_parse_io_cmdChristoph Hellwig2017-04-021-1/+1
* nvmet: fix byte swap in nvmet_execute_write_zeroesChristoph Hellwig2017-04-021-1/+1
* nvmet: add missing byte swap in nvmet_get_smart_logChristoph Hellwig2017-04-021-1/+1
* nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig2017-04-021-1/+1
* Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2017-03-292-19/+34
|\
| * thermal: cpu_cooling: Check OPP for errorsViresh Kumar2017-03-131-2/+9
| * thermal: cpu_cooling: Replace dev_warn with dev_errViresh Kumar2017-03-131-6/+6
| * thermal: devfreq: Check OPP for errorsViresh Kumar2017-03-131-2/+8
| * thermal: devfreq_cooling: Replace dev_warn with dev_errViresh Kumar2017-03-131-3/+3
| * thermal: devfreq: Simplify expressionViresh Kumar2017-03-131-1/+1
| * thermal: Fix potential deadlock in cpu_coolingMatthew Wilcox2017-03-131-9/+11
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-291-33/+103
|\ \
| * | nbd: replace kill_bdev() with __invalidate_device()Ratna Manoj Bolla2017-03-241-2/+6
| * | nbd: set queue timeout properlyJosef Bacik2017-03-241-1/+4
| * | nbd: set rq->errors to actual error codeJosef Bacik2017-03-241-4/+4
| * | nbd: handle ERESTARTSYS properlyJosef Bacik2017-03-241-26/+89
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-282-10/+18
|\ \ \
| * | | virtio_balloon: prevent uninitialized variable useArnd Bergmann2017-03-281-0/+2
| * | | virtio-balloon: use actual number of stats for stats queue buffersLadi Prosek2017-03-281-7/+10
| * | | virtio_balloon: init 1st buffer in stats vqLadi Prosek2017-03-281-0/+2
| * | | virtio_pci: fix out of bound access for msix_namesJason Wang2017-03-281-4/+5
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-281-4/+1
|\ \ \ \
| * | | | PTP: fix ptr_ret.cocci warningskbuild test robot2017-03-201-4/+1
* | | | | Merge tag 'edac_for_4.11_2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-277-4/+1863
|\ \ \ \ \
| * | | | | EDAC, pnd2_edac: Fix reported DIMM numberQiuxu Zhuo2017-03-261-1/+1
| * | | | | EDAC, pnd2_edac: Fix !EDAC_DEBUG buildBorislav Petkov2017-03-231-1/+5
| * | | | | EDAC: Select DEBUG_FSBorislav Petkov2017-03-231-0/+1
| * | | | | EDAC, pnd2_edac: Add new EDAC driver for Intel SoC platformsTony Luck2017-03-164-0/+1853
| * | | | | EDAC, i5000, i5400: Fix use of MTR_DRAM_WIDTH macroJérémy Lefaure2017-03-092-3/+4
| * | | | | EDAC, xgene: Fix wrongly spelled "procesing"Colin Ian King2017-03-061-1/+1
* | | | | | Merge tag 'pinctrl-v4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-276-16/+67
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | pinctrl: qcom: ipq4019: add missing pingroups for pins > 70Christian Lamparter2017-03-231-0/+30
| * | | | | pinctrl: st: add irq_request/release_resources callbacksPatrice Chotard2017-03-231-6/+24
| * | | | | pinctrl: qcom: Don't clear status bit on irq_unmaskBjorn Andersson2017-03-231-4/+0
| * | | | | pinctrl: samsung: Fix memory mapping codeAndrzej Hajda2017-03-231-3/+10
| * | | | | pinctrl: meson-gxbb: Fix typo in i2c ao groupsNeil Armstrong2017-03-231-2/+2
| * | | | | pinctrl: ti: The IODelay driver is a DRA7xxx feature so depend on that SoCPeter Robinson2017-03-231-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-2619-85/+99
|\ \ \ \ \
| * \ \ \ \ Merge tag 'extcon-fixes-for-4.11-rc3' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2017-03-222-12/+29
| |\ \ \ \ \
| | * | | | | extcon: int3496: Set the id pin to direction-input if necessaryHans de Goede2017-03-221-0/+3
| | * | | | | extcon: int3496: Use gpiod_get instead of gpiod_get_indexHans de Goede2017-03-221-9/+3
| | * | | | | extcon: int3496: Add dependency on X86 as it's Intel specificPeter Robinson2017-03-221-1/+1
| | * | | | | extcon: int3496: Add GPIO ACPI mapping tableAndy Shevchenko2017-03-221-0/+20
| | * | | | | extcon: int3496: Rename GPIO pins in accordance with bindingAndy Shevchenko2017-03-221-2/+2
| | * | | | | extcon: int3496: Propagate error code of gpiod_to_irq()Andy Shevchenko2017-03-131-2/+2
| | | |_|_|/ | | |/| | |
| * | | | | vmw_vmci: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig2017-03-161-2/+2
| * | | | | ppdev: fix registering same device nameSudip Mukherjee2017-03-161-2/+9
| * | | | | parport: fix attempt to write duplicate procfilesSudip Mukherjee2017-03-161-2/+4