summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-044-27/+95
|\ \ \ \ \ \ \
| * | | | | | | i2c: add 'set_sda' to bus_recovery_infoWolfram Sang2018-01-161-0/+4
| * | | | | | | i2c: add identifier in declarations for i2c_bus_recoveryWolfram Sang2018-01-161-6/+6
| * | | | | | | i2c: make kerneldoc about bus recovery more preciseWolfram Sang2018-01-161-5/+5
| * | | | | | | Merge tag 'at24-4.16-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang2018-01-0381-465/+383
| |\ \ \ \ \ \ \
| | * | | | | | | eeprom: at24: fix a whitespace error in platform dataBartosz Golaszewski2018-01-011-1/+1
| | * | | | | | | eeprom: at24: support eeproms that do not auto-rollover readsSven Van Asbroeck2018-01-011-0/+2
| * | | | | | | | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2017-12-3124-86/+163
| |\ \ \ \ \ \ \ \
| * | | | | | | | | i2c/ARM: davinci: Deep refactoring of I2C recoveryLinus Walleij2017-12-311-3/+2
| * | | | | | | | | i2c: add i2c_master_{send|recv}_dmasafeWolfram Sang2017-12-031-0/+32
| * | | | | | | | | i2c: refactor i2c_master_{send_recv}Wolfram Sang2017-12-031-4/+30
| * | | | | | | | | i2c: add helpers to ease DMA handlingWolfram Sang2017-12-031-0/+3
| * | | | | | | | | i2c: add a message flag for DMA safe buffersWolfram Sang2017-12-031-0/+3
| * | | | | | | | | i2c: remove legacy integer scl/sda gpio for recoveryPhil Reid2017-11-271-6/+1
| * | | | | | | | | i2c: Switch to using gpiod interface for gpio bus recoveryPhil Reid2017-11-271-0/+4
| * | | | | | | | | i2c: use macro IS_ENABLED in header i2c.hStefan Lengfeld2017-11-271-3/+3
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-043-130/+171
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers2018-01-112-3/+2
| * | | | | | | | | fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers2018-01-112-9/+0
| * | | | | | | | | fscrypt: define fscrypt_fname_alloc_buffer() to be for presented namesEric Biggers2018-01-111-1/+1
| * | | | | | | | | fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers2018-01-111-9/+0
| * | | | | | | | | fscrypt: remove fscrypt_fname_usr_to_disk()Eric Biggers2018-01-112-9/+0
| * | | | | | | | | fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers2018-01-112-0/+11
| * | | | | | | | | fscrypt: new helper functions for ->symlink()Eric Biggers2018-01-113-0/+86
| * | | | | | | | | fscrypt: trim down fscrypt.h includesEric Biggers2018-01-112-6/+3
| * | | | | | | | | fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cEric Biggers2018-01-111-11/+0
| * | | | | | | | | fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers2018-01-111-14/+0
| * | | | | | | | | fscrypt: move fscrypt_operations declaration to fscrypt_supp.hEric Biggers2018-01-112-18/+18
| * | | | | | | | | fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versionsEric Biggers2018-01-113-8/+11
| * | | | | | | | | fscrypt: move fscrypt_ctx declaration to fscrypt_supp.hEric Biggers2018-01-112-15/+16
| * | | | | | | | | fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hEric Biggers2018-01-111-1/+0
| * | | | | | | | | fscrypt: move fscrypt_control_page() to supp/notsupp headersEric Biggers2018-01-113-16/+13
| * | | | | | | | | fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headersEric Biggers2018-01-113-10/+10
* | | | | | | | | | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-038-17/+73
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fork: Provide usercopy whitelisting for task_structKees Cook2018-01-151-0/+14
| * | | | | | | | | | sctp: Define usercopy region in SCTP proto slab cacheDavid Windsor2018-01-151-2/+7
| * | | | | | | | | | net: Define usercopy region in struct proto slab cacheDavid Windsor2018-01-151-0/+2
| * | | | | | | | | | usercopy: Allow strict enforcement of whitelistsKees Cook2018-01-151-0/+2
| * | | | | | | | | | usercopy: WARN() on slab cache usercopy region violationsKees Cook2018-01-151-0/+2
| * | | | | | | | | | usercopy: Prepare for usercopy whitelistingDavid Windsor2018-01-153-6/+27
| * | | | | | | | | | stddef.h: Introduce sizeof_field()Kees Cook2018-01-151-1/+9
| * | | | | | | | | | usercopy: Include offset in hardened usercopy reportKees Cook2018-01-151-8/+4
| * | | | | | | | | | usercopy: Enhance and rename report_usercopy()Kees Cook2018-01-151-0/+6
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-02-032-164/+269
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | jbd2: fix sphinx kernel-doc build warningsTobin C. Harding2018-01-101-163/+268
| * | | | | | | | | | dax: pass detailed error code from dax_iomap_fault()Jan Kara2018-01-071-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-031-0/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | net: create skb_gso_validate_mac_len()Daniel Axtens2018-02-011-0/+16
* | | | | | | | | | | Merge tag 'scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-02-031-2/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | scsi: sd: Remove zone write lockingDamien Le Moal2018-01-081-2/+1