aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-150/+202
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+6
2016-12-14idr: reduce the number of bits per level from 8 to 6Matthew Wilcox1-5/+4
2016-12-14rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox1-0/+26
2016-12-14idr: add ida_is_emptyMatthew Wilcox1-0/+5
2016-12-14radix-tree: add radix_tree_split_preload()Matthew Wilcox1-0/+1
2016-12-14radix-tree: add radix_tree_splitMatthew Wilcox1-0/+12
2016-12-14radix-tree: add radix_tree_joinMatthew Wilcox1-0/+3
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox1-37/+37
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox1-1/+0
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox1-41/+30
2016-12-14radix-tree: move rcu_head into a union with private_listMatthew Wilcox1-10/+4
2016-12-14mm: export follow_pte()Jan Kara1-0/+2
2016-12-14mm: provide helper for finishing mkwrite faultsJan Kara1-0/+1
2016-12-14mm: move handling of COW faults into DAX codeJan Kara2-15/+1
2016-12-14mm: factor out functionality to finish page faultsJan Kara1-0/+1
2016-12-14mm: allow full handling of COW faults in ->fault handlersJan Kara1-1/+3
2016-12-14mm: add orig_pte field into vm_faultJan Kara1-2/+2
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-2/+0
2016-12-14mm: join struct fault_env and vm_faultJan Kara3-24/+18
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes1-3/+0
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes1-1/+1
2016-12-14kernel/watchdog.c: move shared definitions to nmi.hBabu Moger1-0/+24
2016-12-14kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek1-0/+1
2016-12-14kdb: remove unused kdb_event handlingPetr Mladek1-1/+0
2016-12-14mm: add support for releasing multiple instances of a pageAlexander Duyck1-0/+2
2016-12-14dma: add calls for dma_map_page_attrs and dma_unmap_page_attrsAlexander Duyck1-7/+13
2016-12-14Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Baoquan He1-6/+0
2016-12-14signals: avoid unnecessary taking of sighand->siglockWaiman Long1-0/+17
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-1/+9
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+4
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-5/+18
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds14-35/+758
2016-12-14Merge tag 'for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds1-1/+2
2016-12-14Merge tag 'sound-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds15-64/+393
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-0/+5
2016-12-14Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-26/+27
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-1/+6
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-232/+67
2016-12-14Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-1/+1
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds4-115/+94
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds2-1/+30
2016-12-14NTB: correct ntb_spad_count comment typoAaron Sierra1-1/+1
2016-12-14Merge branches 'for-4.10/asus', 'for-4.10/cp2112', 'for-4.10/i2c-hid-nopower', 'for-4.10/intel-ish', 'for-4.10/mayflash', 'for-4.10/microsoft-surface-3', 'for-4.10/multitouch', 'for-4.10/sony', 'for-4.10/udraw-ps3', 'for-4.10/upstream' and 'for-4.10/wacom/generic' into for-linusJiri Kosina1-0/+5
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-39/+61
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds7-0/+437
2016-12-13Merge branch 'stable/for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds2-13/+4
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-6/+17
2016-12-13Merge tag 'hwmon-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-8/+23