summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)AuthorFilesLines
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-02-23x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner1-3/+22
2018-02-20x86/IO-APIC: Avoid warning in 32-bit buildsJan Beulich1-1/+1
2018-02-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+12
2018-02-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-3/+3
2018-02-13x86/platform/UV: Fix GAM Range Table entries less than 1GBmike.travis@hpe.com1-3/+12
2018-01-30Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+2
2018-01-30Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-54/+66
2018-01-17x86/apic/vector: Fix off by one in error pathThomas Gleixner1-2/+5
2018-01-16x86/platform/UV: Fix GAM MMR references in the UV x2apic codeMike Travis1-46/+37
2018-01-16x86/platform/UV: Add references to access fixed UV4A HUB MMRsMike Travis1-0/+2
2018-01-16x86/platform/UV: Fix UV4A support on new Intel ProcessorsMike Travis1-3/+11
2018-01-14x86/jailhouse: Enable APIC and SMP supportJan Kiszka1-1/+3
2018-01-14x86: Introduce and use MP IRQ trigger and polarity definesJan Kiszka1-10/+10
2018-01-14x86/platform: Control warm reset setup via legacy feature flagJan Kiszka1-0/+1
2018-01-14x86/apic: Install an empty physflat_init_apic_ldrJan Kiszka1-2/+10
2018-01-14Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä1-0/+49
2018-01-01Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds6-10/+8
2017-12-29genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner1-1/+11
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2-4/+4
2017-12-29x86/vector: Use IRQD_CAN_RESERVE flagThomas Gleixner1-0/+2
2017-12-29x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner5-10/+6
2017-12-28x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 caseDou Liyang1-0/+2
2017-12-11x86/apic: Remove local var in flat_send_IPI_allbutself()Borislav Petkov1-6/+2
2017-12-06x86: Fix Sparse warnings about non-static functionsColin Ian King1-2/+2
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas3-202/+2
2017-11-14Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+43
2017-11-14Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-826/+1040
2017-11-14Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+8
2017-11-14Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+3
2017-11-14Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross1-1/+1
2017-11-10Merge branch 'linus' into x86/platform, to refresh the branchIngo Molnar8-0/+8
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar9-2/+21
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-10-24x86/platform/UV: Mark tsc_check_sync as an init functionmike.travis@hpe.com1-1/+1
2017-10-18x86/vector/msi: Select CONFIG_GENERIC_IRQ_RESERVATION_MODEThomas Gleixner1-3/+2
2017-10-17x86/platform/UV: Convert timers to use timer_setup()Kees Cook1-3/+2
2017-10-17x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner1-2/+2
2017-10-16x86/platform/UV: Add check of TSC state set by UV BIOSmike.travis@hpe.com1-0/+43
2017-10-12x86/apic: Update TSC_DEADLINE quirk with additional SKX steppingLen Brown1-1/+11
2017-10-12x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisorsPaolo Bonzini1-1/+2
2017-10-12x86/apic/vector: Ignore set_affinity call for inactive interruptsThomas Gleixner1-0/+13
2017-10-03x86/boot: Spell out "boot CPU" for BPJean Delvare1-1/+1
2017-09-28x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"Colin Ian King1-2/+2
2017-09-27x86/apic: Use dead_cpu instead of current CPU when cleaning upBorislav Petkov1-1/+1
2017-09-25x86/vector: Respect affinity mask in irq descriptorThomas Gleixner1-4/+17
2017-09-25x86/irq: Simplify hotplug vector accountingThomas Gleixner1-1/+31
2017-09-25x86/vector: Switch IOAPIC to global reservation modeThomas Gleixner1-23/+33