summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-2/+2
|\
| * x86/platform/UV: Mark memblock related init code and data correctlyDou Liyang2018-07-301-2/+2
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-132-15/+6
|\ \
| * | x86/apic: Trivial coding style fixesYi Wang2018-07-302-2/+2
| * | x86/vector: Merge allocate_vector() into assign_vector_locked()Dou Liyang2018-05-191-13/+4
* | | x86/apic: Future-proof the TSC_DEADLINE quirk for SKXLen Brown2018-07-241-0/+3
| |/ |/|
* | x86/platform/UV: Add kernel parameter to set memory block sizemike.travis@hpe.com2018-06-211-0/+11
* | x86/platform/UV: Use new set memory block size functionmike.travis@hpe.com2018-06-211-3/+46
* | x86/apic/vector: Print APIC control bits in debugfsThomas Gleixner2018-06-061-13/+14
* | x86/ioapic: Use apic_ack_irq()Thomas Gleixner2018-06-061-1/+1
* | x86/apic: Provide apic_ack_irq()Thomas Gleixner2018-06-061-2/+7
* | x86/apic/vector: Prevent hlist corruption and leaksThomas Gleixner2018-06-061-0/+9
* | x86/apic/x2apic: Initialize cluster ID properlyThomas Gleixner2018-05-171-0/+1
|/
* Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-123-64/+65
|\
| * Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-023-64/+65
| |\
| | * x86/apic: Drop logical_smp_processor_id() inlineDou Liyang2018-03-011-5/+5
| | * x86/apic: Modernize the pending interrupt codeDou Liyang2018-03-011-9/+8
| | * x86/apic: Move pending interrupt check code into it's own functionDou Liyang2018-03-011-45/+55
| | * x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specifiedBaoquan He2018-02-171-1/+1
| | * x86/apic: Rename variables and functions related to x86_io_apic_opsBaoquan He2018-02-171-2/+2
| | * x86/apic: Remove the (now) unused disable_IO_APIC() functionBaoquan He2018-02-171-13/+0
| | * x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=yBaoquan He2018-02-171-1/+1
| | * x86/apic: Split out restore_boot_irq_mode() from disable_IO_APIC()Baoquan He2018-02-171-0/+5
| | * x86/apic: Make setup_local_APIC() staticDou Liyang2018-02-161-1/+1
| | * x86/x2apic: Mark set_x2apic_phys_mode() as __initDou Liyang2018-02-131-1/+1
* | | x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing2018-04-105-5/+5
|/ /
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-261-1/+1
|\ \
| * | x86/IO-APIC: Avoid warning in 32-bit buildsJan Beulich2018-02-201-1/+1
* | | 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