summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.12/dm-post-merge-changes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-05-031-0/+2
|\
| * dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig2017-05-021-0/+1
| * dm rq: change ->rq_end_io calling conventionsChristoph Hellwig2017-05-021-0/+1
| * Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer2017-05-021-6/+20
| |\
* | \ Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-031-6/+20
|\ \ \ | | |/ | |/|
| * | dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche2017-04-271-6/+8
| * | dm: mark targets that pass integrity dataMikulas Patocka2017-04-241-0/+6
| * | dm table: add flag to allow target to handle its own integrity metadataMilan Broz2017-03-071-0/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2017-05-033-13/+44
|\ \ \
| * \ \ Merge branch 'md-next' into md-linusShaohua Li2017-05-013-13/+44
| |\ \ \
| | * | | uapi: fix linux/raid/md_p.h userspace compilation errorArtur Paszkiewicz2017-04-201-1/+1
| | * | | Revert "block: introduce bio_copy_data_partial"NeilBrown2017-04-111-2/+0
| | * | | block: remove bio_clone_bioset_partial()Shaohua Li2017-03-251-9/+2
| | * | | block: introduce bio_copy_data_partialMing Lei2017-03-241-0/+2
| | * | | percpu-refcount: support synchronous switch to atomic mode.NeilBrown2017-03-231-0/+1
| | * | | raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz2017-03-171-0/+27
| | * | | md: superblock changes for PPLArtur Paszkiewicz2017-03-171-4/+14
* | | | | Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-05-031-4/+3
|\ \ \ \ \
| * | | | | audit: Use timespec64 to represent audit timestampsDeepa Dinamani2017-05-021-2/+2
| * | | | | audit: kernel generated netlink traffic should have a portid of 0Paul Moore2017-05-021-2/+1
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-0312-23/+141
|\ \ \ \ \ \
| * | | | | | tpm_crb: remove a cruft constantJarkko Sakkinen2017-04-241-2/+0
| * | | | | | Merge tag 'keys-next-20170412' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2017-04-176-16/+74
| |\ \ \ \ \ \
| | * | | | | | KEYS: add SP800-56A KDF support for DHStephan Mueller2017-04-042-0/+14
| | * | | | | | KEYS: Keyring asymmetric key restrict method with chainingMat Martineau2017-04-041-0/+5
| | * | | | | | KEYS: Restrict asymmetric key linkage using a specific keychainMat Martineau2017-04-041-0/+5
| | * | | | | | KEYS: Add KEYCTL_RESTRICT_KEYRINGMat Martineau2017-04-042-1/+6
| | * | | | | | KEYS: Add an optional lookup_restriction hook to key_typeMat Martineau2017-04-041-0/+8
| | * | | | | | KEYS: Use structure to capture key restriction function and dataMat Martineau2017-04-041-4/+4
| | * | | | | | KEYS: Add a key restriction structMat Martineau2017-04-031-0/+6
| | * | | | | | KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau2017-04-033-7/+12
| | * | | | | | KEYS: Use a typedef for restrict_link function pointersMat Martineau2017-04-031-9/+7
| | * | | | | | KEYS: Add a system blacklist keyringDavid Howells2017-04-031-0/+12
| * | | | | | | ACPICA: Update TPM2 ACPI tableJiandi An2017-04-031-0/+3
| * | | | | | | tpm_crb: request and relinquish locality 0Jarkko Sakkinen2017-04-031-1/+2
| |/ / / / / /
| * | | | | | security, keys: convert key.usage from atomic_t to refcount_tElena Reshetova2017-04-031-2/+3
| * | | | | | LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Tetsuo Handa2017-03-284-1/+26
| * | | | | | update to v4.11-rc4 due to memory corruption bug in rc2James Morris2017-03-2872-225/+575
| |\ \ \ \ \ \
| * | | | | | | security: introduce CONFIG_SECURITY_WRITABLE_HOOKSJames Morris2017-03-061-0/+7
| * | | | | | | prlimit,security,selinux: add a security hook for prlimitStephen Smalley2017-03-062-3/+28
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2017-03-241-1/+1
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-034-15/+74
|\ \ \ \ \ \ \ \
| * | | | | | | | livepatch: allow removal of a disabled patchJosh Poimboeuf2017-03-081-0/+3
| * | | | | | | | livepatch: change to a per-task consistency modelJosh Poimboeuf2017-03-083-1/+53
| * | | | | | | | livepatch: store function sizesJosh Poimboeuf2017-03-081-0/+3
| * | | | | | | | livepatch: separate enabled and patched statesJosh Poimboeuf2017-03-081-11/+6
| * | | | | | | | livepatch: create temporary klp_update_patch_state() stubJosh Poimboeuf2017-03-081-1/+4
| * | | | | | | | stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf2017-03-081-3/+6
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-035-5/+30
|\ \ \ \ \ \ \ \