summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-140/+99
|\
| * Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-071-2/+13
| |\
| * | x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"Colin Ian King2017-09-281-2/+2
| * | x86/apic: Move common APIC callbacksThomas Gleixner2017-09-251-28/+0
| * | x86/apic: Move probe32 specific APIC functionsThomas Gleixner2017-09-251-10/+0
| * | x86/apic: Use lapic_is_integrated() consistentlyDou Liyang2017-09-251-5/+4
| * | x86/apic: Remove duplicate X86_64 conditional in lapic_is_integrated()Dou Liyang2017-09-251-4/+0
| * | x86/apic: Remove init_bsp_APIC()Dou Liyang2017-09-251-49/+0
| * | x86/apic: Initialize interrupt mode after timer initDou Liyang2017-09-251-2/+0
| * | x86/init: Add intr_mode_init to x86_init_opsDou Liyang2017-09-251-1/+1
| * | x86/apic: Unify interrupt mode setup for UP systemDou Liyang2017-09-251-41/+6
| * | x86/apic: Mark the apic_intr_mode extern for sanity check cleanupDou Liyang2017-09-251-10/+6
| * | x86/apic: Unify interrupt mode setup for SMP-capable systemDou Liyang2017-09-251-3/+35
| * | x86/apic: Move logical APIC ID away from apic_bsp_setup()Dou Liyang2017-09-251-9/+1
| * | x86/apic: Split local APIC timer setup from the APIC setupDou Liyang2017-09-251-2/+2
| * | x86/apic: Prepare for unifying the interrupt delivery modes setupDou Liyang2017-09-251-0/+16
| * | x86/apic: Construct a selector for the interrupt delivery modeDou Liyang2017-09-251-0/+52
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-1/+1
|\ \ \
| * | | x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-11-101-1/+1
| | |/ | |/|
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-1/+1
|\ \ \ | |/ / |/| |
| * | x86/boot: Spell out "boot CPU" for BPJean Delvare2017-10-031-1/+1
| |/
* | x86/apic: Update TSC_DEADLINE quirk with additional SKX steppingLen Brown2017-10-121-1/+11
* | x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisorsPaolo Bonzini2017-10-121-1/+2
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-121-1/+1
|\
| * x86/cpu: Remove unused and undefined __generic_processor_info() declarationDou Liyang2017-09-111-1/+1
* | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
|/
* x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs withou...Hans de Goede2017-08-311-1/+5
* x86/apic: Remove the duplicated tracing versions of interruptsThomas Gleixner2017-08-291-33/+10
* x86/apic: Use this_cpu_ptr() in local_timer_interrupt()Thomas Gleixner2017-08-291-3/+3
* x86/apic: Remove the duplicated tracing version of local_timer_interrupt()Thomas Gleixner2017-08-291-19/+0
* x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner2017-08-291-2/+0
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-0/+80
|\
| * x86/apic: Add TSC_DEADLINE quirk due to errataPeter Zijlstra2017-06-041-0/+79
| * x86/apic: Change the lapic name in deadline modePeter Zijlstra2017-06-041-0/+1
* | x86/apic: Implement effective irq mask updateThomas Gleixner2017-06-221-0/+3
* | x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner2017-06-221-2/+7
* | x86/apic: Move cpumask and to core codeThomas Gleixner2017-06-221-10/+4
* | x86/apic: Move online masking to core codeThomas Gleixner2017-06-221-18/+9
* | x86/apic: Move flat_cpu_mask_to_apicid_and() into C sourceThomas Gleixner2017-06-221-0/+16
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-3/+3
|\
| * x86/apic: Fix a comment in init_apic_mappings()Dou Liyang2017-03-131-2/+2
| * x86/apic: Remove the SET_APIC_ID(x) macroDou Liyang2017-03-131-1/+1
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-1/+1
|\ \
| * \ Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-011-20/+21
| |\ \
| * | | x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()Ingo Molnar2017-01-281-1/+1
* | | | x86/apic/timer: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-0/+4
* | | | x86/acpi: Restore the order of CPU IDsDou Liyang2017-03-111-19/+7
| |_|/ |/| |
* | | x86/apic: Simplify enable_IR_x2apic(), remove try_to_enable_IR()Dou Liyang2017-03-011-13/+4
* | | x86/apic: Fix a warning message in logical CPU IDs allocationDou Liyang2017-03-011-3/+3
| |/ |/|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-281-4/+4
|\ \