index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
irqdomain.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-04
irqdomain: Rename irq_get_default_host() to irq_get_default_domain()
Jiri Slaby (SUSE)
1
-3
/
+3
2025-04-04
irqdomain: Rename irq_set_default_host() to irq_set_default_domain()
Jiri Slaby (SUSE)
1
-4
/
+4
2025-03-10
genirq: Make a few functions static
Thomas Gleixner
1
-3
/
+2
2024-10-16
genirq: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-1
/
+1
2024-08-29
irqdomain: Use IS_ERR_OR_NULL() in irq_domain_trim_hierarchy()
Hongbo Li
1
-1
/
+1
2024-08-20
irqdomain: Always associate interrupts for legacy domains
Matti Vaittinen
1
-6
/
+10
2024-08-13
irqdomain: Remove stray '-' in the domain name
Andy Shevchenko
1
-2
/
+2
2024-08-13
irqdomain: Clarify checks for bus_token
Andy Shevchenko
1
-8
/
+14
2024-08-09
irqdomain: Allow giving name suffix for domain
Matti Vaittinen
1
-7
/
+23
2024-08-09
irqdomain: Cleanup domain name allocation
Thomas Gleixner
1
-51
/
+55
2024-08-09
irqdomain: Simplify simple and legacy domain creation
Matti Vaittinen
1
-33
/
+41
2024-07-22
Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
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/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+2
2023-02-24
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd
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/git/tip/tip
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
[next]