index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
apic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: add kcov code coverage
Dmitry Vyukov
2016-03-22
1
-0
/
+4
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-15
2
-1
/
+61
|
\
|
*
x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytes
Denys Vlasenko
2016-03-08
1
-1
/
+1
|
*
x86/apic: Deinline __default_send_IPI_*, save ~200 bytes
Denys Vlasenko
2016-03-08
1
-0
/
+60
*
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-03-15
1
-2
/
+2
|
\
\
|
*
|
Merge branch 'x86/urgent' into x86/asm, to pick up fixes
Ingo Molnar
2016-02-18
3
-78
/
+154
|
|
\
|
|
*
|
x86/cpufeature: Replace the old static_cpu_has() with safe variant
Borislav Petkov
2016-01-30
1
-2
/
+2
*
|
|
x86/topology: Create logical package id
Thomas Gleixner
2016-02-29
1
-0
/
+14
|
|
/
|
/
|
*
|
x86/platform/UV: Remove EFI memmap quirk for UV2+
Alex Thorlton
2016-01-19
1
-1
/
+4
*
|
x86/irq: Plug vector cleanup race
Thomas Gleixner
2016-01-15
1
-10
/
+53
*
|
x86/irq: Call irq_force_move_complete with irq descriptor
Thomas Gleixner
2016-01-15
1
-4
/
+7
*
|
x86/irq: Remove outgoing CPU from vector cleanup mask
Thomas Gleixner
2016-01-15
1
-2
/
+16
*
|
x86/irq: Remove the cpumask allocation from send_cleanup_vector()
Thomas Gleixner
2016-01-15
1
-13
/
+3
*
|
x86/irq: Clear move_in_progress before sending cleanup IPI
Thomas Gleixner
2016-01-15
1
-1
/
+3
*
|
x86/irq: Remove offline cpus from vector cleanup
Thomas Gleixner
2016-01-15
1
-2
/
+6
*
|
x86/irq: Get rid of code duplication
Thomas Gleixner
2016-01-15
1
-18
/
+15
*
|
x86/irq: Copy vectormask instead of an AND operation
Thomas Gleixner
2016-01-15
1
-1
/
+1
*
|
x86/irq: Check vector allocation early
Thomas Gleixner
2016-01-15
1
-13
/
+25
*
|
x86/irq: Reorganize the search in assign_irq_vector
Thomas Gleixner
2016-01-15
1
-8
/
+16
*
|
x86/irq: Reorganize the return path in assign_irq_vector
Thomas Gleixner
2016-01-15
1
-14
/
+8
*
|
x86/irq: Do not use apic_chip_data.old_domain as temporary buffer
Jiang Liu
2016-01-15
1
-3
/
+5
*
|
x86/irq: Fix a race in x86_vector_free_irqs()
Jiang Liu
2016-01-15
1
-8
/
+8
*
|
x86/irq: Call chip->irq_set_affinity in proper context
Thomas Gleixner
2016-01-15
1
-1
/
+5
|
/
*
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-01-12
12
-27
/
+99
|
\
|
*
x86/irq: Export functions to allow MSI domains in modules
Jake Oshins
2015-12-20
2
-3
/
+7
|
*
x86/apic: Introduce apic_extnmi command line parameter
Hidehiro Kawai
2015-12-19
1
-2
/
+32
|
*
Merge branch 'linus' into x86/apic
Thomas Gleixner
2015-12-19
1
-1
/
+5
|
|
\
|
*
|
x86/apic: Fix the saving and restoring of lapic vectors during suspend/resume
Juergen Gross
2015-11-24
1
-1
/
+10
|
*
|
x86/apic: Use default send single IPI wrapper
Thomas Gleixner
2015-11-05
2
-0
/
+2
|
*
|
x86/apic: Provide default send single IPI wrapper
Thomas Gleixner
2015-11-05
1
-0
/
+8
|
*
|
x86/apic: Implement single IPI for apic_noop
Thomas Gleixner
2015-11-05
1
-0
/
+2
|
*
|
x86/apic: Wire up single IPI for apic_numachip
Thomas Gleixner
2015-11-05
1
-0
/
+2
|
*
|
x86/apic: Wire up single IPI for x2apic_uv
Thomas Gleixner
2015-11-05
1
-0
/
+1
|
*
|
x86/apic: Implement single IPI for x2apic_phys
Thomas Gleixner
2015-11-05
1
-0
/
+9
|
*
|
x86/apic: Wire up single IPI for bigsmp_apic
Thomas Gleixner
2015-11-05
1
-0
/
+1
|
*
|
x86/apic: Remove pointless indirections from bigsmp_apic
Thomas Gleixner
2015-11-05
1
-7
/
+2
|
*
|
x86/apic: Wire up single IPI for apic_physflat
Thomas Gleixner
2015-11-05
1
-0
/
+1
|
*
|
x86/apic: Remove pointless indirections from apic_physflat
Thomas Gleixner
2015-11-05
1
-14
/
+3
|
*
|
x86/apic: Implement default single target IPI function
Thomas Gleixner
2015-11-05
1
-0
/
+10
|
*
|
x86/apic: Implement single target IPI function for x2apic_cluster
Linus Torvalds
2015-11-05
1
-0
/
+9
*
|
|
x86/numachip: Fix NumaConnect2 MMCFG PCI access
Daniel J Blueman
2015-12-30
1
-4
/
+1
|
|
/
|
/
|
*
|
x86/irq: Probe for PIC presence before allocating descs for legacy IRQs
Vitaly Kuznetsov
2015-11-07
1
-1
/
+5
|
/
*
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-11-04
3
-65
/
+165
|
\
|
*
x86/io_apic: Make eoi_ioapic_pin() static
Andy Shevchenko
2015-10-11
1
-1
/
+1
|
*
x86/apic: Deinline various functions
Denys Vlasenko
2015-09-30
1
-4
/
+4
|
*
x86/numachip: Add Numachip IPI optimisations
Daniel J Blueman
2015-09-22
1
-5
/
+32
|
*
x86/numachip: Add Numachip2 APIC support
Daniel J Blueman
2015-09-22
1
-0
/
+93
|
*
x86/numachip: Cleanup Numachip support
Daniel J Blueman
2015-09-22
1
-62
/
+42
*
|
x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest()
Werner Pawlitschko
2015-10-27
1
-1
/
+3
*
|
x86/ioapic: Disable interrupts when re-routing legacy IRQs
Vitaly Kuznetsov
2015-10-16
1
-0
/
+4
|
/
[next]