summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c
Commit message (Expand)AuthorAgeFilesLines
* x86/apic: Fix atomic update of offset in reserve_eilvt_offset()Uros Bizjak2023-04-071-3/+2
* x86/apic: Handle no CONFIG_X86_X2APIC on systems with x2APIC enabled by BIOSMateusz Jończyk2022-12-021-5/+8
* x86/apic: Don't disable x2APIC if lockedDaniel Sneddon2022-08-311-4/+40
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-5/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-5/+0
* | KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELDSuravee Suthikulpanit2022-06-241-1/+1
|/
* Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-1/+1
|\
| * x86: Fix return value of __setup handlersRandy Dunlap2022-05-041-1/+1
* | Merge tag 'x86_apic_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-4/+12
|\ \
| * | x86/apic: Do apic driver probe for "nosmp" use caseKuppuswamy Sathyanarayanan2022-05-011-3/+2
| * | x86/apic: Clarify i82489DX bit overlap in APIC_LVT0Thomas Gleixner2022-04-131-1/+10
| |/
* / x86/acpi/x86/boot: Add multiprocessor wake-up supportKuppuswamy Sathyanarayanan2022-04-071-0/+10
|/
* x86: Add support for 0x22/0x23 port I/O configuration spaceMaciej W. Rozycki2021-08-101-6/+3
* x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner2021-05-291-0/+1
* Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar2021-03-211-0/+5
|\
| * x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold2021-03-191-0/+5
* | x86: Fix various typos in commentsIngo Molnar2021-03-181-5/+5
|/
* Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-12/+19
|\
| * Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-121-0/+4
| |\
| * | x86/apic: Split out spurious handling codeThomas Gleixner2021-02-101-12/+19
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-211-0/+1
|\ \ \ | |_|/ |/| |
| * | x86/apic: Export x2apic_mode for use by KVM in "warm" pathSean Christopherson2021-02-041-0/+1
| |/
* / x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2021-02-041-0/+4
|/
* x86/apic: Support 15 bits of APIC ID in MSI where availableDavid Woodhouse2020-10-281-2/+24
* x86/msi: Provide msi message shadow structsThomas Gleixner2020-10-281-16/+19
* x86/apic: Always provide irq_compose_msi_msg() method for vector domainDavid Woodhouse2020-10-281-0/+32
* x86/apic: Cleanup destination modeThomas Gleixner2020-10-281-1/+1
* x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner2020-10-281-1/+1
* x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse2020-10-281-6/+8
* x86/irq: Move apic_post_init() invocation to one placeThomas Gleixner2020-09-161-0/+3
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-0/+1
|\
| * x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-061-0/+1
* | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
|/
* Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-131-20/+19
|\
| * x86/entry: Convert APIC interrupts to IDTENTRY_SYSVECThomas Gleixner2020-06-111-18/+5
| * x86/entry: Use idtentry for interruptsThomas Gleixner2020-06-111-15/+8
| * x86/irq: Convey vector as argument and not in ptregsThomas Gleixner2020-06-111-6/+25
* | Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-111-1/+1
|\ \ | |/ |/|
| * x86/apic: Make TSC deadline timer detection message visibleBorislav Petkov2020-05-261-1/+1
* | x86/apic: Convert the TSC deadline timer matching to steppings macroBorislav Petkov2020-05-071-45/+12
|/
* x86/apic: Move TSC deadline timer debug printkThomas Gleixner2020-05-011-13/+14
* x86/kernel: Convert to new CPU match macrosThomas Gleixner2020-03-241-19/+13
* x86/apic: Mask IOAPIC entries when disabling the local APICTony W Wang-oc2020-02-071-0/+7
* x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner2020-01-291-5/+18
*-. Merge branches 'core-objtool-for-linus', 'x86-cleanups-for-linus' and 'x86-ap...Linus Torvalds2019-11-261-1/+1
|\ \
| | * 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
| |/ |/|
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-171-73/+115
|\ \