summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'keys-next-20160505' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2016-05-0610-88/+133
|\
| * Merge branch 'keys-trust' into keys-nextDavid Howells2016-05-048-83/+113
| |\
| | * IMA: Use the the system trusted keyrings instead of .ima_mokDavid Howells2016-04-111-11/+2
| | * certs: Add a secondary system keyring that can be added to dynamicallyDavid Howells2016-04-111-0/+9
| | * KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells2016-04-113-18/+5
| | * KEYS: Move the point of trust determination to __key_link()David Howells2016-04-112-12/+14
| | * KEYS: Generalise x509_request_asymmetric_key()David Howells2016-04-111-4/+4
| | * KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells2016-04-112-6/+5
| | * KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-111-10/+43
| | * PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells2016-04-062-3/+1
| | * KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-066-43/+54
| * | Merge branch 'keys-sig' into keys-nextDavid Howells2016-04-123-5/+10
| |\|
| | * KEYS: Add identifier pointers to public_key_signature structDavid Howells2016-04-061-0/+1
| | * KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells2016-04-063-5/+9
| * | KEYS: Add KEYCTL_DH_COMPUTE commandMat Martineau2016-04-121-0/+10
* | | ima: add support for creating files using the mknodat syscallMimi Zohar2016-05-011-0/+6
* | | fs: fix over-zealous use of "const"Kees Cook2016-04-271-1/+1
* | | LSM: LoadPin for kernel file loading restrictionsKees Cook2016-04-211-0/+5
* | | fs: define a string representation of the kernel_read_file_id enumerationMimi Zohar2016-04-211-6/+25
* | | string_helpers: add kstrdup_quotable_fileKees Cook2016-04-211-0/+3
* | | string_helpers: add kstrdup_quotable_cmdlineKees Cook2016-04-211-0/+1
* | | string_helpers: add kstrdup_quotableKees Cook2016-04-211-0/+2
|/ /
* / security: drop the unused hook skb_owned_byPaolo Abeni2016-04-111-1/+0
|/
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-033-19/+23
|\
| * uapi/linux/stddef.h: Provide __always_inline to userspace headersDenys Vlasenko2016-03-301-0/+4
| * locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker2016-03-291-21/+0
| * timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker2016-03-291-2/+2
| * locking/atomic: Introduce atomic_fetch_or()Frederic Weisbecker2016-03-291-0/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2016-04-031-1/+1
|\ \
| * | target: add a new add_wwn_groups fabrics methodChristoph Hellwig2016-03-311-0/+1
| * | target: remove ->fabric_cleanup_nodeaclChristoph Hellwig2016-03-311-1/+0
| |/
* | Merge tag 'configfs-for-linus-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-04-021-2/+2
|\ \
| * | configfs: fix CONFIGFS_BIN_ATTR_[RW]O definitionsOctavian Purdila2016-03-251-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-025-1/+11
|\ \ \
| * | | stmmac: fix MDIO settingsGiuseppe CAVALLARO2016-04-011-1/+1
| * | | Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO2016-04-011-1/+0
| * | | tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-011-0/+4
| * | | bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann2016-03-311-0/+1
| * | | netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-281-0/+4
| * | | net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362Jaedon Shin2016-03-251-0/+2
* | | | mm/page_isolation: fix tracepoint to mirror check function behaviorLucas Stach2016-04-021-1/+1
* | | | include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()Chen Gang2016-04-021-1/+1
* | | | x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()Dan Williams2016-03-291-6/+16
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-265-18/+45
|\ \ \
| * | | ceph: fix security xattr deadlockYan, Zheng2016-03-251-1/+2
| * | | libceph: add helper that duplicates last extent operationYan, Zheng2016-03-251-0/+2
| * | | libceph: enable large, variable-sized OSD requestsIlya Dryomov2016-03-251-2/+4
| * | | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng2016-03-251-2/+3
| * | | libceph: rename ceph_osd_req_op::payload_len to indata_lenIlya Dryomov2016-03-251-1/+1
| * | | libceph: monc hunt rate is 3s with backoff up to 30sIlya Dryomov2016-03-252-0/+6