summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-12-18net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey1-1/+1
2021-12-18PCI: Convert pci_dev_present() stub to static inlineHans de Goede1-1/+4
2021-12-17virtchnl: Add support for new VLAN capabilitiesBrett Creeley1-0/+377
2021-12-17device property: Drop fwnode_graph_get_remote_node()Sakari Ailus1-3/+0
2021-12-17device property: Implement fwnode_graph_get_endpoint_count()Sakari Ailus1-0/+2
2021-12-17device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLEDSakari Ailus1-1/+2
2021-12-17bus: mhi: core: Add an API for auto queueing buffers for DL channelManivannan Sadhasivam1-5/+16
2021-12-17Merge tag 'dmaengine_topic_slave_id_removal_5.17' into nextVinod Koul3-4/+23
2021-12-17PM: runtime: Add safety net to supplier device releaseRafael J. Wysocki1-0/+3
2021-12-17PM: runtime: Capture device status before disabling runtime PMRafael J. Wysocki1-0/+2
2021-12-17powercap: intel_rapl: support new layout of Psys PowerLimit Register on SPRZhang Rui1-0/+6
2021-12-17PM: core: Add new *_PM_OPS macros, deprecate old onesPaul Cercueil1-24/+50
2021-12-17PM: core: Redefine pm_ptr() macroPaul Cercueil1-5/+1
2021-12-17Merge tag 'fixes-for-v5.16' of https://git.linaro.org/people/jens.wiklander/l...Arnd Bergmann1-2/+2
2021-12-17Merge tag 'intel-gpio-v5.17-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski1-2/+0
2021-12-17gpiolib: allow to specify the firmware node in struct gpio_chipBartosz Golaszewski1-0/+2
2021-12-17gpiolib: provide gpiod_remove_hogs()Bartosz Golaszewski1-0/+2
2021-12-17Merge tag 'dmaengine_topic_slave_id_removal_5.17' of git://git.kernel.org/pub...Mark Brown3-4/+23
2021-12-17net: fix typo in a commentXiang wangx1-1/+1
2021-12-17iommu/vt-d: Remove unused macrosLu Baolu1-6/+0
2021-12-17crypto: ccp - Add SEV_INIT_EX supportDavid Rientjes1-0/+21
2021-12-17dmaengine: remove slave_id config fieldArnd Bergmann1-4/+0
2021-12-17dmaengine: xilinx_dpdma: stop using slave_id fieldArnd Bergmann1-0/+11
2021-12-17dmaengine: qcom-adm: stop abusing slave_id configArnd Bergmann1-0/+12
2021-12-17bpf: Right align verifier states in verifier logs.Christy Lee1-0/+3
2021-12-17bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee1-0/+7
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-3/+54
2021-12-17bpf: Remove the cgroup -> bpf header dependecyJakub Kicinski3-57/+72
2021-12-17add includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-12-17of/fdt: Rework early_init_dt_scan_memory() to call directlyRob Herring1-2/+1
2021-12-17of/fdt: Rework early_init_dt_scan_root() to call directlyRob Herring1-2/+1
2021-12-17of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring1-2/+1
2021-12-17genirq/msi: Convert storage to xarrayThomas Gleixner1-7/+6
2021-12-17genirq/msi: Simplify sysfs handlingThomas Gleixner1-11/+12
2021-12-17genirq/msi: Add abuse prevention comment to msi headerThomas Gleixner1-0/+14
2021-12-17genirq/msi: Mop up old interfacesThomas Gleixner1-15/+0
2021-12-17genirq/msi: Make interrupt allocation less convolutedThomas Gleixner1-6/+0
2021-12-17soc: ti: ti_sci_inta_msi: Remove ti_sci_inta_msi_domain_free_irqs()Thomas Gleixner1-1/+0
2021-12-17genirq/msi: Provide domain flags to allocate/free MSI descriptors automaticallyThomas Gleixner1-0/+17
2021-12-17genirq/msi: Provide msi_alloc_msi_desc() and a simple allocatorThomas Gleixner1-0/+2
2021-12-17genirq/msi: Provide a set of advanced MSI accessors and iteratorsThomas Gleixner1-0/+33
2021-12-17genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()Thomas Gleixner1-0/+3
2021-12-17genirq/msi: Add mutex for MSI list protectionThomas Gleixner1-0/+5
2021-12-17genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner2-5/+3
2021-12-17soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()Thomas Gleixner1-1/+0
2021-12-17bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner1-2/+2
2021-12-17genirq/msi: Provide interface to retrieve Linux interrupt numberThomas Gleixner1-0/+2
2021-12-17PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUSThomas Gleixner1-0/+2
2021-12-17PCI/MSI: Use msi_desc::msi_indexThomas Gleixner1-2/+0
2021-12-17soc: ti: ti_sci_inta_msi: Use msi_desc::msi_indexThomas Gleixner1-14/+2