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.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
/
include
/
linux
/
irq.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'irq/urgent' into irq/core
Thomas Gleixner
2016-09-20
1
-0
/
+10
|
\
|
*
genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpers
Boris Brezillon
2016-09-13
1
-0
/
+10
*
|
genirq/generic_chip: Verify irqs_per_chip <= 32
Sebastian Frias
2016-09-02
1
-5
/
+13
|
/
*
Merge branch 'irq/for-block' into irq/core
Thomas Gleixner
2016-07-04
1
-2
/
+9
|
\
|
*
genirq: Add affinity hint to irq allocation
Thomas Gleixner
2016-07-04
1
-2
/
+2
|
*
genirq: Introduce IRQD_AFFINITY_MANAGED flag
Thomas Gleixner
2016-07-04
1
-0
/
+7
*
|
genirq: Add untracked irq handler
Keith Busch
2016-06-18
1
-0
/
+1
*
|
genirq: Add runtime power management support for IRQ chips
Jon Hunter
2016-06-13
1
-0
/
+4
|
/
*
genirq: Allow the affinity of a percpu interrupt to be set/retrieved
Marc Zyngier
2016-05-02
1
-0
/
+4
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-15
1
-1
/
+20
|
\
|
*
genirq: Implement ipi_send_mask/single()
Qais Yousef
2016-02-25
1
-0
/
+4
|
*
genirq: Add send_ipi callbacks to irq_chip
Qais Yousef
2016-02-25
1
-0
/
+5
|
*
genirq: Add a new function to get IPI reverse mapping
Qais Yousef
2016-02-25
1
-0
/
+1
|
*
genirq: Add a new generic IPI reservation code to irq core
Qais Yousef
2016-02-25
1
-0
/
+3
|
*
genirq: Add ipi_offset to irq_common_data
Qais Yousef
2016-02-25
1
-0
/
+4
|
*
genirq: Add an extra comment about the use of affinity in irq_common_data
Qais Yousef
2016-02-25
1
-1
/
+3
*
|
irq: Privatize irq_common_data::state_use_accessors
Boqun Feng
2016-02-23
1
-2
/
+4
|
/
*
genirq: Add flag to force mask in disable_irq[_nosync]()
Thomas Gleixner
2015-10-11
1
-1
/
+3
*
genirq: Remove unused functions irqd_[set|clr]_chained_irq_inprogress()
Mika Westerberg
2015-10-01
1
-15
/
+0
*
genirq: Fix typo in documentation of enumeration field name
Mika Westerberg
2015-10-01
1
-1
/
+1
*
genirq: Introduce generic irq migration for cpu hotunplug
Yang Yingliang
2015-10-01
1
-0
/
+2
*
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
1
-8
/
+8
*
genirq: Move field 'msi_desc' from irq_data into irq_common_data
Jiang Liu
2015-09-16
1
-4
/
+4
*
genirq: Move field 'affinity' from irq_data into irq_common_data
Jiang Liu
2015-09-16
1
-6
/
+6
*
genirq: Move field 'handler_data' from irq_data into irq_common_data
Jiang Liu
2015-09-16
1
-4
/
+4
*
genirq: Move field 'node' from irq_data into irq_common_data
Jiang Liu
2015-09-16
1
-3
/
+14
*
genirq: Provide IRQD_FORWARDED_TO_VCPU status flag
Thomas Gleixner
2015-09-16
1
-0
/
+16
*
genirq: Remove stale comment
Thomas Gleixner
2015-09-15
1
-4
/
+0
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-09-01
1
-5
/
+14
|
\
|
*
genirq: Add chip_[suspend|resume] PM support to irq_chip
Brian Norris
2015-07-27
1
-2
/
+12
|
*
genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()
Jiang Liu
2015-07-16
1
-1
/
+1
|
*
genirq: Remove the irq argument from note_interrupt()
Jiang Liu
2015-07-11
1
-2
/
+1
*
|
genirq: Introduce irq_chip_set_type_parent() helper
Grygorii Strashko
2015-08-20
1
-0
/
+1
|
/
*
genirq: Clean up outdated comments related to include/linux/irqdesc.h
Jiang Liu
2015-06-25
1
-1
/
+0
*
Merge branch 'irq/for-x86' into irq/core
Thomas Gleixner
2015-06-20
1
-22
/
+49
|
\
|
*
genirq: Introduce helper function irq_data_get_affinity_mask()
Jiang Liu
2015-06-12
1
-0
/
+12
|
*
genirq: Introduce helper function irq_data_get_node()
Jiang Liu
2015-06-12
1
-0
/
+5
|
*
genirq: Introduce struct irq_common_data to host shared irq data
Jiang Liu
2015-06-12
1
-22
/
+32
*
|
irq: Add irq_set_chained_handler_and_data()
Russell King
2015-06-18
1
-0
/
+9
*
|
Merge branch 'irq/for-x86' into irq/core
Thomas Gleixner
2015-05-19
1
-0
/
+6
|
\
|
|
*
genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU
Jiang Liu
2015-05-19
1
-0
/
+6
*
|
genirq: Add irq_chip_(enable/disable)_parent
Stefan Agner
2015-05-18
1
-0
/
+2
|
/
*
Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux...
Thomas Gleixner
2015-04-11
1
-0
/
+1
|
\
|
*
genirq: Add irqchip_set_wake_parent
Marc Zyngier
2015-03-15
1
-0
/
+1
*
|
genirq: Allow the irqchip state of an IRQ to be save/restored
Marc Zyngier
2015-04-08
1
-0
/
+6
|
/
*
Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-12-10
1
-5
/
+28
|
\
|
*
genirq: Move irq_chip_write_msi_msg() helper to core
Thomas Gleixner
2014-12-07
1
-6
/
+0
|
*
genirq: Introduce callback irq_chip.irq_write_msi_msg
Jiang Liu
2014-11-23
1
-0
/
+8
|
*
genirq: Split out flow handler typedefs into seperate header file
Thomas Gleixner
2014-11-23
1
-5
/
+1
|
*
genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchip
Jiang Liu
2014-11-23
1
-0
/
+4
[next]