summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* Merge tag 'x86-platform-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-011-74/+17
|\
| * x86/apic/uv: Remove code for unused distributed GRU modeSteve Wahl2020-05-231-58/+1
| * x86/platform/uv: Unexport uv_apicid_hibitsChristoph Hellwig2020-05-071-1/+0
| * x86/platform/uv: Remove _uv_hub_info_check()Christoph Hellwig2020-05-071-6/+0
| * x86/platform/uv: Simplify uv_send_IPI_one()Christoph Hellwig2020-05-071-5/+14
| * x86/platform/uv: Mark uv_min_hub_revision_id staticChristoph Hellwig2020-05-071-2/+1
| * x86/platform/uv: Mark is_uv_hubless() staticChristoph Hellwig2020-05-071-2/+1
* | Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-011-45/+12
|\ \
| * | x86/apic: Convert the TSC deadline timer matching to steppings macroBorislav Petkov2020-05-071-45/+12
* | | Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-011-13/+0
|\ \ \ | |/ / |/| |
| * | x86/io_apic: Remove unused function mp_init_irq_at_boot()YueHaibing2020-05-261-13/+0
| |/
* / x86/apic: Move TSC deadline timer debug printkThomas Gleixner2020-05-011-13/+14
|/
* Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-301-0/+6
|\
| * x86/apic/vector: Force interupt handler invocation to irq contextThomas Gleixner2020-03-081-0/+6
* | Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar2020-03-251-19/+13
|\ \
| * | x86/kernel: Convert to new CPU match macrosThomas Gleixner2020-03-241-19/+13
| |/
* / x86/vector: Remove warning on managed interrupt migrationPeter Xu2020-03-131-6/+8
|/
* Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-092-8/+150
|\
| * x86/apic: Mask IOAPIC entries when disabling the local APICTony W Wang-oc2020-02-071-0/+7
| * x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2020-02-011-3/+125
| * x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner2020-01-291-5/+18
* | x86/apic/uv: Avoid unused variable warningArnd Bergmann2020-01-171-37/+6
|/
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-21/+163
|\
| * x86/platform/uv: Check EFI Boot to set reboot typeMike Travis2019-10-071-6/+12
| * x86/platform/uv: Decode UVsystab InfoMike Travis2019-10-071-2/+10
| * x86/platform/uv: Add UV Hubbed/Hubless Proc FS FilesMike Travis2019-10-071-1/+92
| * x86/platform/uv: Setup UV functions for Hubless UV SystemsMike Travis2019-10-071-3/+17
| * x86/platform/uv: Return UV Hubless System TypeMike Travis2019-10-071-9/+18
| * x86/platform/uv: Save OEM_ID from ACPI MADT probeMike Travis2019-10-071-1/+15
| |
| \
| \
| \
*---. \ Merge branches 'core-objtool-for-linus', 'x86-cleanups-for-linus' and 'x86-ap...Linus Torvalds2019-11-262-12/+15
|\ \ \ \ | | |_|/ | |/| |
| | | * x86/ioapic: Rename misnamed functionsThomas Gleixner2019-10-241-8/+8
| | | * x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner2019-10-241-3/+6
| | * | x86/apic, x86/uprobes: Correct parameter names in kernel-doc commentsYi Wang2019-10-271-1/+1
| |/ /
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-22/+19
|\ \ \
| * | | x86: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-22/+19
* | | | x86/apic/32: Avoid bogus LDR warningsJan Beulich2019-11-051-13/+15
| |_|/ |/| |
* | | x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpuSean Christopherson2019-10-151-1/+2
| |/ |/|
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-1714-314/+372
|\ \
| * | x86/apic/vector: Warn when vector space exhaustion breaks affinityNeil Horman2019-08-281-0/+11
| * | x86/apic: Annotate global config variables as "read-only after init"Sean Christopherson2019-08-071-13/+13
| * | x86/apic/x2apic: Implement IPI shorthands supportThomas Gleixner2019-07-253-4/+13
| * | x86/apic/flat64: Remove the IPI shorthand decision logicThomas Gleixner2019-07-252-50/+6
| * | x86/apic: Share common IPI helpersThomas Gleixner2019-07-252-18/+18
| * | x86/apic: Remove the shorthand decision logicThomas Gleixner2019-07-251-24/+3
| * | x86/smp: Enhance native_send_call_func_ipi()Thomas Gleixner2019-07-251-13/+11
| * | x86/smp: Move smp_function_call implementations into IPI codeThomas Gleixner2019-07-251-0/+40
| * | x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner2019-07-251-0/+12
| * | x86/apic: Add static key to Control IPI shorthandsThomas Gleixner2019-07-252-1/+29