summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-0728-196/+341
|\
| * of: unittest: Remove error printing on OOMGeert Uytterhoeven2019-05-021-9/+4
| * of: irq: Remove WARN_ON() for kzalloc() failureGeert Uytterhoeven2019-05-021-1/+1
| * dt-bindings: pinctrl: fix bias-pull,up typoChristian Lamparter2019-05-025-5/+5
| * dt-bindings: Update schema project location to devicetree.org github groupRob Herring2019-05-011-1/+1
| * of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran2019-05-011-2/+2
| * of/device.c: fix the wrong commentsJojo Zeng2019-05-011-1/+1
| * dt-bindings: Add isl68137 as a trivial devicePatrick Venture2019-04-291-0/+2
| * dt-bindings: Add ir38064 as a trivial devicePatrick Venture2019-04-291-0/+2
| * of: del redundant type conversionxiaojiangfeng2019-04-291-1/+1
| * dt-bindings: mfd: axp20x: Add fallback for axp805Clément Péron2019-04-291-0/+1
| * of: Improve of_phandle_iterator_next() error messageFlorian Fainelli2019-04-101-2/+3
| * dt-bindings: connector: Spelling mistakeMiquel Raynal2019-04-101-1/+1
| * dt-bindings: Add schemas for simple-framebufferMaxime Ripard2019-04-104-160/+160
| * of: address: Add support for the parent DMA busMaxime Ripard2019-04-101-2/+26
| * of: address: Retrieve a parent through a callback in __of_translate_addressMaxime Ripard2019-04-101-5/+9
| * dt-bindings: bus: Add binding for the Allwinner MBUS controllerMaxime Ripard2019-04-101-0/+36
| * dt-bindings: interconnect: Add a dma interconnect nameMaxime Ripard2019-04-101-0/+4
| * of: use correct function prototype for of_overlay_fdt_apply()Chris Packham2019-04-101-1/+2
| * of: reserved_mem: fix reserve memory leakpierre Kuo2019-04-101-5/+17
| * of: property: Document that of_graph_get_endpoint_by_regs needs of_node_putMaxime Ripard2019-04-101-1/+1
| * dt-bindings: Require child nodes type to be 'object'Rob Herring2019-04-103-0/+3
| * dt-bindings: Add a guide of do's and don't's for writing bindingsRob Herring2019-04-101-0/+60
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-074-78/+156
|\ \
| * | random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior2019-04-201-25/+27
| * | random: document get_random_int() familyGeorge Spelvin2019-04-191-7/+76
| * | random: fix CRNG initialization when random.trust_cpu=1Jon DeVree2019-04-191-1/+4
| * | random: move rand_initialize() earlierKees Cook2019-04-193-10/+17
| * | random: only read from /dev/random after its pool has received 128 bitsTheodore Ts'o2019-04-172-30/+27
| * | drivers/char/random.c: make primary_crng staticRasmus Villemoes2019-04-171-1/+1
| * | drivers/char/random.c: remove unused stuct poolinfo::poolbitsRasmus Villemoes2019-04-171-3/+3
| * | drivers/char/random.c: constify poolinfo_tableRasmus Villemoes2019-04-171-1/+1
* | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-0718-144/+294
|\ \ \
| * | | fscrypt: cache decrypted symlink target in ->i_linkEric Biggers2019-04-176-7/+68
| * | | vfs: use READ_ONCE() to access ->i_linkEric Biggers2019-04-171-2/+2
| * | | fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-177-66/+139
| * | | fscrypt: only set dentry_operations on ciphertext dentriesEric Biggers2019-04-171-2/+1
| * | | fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryEric Biggers2019-04-172-0/+18
| * | | fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers2019-04-172-5/+16
| * | | fscrypt: clean up and improve dentry revalidationEric Biggers2019-04-174-35/+35
| * | | fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers2019-04-165-9/+10
| * | | fscrypt: remove WARN_ON_ONCE() when decryption failsEric Biggers2019-04-161-4/+2
| * | | fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers2019-04-164-16/+9
| |/ /
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-05-0735-59/+9591
|\ \ \
| * | | ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o2019-05-061-0/+6
| * | | ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee2019-04-301-1/+1
| * | | unicode: refactor the rule for regenerating utf8data.hMasahiro Yamada2019-04-287-17/+38
| * | | docs: ext4.rst: document case-insensitive directoriesGabriel Krisman Bertazi2019-04-251-0/+38
| * | | ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi2019-04-2510-21/+223
| * | | ext4: include charset encoding information in the superblockGabriel Krisman Bertazi2019-04-252-1/+105