index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
apic
/
vector.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Use entering[_ack]_irq() instead of open coding it
Thomas Gleixner
2015-05-15
1
-4
/
+2
*
x86, irq: Allocate CPU vectors from device local CPUs if possible
Jiang Liu
2015-05-13
1
-9
/
+14
*
Merge branch 'x86/asm' into x86/apic, to resolve a conflict
Ingo Molnar
2015-05-11
1
-7
/
+4
|
\
|
*
x86/asm/entry/irq: Clean up IRQn_VECTOR macros
Brian Gerst
2015-05-10
1
-1
/
+1
*
|
x86: Constify irqdomain ops
Thomas Gleixner
2015-05-05
1
-3
/
+3
*
|
x86/irq: Avoid memory allocation in __assign_irq_vector()
Jiang Liu
2015-04-24
1
-16
/
+17
*
|
x86/irq: Move irqdomain specific code into asm/irqdomain.h
Jiang Liu
2015-04-24
1
-1
/
+1
*
|
x86/irq: Move private data in struct irq_cfg into dedicated data structure
Jiang Liu
2015-04-24
1
-102
/
+119
*
|
x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()
Jiang Liu
2015-04-24
1
-2
/
+8
*
|
x86/irq: Remove function apic_set_affinity()
Jiang Liu
2015-04-24
1
-37
/
+3
*
|
x86/irq: Make functions only used in vector.c static
Jiang Liu
2015-04-24
1
-3
/
+4
*
|
x86/irq: Remove unused alloc_irq_and_cfg_at()
Jiang Liu
2015-04-24
1
-21
/
+0
*
|
x86/irq: Move irq_cfg.irq_2_pin into io_apic.c
Jiang Liu
2015-04-24
1
-3
/
+0
*
|
irq_remapping: Clean up unsued code to support IOAPIC
Jiang Liu
2015-04-24
1
-1
/
+0
*
|
x86/irq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
Jiang Liu
2015-04-24
1
-34
/
+0
*
|
x86/irq: Refine the way to allocate irq_cfg for legacy IRQs
Jiang Liu
2015-04-24
1
-1
/
+41
*
|
x86/htirq: Use hierarchical irqdomain to manage Hypertransport interrupts
Jiang Liu
2015-04-24
1
-0
/
+1
*
|
x86/MSI: Use hierarchical irqdomains to manage MSI interrupts
Jiang Liu
2015-04-24
1
-0
/
+2
*
|
x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectors
Jiang Liu
2015-04-24
1
-13
/
+142
*
|
x86/irq: Save destination CPU ID in irq_cfg
Jiang Liu
2015-04-24
1
-0
/
+6
|
/
*
x86, irq: Use helpers to access irq_cfg data structure associated with IRQ
Jiang Liu
2014-12-16
1
-3
/
+3
*
x86, irq: Move IRQ initialization routines from io_apic.c into vector.c
Jiang Liu
2014-12-16
1
-0
/
+28
*
x86, irq: Replace printk(KERN_LVL) with pr_lvl() utilities
Jiang Liu
2014-12-16
1
-35
/
+34
*
x86, irq: Make UP version of irq_complete_move() an inline stub
Thomas Gleixner
2014-12-16
1
-2
/
+0
*
x86, irq: Move local APIC related code from io_apic.c into vector.c
Jiang Liu
2014-12-16
1
-0
/
+694