index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
irqdomain.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-22
Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2024-06-23
irqdomain: Fix formatting irq_find_matching_fwspec() kerneldoc comment
Anna-Maria Behnsen
1
-1
/
+2
2024-06-17
irqdomain: Remove __irq_domain_add()
Herve Codina
1
-33
/
+0
2024-06-17
irqdomain: Convert domain creation functions to irq_domain_instantiate()
Herve Codina
1
-5
/
+21
2024-06-17
irqdomain: Add support for generic irq chips creation before publishing a domain
Herve Codina
1
-1
/
+13
2024-06-17
irqdomain: Introduce init() and exit() hooks
Herve Codina
1
-0
/
+15
2024-06-17
irqdomain: Handle domain bus token in irq_domain_create()
Herve Codina
1
-6
/
+24
2024-06-17
irqdomain: Make __irq_domain_create() return an error code
Herve Codina
1
-5
/
+5
2024-06-17
irqdomain: Use irq_domain_instantiate() for hierarchy domain creation
Herve Codina
1
-12
/
+5
2024-06-17
irqdomain: Handle domain hierarchy parent in irq_domain_instantiate()
Herve Codina
1
-0
/
+7
2024-06-17
irqdomain: Handle additional domain flags in irq_domain_instantiate()
Herve Codina
1
-0
/
+2
2024-06-17
irqdomain: Convert __irq_domain_create() to use struct irq_domain_info
Herve Codina
1
-24
/
+24
2024-06-17
irqdomain: Use a dedicated function to set the domain name
Herve Codina
1
-31
/
+38
2024-06-17
irqdomain: Introduce irq_domain_instantiate()
Herve Codina
1
-7
/
+32
2024-06-17
irqdomain: Introduce irq_domain_free()
Herve Codina
1
-6
/
+10
2024-06-17
irqdomain: Fixed unbalanced fwnode get and put
Herve Codina
1
-5
/
+2
2024-06-05
irqdomain: Add missing parameter descriptions in kernel-doc comments
Herve Codina
1
-0
/
+27
2024-06-03
genirq/debugfs: Print irqdomain flags as human-readable strings
Jinjie Ruan
1
-2
/
+15
2024-04-08
irqdomain: Check virq for 0 before use in irq_dispose_mapping()
Andy Shevchenko
1
-2
/
+3
2024-02-20
genirq/irqdomain: Don't call ops->select for DOMAIN_BUS_ANY tokens
Marc Zyngier
1
-1
/
+1
2024-02-15
genirq/irqdomain: Reroute device MSI create_mapping
Thomas Gleixner
1
-6
/
+20
2024-02-15
genirq/irqdomain: Remove the param count restriction from select()
Thomas Gleixner
1
-1
/
+1
2023-06-30
irqdomain: Use return value of strreplace()
Andy Shevchenko
1
-3
/
+1
2023-06-17
irqdomain: Include internals.h for function prototypes
Arnd Bergmann
1
-0
/
+2
2023-03-05
Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2023-02-24
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-39
/
+0
2023-02-23
irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()
Juergen Gross
1
-1
/
+2
2023-02-23
Merge branch 'irq/core' into irq/urgent
Thomas Gleixner
1
-163
/
+245
2023-02-21
Merge tag 'irq-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-163
/
+245
2023-02-21
Merge tag 'v6.2' into iommufd.git for-next
Jason Gunthorpe
1
-2
/
+2
2023-02-13
irqdomain: Switch to per-domain locking
Johan Hovold
1
-20
/
+39
2023-02-13
irqdomain: Clean up irq_domain_push/pop_irq()
Johan Hovold
1
-33
/
+32
2023-02-13
irqdomain: Drop leftover brackets
Johan Hovold
1
-4
/
+2
2023-02-13
irqdomain: Drop dead domain-name assignment
Johan Hovold
1
-8
/
+0
2023-02-13
irqdomain: Drop revmap mutex
Johan Hovold
1
-7
/
+6
2023-02-13
irqdomain: Fix domain registration race
Marc Zyngier
1
-19
/
+43
2023-02-13
irqdomain: Fix mapping-creation race
Johan Hovold
1
-18
/
+46
2023-02-13
irqdomain: Refactor __irq_domain_alloc_irqs()
Johan Hovold
1
-40
/
+48
2023-02-13
irqdomain: Look for existing mapping only once
Johan Hovold
1
-27
/
+33
2023-02-13
irqdomain: Drop bogus fwspec-mapping error handling
Johan Hovold
1
-6
/
+1
2023-02-13
irqdomain: Fix disassociation race
Johan Hovold
1
-0
/
+5
2023-02-13
irqdomain: Fix association race
Johan Hovold
1
-5
/
+14
2023-02-05
Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2023-02-03
kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-01-17
genirq/msi: Free the fwnode created by msi_create_device_irq_domain()
Jason Gunthorpe
1
-1
/
+1
2023-01-11
genirq/irqdomain: Remove unused irq_domain_check_msi_remap() code
Jason Gunthorpe
1
-39
/
+0
2022-07-19
irqdomain: Use hwirq_max instead of revmap_size for NOMAP domains
Xu Qiang
1
-6
/
+6
2022-07-19
irqdomain: Report irq number for NOMAP domains
Xu Qiang
1
-0
/
+2
2022-02-15
irqdomain: Let irq_domain_set_{info,hwirq_and_chip} take a const irq_chip
Marc Zyngier
1
-4
/
+5
2021-11-06
Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+4
[next]