aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-02-20Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds5-30/+56
2017-02-20Merge tag 'leds_for_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds1-0/+16
2017-02-20Merge tag 'spi-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-21/+10
2017-02-20Merge tag 'regmap-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-48/+67
2017-02-20Merge tag 'iommu-updates-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-56/+163
2017-02-20Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-15/+0
2017-02-20nfsd: merge stable fix into main nfsd branchJ. Bruce Fields16-46/+131
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds18-144/+429
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-292/+98
2017-02-20Merge tag 'asoc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai7-44/+48
2017-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+32
2017-02-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-28/+39
2017-02-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-26/+49
2017-02-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-5/+40
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-83/+79
2017-02-20Merge tag 'for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds3-32/+14
2017-02-20Merge tag 'edac_for_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-2/+2
2017-02-20Merge tag 'hwmon-for-linus-v4.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+12
2017-02-20Merge tag 'for-linus-20170212' of git://git.infradead.org/linux-mtdLinus Torvalds9-168/+93
2017-02-20net: mpls: Add support for netconfDavid Ahern2-0/+3
2017-02-20vfs: use helper for calling f_op->fsync()Miklos Szeredi1-0/+6
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi1-0/+5
2017-02-20vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi1-0/+12
2017-02-20ptr_ring: fix race conditions when resizingMichael S. Tsirkin1-5/+31
2017-02-20sctp: add support for MSG_MOREXin Long1-0/+1
2017-02-20net: phy: Check phydev->drvFlorian Fainelli1-0/+3
2017-02-20Merge branches 'acpi-bus', 'acpi-sleep' and 'acpi-processor'Rafael J. Wysocki2-1/+4
2017-02-20Merge branch 'acpica'Rafael J. Wysocki22-40/+130
2017-02-20Merge branches 'pm-core', 'pm-qos' and 'pm-domains'Rafael J. Wysocki2-1/+3
2017-02-20Merge branch 'pm-devfreq'Rafael J. Wysocki1-0/+3
2017-02-20Merge branch 'pm-cpufreq'Rafael J. Wysocki1-5/+2
2017-02-20Merge branch 'pm-opp'Rafael J. Wysocki1-24/+48
2017-02-20video: fbdev: fsl-diu-fb: fix spelling mistake "palette"Colin Ian King1-2/+2
2017-02-20rbd: kill obj_request->object_name and rbd_segment_name_cacheIlya Dryomov1-7/+0
2017-02-20libceph: bump CEPH_PG_MAX_SIZE to 32Ilya Dryomov1-1/+1
2017-02-20crush: merge working data and scratchIlya Dryomov2-3/+14
2017-02-20crush: remove mutable part of CRUSH mapIlya Dryomov3-8/+38
2017-02-20libceph: use BUG() instead of BUG_ON(1)Arnd Bergmann1-1/+1
2017-02-19sctp: sctp_transport_dst_check should check if transport pmtu is dst mtuXin Long1-1/+3
2017-02-19sctp: add reconf chunk eventXin Long1-0/+3
2017-02-19sctp: add reconf chunk processXin Long1-0/+1
2017-02-19sctp: add a function to verify the sctp reconf chunkXin Long1-0/+3
2017-02-19sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long1-0/+4
2017-02-19sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long1-0/+6
2017-02-19sctp: add support for generating stream ssn reset event notificationXin Long2-0/+20
2017-02-19sctp: add support for generating stream reconf resp chunkXin Long2-0/+31
2017-02-19uapi: fix linux/rds.h userspace compilation errorDmitry V. Levin1-1/+2
2017-02-19uapi: fix linux/rds.h userspace compilation errorsDmitry V. Levin1-52/+52
2017-02-19uapi: fix linux/mroute.h userspace compilation errorsDmitry V. Levin1-0/+1
2017-02-19uapi: fix linux/mroute6.h userspace compilation errorsDmitry V. Levin1-0/+1