summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-277-12/+68
|\
| * x86/ioapic: Unbreak check_timer()Thomas Gleixner2020-09-231-0/+1
| * x86/irq: Make run_on_irqstack_cond() typesafeThomas Gleixner2020-09-226-12/+67
* | arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writebackMikulas Patocka2020-09-261-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-09-254-11/+39
|\ \ | |/ |/|
| * KVM: SVM: Add a dedicated INVD intercept routineTom Lendacky2020-09-251-1/+7
| * KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKESean Christopherson2020-09-251-1/+2
| * KVM: x86: fix MSR_IA32_TSC read for nested migrationMaxim Levitsky2020-09-241-2/+15
| * KVM: x86: VMX: Make smaller physical guest address space support user-configu...Mohammed Gamal2020-09-233-7/+15
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-09-211-19/+3
|\|
| * Revert "KVM: Check the allocation of pv cpu mask"Vitaly Kuznetsov2020-09-201-19/+3
* | Merge tag 'x86_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-204-1/+24
|\ \
| * | x86/unwind/fp: Fix FP unwinding in ret_from_forkJosh Poimboeuf2020-09-182-1/+21
| * | x86/boot/compressed: Disable relocation relaxationArvind Sankar2020-09-141-0/+2
| * | x86/defconfigs: Explicitly unset CONFIG_64BIT in i386_defconfigDaniel Díaz2020-09-091-0/+1
* | | Merge tag 'pm-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-09-181-2/+0
|\ \ \
| * | | ACPI: processor: Use CPUIDLE_FLAG_TLB_FLUSHEDPeter Zijlstra2020-09-161-2/+0
* | | | vgacon: remove software scrollback supportLinus Torvalds2020-09-142-2/+0
|/ / /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-09-1310-32/+83
|\ \ \ | |/ / |/| / | |/
| * KVM: emulator: more strict rsm checks.Maxim Levitsky2020-09-121-5/+17
| * KVM: nSVM: more strict SMM checks when returning to nested guestMaxim Levitsky2020-09-121-11/+18
| * SVM: nSVM: setup nested msr permission bitmap on nested state loadMaxim Levitsky2020-09-121-0/+3
| * SVM: nSVM: correctly restore GIF on vmexit from nesting after migrationMaxim Levitsky2020-09-121-1/+3
| * x86/kvm: don't forget to ACK async PF IRQVitaly Kuznetsov2020-09-121-0/+2
| * x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macroVitaly Kuznetsov2020-09-121-4/+0
| * KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exitWanpeng Li2020-09-121-0/+1
| * KVM: SVM: avoid emulation with stale next_ripWanpeng Li2020-09-121-4/+3
| * KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_ENVitaly Kuznetsov2020-09-111-1/+1
| * KVM: SVM: Periodically schedule when unregistering regions on destroyDavid Rientjes2020-09-111-0/+1
| * kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when neededLai Jiangshan2020-09-111-1/+1
| * KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL controlChenyi Qiang2020-09-111-1/+1
| * KVM: Check the allocation of pv cpu maskHaiwei Li2020-09-111-3/+19
| * KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detectedPeter Shier2020-09-113-2/+11
| * Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-09-1173-1219/+470
| |\
| | * arm64/x86: KVM: Introduce steal-time capAndrew Jones2020-08-211-0/+3
* | | x86/entry: Unbreak 32bit fast syscallThomas Gleixner2020-09-041-9/+20
* | | x86/debug: Allow a single level of #DB recursionAndy Lutomirski2020-09-041-34/+31
* | | x86/entry: Fix AC assertionPeter Zijlstra2020-09-041-2/+10
* | | tracing/kprobes, x86/ptrace: Fix regs argument order for i386Vamshi K Sthambamkadi2020-09-041-1/+1
* | | x86, fakenuma: Fix invalid starting node IDHuang Ying2020-09-041-1/+1
* | | x86/mm/32: Bring back vmalloc faulting on x86_32Joerg Roedel2020-09-031-0/+78
* | | x86/cmdline: Disable jump tables for cmdline.cArvind Sankar2020-09-031-1/+1
* | | Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-302-13/+29
|\ \ \
| * | | x86/irq: Unbreak interrupt affinity settingThomas Gleixner2020-08-271-7/+9
| * | | x86/hotplug: Silence APIC only after all interrupts are migratedAshok Raj2020-08-271-6/+20
* | | | Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-304-20/+3
|\ \ \ \
| * | | | x86/entry: Remove unused THUNKsPeter Zijlstra2020-08-261-5/+0
| * | | | cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra2020-08-261-4/+0
| * | | | cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra2020-08-262-11/+3
* | | | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2331-57/+52
|/ / / /