summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-01-181-0/+1
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-01-181-0/+7
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-01-181-0/+6
* crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-01-181-0/+2
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-01-181-5/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-126-5/+94
|\
| * crypto: hash - add zero length message hash for shax and md5LABBE Corentin2015-12-222-0/+8
| * crypto: akcipher - fix typos in include/crypto/akcipher.hLABBE Corentin2015-12-111-5/+5
| * crypto: rsa - RSA padding algorithmAndrzej Zaborowski2015-12-091-0/+2
| * crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski2015-12-091-0/+78
| * crypto: aead - fix kernel-doc warnings in crypto/aead.hRandy Dunlap2015-12-091-0/+1
* | Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-01-121-0/+50
|\ \
| * | configfs: implement binary attributesPantelis Antoniou2016-01-041-0/+50
* | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-121-3/+6
|\ \ \
| * | | gfs2: change gfs2 readdir cookieBenjamin Marzinski2015-12-141-3/+6
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-123-6/+10
|\ \ \ \
| * | | | nfsd: don't hold i_mutex over userspace upcallsNeilBrown2016-01-091-0/+1
| * | | | Merge branch 'for-linus' into work.miscAl Viro2016-01-084-5/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'memdup_user_nul' into work.miscAl Viro2016-01-0442-104/+214
| |\ \ \ \ \
| | * | | | | new helper: memdup_user_nul()Al Viro2016-01-041-0/+1
| | | |_|/ / | | |/| | |
| * | | | | new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-231-0/+2
| * | | | | fs/attr.c: is_sxid can be booleanYaowei Bai2015-12-061-1/+1
| * | | | | fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai2015-12-061-1/+1
| * | | | | fs/dcache.c: is_subdir can be booleanYaowei Bai2015-12-061-1/+1
| * | | | | fs/namespace.c: path_is_under can be booleanYaowei Bai2015-12-061-1/+1
| * | | | | fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefinedYaowei Bai2015-12-061-2/+2
* | | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-121-2/+2
|\ \ \ \ \ \
| * | | | | | iov_iter: constify {csum_and_,}copy_to_iter()Al Viro2015-12-061-2/+2
| |/ / / / /
* | | | | | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-125-19/+73
|\ \ \ \ \ \
| * | | | | | vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong2016-01-012-0/+34
| * | | | | | nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig2015-12-071-2/+2
| * | | | | | vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-072-1/+15
| * | | | | | locks: new locks_mandatory_area calling conventionChristoph Hellwig2015-12-071-16/+14
| * | | | | | vfs: add copy_file_range syscall and vfs helperZach Brown2015-12-013-1/+9
* | | | | | | Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2016-01-122-36/+119
|\ \ \ \ \ \ \
| * | | | | | | locks: pass inode pointer to locks_free_lock_contextJeff Layton2016-01-081-2/+2
| * | | | | | | locks: sprinkle some tracepoints around the file locking codeJeff Layton2016-01-081-0/+77
| * | | | | | | locks: Allow disabling mandatory locking at compile timeJeff Layton2015-11-161-34/+40
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-125-46/+64
|\ \ \ \ \ \ \
| * | | | | | | KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-081-41/+2
| * | | | | | | KVM: renumber vcpu->request bitsPaolo Bonzini2016-01-081-30/+29
| * | | | | | | KVM: document which architecture uses each request bitPaolo Bonzini2016-01-081-7/+13
| * | | | | | | KVM: Remove unused KVM_REQ_KICK to save a bit in vcpu->requestsPaolo Bonzini2016-01-081-1/+1
| * | | | | | | Merge tag 'kvm-s390-next-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-01-081-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: s390: implement the RI support of guestFan Zhang2016-01-071-0/+1
| * | | | | | | | Merge tag 'kvm-arm-for-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2016-01-0754-302/+267
| |\ \ \ \ \ \ \ \
| | * | | | | | | | arm64: KVM: Implement timer save/restoreMarc Zyngier2015-12-141-0/+6
| | * | | | | | | | KVM: arm/arm64: vgic-v3: Make the LR indexing macro publicMarc Zyngier2015-12-141-0/+6
| * | | | | | | | | kvm: Dump guest rIP when the guest tried something unsupportedBorislav Petkov2015-12-161-1/+2
| * | | | | | | | | kvm/x86: Hyper-V SynIC timersAndrey Smetanin2015-12-161-0/+1