index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
msi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-09
PCI/MSI: Move code into a separate directory
Thomas Gleixner
1
-1532
/
+0
2021-12-09
PCI/MSI: Make msix_update_entries() smarter
Thomas Gleixner
1
-2
/
+2
2021-12-09
PCI/MSI: Cleanup include zoo
Thomas Gleixner
1
-12
/
+4
2021-12-09
PCI/MSI: Make arch_restore_msi_irqs() less horrible.
Thomas Gleixner
1
-35
/
+19
2021-12-09
genirq/msi, treewide: Use a named struct for PCI/MSI attributes
Thomas Gleixner
1
-58
/
+58
2021-12-09
PCI/MSI: Remove msi_desc_to_pci_sysdata()
Thomas Gleixner
1
-8
/
+0
2021-12-09
PCI/MSI: Make pci_msi_domain_write_msg() static
Thomas Gleixner
1
-1
/
+1
2021-12-09
PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity()
Thomas Gleixner
1
-8
/
+18
2021-11-11
PCI/MSI: Destroy sysfs before freeing entries
Thomas Gleixner
1
-5
/
+5
2021-11-11
PCI/MSI: Deal with devices lying about their MSI mask capability
Marc Zyngier
1
-0
/
+3
2021-11-11
PCI/MSI: Move non-mask check back into low level accessors
Thomas Gleixner
1
-12
/
+14
2021-11-07
Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2021-10-27
PCI: Prefer 'unsigned int' over bare 'unsigned'
Krzysztof Wilczyński
1
-1
/
+2
2021-10-13
PCI/MSI: Handle msi_populate_sysfs() errors correctly
Wang Hai
1
-6
/
+12
2021-08-31
Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-205
/
+99
2021-08-27
PCI/MSI: Skip masking MSI-X on Xen PV
Marek Marczykowski-Górecki
1
-0
/
+3
2021-08-24
genirq/msi: Move MSI sysfs handling from PCI to MSI core
Barry Song
1
-115
/
+10
2021-08-10
PCI/MSI: Use new mask/unmask functions
Thomas Gleixner
1
-81
/
+21
2021-08-10
PCI/MSI: Provide a new set of mask and unmask functions
Thomas Gleixner
1
-0
/
+72
2021-08-10
PCI/MSI: Cleanup msi_mask()
Thomas Gleixner
1
-14
/
+11
2021-08-10
PCI/MSI: Deobfuscate virtual MSI-X
Thomas Gleixner
1
-17
/
+8
2021-08-10
PCI/MSI: Consolidate error handling in msi_capability_init()
Thomas Gleixner
1
-15
/
+11
2021-08-10
PCI/MSI: Rename msi_desc::masked
Thomas Gleixner
1
-15
/
+15
2021-08-10
PCI/MSI: Simplify msi_verify_entries()
Thomas Gleixner
1
-1
/
+4
2021-08-10
s390/pci: Do not mask MSI[-X] entries on teardown
Thomas Gleixner
1
-2
/
+2
2021-08-10
PCI/MSI: Protect msi_desc::masked for multi-MSI
Thomas Gleixner
1
-9
/
+10
2021-08-10
PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()
Thomas Gleixner
1
-1
/
+1
2021-08-10
PCI/MSI: Correct misleading comments
Thomas Gleixner
1
-4
/
+1
2021-08-10
PCI/MSI: Do not set invalid bits in MSI mask
Thomas Gleixner
1
-4
/
+4
2021-08-10
PCI/MSI: Enforce MSI[X] entry updates to be visible
Thomas Gleixner
1
-0
/
+5
2021-08-10
PCI/MSI: Enforce that MSI-X table entry is masked for update
Thomas Gleixner
1
-0
/
+15
2021-08-10
PCI/MSI: Mask all unused MSI-X entries
Thomas Gleixner
1
-18
/
+27
2021-08-10
PCI/MSI: Enable and mask MSI-X early
Thomas Gleixner
1
-13
/
+15
2021-06-04
PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functions
Krzysztof Wilczyński
1
-4
/
+4
2021-04-20
PCI/MSI: Document the various ways of ending up with NO_MSI
Marc Zyngier
1
-2
/
+9
2021-04-20
PCI/MSI: Kill default_teardown_msi_irqs()
Marc Zyngier
1
-10
/
+1
2021-04-20
PCI/MSI: Drop use of msi_controller from core code
Marc Zyngier
1
-22
/
+1
2020-12-04
PCI/MSI: Set device flag indicating only 32-bit MSI support
Vidya Sagar
1
-5
/
+8
2020-12-04
PCI/MSI: Move MSI/MSI-X flags updaters to msi.c
Bjorn Helgaas
1
-0
/
+21
2020-12-04
PCI/MSI: Move MSI/MSI-X init to msi.c
Bjorn Helgaas
1
-0
/
+36
2020-09-16
PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable
Thomas Gleixner
1
-1
/
+2
2020-09-16
PCI/MSI: Provide pci_dev_has_special_msi_domain() helper
Thomas Gleixner
1
-0
/
+22
2020-09-16
x86/msi: Use generic MSI domain ops
Thomas Gleixner
1
-5
/
+1
2020-09-16
PCI/MSI: Rework pci_msi_domain_calc_hwirq()
Thomas Gleixner
1
-5
/
+4
2020-08-08
Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-13
/
+9
2020-07-28
of/irq: Make of_msi_map_rid() PCI bus agnostic
Lorenzo Pieralisi
1
-1
/
+1
2020-07-28
of/irq: make of_msi_map_get_device_domain() bus agnostic
Diana Craciun
1
-1
/
+1
2020-07-28
ACPI/IORT: Make iort_msi_map_rid() PCI agnostic
Lorenzo Pieralisi
1
-1
/
+1
2020-07-28
ACPI/IORT: Make iort_get_device_domain IRQ domain agnostic
Lorenzo Pieralisi
1
-1
/
+2
2020-07-01
PCI/MSI: Forward MSI-X error code in pci_alloc_irq_vectors_affinity()
Piotr Stankiewicz
1
-13
/
+9
[next]