summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-02491-4306/+9141
|\
| * 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
| | * | | | auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matchesDmitry Torokhov2017-03-161-0/+1
| | * | | | Drivers: hv: vmbus: Don't leak memory when a channel is rescindedK. Y. Srinivasan2017-03-161-5/+8
| | * | | | Drivers: hv: vmbus: Don't leak channel idsK. Y. Srinivasan2017-03-161-0/+1
| | * | | | Drivers: hv: util: don't forget to init host_ts.lockDexuan Cui2017-03-161-0/+2
| | * | | | Drivers: hv: util: move waiting for release to hv_utils_transport itselfVitaly Kuznetsov2017-03-165-16/+9
| | * | | | vmbus: remove hv_event_tasklet_disable/enableDexuan Cui2017-03-162-27/+4
| | * | | | vmbus: use rcu for per-cpu channel listStephen Hemminger2017-03-162-4/+9
| | * | | | mei: don't wait for os version message replyAlexander Usyskin2017-03-161-12/+2
| | * | | | mei: fix deadlock on mei resetTomas Winkler2017-03-161-2/+6
| | * | | | intel_th: pci: Add Gemini Lake supportAlexander Shishkin2017-03-151-0/+5
| | * | | | intel_th: pci: Add Denverton SOC supportAlexander Shishkin2017-03-151-0/+5
| | * | | | intel_th: Don't leak module refcount on failure to activateAlexander Shishkin2017-03-151-1/+3
| | |/ / /
| * | | | Merge tag 'tty-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-03-264-75/+30
| |\ \ \ \
| | * | | | tty: fix data race in tty_ldisc_ref_wait()Dmitry Vyukov2017-03-171-2/+5
| | * | | | tty: don't panic on OOM in tty_set_ldisc()Dmitry Vyukov2017-03-171-69/+16
| | * | | | Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"Aleksey Makarov2017-03-171-1/+1
| | * | | | tty: acpi/spcr: QDF2400 E44 checks for wrong OEM revisionTimur Tabi2017-03-141-1/+1