summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau1-2/+2
2020-05-12x86/cpu: Use INVPCID mnemonic in invpcid.hUros Bizjak1-5/+2
2020-05-10Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+4
2020-05-08KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini1-2/+0
2020-05-08KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini1-1/+1
2020-05-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2020-05-07x86/delay: Introduce TPAUSE delayKyung Min Park2-0/+23
2020-05-07x86/delay: Preparatory code cleanupThomas Gleixner2-2/+3
2020-05-07x86/platform/uv: Remove the unused _uv_cpu_blade_processor_id() macroChristoph Hellwig1-1/+0
2020-05-07x86/platform/uv: Remove _uv_hub_info_check()Christoph Hellwig1-14/+0
2020-05-07x86/platform/uv: Simplify uv_send_IPI_one()Christoph Hellwig1-20/+0
2020-05-07x86/platform/uv: Mark is_uv_hubless() staticChristoph Hellwig1-2/+0
2020-05-07x86/platform/uv: Remove the UV*_HUB_IS_SUPPORTED macrosChristoph Hellwig2-26/+0
2020-05-07x86/platform/uv: Remove the uv_partition_coherence_id() macroChristoph Hellwig1-1/+0
2020-05-07x86/platform/uv: Mark uv_bios_call() and uv_bios_call_irqsave() staticChristoph Hellwig1-6/+0
2020-05-07x86/cpu: Add a X86_MATCH_INTEL_FAM6_MODEL_STEPPINGS() macroBorislav Petkov1-0/+4
2020-05-07Merge 'x86/urgent' into x86/cpuBorislav Petkov5-84/+72
2020-05-07KVM: x86: fix DR6 delivery for various cases of #DB injectionPaolo Bonzini1-0/+1
2020-05-06x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre1-1/+2
2020-05-06x86/cpu: Move resctrl CPUID code to resctrl/Reinette Chatre1-0/+3
2020-05-06x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre1-3/+3
2020-05-05signal: refactor copy_siginfo_to_user32Christoph Hellwig1-2/+6
2020-05-05efi/libstub: Fix mixed mode boot issue after macro refactorArvind Sankar1-4/+15
2020-05-04KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit1-2/+2
2020-05-03x86/tlb/uv: Add a forward declaration for struct flush_tlb_infoBorislav Petkov1-0/+1
2020-05-01ftrace/x86: Fix trace event registration for syscalls without argumentsKonstantin Khlebnikov1-2/+3
2020-04-30x86/retpoline: Fix retpoline unwindPeter Zijlstra2-48/+15
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra1-8/+8
2020-04-30x86: Simplify retpoline declarationPeter Zijlstra2-20/+33
2020-04-30x86/speculation: Change FILL_RETURN_BUFFER to work with objtoolPeter Zijlstra1-6/+10
2020-04-30x86,smap: Fix smap_{save,restore}() alternativesPeter Zijlstra1-3/+8
2020-04-30Merge branch 'x86/asm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Will Deacon2-3/+1
2020-04-27Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2020-04-26x86/tlb: Restrict access to tlbstateThomas Gleixner1-47/+49
2020-04-26x86/tlb: Move PCID helpers where they are usedThomas Gleixner1-127/+6
2020-04-26x86/tlb: Uninline nmi_uaccess_okay()Thomas Gleixner1-32/+1
2020-04-26x86/tlb: Move cr4_set_bits_and_update_boot() to the usage siteThomas Gleixner1-14/+0
2020-04-26x86/tlb: Move paravirt_tlb_remove_table() to the usage siteThomas Gleixner1-5/+0
2020-04-26x86/tlb: Move __flush_tlb_all() out of lineThomas Gleixner1-22/+1
2020-04-26x86/tlb: Move flush_tlb_others() out of lineThomas Gleixner2-8/+8
2020-04-26x86/tlb: Move __flush_tlb_one_kernel() out of lineThomas Gleixner2-41/+2
2020-04-26x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner2-51/+3
2020-04-26x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner2-36/+3
2020-04-26x86/tlb: Move __flush_tlb() out of lineThomas Gleixner2-25/+8
2020-04-25x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf1-1/+1
2020-04-24Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-60/+68
2020-04-24x86/alternatives: Move temporary_mm helpers into CThomas Gleixner1-55/+0
2020-04-24x86/cr4: Sanitize CR4.PCE updateThomas Gleixner1-13/+1
2020-04-24x86/cpu: Uninline CR4 accessorsThomas Gleixner1-31/+5
2020-04-24x86/tlb: Uninline __get_current_cr3_fast()Thomas Gleixner1-18/+1