Linus Torvalds
|
7cb328c30a
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
8 years ago |
Thomas Gleixner
|
9114014cf4
genirq: Add mutex to irq desc to serialize request/free_irq()
|
8 years ago |
Linus Torvalds
|
650fc870a2
Merge tag 'docs-4.13' of git://git.lwn.net/linux
|
8 years ago |
Jeffy Chen
|
d829b8fb24
genirq: Set irq masked state when initializing irq_desc
|
8 years ago |
Thomas Gleixner
|
0d3f54257d
genirq: Introduce effective affinity mask
|
8 years ago |
Thomas Gleixner
|
4ab764c336
genirq: Remove pointless gfp argument
|
8 years ago |
Thomas Gleixner
|
087cdfb662
genirq/debugfs: Add proper debugfs interface
|
8 years ago |
Vincent Legoll
|
5a29ef2209
genirq: Make early_irq_init() print out more informative
|
8 years ago |
Mauro Carvalho Chehab
|
c0c6e08505
irq: update genericirq book location
|
8 years ago |
Thomas Gleixner
|
0a30d69195
Merge branch 'irq/for-block' into irq/core
|
9 years ago |
Thomas Gleixner
|
e75eafb9b0
genirq/msi: Switch to new irq spreading infrastructure
|
9 years ago |
Craig Gallek
|
ecb3f394c5
genirq: Expose interrupt information through sysfs
|
9 years ago |
Thomas Gleixner
|
45ddcecbfa
genirq: Use affinity hint in irqdesc allocation
|
9 years ago |
Thomas Gleixner
|
06ee6d571f
genirq: Add affinity hint to irq allocation
|
9 years ago |
Marc Zyngier
|
222df54fd8
genirq: Allow the affinity of a percpu interrupt to be set/retrieved
|
9 years ago |
Thomas Gleixner
|
fbf198030e
genirq: Add default affinity mask command line option
|
9 years ago |
Thomas Gleixner
|
425a5072dc
genirq: Free irq_desc with rcu
|
9 years ago |
Thomas Gleixner
|
bd0b9ac405
genirq: Remove irq argument from irq flow handlers
|
10 years ago |
Jiang Liu
|
b237721c5d
genirq: Move field 'msi_desc' from irq_data into irq_common_data
|
10 years ago |
Jiang Liu
|
9df872faa7
genirq: Move field 'affinity' from irq_data into irq_common_data
|
10 years ago |
Jiang Liu
|
af7080e040
genirq: Move field 'handler_data' from irq_data into irq_common_data
|
10 years ago |
Jiang Liu
|
449e9cae58
genirq: Move field 'node' from irq_data into irq_common_data
|
10 years ago |
Jiang Liu
|
b51bf95c58
genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()
|
10 years ago |
Thomas Gleixner
|
f05218651b
Merge branch 'irq/for-x86' into irq/core
|
10 years ago |
Jiang Liu
|
6783011b48
genirq: Introduce helper function irq_data_get_node()
|
10 years ago |
Jiang Liu
|
0d0b4c866b
genirq: Introduce struct irq_common_data to host shared irq data
|
10 years ago |
Nicholas Mc Guire
|
7df0b27838
genirq: Fix type inconsistency
|
10 years ago |
Nicholas Mc Guire
|
5e9662fa51
genirq: Fix unnecessary automatic type conversion
|
10 years ago |
Thomas Gleixner
|
c291ee6221
genirq: Prevent proc race against freeing of irq descriptors
|
10 years ago |
Marc Zyngier
|
76ba59f836
genirq: Add irq_domain-aware core IRQ handler
|
11 years ago |