aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-14virtio_pci: use queue idx instead of array idx to set up the vqWei Wang1-4/+4
2019-01-14PCI: Fix PCI kconfig menu organizationRob Herring1-14/+8
2019-01-14regmap-irq: do not write mask register if mask_base is zeroMark Zhang1-0/+6
2019-01-14RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe4-13/+59
2019-01-14drm/amd/display: Fix disabled cursor on top screen edgeNicholas Kazlauskas2-2/+2
2019-01-14drm/amd/display: fix warning on raven hotplugRoman Li1-13/+6
2019-01-14drm/amd/display: fix PME notification not working in RV desktopCharlene Liu1-1/+6
2019-01-14drm/amd/display: Only get the connector state for VRR when toggledNicholas Kazlauskas1-1/+1
2019-01-14drm/amd/display: Pack DMCU iRAM alignmentJosip Pavic1-0/+2
2019-01-14drm/amd/powerplay: run acg btc for Vega12Kenneth Feng1-0/+21
2019-01-14drm/amdkfd: Don't assign dGPUs to APU topology devicesFelix Kuehling1-3/+9
2019-01-14drm/amdkfd: Allow building KFD on ARM64 (v2)Felix Kuehling3-6/+15
2019-01-15Merge tag 'gpio-v5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds3-8/+3
2019-01-15Merge tag 'mfd-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds20-98/+137
2019-01-15Merge tag 'backlight-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds2-12/+18
2019-01-14drm/meson: add missing of_node_putJulia Lawall1-2/+7
2019-01-14md: Make bio_alloc_mddev use bio_alloc_biosetMarcos Paulo de Souza1-6/+1
2019-01-14drm/virtio: drop prime import/export callbacksGerd Hoffmann3-22/+0
2019-01-14drm/qxl: drop prime import/export callbacksGerd Hoffmann2-18/+0
2019-01-14drm/i915/gvt: Allow F_CMD_ACCESS on mmio 0x21f0Colin Xu1-0/+1
2019-01-14Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds9-56/+186
2019-01-13drm/rockchip: add missing of_node_putJulia Lawall1-1/+3
2019-01-14Merge tag 'staging-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-4/+4
2019-01-14Merge tag 'tty-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-24/+32
2019-01-14Merge tag 'usb-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds5-6/+33
2019-01-12Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into fixesOlof Johansson7-36/+181
2019-01-12phy: fix build breakage: add PHY_MODE_SATAJohn Hubbard1-2/+3
2019-01-12Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-blockLinus Torvalds11-64/+185
2019-01-12Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds170-940/+905
2019-01-12bnxt_en: Fix context memory allocation.Michael Chan1-3/+6
2019-01-12bnxt_en: Fix ring checking logic on 57500 chips.Michael Chan2-3/+5
2019-01-12Merge tag 'drm-fixes-2019-01-11-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds15-102/+185
2019-01-11scsi: cxgb4i: add wait_for_completion()Varun Prakash4-18/+31
2019-01-11scsi: qla1280: set 64bit coherent maskThomas Bogendoerfer1-1/+1
2019-01-11scsi: ufs: Fix geometry descriptor sizeAvri Altman1-1/+1
2019-01-11scsi: megaraid_sas: Retry reads of outbound_intr_status regShivasharan S1-1/+2
2019-01-11scsi: qedi: Add ep_state for login completion on un-reachable targetsManish Rangankar2-0/+4
2019-01-11scsi: ufs: Fix system suspend statusStanley Chu1-0/+2
2019-01-11scsi: qla2xxx: Use correct number of vectors for online CPUsMing Lei3-1/+4
2019-01-11mISDN: hfcsusb: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-11scsi: hisi_sas: Set protection parameters prior to adding SCSI hostJohn Garry1-6/+6
2019-01-11scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comesXiubo Li1-27/+61
2019-01-11isdn: i4l: isdn_tty: Fix some concurrency double-free bugsJia-Ju Bai1-1/+5
2019-01-11vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin1-1/+1
2019-01-11net: stmmac: Prevent RX starvation in stmmac_napi_poll()Jose Abreu1-13/+14
2019-01-11net: stmmac: Fix the logic of checking if RX Watchdog must be enabledJose Abreu1-12/+12
2019-01-11net: stmmac: Check if CBS is supported before configuringJose Abreu1-0/+2
2019-01-11net: stmmac: dwxgmac2: Only clear interrupts that are activeJose Abreu1-3/+3
2019-01-11net: stmmac: Fix PCI module removal leakJose Abreu1-0/+10
2019-01-11acpi/nfit: Fix race accessing memdev in nfit_get_smbios_id()Tony Luck1-2/+4