aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Torvalds4-3/+4
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2017-04-14x86/apic/timer: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+4
2017-03-22x86/platform/uv: Fix calculation of Global Physical AddressMike Travis1-1/+2
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 Molnar5-284/+315
2017-02-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+5
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2017-02-20Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-262/+290
2017-02-20Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-16/+19
2017-02-20Merge branches 'x86/cache', 'x86/debug' and 'x86/irq' into x86/urgentIngo Molnar2-5/+5
2017-02-10PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs()Christoph Hellwig1-1/+1
2017-02-08Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"Linus Torvalds1-2/+0
2017-02-07x86/apic: Fix a typo in a comment lineDou Liyang1-1/+1
2017-02-01x86/platform/UV: Add Support for UV4 Hubless NMIstravis@sgi.com1-0/+2
2017-02-01x86/platform/UV: Add Support for UV4 Hubless systemstravis@sgi.com1-2/+28
2017-02-01x86/platform/UV: Clean up the UV APIC codeIngo Molnar1-256/+244
2017-02-01Merge branch 'x86/urgent' into x86/platform, to pick up fixesIngo Molnar1-0/+2
2017-01-31x86/irq: Make irq activate operations symmetricThomas Gleixner1-0/+2
2017-01-28x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar1-0/+1
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2-2/+2
2017-01-20x86/ioapic: Return suitable error code in mp_map_gsi_to_irq()Andy Shevchenko1-2/+2
2017-01-18x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko1-0/+2
2017-01-18x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko1-0/+2
2017-01-14x86/platform/UV: Fix 2 socket config problemMike Travis1-1/+5
2017-01-14x86/platform/UV: Fix panic with missing UVsystab supportMike Travis1-8/+16
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 Oliveira2-5/+5
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
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 Torvalds2-2/+2
2016-12-12Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-12-09x86: Remove empty idle.h headerThomas Gleixner2-2/+0
2016-12-09x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov1-0/+2
2016-11-24x86/apic/uv: Silence a shift wrapping warningDan Carpenter1-2/+2
2016-11-09x86/apic: Prevent tracing on apic_msr_write_eoi()Wanpeng Li1-0/+1
2016-10-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+25
2016-10-08x86/apic: Prevent pointless warning messagesThomas Gleixner1-3/+5
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf1-9/+9
2016-10-04x86/irq: Prevent force migration of irqs which are not in the vector domainMika Westerberg1-3/+20
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+6
2016-10-03Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-22/+6
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-11/+11