summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fork: Define usercopy region in thread_stack slab cachesDavid Windsor2018-01-151-2/+3
* fork: Define usercopy region in mm_struct slab cachesDavid Windsor2018-01-151-1/+3
* net: Restrict unwhitelisted proto caches to size 0Kees Cook2018-01-151-3/+1
* sctp: Copy struct sctp_sock.autoclose to userspace using put_user()David Windsor2018-01-151-1/+1
* sctp: Define usercopy region in SCTP proto slab cacheDavid Windsor2018-01-152-2/+15
* caif: Define usercopy region in caif proto slab cacheDavid Windsor2018-01-151-0/+2
* ip: Define usercopy region in IP proto slab cacheDavid Windsor2018-01-152-0/+4
* net: Define usercopy region in struct proto slab cacheDavid Windsor2018-01-152-1/+7
* scsi: Define usercopy region in scsi_sense_cache slab cacheDavid Windsor2018-01-151-4/+5
* cifs: Define usercopy region in cifs_request slab cacheDavid Windsor2018-01-151-4/+6
* vxfs: Define usercopy region in vxfs_inode slab cacheDavid Windsor2018-01-151-2/+6
* ufs: Define usercopy region in ufs_inode_cache slab cacheDavid Windsor2018-01-151-5/+8
* orangefs: Define usercopy region in orangefs_inode_cache slab cacheDavid Windsor2018-01-151-5/+10
* exofs: Define usercopy region in exofs_inode_cache slab cacheDavid Windsor2018-01-151-2/+5
* befs: Define usercopy region in befs_inode_cache slab cacheDavid Windsor2018-01-151-5/+9
* jfs: Define usercopy region in jfs_ip slab cacheDavid Windsor2018-01-151-3/+5
* ext2: Define usercopy region in ext2_inode_cache slab cacheDavid Windsor2018-01-151-5/+7
* ext4: Define usercopy region in ext4_inode_cache slab cacheDavid Windsor2018-01-151-5/+7
* vfs: Copy struct mount.mnt_id to userspace using put_user()David Windsor2018-01-151-2/+1
* vfs: Define usercopy region in names_cache slab cachesDavid Windsor2018-01-151-2/+2
* dcache: Define usercopy region in dentry_cache slab cacheDavid Windsor2018-01-151-2/+3
* usercopy: Mark kmalloc caches as usercopy cachesDavid Windsor2018-01-153-6/+10
* usercopy: Allow strict enforcement of whitelistsKees Cook2018-01-155-2/+28
* usercopy: WARN() on slab cache usercopy region violationsKees Cook2018-01-154-10/+58
* usercopy: Prepare for usercopy whitelistingDavid Windsor2018-01-157-18/+79
* stddef.h: Introduce sizeof_field()Kees Cook2018-01-151-1/+9
* lkdtm/usercopy: Adjust test to include an offset to check reportingKees Cook2018-01-151-4/+9
* usercopy: Include offset in hardened usercopy reportKees Cook2018-01-154-72/+57
* usercopy: Enhance and rename report_usercopy()Kees Cook2018-01-153-5/+26
* usercopy: Remove pointer from overflow reportKees Cook2018-01-151-5/+4
* Linux 4.15-rc2v4.15-rc2Linus Torvalds2017-12-031-1/+1
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-12-031-2/+2
|\
| * ARM: avoid faulting on qemuRussell King2017-11-271-2/+2
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-033-1/+23
|\ \
| * \ Merge tag 'at24-4.15-fixes-for-wolfram' of git://git.kernel.org/pub/scm/linux...Wolfram Sang2017-12-031-1/+18
| |\ \
| | * | eeprom: at24: check at24_read/write argumentsHeiner Kallweit2017-11-291-0/+6
| | * | eeprom: at24: fix reading from 24MAC402/24MAC602Heiner Kallweit2017-11-291-1/+2
| | * | eeprom: at24: correctly set the size for at24mac402Bartosz Golaszewski2017-11-291-0/+10
| * | | i2c: i2c-boardinfo: fix memory leaks on devinfoColin Ian King2017-11-271-0/+2
| * | | i2c: i801: Fix Failed to allocate irq -2147483648 errorHans de Goede2017-11-271-0/+3
| |/ /
* | | Merge tag 'hwmon-for-linus-v4.15-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-12-034-10/+37
|\ \ \
| * | | hwmon: (jc42) optionally try to disable the SMBUS timeoutPeter Rosin2017-11-302-0/+25
| * | | hwmon: (pmbus) Use 64bit math for DIRECT format valuesRobert Lippert2017-11-271-9/+12
| * | | hwmon: Drop reference to Jean's treeJean Delvare2017-11-261-1/+0
| |/ /
* | | Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-013-2/+9
|\ \ \
| * | | SUNRPC: Handle ENETDOWN errorsTrond Myklebust2017-11-302-0/+6
| * | | SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust2017-11-291-0/+1
| * | | NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid"Trond Myklebust2017-11-291-2/+2
* | | | Merge tag 'xfs-4.15-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-12-0113-61/+190
|\ \ \ \
| * | | | xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino2017-11-302-5/+49