summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mpage: mpage_readpages() should submit IO as read-aheadJens Axboe2018-08-171-0/+4
* mm/page_ext.c: constify lookup_page_ext() argumentKirill A. Shutemov2018-08-171-2/+2
* include/linux/page_ext.h: drop definition of unused PAGE_EXT_DEBUG_POISONKirill A. Shutemov2018-08-171-11/+0
* vfs: discard ATTR_ATTR_FLAGNeilBrown2018-08-171-1/+0
* bitfield: avoid gcc-8 -Wint-in-bool-context warningArnd Bergmann2018-08-171-1/+1
* Merge tag 'mailbox-v4.19' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2018-08-163-4/+122
|\
| * mailbox: mediatek: Add Mediatek CMDQ driverHoulong Wei2018-08-031-0/+77
| * dt-bindings: soc: Add documentation for the MediaTek GCE unitHoulong Wei2018-08-031-0/+44
| * mailbox/omap: switch to SPDX license identifierSuman Anna2018-08-031-4/+1
* | Replace magic for trusting the secondary keyring with #defineYannik Sembritzki2018-08-161-0/+6
* | Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-1610-41/+59
|\ \
| * \ Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2018-08-153-3/+17
| |\ \
| | * | pci_endpoint_test: Add 2 ioctl commandsGustavo Pimentel2018-07-191-0/+2
| | * | pci-epf-test/pci_endpoint_test: Add MSI-X supportGustavo Pimentel2018-07-192-0/+2
| | * | PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signaturesGustavo Pimentel2018-07-191-3/+3
| | * | PCI: endpoint: Add MSI-X interfacesGustavo Pimentel2018-07-192-0/+10
| * | | Merge branch 'pci/virtualization'Bjorn Helgaas2018-08-152-5/+4
| |\ \ \
| | * | | PCI: Export pcie_has_flr()Alex Williamson2018-08-091-0/+1
| | * | | PCI: Rename pci_try_reset_bus() to pci_reset_bus()Sinan Kaya2018-07-191-1/+1
| | * | | PCI: Deprecate pci_reset_bus() and pci_reset_slot() functionsSinan Kaya2018-07-191-2/+0
| | * | | PCI: Unify try slot and bus reset APISinan Kaya2018-07-191-2/+1
| | * | | PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya2018-07-191-1/+0
| | * | | PCI: Enable PASID only if entire path supports End-End TLP prefixesSinan Kaya2018-06-302-0/+2
| | |/ /
| * | | Merge branch 'pci/switchtec'Bjorn Helgaas2018-08-152-4/+1
| |\ \ \
| | * | | switchtec: Use generic PCI Vendor ID and Class CodeDoug Meyer2018-06-292-4/+1
| | |/ /
| * | | Merge branch 'pci/resource'Bjorn Helgaas2018-08-152-2/+2
| |\ \ \
| | * | | PCI: Make pci_get_rom_size() staticBjorn Helgaas2018-06-291-1/+0
| | * | | PCI: Cleanup PCI_REBAR_CTRL_BAR_SHIFT handlingChristian König2018-06-291-1/+2
| | |/ /
| * | | Merge branch 'pci/peer-to-peer'Bjorn Helgaas2018-08-151-11/+0
| |\ \ \
| | * | | PCI: Hide ACS quirk declarations inside PCI coreBjorn Helgaas2018-08-091-11/+0
| | |/ /
| * | | Merge branch 'pci/misc'Bjorn Helgaas2018-08-154-8/+22
| |\ \ \
| | * | | PCI: Limit config space size for Netronome NFP5000Jakub Kicinski2018-08-141-0/+1
| | * | | PCI: Add PCI_DEVICE_DATA() macro to fully describe device ID entryAndy Shevchenko2018-08-141-0/+15
| | * | | PCI: Unify PCI and normal DMA direction definitionsShunyong Yang2018-07-312-8/+6
| | |/ /
| * | | Merge branch 'pci/hotplug'Bjorn Helgaas2018-08-152-4/+12
| |\ \ \
| | * | | PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-231-4/+11
| | * | | PCI: shpchp: Separate existence of SHPC and permission to use itBjorn Helgaas2018-06-261-0/+1
| | |/ /
| * | | Merge branch 'pci/aer'Bjorn Helgaas2018-08-151-4/+1
| |\ \ \
| | * | | PCI/AER: Define aer_stats structure for AER capable devicesRajat Jain2018-07-191-0/+1
| | * | | PCI/AER: Move internal declarations to drivers/pci/pci.hRajat Jain2018-07-191-4/+0
| | |/ /
* | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-153-0/+19
|\ \ \ \
| * | | | integrity: prevent deadlock during digsig verification.Mikhail Kurinnoi2018-07-181-0/+13
| * | | | evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-07-181-0/+5
| * | | | ima: Differentiate auditing policy rules from "audit" actionsStefan Berger2018-07-181-0/+1
* | | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-08-151-0/+7
|\ \ \ \ \
| * | | | | tpm: Implement tpm_default_chip() to find a TPM chipStefan Berger2018-07-281-0/+5
| * | | | | tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler2018-07-281-0/+2
| |/ / / /
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-1510-97/+40
|\ \ \ \ \
| * | | | | scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche2018-08-021-0/+14
| * | | | | scsi: target: add session removal functionMike Christie2018-08-021-0/+1