summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* tlclk: clean an indentation issue, remove extraneous tabsColin Ian King2018-11-111-43/+44
* vbox: fix link error with 'gcc -Og'Arnd Bergmann2018-11-111-1/+1
* zynq-fpga: Only route PR via PCAP when requiredMike Looijmans2018-11-111-0/+4
* fpga: altera-cvp: Fix registration for CvP incapable devicesAndreas Puhm2018-11-111-0/+9
* fpga: dfl: fme: remove set but not used variable 'priv'YueHaibing2018-11-111-2/+0
* fpga: altera-cvp: fix 'bad IO access' on x86_64Anatolij Gustschin2018-11-111-2/+4
* Drivers: hv: kvp: Use %u to print U32Dexuan Cui2018-11-111-1/+1
* hv_utils: update name in struct hv_driver util_drvHaiyang Zhang2018-11-111-1/+1
* Drivers: hv: vmbus: Get rid of unnecessary state in hv_contextK. Y. Srinivasan2018-11-112-9/+3
* misc/pvpanic: remove a redundant commaPeng Hao2018-11-071-1/+1
* misc/pvpanic: convert to SPDX license tagsPeng Hao2018-11-071-15/+2
* misc/pvpanic: change header file sort stylePeng Hao2018-11-071-1/+1
* misc/pvpanic: remove unnecessary header filePeng Hao2018-11-071-1/+0
* misc/pvpanic : break dependency on ACPIPeng Hao2018-11-072-3/+22
* misc/pvpanic : grouping ACPI related stuffPeng Hao2018-11-071-22/+21
* misc/pvpanic: add support to get pvpanic device info FDTPeng Hao2018-11-071-1/+63
* misc/pvpanic: add MMIO supportPeng Hao2018-11-071-5/+10
* misc/pvpanic: simplify the code using acpi_dev_resource_ioPeng Hao2018-11-071-8/+5
* pvpanic: move pvpanic to misc as common driverPeng Hao2018-11-075-9/+9
* mei: expedite ioctl return on the notify set operation errorAlexander Usyskin2018-11-071-1/+3
* mei: flush queues by the host client onlyAlexander Usyskin2018-11-071-19/+2
* mei: hbm: drop BUG() from the hbm handlerTomas Winkler2018-11-071-2/+2
* Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-042-0/+3
|\
| * ubi: Mark expected switch fall-throughsGustavo A. R. Silva2018-10-232-0/+3
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-11-044-0/+347
|\ \
| * | clocksource/drivers/c-sky: Add gx6605s SOC system timerGuo Ren2018-11-023-0/+163
| * | clocksource/drivers/c-sky: Add C-SKY SMP timerGuo Ren2018-11-023-0/+184
* | | Merge tag 'ntb-4.20' of git://github.com/jonmason/ntbLinus Torvalds2018-11-046-110/+429
|\ \ \
| * | | ntb: idt: Alter the driver info commentsSerge Semin2018-11-013-9/+8
| * | | ntb: idt: Discard temperature sensor IRQ handlerSerge Semin2018-11-012-43/+3
| * | | ntb: idt: Add basic hwmon sysfs interfaceSerge Semin2018-11-013-1/+206
| * | | ntb: idt: Alter temperature read methodSerge Semin2018-11-012-17/+152
| * | | ntb_netdev: Simplify remove with client device drvdataAaron Sierra2018-11-011-25/+3
| * | | NTB: transport: Try harder to alloc an aligned MW bufferAaron Sierra2018-11-011-23/+63
| * | | ntb: ntb_transport: Mark expected switch fall-throughsGustavo A. R. Silva2018-11-011-0/+2
| * | | ntb: idt: Set PCIe bus address to BARLIMITxSerge Semin2018-11-011-1/+1
| * | | NTB: ntb_hw_idt: replace IS_ERR_OR_NULL with regular NULL checksGustavo A. R. Silva2018-10-311-4/+4
| * | | ntb: intel: fix return value for ndev_vec_mask()Dave Jiang2018-10-311-1/+1
| * | | ntb_netdev: fix sleep time mismatchJon Mason2018-10-311-1/+1
| | |/ | |/|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-041-12/+4
|\ \ \
| * \ \ Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-032394-52991/+197761
| |\ \ \
| * | | | compat: Cleanup in_compat_syscall() callersDmitry Safonov2018-11-011-12/+4
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-041-2/+2
|\ \ \ \ \
| * | | | | irqchip/irq-mvebu-sei: Fix a NULL vs IS_ERR() bug in probe functionDan Carpenter2018-11-011-2/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-11-033-14/+22
|\ \ \ \ \
| * | | | | soc: ti: QMSS: Fix usage of irq_set_affinity_hintMarc Zyngier2018-11-023-14/+22
* | | | | | Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-11-033-11/+11
|\ \ \ \ \ \
| * | | | | | powerpc: remove CONFIG_MCA leftoversChristoph Hellwig2018-11-011-3/+3
| * | | | | | scsi: aha152x: rename the PCMCIA defineChristoph Hellwig2018-11-012-8/+8
* | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-11-0316-50/+52
|\ \ \ \ \ \ \