index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
irqchip
/
irq-gic-v3-its.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
irqchip/gic-v3: Ignore disabled ITS nodes
Stephen Boyd
2018-02-16
1
-0
/
+2
*
genirq/irqdomain: Rename early argument of irq_domain_activate_irq()
Thomas Gleixner
2017-12-29
1
-2
/
+2
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-11-13
1
-80
/
+310
|
\
|
*
irqchip/gic-v3-its: Fix VPE activate callback return value
Marc Zyngier
2017-11-07
1
-1
/
+1
|
*
irqchip/gic-v3-its: Setup VLPI properties at map time
Marc Zyngier
2017-11-02
1
-2
/
+16
|
*
irqchip/gic-v3-its: Update effective affinity on VPE mapping
Marc Zyngier
2017-10-19
1
-0
/
+6
|
*
irqchip/gic-v3-its: Only send VINVALL to a single ITS
Marc Zyngier
2017-10-19
1
-0
/
+5
|
*
irqchip/gic-v3-its: Limit scope of VPE mapping to be per ITS
Marc Zyngier
2017-10-19
1
-0
/
+75
|
*
irqchip/gic-v3-its: Make its_send_vmapp operate on a single ITS
Marc Zyngier
2017-10-19
1
-11
/
+12
|
*
irqchip/gic-v3-its: Make its_send_vinvall operate on a single ITS
Marc Zyngier
2017-10-19
1
-10
/
+24
|
*
irqchip/gic-v3-its: Make GICv4_ITS_LIST_MAX globally available
Marc Zyngier
2017-10-19
1
-8
/
+2
|
*
irqchip/gic-v3-its: Track per-ITS list number
Marc Zyngier
2017-10-19
1
-0
/
+3
|
*
irqchip/gic-v3-its: Workaround HiSilicon Hip07 redistributor addressing
Marc Zyngier
2017-10-19
1
-2
/
+28
|
*
irqchip/gic-v3-its: Pass its_node pointer to each command builder
Marc Zyngier
2017-10-19
1
-20
/
+38
|
*
irqchip/gic-v3-its: Add post-mortem info on command timeout
Marc Zyngier
2017-10-19
1
-6
/
+10
|
*
irqchip/gic-v3: Add workaround for Synquacer pre-ITS
Ard Biesheuvel
2017-10-19
1
-2
/
+70
|
*
irqchip/gic: Make quirks matching conditional on init return value
Ard Biesheuvel
2017-10-19
1
-3
/
+9
|
*
irqchip/gic-v3: Probe device ID space before quirks handling
Ard Biesheuvel
2017-10-19
1
-12
/
+6
|
*
genirq/irqdomain: Update irq_domain_ops.activate() signature
Thomas Gleixner
2017-09-25
1
-4
/
+6
*
|
irqchip/gic-v3-its: Add missing changes to support 52bit physical address
Shanker Donthineni
2017-10-13
1
-5
/
+21
*
|
irqchip/gic-v3-its: Fix the incorrect parsing of VCPU table size
Shanker Donthineni
2017-10-13
1
-4
/
+11
*
|
irqchip/gic-v3-its: Fix the incorrect BUG_ON in its_init_vpe_domain()
Shanker Donthineni
2017-10-13
1
-1
/
+1
|
/
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-09-04
1
-116
/
+1380
|
\
|
*
Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
2017-08-31
1
-115
/
+1374
|
|
\
|
|
*
irqchip/gic-v4: Enable low-level GICv4 operations
Marc Zyngier
2017-08-31
1
-1
/
+2
|
|
*
irqchip/gic-v3-its: Set implementation defined bit to enable VLPIs
Marc Zyngier
2017-08-31
1
-2
/
+5
|
|
*
irqchip/gic-v3-its: Allow doorbell interrupts to be injected/cleared
Marc Zyngier
2017-08-31
1
-0
/
+31
|
|
*
irqchip/gic-v3-its: Move pending doorbell after VMOVP
Marc Zyngier
2017-08-31
1
-2
/
+32
|
|
*
irqchip/gic-v3-its: Add device proxy for VPE management if !DirectLpi
Marc Zyngier
2017-08-31
1
-6
/
+145
|
|
*
irqchip/gic-v3-its: Make LPI allocation optional on device creation
Marc Zyngier
2017-08-31
1
-7
/
+14
|
|
*
irqchip/gic-v3-its: Add VPE interrupt masking
Marc Zyngier
2017-08-31
1
-0
/
+33
|
|
*
irqchip/gic-v3-its: Add VPE affinity changes
Marc Zyngier
2017-08-31
1
-0
/
+96
|
|
*
irqchip/gic-v3-its: Add VPE invalidation hook
Marc Zyngier
2017-08-31
1
-0
/
+4
|
|
*
irqchip/gic-v3-its: Add VPE scheduling
Marc Zyngier
2017-08-31
1
-0
/
+85
|
|
*
irqchip/gic-v3-its: Add VPE irq domain [de]activation
Marc Zyngier
2017-08-31
1
-0
/
+102
|
|
*
irqchip/gic-v3-its: Add VPE irq domain allocation/teardown
Marc Zyngier
2017-08-31
1
-0
/
+169
|
|
*
irqchip/gic-v3-its: Add VPE domain infrastructure
Marc Zyngier
2017-08-31
1
-1
/
+30
|
|
*
irqchip/gic-v3-its: Add VLPI configuration handling
Marc Zyngier
2017-08-31
1
-5
/
+70
|
|
*
irqchip/gic-v3-its: Add VLPI map/unmap operations
Marc Zyngier
2017-08-31
1
-3
/
+247
|
|
*
irqchip/gic-v3-its: Add VLPI configuration hook
Marc Zyngier
2017-08-31
1
-0
/
+24
|
|
*
irqchip/gic-v3-its: Add GICv4 ITS command definitions
Marc Zyngier
2017-08-31
1
-1
/
+1
|
|
*
irqchip/gic-v3-its: Generalize LPI configuration
Marc Zyngier
2017-08-23
1
-10
/
+11
|
|
*
irqchip/gic-v3-its: Generalize device table allocation
Marc Zyngier
2017-08-23
1
-10
/
+16
|
|
*
irqchip/gic-v3-its: Rework LPI freeing
Marc Zyngier
2017-08-23
1
-6
/
+7
|
|
*
irqchip/gic-v3-its: Split out pending table allocation
Marc Zyngier
2017-08-23
1
-9
/
+20
|
|
*
irqchip/gic-v3-its: Allow use of indirect VCPU tables
Marc Zyngier
2017-08-23
1
-8
/
+17
|
|
*
irqchip/gic-v3-its: Split out property table allocation
Marc Zyngier
2017-08-23
1
-10
/
+21
|
|
*
irqchip/gic-v3-its: Implement irq_set_irqchip_state for pending state
Marc Zyngier
2017-08-23
1
-0
/
+78
|
|
*
irqchip/gic-v3-its: Macro-ize its_send_single_command
Marc Zyngier
2017-08-23
1
-37
/
+47
|
|
*
irqchip/gic-v3-its: Add probing for VLPI properties
Marc Zyngier
2017-08-23
1
-4
/
+67
[next]