aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-15ip: Define usercopy region in IP proto slab cacheDavid Windsor2-0/+4
2018-01-15net: Define usercopy region in struct proto slab cacheDavid Windsor2-1/+7
2018-01-15scsi: Define usercopy region in scsi_sense_cache slab cacheDavid Windsor1-4/+5
2018-01-15cifs: Define usercopy region in cifs_request slab cacheDavid Windsor1-4/+6
2018-01-15vxfs: Define usercopy region in vxfs_inode slab cacheDavid Windsor1-2/+6
2018-01-15ufs: Define usercopy region in ufs_inode_cache slab cacheDavid Windsor1-5/+8
2018-01-15orangefs: Define usercopy region in orangefs_inode_cache slab cacheDavid Windsor1-5/+10
2018-01-15exofs: Define usercopy region in exofs_inode_cache slab cacheDavid Windsor1-2/+5
2018-01-15befs: Define usercopy region in befs_inode_cache slab cacheDavid Windsor1-5/+9
2018-01-15jfs: Define usercopy region in jfs_ip slab cacheDavid Windsor1-3/+5
2018-01-15ext2: Define usercopy region in ext2_inode_cache slab cacheDavid Windsor1-5/+7
2018-01-15ext4: Define usercopy region in ext4_inode_cache slab cacheDavid Windsor1-5/+7
2018-01-15vfs: Copy struct mount.mnt_id to userspace using put_user()David Windsor1-2/+1
2018-01-15vfs: Define usercopy region in names_cache slab cachesDavid Windsor1-2/+2
2018-01-15dcache: Define usercopy region in dentry_cache slab cacheDavid Windsor1-2/+3
2018-01-15usercopy: Mark kmalloc caches as usercopy cachesDavid Windsor3-6/+10
2018-01-15usercopy: Allow strict enforcement of whitelistsKees Cook5-2/+28
2018-01-15usercopy: WARN() on slab cache usercopy region violationsKees Cook4-10/+58
2018-01-15usercopy: Prepare for usercopy whitelistingDavid Windsor7-18/+79
2018-01-15stddef.h: Introduce sizeof_field()Kees Cook1-1/+9
2018-01-15lkdtm/usercopy: Adjust test to include an offset to check reportingKees Cook1-4/+9
2018-01-15usercopy: Include offset in hardened usercopy reportKees Cook4-72/+57
2018-01-15usercopy: Enhance and rename report_usercopy()Kees Cook3-5/+26
2018-01-15usercopy: Remove pointer from overflow reportKees Cook1-5/+4
2017-12-03Linux 4.15-rc2Linus Torvalds1-1/+1
2017-12-03Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+2
2017-12-03Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds3-1/+23
2017-12-03Merge tag 'hwmon-for-linus-v4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds4-10/+37
2017-12-03Merge tag 'at24-4.15-fixes-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-currentWolfram Sang1-1/+18
2017-12-01Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-2/+9
2017-12-01Merge tag 'xfs-4.15-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds13-61/+190
2017-12-01Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linuxLinus Torvalds40-146/+498
2017-12-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds13-93/+92
2017-12-01RISC-V: Fixes for clean allmodconfig buildPalmer Dabbelt12-21/+39
2017-12-01move libgcc.h to include/linuxPalmer Dabbelt7-6/+6
2017-12-01RISC-V: __io_writes should respect the length argumentPalmer Dabbelt1-1/+1
2017-12-01RISC-V: User-Visible ChangesPalmer Dabbelt19-34/+392
2017-12-01RISC-V Atomic CleanupsPalmer Dabbelt5-84/+60
2017-12-01RISC-V: __io_writes should respect the length argumentPalmer Dabbelt1-1/+1
2017-12-01move libgcc.h to include/linuxChristoph Hellwig7-6/+6
2017-12-01Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-8/+33
2017-12-01Merge tag 'afs-fixes-20171201' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-10/+27
2017-12-01Merge tag 'mmc-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds7-21/+98
2017-12-01Merge tag 'drm-fixes-for-v4.15-rc2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds67-483/+814
2017-12-01Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds22-211/+291
2017-12-01arm64: context: Fix comments and remove pointless smp_wmb()Will Deacon1-11/+12
2017-12-01arm64: cpu_ops: Add missing 'const' qualifiersYury Norov1-3/+3
2017-12-01arm64: perf: remove unsupported events for Cortex-A73Xu YiPing1-6/+0
2017-12-01arm64: fpsimd: Fix failure to restore FPSIMD state after signalsDave Martin1-3/+3
2017-12-01arm64: pgd: Mark pgd_cache as __ro_after_initJinbum Park1-1/+1