summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-041-0/+6
|\
| * bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann2018-02-011-0/+6
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-043-2/+84
|\ \
| * | x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse2018-02-021-1/+8
| * | vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams2018-01-301-1/+4
| * | array_index_nospec: Sanitize speculative array de-referencesDan Williams2018-01-301-0/+72
| * | Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar2018-01-30674-9333/+14714
| |\ \
* | \ \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-041-0/+2
|\ \ \ \
| * | | | x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann2018-02-021-0/+2
* | | | | Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-042-1/+22
|\ \ \ \ \
| * | | | | buffer: Avoid setting buffer bits that are already setKemi Wang2018-02-021-1/+4
| * | | | | blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-301-0/+18
* | | | | | Merge tag 'ntb-4.16' of git://github.com/jonmason/ntbLinus Torvalds2018-02-042-26/+48
|\ \ \ \ \ \
| * | | | | | NTB: Fix UB/bug in ntb_mw_get_align()Serge Semin2018-01-281-1/+1
| * | | | | | NTB: Rename NTB messaging API methodsSerge Semin2018-01-281-18/+16
| * | | | | | ntb_hw_switchtec: Add initialization code for crosslinkLogan Gunthorpe2018-01-281-6/+9
| * | | | | | ntb_hw_switchtec: Expand PFF CSR registersLogan Gunthorpe2018-01-281-1/+14
| * | | | | | ntb_hw_switchtec: Allow using Switchtec NTB in multi-partition setupsKelvin Cao2018-01-281-0/+8
| | |_|_|/ / | |/| | | |
* | | | | | 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