aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* tools: Add 'firmware' category and add ihex2fw toolAndrey Smirnov2018-11-113-3/+298
* Tools: hv: kvp: Fix a warning of buffer overflow with gcc 8.0.1Dexuan Cui2018-11-111-2/+13
* 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
* dt-bindings: misc/pvpanic: add document for pvpanic-mmioPeng Hao2018-11-071-0/+29
* 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
* Linux 4.20-rc1Linus Torvalds2018-11-041-2/+2
* Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-0425-292/+2418
|\
| * ubifs: Remove unneeded semicolonDing Xiang2018-10-231-1/+1
| * Documentation: ubifs: Add authentication whitepaperSascha Hauer2018-10-231-0/+426
| * ubifs: Enable authentication supportSascha Hauer2018-10-233-1/+52
| * ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-233-38/+113
| * ubifs: Add hashes and HMACs to default filesystemSascha Hauer2018-10-231-7/+27
| * ubifs: authentication: Authenticate super block nodeSascha Hauer2018-10-231-1/+69
| * ubifs: Create hash for default LPTSascha Hauer2018-10-233-3/+23
| * ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-233-10/+61
| * ubifs: authentication: Authenticate LPTSascha Hauer2018-10-233-0/+134
| * ubifs: Authenticate replayed journalSascha Hauer2018-10-231-2/+144
| * ubifs: Add auth nodes to garbage collector journal headSascha Hauer2018-10-231-3/+43
| * ubifs: Add authentication nodes to journalSascha Hauer2018-10-236-18/+153
| * ubifs: authentication: Add hashes to index nodesSascha Hauer2018-10-237-14/+81
| * ubifs: Add hashes to the tree node cacheSascha Hauer2018-10-234-30/+135
| * ubifs: Create functions to embed a HMAC in a nodeSascha Hauer2018-10-232-6/+70
| * ubifs: Add helper functions for authentication supportSascha Hauer2018-10-234-0/+722
| * ubifs: Add separate functions to init/crc a nodeSascha Hauer2018-10-232-15/+29
| * ubifs: Format changes for authentication supportSascha Hauer2018-10-233-3/+50
| * ubifs: Store read superblock nodeSascha Hauer2018-10-233-22/+8
| * ubifs: Drop write_nodeSascha Hauer2018-10-231-34/+5
| * ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookupSascha Hauer2018-10-231-18/+2
| * ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer2018-10-233-36/+37
| * ubifs: Pass ubifs_zbranch to read_znode()Sascha Hauer2018-10-231-5/+6
| * ubifs: Pass ubifs_zbranch to try_read_node()Sascha Hauer2018-10-231-7/+7
| * ubifs: Refactor create_default_filesystem()Sascha Hauer2018-10-231-48/+47
| * ubi: Mark expected switch fall-throughsGustavo A. R. Silva2018-10-232-0/+3
* | Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-045-40/+17
|\ \