summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli2018-11-264-6/+15
* nds32: Remove phys_initrd_start and phys_initrd_sizeFlorian Fainelli2018-11-261-2/+0
* dt-bindings: rng: update bindings for MT7629 SoCRyder Lee2018-11-161-1/+2
* dt-bindings: phy: Document cadence Sierra PHY bindingsAlan Douglas2018-11-161-0/+67
* Merge tag 'kfree_validate_v7-for-4.20' of git://git.kernel.org/pub/scm/linux/...Rob Herring2018-11-0910-97/+432
|\
| * of: unittest: initialize args before calling of_*parse_*()Frank Rowand2018-11-081-2/+13
| * of: unittest: find overlays[] entry by name instead of indexFrank Rowand2018-11-081-4/+17
| * of: unittest: allow base devicetree to have symbol metadataFrank Rowand2018-11-081-8/+35
| * of: overlay: set node fields from properties when add new overlay nodeFrank Rowand2018-11-082-14/+42
| * of: unittest: remove unused of_unittest_apply_overlay() argumentFrank Rowand2018-11-081-4/+3
| * of: overlay: check prevents multiple fragments touching same propertyFrank Rowand2018-11-085-37/+112
| * of: overlay: check prevents multiple fragments add or delete same nodeFrank Rowand2018-11-081-9/+49
| * of: overlay: test case of two fragments adding same nodeFrank Rowand2018-11-083-0/+34
| * of: overlay: make all pr_debug() and pr_err() messages uniqueFrank Rowand2018-11-081-5/+7
| * of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand2018-11-082-3/+35
| * of: overlay: reorder fields in struct fragmentFrank Rowand2018-11-081-1/+1
| * of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand2018-11-081-1/+1
| * of: overlay: use prop add changeset entry for property in new nodesFrank Rowand2018-11-081-38/+74
| * powerpc/pseries: add of_node_put() in dlpar_detach_node()Frank Rowand2018-11-081-0/+2
| * of: overlay: add missing of_node_get() in __of_attach_node_sysfsFrank Rowand2018-11-082-4/+3
| * of: overlay: add missing of_node_put() after add new node to changesetFrank Rowand2018-11-081-1/+3
| * of: overlay: add tests to validate kfrees from overlay removalFrank Rowand2018-11-083-5/+40
* | of/pdt: Remove unused of_pdt_build_more function ptrRob Herring2018-11-092-7/+0
* | of: Documentation: remove unmaintained todo fileFrank Rowand2018-11-051-10/+0
|/
* 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