summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* char: lp: fix spacing style before open parenthesisSudip Mukherjee2018-11-271-92/+92
* char: lp: fix whitespace with pointersSudip Mukherjee2018-11-271-5/+5
* char: lp: use tabs instead of spacesSudip Mukherjee2018-11-271-9/+9
* char: lp: do not use return as a functionSudip Mukherjee2018-11-271-3/+3
* char: lp: move trailing statement to next lineSudip Mukherjee2018-11-271-3/+6
* char: lp: remove trailing whitespaceSudip Mukherjee2018-11-271-15/+15
* misc: cxl: Use device_type helpers to access the node typeRob Herring2018-11-271-3/+1
* misc/pvpanic: fix a NULL vs IS_ERR() checkDan Carpenter2018-11-271-2/+2
* vmw_balloon: update maintainers listXavier Deguillard2018-11-261-1/+1
* fpga: of-fpga-region: Use platform_set_drvdataMoritz Fischer2018-11-261-1/+1
* fpga: dfl-fme-region: Use platform_get_drvdata()Moritz Fischer2018-11-261-1/+1
* Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()Dexuan Cui2018-11-263-63/+0
* firmware: add remote status update client supportRichard Gong2018-11-263-4/+98
* Documentation: driver-api: add stratix10 service layerRichard Gong2018-11-261-0/+30
* fpga: add intel stratix10 soc fpga manager driverAlan Tull2018-11-263-0/+542
* arm64: dts: stratix10: add fpga manager and regionAlan Tull2018-11-261-0/+12
* dt-bindings: fpga: add Stratix10 SoC FPGA manager bindingAlan Tull2018-11-261-0/+17
* firmware: add Intel Stratix10 service layer driverRichard Gong2018-11-265-0/+1492
* arm64: dts: stratix10: add stratix10 service driver binding to base dtsiRichard Gong2018-11-261-0/+21
* dt-bindings, firmware: add Intel Stratix10 service layer bindingRichard Gong2018-11-261-0/+57
* fpga: mgr: altera-ps-spi: enable usage on non-dt platformsAnatolij Gustschin2018-11-261-5/+35
* fpga: altera-cvp: fix probing for multiple FPGAs on the busAnatolij Gustschin2018-11-261-10/+24
* binder: fix sparse warnings on locking contextTodd Kjos2018-11-262-1/+43
* mei: me: mark CNP devices as having dma supportAlexander Usyskin2018-11-261-2/+2
* mei: bump hbm version to 2.1Alexander Usyskin2018-11-261-1/+1
* mei: dma ring: implement transmit flowTomas Winkler2018-11-263-13/+142
* mei: dma ring: implement rx circular buffer logicTomas Winkler2018-11-266-15/+98
* mei: hw: add dma ring control blockTomas Winkler2018-11-264-0/+46
* mei: hbm: setup dma ringTomas Winkler2018-11-262-3/+85
* mei: dma ring buffers allocationTomas Winkler2018-11-264-0/+126
* Merge 4.20-rc4 into char-misc-nextGreg Kroah-Hartman2018-11-26733-4312/+8044
|\
| * Linux 4.20-rc4v4.20-rc4Linus Torvalds2018-11-251-2/+2
| * Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-11-252-2/+3
| |\
| | * swiotlb: Skip cache maintenance on map errorRobin Murphy2018-11-211-1/+2
| | * dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLBRobin Murphy2018-11-211-1/+1
| * | Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-257-37/+66
| |\ \
| | * | flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan2018-11-223-12/+32
| | * | NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2018-11-222-20/+21
| | * | NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust2018-11-202-5/+13
| * | | MAINTAINERS: change Sparse's maintainerLuc Van Oostenryck2018-11-252-2/+5
| * | | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-256-185/+387
| |\ \ \
| | * | | XArray tests: Add missing lockingMatthew Wilcox2018-11-191-0/+10
| | * | | dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox2018-11-191-0/+1
| | * | | dax: Fix huge page faultsMatthew Wilcox2018-11-171-8/+4
| | * | | dax: Fix dax_unlock_mapping_entry for PMD pagesMatthew Wilcox2018-11-171-9/+8
| | * | | dax: Reinstate RCU protection of inodeMatthew Wilcox2018-11-161-3/+19
| | * | | dax: Make sure the unlocking entry isn't lockedMatthew Wilcox2018-11-161-0/+1
| | * | | dax: Remove optimisation from dax_lock_mapping_entryMatthew Wilcox2018-11-161-5/+2
| | * | | XArray tests: Correct some 64-bit assumptionsMatthew Wilcox2018-11-161-2/+2
| | * | | XArray: Correct xa_store_rangeMatthew Wilcox2018-11-161-2/+3