aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-14fsi: core: Add check for master property no-scan-on-initChristopher Bostic1-1/+4
2018-03-14fsi: master: Clarify master lifetimes & fix use-after-free in hub masterJeremy Kerr2-3/+33
2018-03-14fsi: core: Reduce console output during normal scanChristopher Bostic2-3/+3
2018-03-14fsi: Match fsi slaves and engines to available dt nodesJeremy Kerr4-0/+108
2018-03-14fsi: Fix one and two byte bus reads/writesEddie James1-4/+7
2018-03-14fsi: master-gpio: Add external modeJeremy Kerr1-2/+76
2018-03-14fsi: master-gpio: Add locking during break and link enableJeremy Kerr1-0/+7
2018-03-14fsi: Add fsi_master_rescan()Jeremy Kerr2-2/+10
2018-03-14coresight: etm4x: Fix bit shiftingBo Yan1-2/+2
2018-03-14coresight: Use %px to print pcsr instead of %pLeo Yan1-1/+1
2018-03-14parport: Replace short License header by SPDX identifierAndy Shevchenko1-7/+1
2018-03-14parport: Sort headers alphabeticallyAndy Shevchenko1-5/+5
2018-03-14parport: Switch to use module_pci_driver() macroAndy Shevchenko1-15/+1
2018-03-14parport: Convert printk(KERN_WARN) to dev_warn()Andy Shevchenko1-6/+5
2018-03-14parport: Don't shadow error codes in ->probe()Andy Shevchenko1-6/+6
2018-03-14parport: Convert to use managed functions pcim_* and devm_*Andy Shevchenko1-10/+5
2018-03-14parport: PCI core handles power state for usAndy Shevchenko1-28/+12
2018-03-14parport: Add support for BrainBoxes PX272/PX306 MIO cardAndy Shevchenko1-0/+12
2018-03-14parport: ax88796: Delete an unnecessary variable initialisation in parport_ax88796_probe()Markus Elfring1-1/+1
2018-03-14parport: ax88796: Improve a size determination in parport_ax88796_probe()Markus Elfring1-1/+1
2018-03-14parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()Markus Elfring1-3/+1
2018-03-14pps: generator: use new parport device modelSudip Mukherjee1-3/+9
2018-03-14pps: client: use new parport device modelSudip Mukherjee1-3/+18
2018-03-14parport_pc: Add support for WCH CH382L PCI-E single parallel port card.Alexander Gerasiov1-0/+4
2018-03-14w1: use put_device() if device_register() failArvind Yadav1-0/+1
2018-03-06lkdtm: Add missing SPDX-License-Identifier lineKees Cook1-0/+1
2018-03-06lkdtm: Relocate code to subdirectoryKees Cook10-19/+21
2018-03-06uio_hv_generic: support sub-channelsStephen Hemminger1-0/+89
2018-03-06hv_balloon: trace post_statusVitaly Kuznetsov3-0/+55
2018-03-06hv_balloon: fix bugs in num_pages_onlined accountingVitaly Kuznetsov1-13/+69
2018-03-06hv_balloon: simplify hv_online_page()/hv_page_online_one()Vitaly Kuznetsov1-22/+5
2018-03-06hv_balloon: fix printk loglevelVitaly Kuznetsov1-6/+6
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley2-4/+59
2018-03-06hv_vmbus: Correct the stale comments regarding cpu affinityHaiyang Zhang1-4/+2
2018-03-06hv: Synthetic typo correctionJoe Perches1-1/+1
2018-03-06hyper-v: use GFP_KERNEL for hv_context.hv_numa_mapJia-Ju Bai1-1/+1
2018-03-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+10
2018-03-03Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-1/+2
2018-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-11/+16
2018-03-03Merge tag 'media/v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds17-160/+241
2018-03-03Merge tag 'linux-watchdog-4.16-fixes-1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-0/+4
2018-03-02libnvdimm: re-enable deep flush for pmem devices via fsync()Dave Jiang1-2/+1
2018-03-02vfio: disable filesystem-dax page pinningDan Williams1-3/+15
2018-03-02Merge tag 'pci-v4.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+4
2018-03-02Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-7/+17
2018-03-02Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockLinus Torvalds19-35/+40
2018-03-02Merge tag 'mmc-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds8-38/+94
2018-03-02Merge tag 'pm-4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-8/+22
2018-03-02i2c: octeon: Prevent error message on bus errorJan Glauber2-1/+2
2018-03-02Merge branch 'cpufreq-scpi'Rafael J. Wysocki2-7/+15