aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+163
2019-11-26Merge branches 'core-objtool-for-linus', 'x86-cleanups-for-linus' and 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-12/+15
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-22/+19
2019-11-05x86/apic/32: Avoid bogus LDR warningsJan Beulich1-13/+15
2019-10-27x86/apic, x86/uprobes: Correct parameter names in kernel-doc commentsYi Wang1-1/+1
2019-10-24x86/ioapic: Rename misnamed functionsThomas Gleixner1-8/+8
2019-10-24x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner1-3/+6
2019-10-18x86: Use pr_warn instead of pr_warningKefeng Wang1-22/+19
2019-10-15x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpuSean Christopherson1-1/+2
2019-10-07x86/platform/uv: Check EFI Boot to set reboot typeMike Travis1-6/+12
2019-10-07x86/platform/uv: Decode UVsystab InfoMike Travis1-2/+10
2019-10-07x86/platform/uv: Add UV Hubbed/Hubless Proc FS FilesMike Travis1-1/+92
2019-10-07x86/platform/uv: Setup UV functions for Hubless UV SystemsMike Travis1-3/+17
2019-10-07x86/platform/uv: Return UV Hubless System TypeMike Travis1-9/+18
2019-10-07x86/platform/uv: Save OEM_ID from ACPI MADT probeMike Travis1-1/+15
2019-09-17Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-314/+372
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+10
2019-09-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2019-09-08x86/timer: Force PIT initialization when !X86_FEATURE_ARATJan Stancek1-0/+4
2019-09-07Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds1-4/+0
2019-09-02Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar3-23/+13
2019-08-28x86/apic/vector: Warn when vector space exhaustion breaks affinityNeil Horman1-0/+11
2019-08-28x86/intel: Aggregate microserver namingPeter Zijlstra1-1/+1
2019-08-28x86/intel: Aggregate big core graphics namingPeter Zijlstra1-2/+2
2019-08-28x86/intel: Aggregate big core mobile namingPeter Zijlstra1-3/+3
2019-08-28x86/intel: Aggregate big core client namingPeter Zijlstra1-4/+4
2019-08-26x86/apic: Include the LDR when clearing out APIC registersBandan Das1-0/+4
2019-08-26x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das1-22/+2
2019-08-26x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner1-1/+7
2019-08-19x86/apic: Handle missing global clockevent gracefullyThomas Gleixner1-15/+53
2019-08-12x86/apic/32: Fix yet another implicit fallthrough warningBorislav Petkov1-1/+2
2019-08-07x86/apic: Annotate global config variables as "read-only after init"Sean Christopherson1-13/+13
2019-07-25x86/apic/x2apic: Implement IPI shorthands supportThomas Gleixner3-4/+13
2019-07-25x86/apic/flat64: Remove the IPI shorthand decision logicThomas Gleixner2-50/+6
2019-07-25x86/apic: Share common IPI helpersThomas Gleixner2-18/+18
2019-07-25x86/apic: Remove the shorthand decision logicThomas Gleixner1-24/+3
2019-07-25x86/smp: Enhance native_send_call_func_ipi()Thomas Gleixner1-13/+11
2019-07-25x86/smp: Move smp_function_call implementations into IPI codeThomas Gleixner1-0/+40
2019-07-25x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner1-0/+12
2019-07-25x86/apic: Add static key to Control IPI shorthandsThomas Gleixner2-1/+29
2019-07-25x86/apic: Move no_ipi_broadcast() out of 32bitThomas Gleixner3-29/+27
2019-07-25x86/apic: Add NMI_VECTOR wait to IPI shorthandThomas Gleixner1-1/+4
2019-07-25x86/apic: Remove dest argument from __default_send_IPI_shortcut()Thomas Gleixner4-14/+11
2019-07-25x86/hotplug: Silence APIC and NMI when CPU is deadThomas Gleixner1-11/+24
2019-07-25x86/apic/uv: Make x2apic_extra_bits staticThomas Gleixner1-1/+1
2019-07-25x86/apic: Consolidate the apic local headersThomas Gleixner12-119/+83
2019-07-25x86/apic: Move apic_flat_64 header into apic directoryThomas Gleixner3-2/+10
2019-07-25x86/apic: Move ipi header into apic directoryThomas Gleixner8-14/+103
2019-07-25x86/apic: Cleanup the include mazeThomas Gleixner9-112/+26
2019-07-25x86/apic: Move IPI inlines into ipi.cThomas Gleixner1-3/+13