summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov2019-08-221-1/+2
| * | | | | | | x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov2019-08-221-1/+1
* | | | | | | | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-171-0/+8
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2019-09-171-0/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | cpuidle-haltpoll: vcpu hotplug supportJoao Martins2019-09-031-2/+2
| | * | | | | | | | cpuidle-haltpoll: disable host side polling when kvm virtualizedMarcelo Tosatti2019-07-301-0/+8
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | clocksource/drivers/hyperv: Enable TSC page clocksource on 32bitVitaly Kuznetsov2019-08-231-3/+3
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-179-165/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/apic/flat64: Remove the IPI shorthand decision logicThomas Gleixner2019-07-251-4/+0
| * | | | | | | | | x86/smp: Move smp_function_call implementations into IPI codeThomas Gleixner2019-07-251-0/+1
| * | | | | | | | | x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner2019-07-251-0/+2
| * | | | | | | | | x86/apic: Add static key to Control IPI shorthandsThomas Gleixner2019-07-251-0/+2
| * | | | | | | | | x86/hotplug: Silence APIC and NMI when CPU is deadThomas Gleixner2019-07-251-0/+1
| * | | | | | | | | x86/cpu: Move arch_smt_update() to a neutral placeThomas Gleixner2019-07-251-0/+2
| * | | | | | | | | x86/apic/uv: Make x2apic_extra_bits staticThomas Gleixner2019-07-251-2/+0
| * | | | | | | | | x86/apic: Move apic_flat_64 header into apic directoryThomas Gleixner2019-07-251-8/+0
| * | | | | | | | | x86/apic: Move ipi header into apic directoryThomas Gleixner2019-07-251-90/+0
| * | | | | | | | | x86/apic: Move IPI inlines into ipi.cThomas Gleixner2019-07-251-19/+0
| * | | | | | | | | x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper2019-07-224-42/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-172-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/irq: Move IS_ERR_OR_NULL() check into common do_IRQ() codeHeiner Kallweit2019-08-191-1/+1
| * | | | | | | | | x86/irq: Improve definition of VECTOR_SHUTDOWN et alHeiner Kallweit2019-08-191-2/+2
* | | | | | | | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-162-0/+55
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/vmware: Add a header file for hypercall definitionsThomas Hellstrom2019-08-282-0/+55
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-162-2/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/hyperv: Add functions to allocate/deallocate page for Hyper-VMaya Nakamura2019-07-221-1/+4
| * | | | | | | | | | x86/hyperv: Create and use Hyper-V page definitionsMaya Nakamura2019-07-221-1/+11
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-164-22/+29
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/mm: Remove the unused set_memory_wt() functionChristoph Hellwig2019-09-031-1/+0
| * | | | | | | | | | x86/mm: Remove set_pages_x() and set_pages_nx()Christoph Hellwig2019-09-031-2/+0
| * | | | | | | | | | x86/mm: Remove the unused set_memory_array_*() functionsChristoph Hellwig2019-09-031-5/+0
| * | | | | | | | | | Merge tag 'v5.3-rc7' into x86/mm, to pick up fixesIngo Molnar2019-09-0313-28/+123
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | x86/fixmap: Cleanup outdated commentsCao jin2019-08-191-3/+2
| * | | | | | | | | | x86/mm: Avoid redundant interrupt disable in load_mm_cr4()Jan Kiszka2019-07-242-11/+27
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-09-163-7/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski2019-07-222-6/+4
| * | | | | | | | | | x86/syscalls: Make __X32_SYSCALL_BIT be unsigned longAndy Lutomirski2019-07-221-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-169-41/+59
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/cpu: Add new Airmont variant to Intel familyRahul Tanwar2019-09-061-0/+1
| * | | | | | | | | | x86/cpu: Add Elkhart Lake to Intel familyGayatri Kammela2019-09-061-0/+1
| * | | | | | | | | | x86/cpu: Add Tiger Lake to Intel familyGayatri Kammela2019-09-061-0/+3
| * | | | | | | | | | Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar2019-09-064-7/+12
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86: Correct misc typosMarco Ammon2019-09-021-2/+2
| | * | | | | | | | | | x86/cpufeature: Explain the macro duplicationCao Jin2019-08-281-0/+7
| | * | | | | | | | | | x86/ftrace: Remove mcount() declarationJisheng Zhang2019-08-261-1/+0
| | * | | | | | | | | | x86/bitops: Use __builtin_constant_p() directly instead of IS_IMMEDIATE()Masahiro Yamada2019-07-231-4/+3
| | * | | | | | | | | | x86/realmode: Remove trampoline_statusPingfan Liu2019-07-221-1/+0
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar2019-09-022-5/+8
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | x86/intel: Add common OPTDIFFsPeter Zijlstra2019-08-281-6/+15