index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
apic
/
vector.c
Age
Commit message (
Expand
)
Author
2016-08-04
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
2016-04-29
Merge branch 'x86/urgent' into x86/asm, to refresh the tree
Ingo Molnar
2016-04-28
x86/apic: Handle zero vector gracefully in clear_vector_irq()
Keith Busch
2016-04-13
x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage
Borislav Petkov
2016-03-18
x86/irq: Cure live lock in fixup_irqs()
Thomas Gleixner
2016-01-15
x86/irq: Plug vector cleanup race
Thomas Gleixner
2016-01-15
x86/irq: Call irq_force_move_complete with irq descriptor
Thomas Gleixner
2016-01-15
x86/irq: Remove outgoing CPU from vector cleanup mask
Thomas Gleixner
2016-01-15
x86/irq: Remove the cpumask allocation from send_cleanup_vector()
Thomas Gleixner
2016-01-15
x86/irq: Clear move_in_progress before sending cleanup IPI
Thomas Gleixner
2016-01-15
x86/irq: Remove offline cpus from vector cleanup
Thomas Gleixner
2016-01-15
x86/irq: Get rid of code duplication
Thomas Gleixner
2016-01-15
x86/irq: Copy vectormask instead of an AND operation
Thomas Gleixner
2016-01-15
x86/irq: Check vector allocation early
Thomas Gleixner
2016-01-15
x86/irq: Reorganize the search in assign_irq_vector
Thomas Gleixner
2016-01-15
x86/irq: Reorganize the return path in assign_irq_vector
Thomas Gleixner
2016-01-15
x86/irq: Do not use apic_chip_data.old_domain as temporary buffer
Jiang Liu
2016-01-15
x86/irq: Fix a race in x86_vector_free_irqs()
Jiang Liu
2015-12-20
x86/irq: Export functions to allow MSI domains in modules
Jake Oshins
2015-11-07
x86/irq: Probe for PIC presence before allocating descs for legacy IRQs
Vitaly Kuznetsov
2015-09-16
genirq: Move field 'affinity' from irq_data into irq_common_data
Jiang Liu
2015-09-01
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-08-18
x86/irq: Build correct vector mapping for multiple MSI interrupts
Jiang Liu
2015-08-06
x86/irq: Store irq descriptor in vector array
Thomas Gleixner
2015-08-06
x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSED
Thomas Gleixner
2015-08-06
x86/irq: Protect smp_cleanup_move
Thomas Gleixner
2015-08-06
Merge branch 'linus' into x86/apic
Thomas Gleixner
2015-07-13
x86/irq: Use access helper irq_data_get_affinity_mask()
Jiang Liu
2015-07-13
x86/irq: Use accessor irq_data_get_node()
Jiang Liu
2015-07-07
x86/irq: Plug irq vector hotplug race
Thomas Gleixner
2015-05-15
x86: Use entering[_ack]_irq() instead of open coding it
Thomas Gleixner
2015-05-13
x86, irq: Allocate CPU vectors from device local CPUs if possible
Jiang Liu
2015-05-11
Merge branch 'x86/asm' into x86/apic, to resolve a conflict
Ingo Molnar
2015-05-10
x86/asm/entry/irq: Clean up IRQn_VECTOR macros
Brian Gerst
2015-05-05
x86: Constify irqdomain ops
Thomas Gleixner
2015-04-24
x86/irq: Avoid memory allocation in __assign_irq_vector()
Jiang Liu
2015-04-24
x86/irq: Move irqdomain specific code into asm/irqdomain.h
Jiang Liu
2015-04-24
x86/irq: Move private data in struct irq_cfg into dedicated data structure
Jiang Liu
2015-04-24
x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()
Jiang Liu
2015-04-24
x86/irq: Remove function apic_set_affinity()
Jiang Liu
2015-04-24
x86/irq: Make functions only used in vector.c static
Jiang Liu
2015-04-24
x86/irq: Remove unused alloc_irq_and_cfg_at()
Jiang Liu
2015-04-24
x86/irq: Move irq_cfg.irq_2_pin into io_apic.c
Jiang Liu
2015-04-24
irq_remapping: Clean up unsued code to support IOAPIC
Jiang Liu
2015-04-24
x86/irq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
Jiang Liu
2015-04-24
x86/irq: Refine the way to allocate irq_cfg for legacy IRQs
Jiang Liu
2015-04-24
x86/htirq: Use hierarchical irqdomain to manage Hypertransport interrupts
Jiang Liu
2015-04-24
x86/MSI: Use hierarchical irqdomains to manage MSI interrupts
Jiang Liu
2015-04-24
x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectors
Jiang Liu
2015-04-24
x86/irq: Save destination CPU ID in irq_cfg
Jiang Liu
[next]