aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-25x86/apic: Split local APIC timer setup from the APIC setupDou Liyang1-2/+2
2017-09-25x86/apic: Prepare for unifying the interrupt delivery modes setupDou Liyang1-0/+16
2017-09-25x86/apic: Construct a selector for the interrupt delivery modeDou Liyang1-0/+52
2017-09-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-09-11x86/cpu: Remove unused and undefined __generic_processor_info() declarationDou Liyang1-1/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-08-31x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs without the featureHans de Goede1-1/+5
2017-08-29x86/apic: Remove the duplicated tracing versions of interruptsThomas Gleixner1-33/+10
2017-08-29x86/apic: Use this_cpu_ptr() in local_timer_interrupt()Thomas Gleixner1-3/+3
2017-08-29x86/apic: Remove the duplicated tracing version of local_timer_interrupt()Thomas Gleixner1-19/+0
2017-08-29x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner1-2/+0
2017-07-03Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+80
2017-06-22x86/apic: Implement effective irq mask updateThomas Gleixner1-0/+3
2017-06-22x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner1-2/+7
2017-06-22x86/apic: Move cpumask and to core codeThomas Gleixner1-10/+4
2017-06-22x86/apic: Move online masking to core codeThomas Gleixner1-18/+9
2017-06-22x86/apic: Move flat_cpu_mask_to_apicid_and() into C sourceThomas Gleixner1-0/+16
2017-06-04x86/apic: Add TSC_DEADLINE quirk due to errataPeter Zijlstra1-0/+79
2017-06-04x86/apic: Change the lapic name in deadline modePeter Zijlstra1-0/+1
2017-05-01Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-04-14x86/apic/timer: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+4
2017-03-13x86/apic: Fix a comment in init_apic_mappings()Dou Liyang1-2/+2
2017-03-13x86/apic: Remove the SET_APIC_ID(x) macroDou Liyang1-1/+1
2017-03-11x86/acpi: Restore the order of CPU IDsDou Liyang1-19/+7
2017-03-01x86/apic: Simplify enable_IR_x2apic(), remove try_to_enable_IR()Dou Liyang1-13/+4
2017-03-01x86/apic: Fix a warning message in logical CPU IDs allocationDou Liyang1-3/+3
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updatesIngo Molnar1-20/+21
2017-02-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2017-02-07x86/apic: Fix a typo in a comment lineDou Liyang1-1/+1
2017-01-28x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()Ingo Molnar1-1/+1
2017-01-09x86/apic: Implement set_state_oneshot_stopped() callbackFrederic Weisbecker1-12/+13
2017-01-06x86/apic: Fix typos in commentsDou Liyang1-3/+3
2017-01-05x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlersDaniel Bristot de Oliveira1-4/+4
2016-12-13x86/smpboot: Make logical package management more robustThomas Gleixner1-15/+0
2016-12-12Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2016-12-09x86: Remove empty idle.h headerThomas Gleixner1-1/+0
2016-12-09x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov1-0/+2
2016-11-09x86/apic: Prevent tracing on apic_msr_write_eoi()Wanpeng Li1-0/+1
2016-10-08x86/apic: Prevent pointless warning messagesThomas Gleixner1-3/+5
2016-09-26x86/apic: Fix silent & fatal merge conflict in __generic_processor_info()Thomas Gleixner1-2/+0
2016-09-26Merge branch 'x86/urgent' into x86/apicThomas Gleixner1-0/+5
2016-09-21x86/acpi: Introduce persistent storage for cpuid <-> apicid mappingGu Zheng1-3/+57
2016-09-21x86/acpi: Enable acpi to register all possible cpus at boot timeGu Zheng1-4/+15
2016-09-20x86/apic: Get rid of apic_version[] arrayDenys Vlasenko1-10/+7
2016-09-08x86/apic: Fix num_processors value in case of failureDou Liyang1-1/+3
2016-08-24x86/apic: Update comment about disabling processor focusWei Jiangang1-1/+0
2016-08-24x86/apic: Do not init irq remapping if ioapic is disabledWanpeng Li1-0/+3
2016-08-15x86/apic, ACPI: Remove the repeated lapic address override entry parsingBaoquan He1-1/+1
2016-08-10Merge branch 'linus' into timers/urgent, to pick up fixesIngo Molnar1-2/+2