aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-15Merge tag 'platform-drivers-x86-v4.10-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds1-0/+99
2016-12-15Merge branch 'i2c/for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds3-28/+77
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds8-6/+75
2016-12-15Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds8-3/+76
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds18-51/+631
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds2-2/+34
2016-12-14Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds4-5/+15
2016-12-14Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds3-2/+14
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 branch 'vmw_pvrdma' into merge-testDoug Ledford3-0/+291
2016-12-14IB: Add vmw_pvrdma driverAdit Ranadive2-0/+290
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford6-9/+44
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford4-16/+132
2016-12-14Merge branch 'hfi1' into merge-testDoug Ledford4-26/+109
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