summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* HID: fix HID device resource race between HID core and debugging supportCharles Yi2023-11-211-0/+3
* Merge tag 'for-linus-2023110101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-11-031-2/+2
|\
| * HID: core: remove #ifdef CONFIG_PM from hid_driverThomas Weißschuh2023-10-251-2/+2
* | Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-034-8/+49
|\ \
| * \ Merge branch 'pci/misc'Bjorn Helgaas2023-10-282-3/+1
| |\ \
| | * | logic_pio: Remove logic_outb(), _outw(), outl() duplicate declarationsJohn Sanpe2023-10-051-3/+0
| | * | PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD deviceVicki Pfau2023-10-051-0/+1
| * | | Merge branch 'pci/field-get'Bjorn Helgaas2023-10-281-5/+16
| |\ \ \
| | * | | PCI/PME: Use FIELD_GET()Bjorn Helgaas2023-10-241-0/+1
| | * | | PCI/ATS: Use FIELD_GET()Bjorn Helgaas2023-10-241-0/+1
| | * | | PCI/ATS: Show PASID Capability register width in bitmasksBjorn Helgaas2023-10-241-5/+5
| | * | | PCI/DPC: Use defines with DPC reason fieldsIlpo Järvinen2023-10-241-0/+6
| | * | | PCI/DPC: Use FIELD_GET()Bjorn Helgaas2023-10-241-0/+1
| | * | | PCI: dwc: Use FIELD_GET/PREP()Ilpo Järvinen2023-10-241-0/+2
| | |/ /
| * | | Merge branch 'pci/vga'Bjorn Helgaas2023-10-281-0/+24
| |\ \ \
| | * | | PCI: Add pci_is_vga() helperSui Jingfeng2023-10-071-0/+24
| | |/ /
| * | | Merge branch 'pci/enumeration'Bjorn Helgaas2023-10-282-0/+6
| |\ \ \
| | * | | PCI: Add PCI_HEADER_TYPE_MFD definitionIlpo Järvinen2023-10-031-0/+1
| | * | | PCI: Add pci_get_base_class() helperSui Jingfeng2023-09-281-0/+5
| | |/ /
| * / / PCI: Add PCI_L1SS_CTL2 fieldsIlpo Järvinen2023-10-101-0/+2
| |/ /
* | | Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-021-2/+16
|\ \ \
| * | | highmem: Add folio_release_kmap()Matthew Wilcox (Oracle)2023-10-251-2/+16
* | | | Merge tag 'modules-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-022-2/+6
|\ \ \ \
| * | | | module: Make is_mapping_symbol() return boolTiezhu Yang2023-11-011-1/+1
| * | | | module: Clarify documentation of module_param_call()Kees Cook2023-11-011-1/+5
* | | | | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-021-0/+6
|\ \ \ \ \
| * | | | | proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen2023-11-011-0/+6
* | | | | | Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds2023-11-021-1/+1
|\ \ \ \ \ \
| * | | | | | docs: move powerpc under archCosta Shulyupin2023-10-101-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'linux_kselftest-kunit-6.7-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-11-021-8/+6
|\ \ \ \ \ \
| * | | | | | kunit: Use string_stream for test logRichard Fitzgerald2023-09-181-8/+6
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-024-5/+351
|\ \ \ \ \ \
| * | | | | | iommu/vt-d: Disallow read-only mappings to nest parent domainLu Baolu2023-10-261-1/+11
| * | | | | | iommufd: Add data structure for Intel VT-d stage-1 domain allocationYi Liu2023-10-261-0/+30
| * | | | | | iommu: Add iommu_copy_struct_from_user helperNicolin Chen2023-10-261-0/+40
| * | | | | | iommufd: Add a nested HW pagetable objectNicolin Chen2023-10-261-2/+29
| * | | | | | iommu: Pass in parent domain with user_data to domain_alloc_user opYi Liu2023-10-261-3/+24
| * | | | | | iommu: Add IOMMU_DOMAIN_NESTEDLu Baolu2023-10-261-0/+4
| * | | | | | iommufd: Add a flag to skip clearing of IOPTE dirtyJoao Martins2023-10-241-1/+14
| * | | | | | iommufd: Add capabilities to IOMMU_GET_HW_INFOJoao Martins2023-10-241-0/+17
| * | | | | | iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAPJoao Martins2023-10-241-0/+35
| * | | | | | iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKINGJoao Martins2023-10-241-0/+28
| * | | | | | iommufd: Add a flag to enforce dirty tracking on attachJoao Martins2023-10-241-0/+3
| * | | | | | iommu: Add iommu_domain ops for dirty trackingJoao Martins2023-10-242-0/+74
| * | | | | | vfio: Move iova_bitmap into iommufdJoao Martins2023-10-241-0/+26
| * | | | | | iommufd: Correct IOMMU_HWPT_ALLOC_NEST_PARENT descriptionNicolin Chen2023-10-211-3/+2
| * | | | | | iommufd: Support allocating nested parent domainYi Liu2023-10-101-1/+11
| * | | | | | iommu: Add new iommu op to create domains owned by userspaceYi Liu2023-10-101-1/+10
| |/ / / / /
* | | | | | Merge tag 'net-next-6.7-followup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-024-10/+16
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-10-304-10/+16
| |\ \ \ \ \ \