summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds86-722/+11428
2016-12-16Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds118-709/+12147
2016-12-16Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds420-8052/+18327
2016-12-16Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds3-3/+55
2016-12-16Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds32-78/+113
2016-12-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds126-9578/+2125
2016-12-16Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds25-87/+140
2016-12-16Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds24-0/+1948
2016-12-16Merge tag 'arc-4.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds28-227/+474
2016-12-16Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds52-300/+1064
2016-12-16Merge tag 'for-linus-4.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+3
2016-12-16Merge tag 'upstream-4.10-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds18-309/+1192
2016-12-16Merge tag 'platform-drivers-x86-v4.10-1' of git://git.infradead.org/users/dvh...Linus Torvalds20-73/+1346
2016-12-15Merge branch 'i2c/for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds42-429/+2264
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds72-882/+3099
2016-12-15platform/x86: thinkpad_acpi: Initialize local in_tablet_mode and typeDarren Hart1-2/+2
2016-12-15Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds29-406/+1238
2016-12-15rdma: fix buggy code that the compiler warns aboutLinus Torvalds1-1/+2
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds203-2656/+12276
2016-12-15Merge tag 'devicetree-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-215/+278
2016-12-15Merge tag 'pwm/for-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-1/+302
2016-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-2/+5
2016-12-15afs, rxrpc: Update the MAINTAINERS fileDavid Howells1-0/+1
2016-12-15redo: radix tree test suite: fix compilationMatthew Wilcox3-30/+1
2016-12-15printk: Remove no longer used second struct contGeert Uytterhoeven1-6/+0
2016-12-15Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds67-1464/+1357
2016-12-15printk: remove console flushing special cases for partial buffered linesLinus Torvalds1-103/+5
2016-12-15printk: remove games with previous record flagsLinus Torvalds1-85/+24
2016-12-15Merge tag 'for-linus-4.10' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds5-130/+165
2016-12-15Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds53-349/+868
2016-12-15Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-58/+89
2016-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds140-2218/+3428
2016-12-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-16/+45
2016-12-15Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds13-95/+104
2016-12-15docs: add back 'Documentation/Changes' file (as symlink)Linus Torvalds1-0/+1
2016-12-15radix tree test suite: delete unused rcupdate.cMatthew Wilcox1-86/+0
2016-12-15radix tree test suite: add new tag checkMatthew Wilcox1-0/+3
2016-12-15radix-tree: ensure counts are initialisedMatthew Wilcox2-25/+61
2016-12-15radix tree test suite: cache recently freed objectsMatthew Wilcox2-12/+41
2016-12-15radix tree test suite: add some more functionalityMatthew Wilcox3-0/+21
2016-12-15idr: reduce the number of bits per level from 8 to 6Matthew Wilcox1-5/+4
2016-12-15rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox3-7/+34
2016-12-15tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox1-2/+2
2016-12-15idr: add ida_is_emptyMatthew Wilcox3-6/+11
2016-12-15radix tree test suite: check multiorder iterationMatthew Wilcox4-35/+73
2016-12-15radix-tree: fix replacement for multiorder entriesMatthew Wilcox2-28/+119
2016-12-15radix-tree: add radix_tree_split_preload()Matthew Wilcox4-3/+69
2016-12-15radix-tree: add radix_tree_splitMatthew Wilcox3-4/+214
2016-12-15radix-tree: add radix_tree_joinMatthew Wilcox3-31/+213
2016-12-15radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox9-163/+125