summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | 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-253-54/+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-253-40/+41
| * | | | | | | | | | | x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner2019-07-255-9/+18
| * | | | | | | | | | | x86/apic: Add static key to Control IPI shorthandsThomas Gleixner2019-07-254-1/+33
| * | | | | | | | | | | x86/apic: Move no_ipi_broadcast() out of 32bitThomas Gleixner2019-07-253-29/+27
| * | | | | | | | | | | x86/apic: Add NMI_VECTOR wait to IPI shorthandThomas Gleixner2019-07-251-1/+4
| * | | | | | | | | | | x86/apic: Remove dest argument from __default_send_IPI_shortcut()Thomas Gleixner2019-07-254-14/+11
| * | | | | | | | | | | x86/hotplug: Silence APIC and NMI when CPU is deadThomas Gleixner2019-07-254-12/+34
| * | | | | | | | | | | x86/cpu: Move arch_smt_update() to a neutral placeThomas Gleixner2019-07-253-1/+12
| * | | | | | | | | | | x86/apic/uv: Make x2apic_extra_bits staticThomas Gleixner2019-07-252-3/+1
| * | | | | | | | | | | x86/apic: Consolidate the apic local headersThomas Gleixner2019-07-2512-119/+83
| * | | | | | | | | | | x86/apic: Move apic_flat_64 header into apic directoryThomas Gleixner2019-07-253-2/+2
| * | | | | | | | | | | x86/apic: Move ipi header into apic directoryThomas Gleixner2019-07-258-14/+13
| * | | | | | | | | | | x86/apic: Cleanup the include mazeThomas Gleixner2019-07-259-112/+26
| * | | | | | | | | | | x86/apic: Move IPI inlines into ipi.cThomas Gleixner2019-07-252-22/+13
| * | | | | | | | | | | x86/apic: Make apic_pending_intr_clear() more robustThomas Gleixner2019-07-251-44/+63
| * | | | | | | | | | | x86/apic: Soft disable APIC before initializing itThomas Gleixner2019-07-251-0/+8
| * | | | | | | | | | | x86/apic: Invoke perf_events_lapic_init() after enabling APICThomas Gleixner2019-07-251-3/+2
| * | | | | | | | | | | x86/kgbd: Use NMI_VECTOR not APIC_DM_NMIThomas Gleixner2019-07-251-1/+1
| * | | | | | | | | | | x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI failsGrzegorz Halat2019-07-251-19/+27
| * | | | | | | | | | | x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper2019-07-228-66/+1
| * | | | | | | | | | | x86/apic: Initialize TPR to block interrupts 16-31Andy Lutomirski2019-07-221-2/+5
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-175-21/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/irq: Check for VECTOR_UNUSED directlyHeiner Kallweit2019-08-191-1/+1
| * | | | | | | | | | | x86/irq: Move IS_ERR_OR_NULL() check into common do_IRQ() codeHeiner Kallweit2019-08-194-18/+8
| * | | | | | | | | | | x86/irq: Improve definition of VECTOR_SHUTDOWN et alHeiner Kallweit2019-08-191-2/+2
* | | | | | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-171-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/mm/pti: Do not invoke PTI functions when PTI is disabledThomas Gleixner2019-08-291-0/+2
| * | | | | | | | | | | | x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()Song Liu2019-08-291-2/+4
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-163-18/+131
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/vmware: Add a header file for hypercall definitionsThomas Hellstrom2019-08-283-1/+60
| * | | | | | | | | | | | x86/vmware: Update platform detection code for VMCALL/VMMCALL hypercallsThomas Hellstrom2019-08-281-17/+71
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-163-2/+29
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/hyperv: Add functions to allocate/deallocate page for Hyper-VMaya Nakamura2019-07-222-1/+18
| * | | | | | | | | | | | x86/hyperv: Create and use Hyper-V page definitionsMaya Nakamura2019-07-221-1/+11
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-162-40/+64
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/platform/uv: Fix kmalloc() NULL check routineAustin Kim2019-09-061-2/+2
| * | | | | | | | | | | | Merge tag 'v5.3-rc7' into x86/platform, to refresh the branchIngo Molnar2019-09-0625-129/+309
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | x86/platform/intel/iosf_mbi Rewrite lockingHans de Goede2019-08-191-38/+62
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-1611-140/+37
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/mm: Fix cpumask_of_node() error conditionPeter Zijlstra2019-09-051-2/+2
| * | | | | | | | | | | | x86/mm: Remove the unused set_memory_wt() functionChristoph Hellwig2019-09-032-18/+0
| * | | | | | | | | | | | x86/mm: Remove set_pages_x() and set_pages_nx()Christoph Hellwig2019-09-034-21/+3
| * | | | | | | | | | | | x86/mm: Remove the unused set_memory_array_*() functionsChristoph Hellwig2019-09-032-80/+0