index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-15
net: Define usercopy region in struct proto slab cache
David Windsor
2
-1
/
+7
2018-01-15
scsi: Define usercopy region in scsi_sense_cache slab cache
David Windsor
1
-4
/
+5
2018-01-15
cifs: Define usercopy region in cifs_request slab cache
David Windsor
1
-4
/
+6
2018-01-15
vxfs: Define usercopy region in vxfs_inode slab cache
David Windsor
1
-2
/
+6
2018-01-15
ufs: Define usercopy region in ufs_inode_cache slab cache
David Windsor
1
-5
/
+8
2018-01-15
orangefs: Define usercopy region in orangefs_inode_cache slab cache
David Windsor
1
-5
/
+10
2018-01-15
exofs: Define usercopy region in exofs_inode_cache slab cache
David Windsor
1
-2
/
+5
2018-01-15
befs: Define usercopy region in befs_inode_cache slab cache
David Windsor
1
-5
/
+9
2018-01-15
jfs: Define usercopy region in jfs_ip slab cache
David Windsor
1
-3
/
+5
2018-01-15
ext2: Define usercopy region in ext2_inode_cache slab cache
David Windsor
1
-5
/
+7
2018-01-15
ext4: Define usercopy region in ext4_inode_cache slab cache
David Windsor
1
-5
/
+7
2018-01-15
vfs: Copy struct mount.mnt_id to userspace using put_user()
David Windsor
1
-2
/
+1
2018-01-15
vfs: Define usercopy region in names_cache slab caches
David Windsor
1
-2
/
+2
2018-01-15
dcache: Define usercopy region in dentry_cache slab cache
David Windsor
1
-2
/
+3
2018-01-15
usercopy: Mark kmalloc caches as usercopy caches
David Windsor
3
-6
/
+10
2018-01-15
usercopy: Allow strict enforcement of whitelists
Kees Cook
5
-2
/
+28
2018-01-15
usercopy: WARN() on slab cache usercopy region violations
Kees Cook
4
-10
/
+58
2018-01-15
usercopy: Prepare for usercopy whitelisting
David Windsor
7
-18
/
+79
2018-01-15
stddef.h: Introduce sizeof_field()
Kees Cook
1
-1
/
+9
2018-01-15
lkdtm/usercopy: Adjust test to include an offset to check reporting
Kees Cook
1
-4
/
+9
2018-01-15
usercopy: Include offset in hardened usercopy report
Kees Cook
4
-72
/
+57
2018-01-15
usercopy: Enhance and rename report_usercopy()
Kees Cook
3
-5
/
+26
2018-01-15
usercopy: Remove pointer from overflow report
Kees Cook
1
-5
/
+4
2017-12-03
Linux 4.15-rc2
Linus Torvalds
1
-1
/
+1
2017-12-01
RISC-V: __io_writes should respect the length argument
Palmer Dabbelt
1
-1
/
+1
2017-12-01
move libgcc.h to include/linux
Christoph Hellwig
7
-6
/
+6
2017-12-01
arm64: context: Fix comments and remove pointless smp_wmb()
Will Deacon
1
-11
/
+12
2017-12-01
arm64: cpu_ops: Add missing 'const' qualifiers
Yury Norov
1
-3
/
+3
2017-12-01
arm64: perf: remove unsupported events for Cortex-A73
Xu YiPing
1
-6
/
+0
2017-12-01
arm64: fpsimd: Fix failure to restore FPSIMD state after signals
Dave Martin
1
-3
/
+3
2017-12-01
arm64: pgd: Mark pgd_cache as __ro_after_init
Jinbum Park
1
-1
/
+1
2017-12-01
arm64: ftrace: emit ftrace-mod.o contents through code
Ard Biesheuvel
7
-31
/
+22
2017-12-01
arm64: module-plts: factor out PLT generation code for ftrace
Ard Biesheuvel
2
-36
/
+46
2017-12-01
afs: Properly reset afs_vnode (inode) fields
David Howells
2
-2
/
+17
2017-12-01
afs: Fix permit refcounting
David Howells
1
-8
/
+10
2017-11-30
hwmon: (jc42) optionally try to disable the SMBUS timeout
Peter Rosin
2
-0
/
+25
2017-11-30
RISC-V: Clean up an unused include
Palmer Dabbelt
1
-1
/
+0
2017-11-30
RISC-V: Allow userspace to flush the instruction cache
Andrew Waterman
8
-0
/
+105
2017-11-30
RISC-V: Flush I$ when making a dirty page executable
Andrew Waterman
8
-30
/
+174
2017-11-30
RISC-V: Add missing include
Olof Johansson
1
-0
/
+1
2017-11-30
RISC-V: Use define for get_cycles like other architectures
Olof Johansson
1
-1
/
+2
2017-11-30
RISC-V: Provide stub of setup_profiling_timer()
Olof Johansson
1
-0
/
+7
2017-11-30
RISC-V: Export some expected symbols for modules
Olof Johansson
3
-0
/
+6
2017-11-30
RISC-V: move empty_zero_page definition to C and export it
Olof Johansson
2
-3
/
+3
2017-11-30
RISC-V: io.h: type fixes for warnings
Olof Johansson
2
-8
/
+10
2017-11-30
RISC-V: use RISCV_{INT,SHORT} instead of {INT,SHORT} for asm macros
Olof Johansson
2
-9
/
+9
2017-11-30
RISC-V: use generic serial.h
Olof Johansson
1
-0
/
+1
2017-11-30
SUNRPC: Handle ENETDOWN errors
Trond Myklebust
2
-0
/
+6
2017-11-30
xfs: Properly retry failed dquot items in case of error during buffer writeback
Carlos Maiolino
2
-5
/
+49
2017-11-30
xfs: scrub inode mode properly
Darrick J. Wong
1
-1
/
+13
[next]