summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-07-30PCI: Make pci_bus_get(), pci_bus_put() privateKelsey Skunberg1-2/+0
2019-07-30PCI: Make pci_hotplug_io_size, mem_size, and bus_size privateKelsey Skunberg1-4/+0
2019-07-30PCI: Make pci_save_vc_state(), pci_restore_vc_state(), etc privateKelsey Skunberg1-5/+0
2019-07-30PCI: Make pci_get_host_bridge_device(), pci_put_host_bridge_device() privateKelsey Skunberg1-3/+0
2019-07-30PCI: Make pci_check_pme_status(), pci_pme_wakeup_bus() privateKelsey Skunberg1-2/+0
2019-07-30PCI: Make PCI_PM_* delay times privateKelsey Skunberg1-5/+0
2019-07-30Merge branch 'generic_lookup_helpers' into driver-core-nextGreg Kroah-Hartman2-3/+237
2019-07-30platform/x86: asus-wmi: fix CPU fan control on recent productsDaniel Drake1-0/+1
2019-07-30platform/x86: asus-wmi: cleanup AGFN fan handlingDaniel Drake1-2/+2
2019-07-30platform: Add platform_find_device_by_driver() helperSuzuki K Poulose1-0/+3
2019-07-30drivers: Add generic helper to match any deviceSuzuki K Poulose1-0/+17
2019-07-30drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose1-0/+65
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose1-0/+37
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose1-0/+39
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-0/+37
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose1-3/+39
2019-07-30ACPI: PM: Set up EC GPE for system wakeup from drivers that need itRafael J. Wysocki2-0/+5
2019-07-30gpio: remove less important #ifdef around declarationsMasahiro Yamada1-19/+8
2019-07-30scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke1-0/+1
2019-07-30scsi: libfc: Whitespace cleanup in libfc.hHannes Reinecke1-26/+26
2019-07-29xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen4-1/+11
2019-07-29include/bpf.h: Remove map_insert_ctx() stubsToke Høiland-Jørgensen1-10/+0
2019-07-29leds: netxbig: remove legacy board-file supportMasahiro Yamada1-54/+0
2019-07-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-14/+18
2019-07-29Merge tag 'platform-drivers-x86-v5.3-3' of git://git.infradead.org/linux-plat...Linus Torvalds1-0/+1
2019-07-29Merge branch 'wip/dl-for-rc' into wip/dl-for-nextDoug Ledford1-5/+4
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon1-7/+9
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon1-1/+3
2019-07-29iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon1-9/+0
2019-07-29iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon1-11/+11
2019-07-29iommu/io-pgtable-arm: Call ->tlb_flush_walk() and ->tlb_flush_leaf()Will Deacon1-0/+14
2019-07-29iommu/io-pgtable: Introduce tlb_flush_walk() and tlb_flush_leaf()Will Deacon1-5/+19
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon1-3/+4
2019-07-29NFC: nxp-nci: Get rid of platform dataAndy Shevchenko1-19/+0
2019-07-29Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi1000-10077/+18575
2019-07-29mac80211: add support for the ADDBA extension elementJohn Crispin1-0/+2
2019-07-29mac80211: propagate HE operation info into bss_confJohn Crispin1-0/+2
2019-07-29mac80211: fix ieee80211_he_oper_size() commentJohn Crispin1-2/+2
2019-07-29netfilter: add include guard to xt_connlabel.hMasahiro Yamada1-0/+6
2019-07-29Merge 5.3-rc2 into usb-nextGreg Kroah-Hartman56-94/+139
2019-07-29Merge 5.3-rc2 into char-misc-nextGreg Kroah-Hartman56-94/+139
2019-07-29fs-verity: add data verification hooks for ->readpages()Eric Biggers1-0/+56
2019-07-29fs-verity: add the hook for file ->setattr()Eric Biggers1-0/+7
2019-07-29fs-verity: add the hook for file ->open()Eric Biggers1-0/+71
2019-07-29fs-verity: add inode and superblock fieldsEric Biggers1-0/+11
2019-07-29fs: uapi: define verity bit for FS_IOC_GETFLAGSEric Biggers1-0/+1
2019-07-29fs-verity: add UAPI headerEric Biggers1-0/+39
2019-07-28Merge tag 'tty-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+0
2019-07-28Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds27-27/+27
2019-07-28gpio: don't WARN() on NULL descs if gpiolib is disabledBartosz Golaszewski1-32/+32