summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-181-3/+1
|\
| * genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu2015-09-161-3/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-172-2/+10
|\ \ | |/ |/|
| * x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li2015-09-141-0/+7
| * x86/ioapic: Force affinity setting in setup_ioapic_dest()Thomas Gleixner2015-09-141-2/+3
* | Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-081-129/+4
|\ \ | |/ |/|
| * nmi: x86: convert to generic nmi handlerRussell King2015-07-171-129/+4
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-014-81/+92
|\ \
| * | x86/irq: Store irq descriptor in vector arrayThomas Gleixner2015-08-061-27/+24
| * | x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner2015-08-061-8/+7
| * | x86/irq: Protect smp_cleanup_moveThomas Gleixner2015-08-061-4/+14
| * | Merge branch 'linus' into x86/apicThomas Gleixner2015-08-061-8/+2
| |\ \
| * | | x86/apic: Drop local_irq_save/restore in timer callbacksThomas Gleixner2015-07-301-15/+3
| * | | x86/apic: Migrate apic timer to new set_state interfaceViresh Kumar2015-07-301-35/+51
| * | | x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-132-2/+3
| * | | x86/irq: Use accessor irq_data_get_irq_handler_data()Jiang Liu2015-07-131-1/+1
| * | | x86/irq: Use accessor irq_data_get_node()Jiang Liu2015-07-131-4/+4
| | |/ | |/|
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-011-1/+1
|\ \ \
| * | | x86: Drop bogus __ref / __refdata annotationsMathias Krause2015-07-201-1/+1
| | |/ | |/|
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-018-11/+0
|\ \ \
| * | | x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown2015-08-178-11/+0
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-4/+4
|\ \ \ \
| * \ \ \ Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-312-9/+3
| |\ \ \ \ | | |/ / /
| * | | | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-4/+4
| * | | | x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-061-4/+4
| | |_|/ | |/| |
* | | | x86/apic: Fix fallout from x2apic cleanupThomas Gleixner2015-08-221-7/+7
* | | | x86/irq: Build correct vector mapping for multiple MSI interruptsJiang Liu2015-08-181-1/+1
| |/ / |/| |
* | | x86/irq: Use the caller provided polarity setting in mp_check_pin_attr()Jiang Liu2015-07-301-1/+1
| |/ |/|
* | x86/irq: Plug irq vector hotplug raceThomas Gleixner2015-07-071-8/+2
|/
* x86/irq/msi: Implement irq_set_vcpu_affinity for remapped MSI irqsFeng Wu2015-05-191-0/+1
* x86: Use entering[_ack]_irq() instead of open coding itThomas Gleixner2015-05-151-4/+2
* x86, irq: Allocate CPU vectors from device local CPUs if possibleJiang Liu2015-05-131-9/+14
* x86/hpet: Pass proper pointer to irq_alloc_infoSergey Senozhatsky2015-05-131-1/+1
* Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar2015-05-111-7/+4
|\
| * x86/asm/entry/irq: Clean up IRQn_VECTOR macrosBrian Gerst2015-05-102-3/+3
* | x86/x2apic: Acpi_gbl_FADT existence depends on CONFIG_ACPIJan Kiszka2015-05-051-0/+2
* | x86: Constify irqdomain opsThomas Gleixner2015-05-052-8/+8
* | x86/irq: Avoid memory allocation in __assign_irq_vector()Jiang Liu2015-04-241-16/+17
* | x86/irq: Move irqdomain specific code into asm/irqdomain.hJiang Liu2015-04-243-3/+3
* | x86: Cleanup irq_domain opsThomas Gleixner2015-04-241-1/+8
* | x86,ioapic: Cleanup irq_trigger/polarity()Thomas Gleixner2015-04-241-88/+50
* | x86, ioapic: Use proper defines for the entry fieldsThomas Gleixner2015-04-241-50/+50
* | x86/irq: Move private data in struct irq_cfg into dedicated data structureJiang Liu2015-04-241-102/+119
* | x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()Jiang Liu2015-04-241-2/+8
* | x86/irq: Remove function apic_set_affinity()Jiang Liu2015-04-241-37/+3
* | x86/irq: Make functions only used in vector.c staticJiang Liu2015-04-241-3/+4
* | x86/irq: Remove unused alloc_irq_and_cfg_at()Jiang Liu2015-04-241-21/+0
* | x86/irq: Remove sis apic bug workaroundThomas Gleixner2015-04-241-25/+10
* | x86/irq: Use cached IOAPIC entry instead of reading from hardwareJiang Liu2015-04-241-57/+21
* | x86/irq: Clean up io_apic.hJiang Liu2015-04-241-15/+8
OpenPOWER on IntegriCloud