index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/xe/gsc: add Battlemage support
Alexander Usyskin
2024-07-17
1
-0
/
+2
*
drm/xe/irq: remove xe_irq_shutdown
Ilia Levi
2024-06-26
1
-5
/
+0
*
drm/xe/vf: Don't change hwe IRQ masks if using memory IRQs
Michal Wajdeczko
2024-06-20
1
-0
/
+3
*
drm/xe/irq: move irq_uninstall over to devm
Matthew Auld
2024-05-22
1
-3
/
+3
*
drm/xe/gt: Remove continue statement which has no effect
Tejas Upadhyay
2024-03-20
1
-1
/
+0
*
drm/xe/gsc: Handle GSCCS ER interrupt
Daniele Ceraolo Spurio
2024-03-14
1
-1
/
+1
*
drm/xe: use drm based debugging instead of dev
Jani Nikula
2024-02-12
1
-1
/
+1
*
drm/xe/irq: allocate all possible msix interrupts
Dani Liberman
2024-02-08
1
-2
/
+15
*
drm/xe: drop display/ subdir from include directories
Jani Nikula
2024-01-31
1
-1
/
+1
*
drm/xe/gsc: add support for GSC proxy interrupt
Daniele Ceraolo Spurio
2024-01-18
1
-11
/
+33
*
drm/xe/vf: Add VF specific interrupt handler
Michal Wajdeczko
2023-12-21
1
-0
/
+71
*
drm/xe/irq: Don't call pci_free_irq_vectors
MichaĆ Winiarski
2023-12-21
1
-4
/
+1
*
drm/xe/pmu: Drop interrupt pmu event
Aravind Iddamsetty
2023-12-21
1
-18
/
+0
*
drm/xe/display: Implement display support
Maarten Lankhorst
2023-12-21
1
-1
/
+12
*
drm/xe: clear the serviced bits on INTR_IDENTITY_REG
Jonathan Cavitt
2023-12-21
1
-1
/
+1
*
drm/xe/gsc: add gsc device support
Vitaly Lubart
2023-12-21
1
-6
/
+16
*
drm/xe/irq: Clear GFX_MSTR_IRQ as part of IRQ reset
Gustavo Sousa
2023-12-21
1
-0
/
+17
*
drm/xe: add msix support
Dani Liberman
2023-12-21
1
-3
/
+3
*
drm/xe: change old msi irq api to a new one
Dani Liberman
2023-12-21
1
-9
/
+29
*
drm/xe: proper setting of irq enabled flag
Dani Liberman
2023-12-21
1
-5
/
+3
*
drm/xe: Simplify final return from xe_irq_install()
Gustavo Sousa
2023-12-21
1
-5
/
+1
*
drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()
Daniele Ceraolo Spurio
2023-12-21
1
-1
/
+1
*
drm/xe/pmu: Enable PMU interface
Aravind Iddamsetty
2023-12-21
1
-0
/
+18
*
drm/xe: add GSCCS irq support
Daniele Ceraolo Spurio
2023-12-21
1
-7
/
+18
*
drm/xe: Fix an invalid locking wait context bug
Rodrigo Vivi
2023-12-21
1
-6
/
+26
*
drm/xe: Cleanup style warnings
Francois Dugast
2023-12-21
1
-6
/
+5
*
drm/xe: Replace xe_gt_irq_postinstall with xe_irq_enable_hwe
Matt Roper
2023-12-19
1
-45
/
+44
*
drm/xe/irq: Untangle postinstall functions
Matt Roper
2023-12-19
1
-28
/
+9
*
drm/xe/irq: Move ASLE backlight interrupt logic
Matt Roper
2023-12-19
1
-6
/
+10
*
drm/xe: Interrupts are delivered per-tile, not per-GT
Matt Roper
2023-12-19
1
-146
/
+181
*
drm/xe: Clarify 'gt' retrieval for primary tile
Matt Roper
2023-12-19
1
-3
/
+3
*
drm/xe: Move VRAM from GT to tile
Matt Roper
2023-12-19
1
-1
/
+1
*
drm/xe: Rename reg field to addr
Lucas De Marchi
2023-12-19
1
-1
/
+1
*
drm/xe/mmio: Use struct xe_reg
Lucas De Marchi
2023-12-19
1
-69
/
+69
*
drm/xe: Use XE_REG/XE_REG_MCR
Lucas De Marchi
2023-12-19
1
-3
/
+3
*
drm/xe: Introduce xe_reg/xe_reg_mcr
Lucas De Marchi
2023-12-19
1
-1
/
+1
*
drm/xe/irq: Don't clobber display interrupts on multi-tile platforms
Matt Roper
2023-12-19
1
-2
/
+10
*
drm/xe/irq: Drop commented-out code for non-existent media engines
Matt Roper
2023-12-19
1
-12
/
+0
*
drm/xe/irq: Drop remaining "gen11_" prefix from IRQ functions
Matt Roper
2023-12-19
1
-24
/
+22
*
drm/xe/irq: Rename and clarify top-level interrupt handling routines
Matt Roper
2023-12-19
1
-22
/
+24
*
drm/xe/irq: Drop unnecessary GEN11_ and GEN12_ register prefixes
Matt Roper
2023-12-19
1
-55
/
+54
*
drm/xe/irq: Drop IRQ_INIT and IRQ_RESET macros
Matt Roper
2023-12-19
1
-31
/
+32
*
drm/xe/irq: Add helpers to find ISR/IIR/IMR/IER registers
Matt Roper
2023-12-19
1
-12
/
+20
*
drm/xe/irq: Drop gen3_ prefixes
Matt Roper
2023-12-19
1
-22
/
+20
*
drm/xe/irq: the irq handler local variable need not be static
Jani Nikula
2023-12-19
1
-1
/
+1
*
drm/xe: Remove dependency on i915_reg.h
Lucas De Marchi
2023-12-19
1
-2
/
+1
*
drm/xe: Remove dependency on intel_gt_regs.h
Lucas De Marchi
2023-12-19
1
-1
/
+1
*
drm/xe: Sort includes
Lucas De Marchi
2023-12-19
1
-2
/
+4
*
drm/xe: Make local functions static
Lucas De Marchi
2023-12-19
1
-1
/
+1
*
drm/xe/gt: Enable interrupt while initializing root gt
Balasubramani Vivekanandan
2023-12-19
1
-1
/
+1
[next]