summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-12-09PCI/MSI: Make pci_msi_domain_check_cap() staticThomas Gleixner1-2/+0
2021-12-09PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner2-2/+1
2021-12-09PCI/MSI: Sanitize MSI-X table map handlingThomas Gleixner1-0/+1
2021-12-09PCI/MSI: Split out irqdomain codeThomas Gleixner1-11/+0
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner1-4/+3
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner1-43/+41
2021-12-09PCI/MSI: Remove msi_desc_to_pci_sysdata()Thomas Gleixner1-5/+0
2021-12-09PCI/MSI: Make pci_msi_domain_write_msg() staticThomas Gleixner1-1/+0
2021-12-09genirq/msi: Fixup includesThomas Gleixner1-1/+1
2021-12-09genirq/msi: Remove unused domain callbacksThomas Gleixner1-7/+4
2021-12-09genirq/msi: Guard sysfs codeThomas Gleixner1-0/+10
2021-12-09Merge tag 'drm-misc-next-2021-11-29' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2-6/+1
2021-12-09erofs: clean up erofs_map_blocks tracepointsGao Xiang1-2/+2
2021-12-09net: wwan: make debugfs optionalSergey Ryazanov1-0/+7
2021-12-09Merge tag 'linux-can-next-for-5.17-20211208' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-7/+0
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-3/+3
2021-12-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski5-23/+15
2021-12-09net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean1-6/+1
2021-12-09net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean1-1/+2
2021-12-09net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2-17/+24
2021-12-09net: dsa: export bridging offload helpers to driversVladimir Oltean1-0/+43
2021-12-09net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean1-0/+21
2021-12-09net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean1-5/+5
2021-12-09net: dsa: make dp->bridge_num one-basedVladimir Oltean2-6/+6
2021-12-09drm/i915/rpl-s: Add PCI IDS for Raptor Lake SAnusha Srivatsa1-0/+9
2021-12-08x86/sev: Use CC_ATTR attribute to generalize string I/O unrollKuppuswamy Sathyanarayanan1-0/+11
2021-12-08PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse2-1/+2
2021-12-08PM: runtime: Fix pm_runtime_active() kerneldoc commentRafael J. Wysocki1-1/+1
2021-12-08ASoC: rt5682s: add delay time to fix pop sound issueShuming Fan1-0/+1
2021-12-08Merge branch 'kvm-on-hv-msrbm-fix' into HEADPaolo Bonzini31-71/+190
2021-12-08dt-bindings: clock: lan966x: Extend includes with clock gatesHoratiu Vultur1-1/+7
2021-12-08clk: gate: Add devm_clk_hw_register_gate()Horatiu Vultur1-0/+23
2021-12-08dt-bindings: clock: lan966x: Add binding includes for lan966x SoC clock IDsKavyasree Kotagiri1-0/+28
2021-12-08KVM: Add helpers to wake/query blocking vCPUSean Christopherson1-0/+14
2021-12-08KVM: stats: Add stat to detect if vcpu is currently blockingJing Zhang2-1/+3
2021-12-08KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()Sean Christopherson1-0/+1
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson1-1/+1
2021-12-08KVM: Force PPC to define its own rcuwait objectSean Christopherson1-0/+2
2021-12-08KVM: x86/mmu: Propagate memslot const qualifierBen Gardon1-5/+5
2021-12-08KVM: Optimize gfn lookup in kvm_zap_gfn_range()Maciej S. Szmigiero1-0/+94
2021-12-08KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero1-72/+71
2021-12-08KVM: Use interval tree to do fast hva lookup in memslotsMaciej S. Szmigiero1-0/+3
2021-12-08KVM: Resolve memslot ID via a hash table instead of via a static arrayMaciej S. Szmigiero1-9/+16
2021-12-08KVM: Integrate gfn_to_memslot_approx() into search_memslots()Maciej S. Szmigiero1-8/+27
2021-12-08KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson1-2/+0
2021-12-08KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson1-1/+2
2021-12-08KVM: Require total number of memslot pages to fit in an unsigned longSean Christopherson1-0/+1
2021-12-08KVM: Convert kvm_for_each_vcpu() to using xa_for_each_range()Marc Zyngier1-5/+3
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier1-1/+1
2021-12-08KVM: Convert the kvm->vcpus array to a xarrayMarc Zyngier1-2/+3