index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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/kernel: Fix more -Wmissing-prototypes warnings
Borislav Petkov
2018-12-08
1
-0
/
+1
*
irq/matrix: Spread managed interrupts on allocation
Dou Liyang
2018-09-18
1
-5
/
+4
*
x86/apic/vector: Make error return value negative
Thomas Gleixner
2018-09-08
1
-1
/
+1
*
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2018-08-14
1
-0
/
+1
|
\
|
*
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
2018-08-05
1
-0
/
+1
*
|
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-08-13
1
-14
/
+5
|
\
\
|
|
/
|
/
|
|
*
x86/apic: Trivial coding style fixes
Yi Wang
2018-07-30
1
-1
/
+1
|
*
x86/vector: Merge allocate_vector() into assign_vector_locked()
Dou Liyang
2018-05-19
1
-13
/
+4
*
|
x86/apic/vector: Print APIC control bits in debugfs
Thomas Gleixner
2018-06-06
1
-13
/
+14
*
|
x86/apic: Provide apic_ack_irq()
Thomas Gleixner
2018-06-06
1
-2
/
+7
*
|
x86/apic/vector: Prevent hlist corruption and leaks
Thomas Gleixner
2018-06-06
1
-0
/
+9
|
/
*
x86/apic/vector: Handle vector release on CPU unplug correctly
Thomas Gleixner
2018-02-23
1
-3
/
+22
*
x86/apic/vector: Fix off by one in error path
Thomas Gleixner
2018-01-17
1
-2
/
+5
*
genirq/msi, x86/vector: Prevent reservation mode for non maskable MSI
Thomas Gleixner
2017-12-29
1
-1
/
+11
*
genirq/irqdomain: Rename early argument of irq_domain_activate_irq()
Thomas Gleixner
2017-12-29
1
-3
/
+3
*
x86/vector: Use IRQD_CAN_RESERVE flag
Thomas Gleixner
2017-12-29
1
-0
/
+2
*
x86: Fix Sparse warnings about non-static functions
Colin Ian King
2017-12-06
1
-2
/
+2
*
x86/PCI: Remove unused HyperTransport interrupt support
Bjorn Helgaas
2017-11-23
1
-3
/
+2
*
x86/vector: Use correct per cpu variable in free_moved_vector()
Thomas Gleixner
2017-10-17
1
-2
/
+2
*
x86/apic/vector: Ignore set_affinity call for inactive interrupts
Thomas Gleixner
2017-10-12
1
-0
/
+13
*
x86/vector: Respect affinity mask in irq descriptor
Thomas Gleixner
2017-09-25
1
-4
/
+17
*
x86/irq: Simplify hotplug vector accounting
Thomas Gleixner
2017-09-25
1
-1
/
+31
*
x86/vector: Switch IOAPIC to global reservation mode
Thomas Gleixner
2017-09-25
1
-23
/
+33
*
x86/vector/msi: Switch to global reservation mode
Thomas Gleixner
2017-09-25
1
-34
/
+63
*
x86/vector: Handle managed interrupts proper
Thomas Gleixner
2017-09-25
1
-18
/
+172
*
x86/vector: Untangle internal state from irq_cfg
Thomas Gleixner
2017-09-25
1
-40
/
+48
*
x86/vector: Compile SMP only code conditionally
Thomas Gleixner
2017-09-25
1
-15
/
+20
*
x86/vector: Use matrix allocator for vector assignment
Thomas Gleixner
2017-09-25
1
-172
/
+116
*
x86/vector: Add tracepoints for vector management
Thomas Gleixner
2017-09-25
1
-0
/
+2
*
x86/vector: Add vector domain debugfs support
Thomas Gleixner
2017-09-25
1
-2
/
+48
*
x86/irq/vector: Initialize matrix allocator
Thomas Gleixner
2017-09-25
1
-4
/
+52
*
x86/vector: Move helper functions around
Thomas Gleixner
2017-09-25
1
-15
/
+15
*
x86/vector: Remove pointless pointer checks
Thomas Gleixner
2017-09-25
1
-1
/
+1
*
x86/apic: Get rid of the legacy irq data storage
Thomas Gleixner
2017-09-25
1
-39
/
+13
*
x86/vector: Simplify vector move cleanup
Thomas Gleixner
2017-09-25
1
-144
/
+77
*
x86/vector: Store the single CPU targets in apic data
Thomas Gleixner
2017-09-25
1
-0
/
+5
*
x86/vector: Cleanup variable names
Thomas Gleixner
2017-09-25
1
-114
/
+114
*
x86/vector: Simplify the CPU hotplug vector update
Thomas Gleixner
2017-09-25
1
-29
/
+35
*
x86/apic: Get rid of multi CPU affinity
Thomas Gleixner
2017-09-25
1
-10
/
+3
*
x86/vector: Rename used_vectors to system_vectors
Thomas Gleixner
2017-09-25
1
-1
/
+1
*
x86/apic: Get rid of apic->target_cpus
Thomas Gleixner
2017-09-25
1
-1
/
+1
*
x86/irq: Get rid of the 'first_system_vector' indirection bogosity
Thomas Gleixner
2017-08-29
1
-1
/
+1
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-07-03
1
-14
/
+35
|
\
|
*
x86/apic: Mark single target interrupts
Thomas Gleixner
2017-06-22
1
-0
/
+7
|
*
x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()
Thomas Gleixner
2017-06-22
1
-10
/
+15
|
*
x86/apic: Move cpumask and to core code
Thomas Gleixner
2017-06-22
1
-3
/
+3
|
*
x86/apic: Move online masking to core code
Thomas Gleixner
2017-06-22
1
-1
/
+4
|
*
x86/vector: Create named irq domain
Thomas Gleixner
2017-06-22
1
-2
/
+7
|
*
x86/apic: Add name to irq chip
Thomas Gleixner
2017-06-22
1
-0
/
+1
*
|
x86/apic: Make init_legacy_irqs() __init
Dou Liyang
2017-06-22
1
-2
/
+2
|
/
[next]