summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-086-10/+45
|\
| * Merge branch 'pci/host-tango' into nextBjorn Helgaas2017-07-071-0/+2
| |\
| | * PCI: tango: Add Sigma Designs Tango SMP8759 PCIe host bridge supportMarc Gonzalez2017-07-071-0/+2
| * | Merge branch 'pci/irq-fixups' into nextBjorn Helgaas2017-07-031-5/+7
| |\|
| | * PCI: Add pci_assign_irq() function and have pci_fixup_irqs() use itMatthew Minter2017-07-021-0/+1
| | * PCI: Add IRQ mapping function pointers to pci_host_bridge structMatthew Minter2017-07-021-0/+2
| | * PCI: Remove pci_scan_root_bus_msi()Lorenzo Pieralisi2017-07-021-4/+0
| | * PCI: Make pci_register_host_bridge() PCI core internalLorenzo Pieralisi2017-06-281-1/+0
| | * PCI: Add pci_scan_root_bus_bridge() interfaceLorenzo Pieralisi2017-06-281-0/+1
| | * PCI: Add devm_pci_alloc_host_bridge() interfaceLorenzo Pieralisi2017-06-281-0/+2
| | * PCI: Add pci_free_host_bridge() interfaceLorenzo Pieralisi2017-06-281-0/+1
| * | Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-07-032-1/+20
| |\ \
| | * | PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig2017-07-031-1/+2
| | * | PCI: Restore PRI and PASID state after Function-Level ResetCQ Tang2017-05-302-0/+16
| | * | PCI: Cache PRI and PASID bits in pci_devJean-Philippe Brucker2017-05-301-0/+2
| | |/
| * | Merge branch 'pci/switchtec' into nextBjorn Helgaas2017-07-021-0/+3
| |\ \
| | * | switchtec: Add "running" status flag to fw partition info ioctlLogan Gunthorpe2017-06-271-0/+3
| | |/
| * | Merge branch 'pci/pm' into nextBjorn Helgaas2017-07-021-0/+5
| |\ \
| * \ \ Merge branch 'pci/msi' into nextBjorn Helgaas2017-07-021-2/+2
| |\ \ \
| | * | | PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez2017-05-221-2/+2
| | | |/ | | |/|
| * | | PCI: Add sysfs max_link_speed/width, current_link_speed/width, etcWong Vee Khee2017-06-191-0/+1
| * | | PCI: Test INTx masking during enumeration, not at run-timePiotr Gregor2017-06-161-2/+10
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-07-086-2/+2
|\ \ \
| * | | Input: introduce KEY_ASSISTANTDmitry Torokhov2017-07-021-0/+1
| * | | Input: sparse-keymap - remove sparse_keymap_free()Dmitry Torokhov2017-05-291-1/+0
| * | | Merge tag 'v4.12-rc3' into nextDmitry Torokhov2017-05-29720-5748/+18994
| |\ \ \
| * | | | Input: tsc2007 - move header file out of I2C realmWolfram Sang2017-05-221-1/+1
| * | | | Input: mms114 - move header file out of I2C realmWolfram Sang2017-05-221-0/+0
| * | | | Input: mcs - move header file out of I2C realmWolfram Sang2017-05-221-0/+0
| * | | | Input: lm8323 - move header file out of I2C realmWolfram Sang2017-05-221-0/+0
* | | | | Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-07-083-17/+121
|\ \ \ \ \
| * \ \ \ \ Merge branch 'topic/pl08x' into for-linusVinod Koul2017-07-042-17/+120
| |\ \ \ \ \
| | * | | | | dmaengine: pl08x: use GENMASK() to create bitmasksLinus Walleij2017-05-241-25/+25
| | * | | | | dmaengine: pl08x: Add support for Faraday Technology FTDMAC020Linus Walleij2017-05-241-1/+82
| | * | | | | ARM/dmaengine: pl08x: pass reasonable memcpy settingsLinus Walleij2017-05-241-4/+26
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'topic/dw' into for-linusVinod Koul2017-07-041-21/+0
| |\ \ \ \ \
| * | | | | | lib/raid6: Add log-of-2 table for RAID6 HW requiring disk positionAnup Patel2017-05-161-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-083-0/+10
|\ \ \ \ \ \
| * | | | | | bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong2017-07-081-0/+1
| * | | | | | net/sock: add WARN_ON(parent->sk) in sock_graft()Sowmini Varadhan2017-07-081-0/+1
| * | | | | | net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2017-07-061-0/+8
* | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-07-082-31/+6
|\ \ \ \ \ \ \
| * | | | | | | dentry name snapshotsAl Viro2017-07-072-31/+6
* | | | | | | | Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-081-6/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | kill __copy_in_user()Al Viro2017-07-041-6/+0
* | | | | | | | | Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-073-44/+101
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | iov_iter/hardening: move object size checks to inlined partAl Viro2017-06-291-5/+53
| * | | | | | | | | copy_{to,from}_user(): consolidate object size checksAl Viro2017-06-292-26/+29
| * | | | | | | | | copy_{from,to}_user(): move kasan checks and might_fault() out-of-lineAl Viro2017-06-291-8/+8
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-075-7/+162
|\ \ \ \ \ \ \ \ \