aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Merge branch 'pci/trivial' into nextBjorn Helgaas1-216/+195
2018-01-31Merge branch 'pci/switchtec' into nextBjorn Helgaas2-1/+5
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas2-0/+21
2018-01-31Merge branch 'pci/enumeration' into nextBjorn Helgaas2-1/+4
2018-01-31Merge branch 'pci/dt-resources' into nextBjorn Helgaas1-7/+1
2018-01-31Merge branch 'pci/dpc' into nextBjorn Helgaas1-11/+13
2018-01-31Merge branch 'pci/dma' into nextBjorn Helgaas1-14/+13
2018-01-30PCI/DPC: Reformat DPC register definitionsBjorn Helgaas1-13/+13
2018-01-30PCI/DPC: Add and use DPC Status register field definitionsBjorn Helgaas1-0/+2
2018-01-25PCI: Make of_irq_parse_pci() staticRob Herring1-6/+0
2018-01-23PCI: Add pci_enable_atomic_ops_to_root()Jay Cornwall2-1/+4
2018-01-19PCI: Add dummy pci_irqd_intx_xlate() for CONFIG_PCI=n buildNiklas Cassel1-0/+7
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-0/+12
2018-01-17PCI: Remove NULL device handling from PCI DMA APIChristoph Hellwig1-14/+13
2018-01-17PCI: Move OF-related PCI functions into PCI coreRob Herring1-1/+1
2018-01-10PCI: Add #defines for Completion Timeout Disable featureBjorn Helgaas1-0/+2
2017-12-18PCI: Clean up whitespace in linux/pci.h, pci/pci.hBjorn Helgaas1-216/+195
2017-12-18switchtec: Add Global Fabric Manager Server (GFMS) eventLogan Gunthorpe2-1/+5
2017-12-18PCI/ASPM: Unexport internal ASPM interfacesBjorn Helgaas1-33/+2
2017-12-18PCI/ASPM: Enable Latency Tolerance Reporting when supportedBjorn Helgaas1-0/+2
2017-12-17Merge branch 'WIP.x86-pti.base.prep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2017-12-17drivers/misc/intel/pti: Rename the header file to free up the namespaceIngo Molnar1-3/+3
2017-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-10/+21
2017-12-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-228/+11
2017-12-15pkt_sched: Remove TC_RED_OFFLOADED from uapiYuval Mintz1-1/+0
2017-12-15net: sched: Add TCA_HW_OFFLOADYuval Mintz2-0/+2
2017-12-14Merge tag 'pm-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2017-12-14Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-5/+8
2017-12-14Merge tag 'pci-v4.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+3
2017-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-2/+23
2017-12-14mm, oom_reaper: fix memory corruptionMichal Hocko2-0/+10
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+1
2017-12-14exec: avoid gcc-8 warning for get_task_commArnd Bergmann1-1/+5
2017-12-14string.h: workaround for increased stack usageArnd Bergmann1-1/+4
2017-12-14lib/rbtree,drm/mm: add rbtree_replace_node_cached()Chris Wilson1-0/+2
2017-12-14include/linux/idr.h: add #include <linux/bug.h>Wei Wang1-0/+1
2017-12-14Merge tag 'drm-misc-fixes-2017-12-14' of git://anongit.freedesktop.org/drm/drm-miscLinus Torvalds3-5/+25
2017-12-13drm: rework delayed connector cleanup in connector_iterDaniel Vetter2-5/+23
2017-12-13ipv4: igmp: guard against silly MTU valuesEric Dumazet1-0/+1
2017-12-13drm: Update edid-derived drm_display_info fields at edid property set [v2]Keith Packard1-0/+2
2017-12-12compiler.h: Remove ACCESS_ONCE()Mark Rutland1-36/+11
2017-12-12locking/lockdep: Remove the cross-release locking checksIngo Molnar3-181/+0
2017-12-12locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=yWill Deacon3-11/+0
2017-12-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+8
2017-12-11fou: fix some member types in guehdrXin Long1-9/+9
2017-12-11ptr_ring: add barriersMichael S. Tsirkin1-0/+9
2017-12-11PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume()Rafael J. Wysocki1-0/+1
2017-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-6/+3
2017-12-08kmemcheck: rip it out for realMichal Hocko1-1/+0
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-50/+33