summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-1412-150/+202
|\
| * idr: reduce the number of bits per level from 8 to 6Matthew Wilcox2016-12-141-5/+4
| * rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox2016-12-141-0/+26
| * idr: add ida_is_emptyMatthew Wilcox2016-12-141-0/+5
| * radix-tree: add radix_tree_split_preload()Matthew Wilcox2016-12-141-0/+1
| * radix-tree: add radix_tree_splitMatthew Wilcox2016-12-141-0/+12
| * radix-tree: add radix_tree_joinMatthew Wilcox2016-12-141-0/+3
| * radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-141-37/+37
| * radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-141-1/+0
| * radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-141-41/+30
| * radix-tree: move rcu_head into a union with private_listMatthew Wilcox2016-12-141-10/+4
| * mm: export follow_pte()Jan Kara2016-12-141-0/+2
| * mm: provide helper for finishing mkwrite faultsJan Kara2016-12-141-0/+1
| * mm: move handling of COW faults into DAX codeJan Kara2016-12-142-15/+1
| * mm: factor out functionality to finish page faultsJan Kara2016-12-141-0/+1
| * mm: allow full handling of COW faults in ->fault handlersJan Kara2016-12-141-1/+3
| * mm: add orig_pte field into vm_faultJan Kara2016-12-141-2/+2
| * mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-2/+0
| * mm: join struct fault_env and vm_faultJan Kara2016-12-143-24/+18
| * mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes2016-12-141-3/+0
| * mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-141-1/+1
| * kernel/watchdog.c: move shared definitions to nmi.hBabu Moger2016-12-141-0/+24
| * kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek2016-12-141-0/+1
| * kdb: remove unused kdb_event handlingPetr Mladek2016-12-141-1/+0
| * mm: add support for releasing multiple instances of a pageAlexander Duyck2016-12-141-0/+2
| * dma: add calls for dma_map_page_attrs and dma_unmap_page_attrsAlexander Duyck2016-12-141-7/+13
| * Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Baoquan He2016-12-141-6/+0
| * signals: avoid unnecessary taking of sighand->siglockWaiman Long2016-12-141-0/+17
* | Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-141-1/+6
|\ \
| * | fs: Remove unmap_underlying_metadataJan Kara2016-11-041-1/+0
| * | fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-041-0/+4
| * | fs: Provide function to unmap metadata for a range of blocksJan Kara2016-11-041-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-145-1/+9
|\ \ \
| * | | exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2016-11-221-0/+1
| * | | ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-222-0/+5
| * | | ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2016-11-223-1/+2
| * | | mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2016-11-221-0/+1
* | | | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-141-1/+4
|\ \ \ \
| * | | | audit: add support for session ID user filterRichard Guy Briggs2016-11-291-1/+4
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-141-5/+18
|\ \ \ \ \
| * | | | | tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEVJarkko Sakkinen2016-11-281-5/+18
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-1414-35/+758
|\ \ \ \ \ \
| * | | | | | crypto: api - fix comment typoBaruch Siach2016-12-011-1/+1
| * | | | | | crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu2016-12-011-0/+4
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-11-301-0/+2
| |\ \ \ \ \ \
| * | | | | | | crypto: cbc - Export CBC implementationHerbert Xu2016-11-281-0/+146
| * | | | | | | crypto: simd - Add simd skcipher helperHerbert Xu2016-11-281-0/+17
| * | | | | | | crypto: cryptd - Add support for skcipherHerbert Xu2016-11-281-1/+12
| * | | | | | | crypto: xts - Convert to skcipherHerbert Xu2016-11-281-2/+24
| * | | | | | | crypto: skcipher - Add skcipher walk interfaceHerbert Xu2016-11-281-0/+47