summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-11-25Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-113/+58
2017-11-25Merge tag 'afs-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-279/+405
2017-11-24Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-158/+819
2017-11-24Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-34/+66
2017-11-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-239/+387
2017-11-24afs: remove redundant assignment of dvnode to itselfColin Ian King-1/+1
2017-11-24afs: cell: Remove unnecessary code in afs_lookup_cellGustavo A. R. Silva-6/+1
2017-11-24afs: Fix signal handling in some file opsDavid Howells-0/+8
2017-11-24afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells-10/+5
2017-11-24afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells-0/+5
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-409/+995
2017-11-23Merge tag 'platform-drivers-x86-v4.15-2' of git://git.infradead.org/linux-pla...Linus Torvalds-3/+41
2017-11-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-51/+78
2017-11-23Merge tag 'sound-fix-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-23/+69
2017-11-23Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-1399/+281
2017-11-23Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxLinus Torvalds-143/+137
2017-11-23Merge branch 'next-keys' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-65/+66
2017-11-23Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-71/+91
2017-11-24Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris-65/+66
2017-11-24Merge branch 'ipvlan-Fix-insufficient-skb-linear-check'David S. Miller-9/+27
2017-11-24ipvlan: Fix insufficient skb linear check for ipv6 icmpGao Feng-1/+19
2017-11-24ipvlan: Fix insufficient skb linear check for arpGao Feng-8/+8
2017-11-24geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6Hangbin Liu-1/+15
2017-11-24Merge tag 'wireless-drivers-for-davem-2017-11-22' of git://git.kernel.org/pub...David S. Miller-90/+335
2017-11-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller-120/+154
2017-11-24net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHYFlorian Fainelli-1/+1
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-152/+216
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn-14/+209
2017-11-24net: realtek: r8169: implement set_link_ksettings()Tobias Jakobi-16/+22
2017-11-24net: ipv6: Fixup device for anycast routes during copyDavid Ahern-1/+1
2017-11-24Merge branch 'smc-fixes-for-smc-buffer-handling'David S. Miller-2/+2
2017-11-24net/smc: Fix preinitialization of buf_desc in __smc_buf_create()Geert Uytterhoeven-1/+1
2017-11-24net/smc: use sk_rcvbuf as start for rmb creationUrsula Braun-1/+1
2017-11-24ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel-0/+5
2017-11-24net: sched: fix crash when deleting secondary chainsRoman Kapl-3/+4
2017-11-24net: phy: cortina: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan-0/+4
2017-11-23kbuild: drop $(extra-y) from real-objs-yMasahiro Yamada-1/+1
2017-11-23kbuild: clean up *.i and *.lst patterns by make cleanMasahiro Yamada-2/+2
2017-11-23kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is usedMasahiro Yamada-3/+4
2017-11-23kbuild: pkg: use --transform option to prefix paths in tarMasahiro Yamada-3/+2
2017-11-23coccinelle: fix parallel build with CHECK=scripts/coccicheckMasahiro Yamada-6/+9
2017-11-23kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt-1/+1
2017-11-23bpf: fix branch pruning logicAlexei Starovoitov-1/+28
2017-11-23ALSA: hda: Add Raven PCI IDVijendar Mukunda-0/+3
2017-11-23ALSA: hda/realtek - Fix ALC700 family no sound issueKailang Yang-1/+1
2017-11-22Merge tag 'pwm/for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-36/+252
2017-11-22Merge tag 'rtc-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-283/+1891
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds-754/+1648
2017-11-22Merge tag 'xfs-4.15-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-7/+13
2017-11-22Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2