summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlersDaniel Bristot de Oliveira2017-01-051-4/+4
* | x86/apic: Fix a typo in a comment lineDou Liyang2017-02-071-1/+1
* | x86/apic: Implement set_state_oneshot_stopped() callbackFrederic Weisbecker2017-01-091-12/+13
* | x86/apic: Fix typos in commentsDou Liyang2017-01-061-3/+3
|/
* x86/smpboot: Make logical package management more robustThomas Gleixner2016-12-131-15/+0
* Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-1/+2
|\
| * x86: Remove empty idle.h headerThomas Gleixner2016-12-091-1/+0
| * x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov2016-12-091-0/+2
* | x86/apic: Prevent tracing on apic_msr_write_eoi()Wanpeng Li2016-11-091-0/+1
|/
* x86/apic: Prevent pointless warning messagesThomas Gleixner2016-10-081-3/+5
* x86/apic: Fix silent & fatal merge conflict in __generic_processor_info()Thomas Gleixner2016-09-261-2/+0
* Merge branch 'x86/urgent' into x86/apicThomas Gleixner2016-09-261-0/+5
|\
| * x86/apic: Fix num_processors value in case of failureDou Liyang2016-09-081-1/+3
| * x86/apic: Do not init irq remapping if ioapic is disabledWanpeng Li2016-08-241-0/+3
* | x86/acpi: Introduce persistent storage for cpuid <-> apicid mappingGu Zheng2016-09-211-3/+57
* | x86/acpi: Enable acpi to register all possible cpus at boot timeGu Zheng2016-09-211-4/+15
* | x86/apic: Get rid of apic_version[] arrayDenys Vlasenko2016-09-201-10/+7
* | x86/apic: Update comment about disabling processor focusWei Jiangang2016-08-241-1/+0
* | x86/apic, ACPI: Remove the repeated lapic address override entry parsingBaoquan He2016-08-151-1/+1
|/
* Merge branch 'linus' into timers/urgent, to pick up fixesIngo Molnar2016-08-101-2/+2
|\
| * tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-1/+1
| * Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+1
| |\
| | * x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* | | x86/timers/apic: Inform TSC deadline clockevent device about recalibrationNicolai Stange2016-08-101-0/+24
* | | x86/timers/apic: Fix imprecise timer interrupts by eliminating TSC clockevent...Nicolai Stange2016-08-101-2/+2
|/ /
* | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-0/+2
|\ \
| * | x86/acpi: store ACPI ids from MADT for future usageVitaly Kuznetsov2016-07-251-0/+2
| |/
* | x86/apic: Fix misspelled APICClaudio Fontana2016-06-101-3/+3
|/
* x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-10/+10
* x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov2016-04-131-5/+5
* x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov2016-03-311-1/+1
* Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-171-1/+1
|\
| * x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-1/+1
* | x86/topology: Create logical package idThomas Gleixner2016-02-291-0/+14
|/
* x86/apic: Introduce apic_extnmi command line parameterHidehiro Kawai2015-12-191-2/+32
* x86/apic: Fix the saving and restoring of lapic vectors during suspend/resumeJuergen Gross2015-11-241-1/+10
* x86/apic: Deinline various functionsDenys Vlasenko2015-09-301-4/+4
* x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li2015-09-141-0/+7
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-40/+44
|\
| * 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
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-4/+4
|\ \
| * | 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/apic: Remove verify_local_APIC()Bandan Das2015-04-011-62/+0
OpenPOWER on IntegriCloud