summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner2018-02-231-3/+22
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-141-3/+12
|\
| * x86/platform/UV: Fix GAM Range Table entries less than 1GBmike.travis@hpe.com2018-02-131-3/+12
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-141-3/+3
|\ \ | |/ |/|
| * x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-3/+3
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-6/+2
|\ \
| * | x86/apic: Remove local var in flat_send_IPI_allbutself()Borislav Petkov2017-12-111-6/+2
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-293-54/+66
|\ \ \ | |_|/ |/| |
| * | x86/platform/UV: Fix GAM MMR references in the UV x2apic codeMike Travis2018-01-161-46/+37
| * | x86/platform/UV: Add references to access fixed UV4A HUB MMRsMike Travis2018-01-161-0/+2
| * | x86/platform/UV: Fix UV4A support on new Intel ProcessorsMike Travis2018-01-161-3/+11
| * | x86/jailhouse: Enable APIC and SMP supportJan Kiszka2018-01-141-1/+3
| * | x86: Introduce and use MP IRQ trigger and polarity definesJan Kiszka2018-01-141-10/+10
| * | x86/platform: Control warm reset setup via legacy feature flagJan Kiszka2018-01-141-0/+1
| * | x86/apic: Install an empty physflat_init_apic_ldrJan Kiszka2018-01-141-2/+10
* | | x86/apic/vector: Fix off by one in error pathThomas Gleixner2018-01-171-2/+5
* | | Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä2018-01-141-0/+49
|/ /
* | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2017-12-316-10/+8
|\ \
| * | x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner2017-12-295-10/+6
| * | x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 caseDou Liyang2017-12-281-0/+2
| |/
* | genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner2017-12-291-1/+11
* | genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-292-4/+4
* | x86/vector: Use IRQD_CAN_RESERVE flagThomas Gleixner2017-12-291-0/+2
|/
* x86: Fix Sparse warnings about non-static functionsColin Ian King2017-12-061-2/+2
* x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-233-202/+2
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-0/+43
|\
| * x86/platform/UV: Mark tsc_check_sync as an init functionmike.travis@hpe.com2017-10-241-1/+1
| * x86/platform/UV: Add check of TSC state set by UV BIOSmike.travis@hpe.com2017-10-161-0/+43
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-1314-826/+1040
|\ \
| * \ Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-079-2/+21
| |\ \
| * | | x86/vector/msi: Select CONFIG_GENERIC_IRQ_RESERVATION_MODEThomas Gleixner2017-10-181-3/+2
| * | | x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner2017-10-171-2/+2
| * | | x86/apic/vector: Ignore set_affinity call for inactive interruptsThomas Gleixner2017-10-121-0/+13
| * | | x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"Colin Ian King2017-09-281-2/+2
| * | | x86/apic: Use dead_cpu instead of current CPU when cleaning upBorislav Petkov2017-09-271-1/+1
| * | | x86/vector: Respect affinity mask in irq descriptorThomas Gleixner2017-09-251-4/+17
| * | | x86/irq: Simplify hotplug vector accountingThomas Gleixner2017-09-251-1/+31
| * | | x86/vector: Switch IOAPIC to global reservation modeThomas Gleixner2017-09-251-23/+33
| * | | x86/vector/msi: Switch to global reservation modeThomas Gleixner2017-09-251-34/+63
| * | | x86/vector: Handle managed interrupts properThomas Gleixner2017-09-251-18/+172
| * | | x86/io_apic: Reevaluate vector configuration on activate()Thomas Gleixner2017-09-251-15/+22
| * | | x86/apic/msi: Force reactivation of interrupts at startup timeThomas Gleixner2017-09-251-2/+3
| * | | x86/vector: Untangle internal state from irq_cfgThomas Gleixner2017-09-251-40/+48
| * | | x86/vector: Compile SMP only code conditionallyThomas Gleixner2017-09-251-15/+20
| * | | x86/apic: Remove unused callbacksThomas Gleixner2017-09-259-134/+0
| * | | x86/vector: Use matrix allocator for vector assignmentThomas Gleixner2017-09-251-172/+116
| * | | x86/vector: Add tracepoints for vector managementThomas Gleixner2017-09-251-0/+2
| * | | x86/vector: Add vector domain debugfs supportThomas Gleixner2017-09-251-2/+48
| * | | x86/irq/vector: Initialize matrix allocatorThomas Gleixner2017-09-251-4/+52
| * | | x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner2017-09-259-0/+30
OpenPOWER on IntegriCloud