summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2020-04-24efi/libstub/x86: Avoid getter function for efi_is64Ard Biesheuvel1-3/+8
2020-04-24efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel1-6/+8
2020-04-24Merge branch 'ib-mfd-x86-usb-watchdog-v5.7'Andy Shevchenko5-116/+163
2020-04-24platform/x86: intel_pmc_ipc: Convert to MFDMika Westerberg2-47/+1
2020-04-24platform/x86: intel_telemetry: Add telemetry_get_pltdata()Mika Westerberg1-1/+1
2020-04-24x86/platform/intel-mid: Add empty stubs for intel_scu_devices_[create|destroy]()Mika Westerberg1-3/+6
2020-04-24platform/x86: intel_pmc_ipc: Drop intel_pmc_ipc_command()Mika Westerberg1-8/+0
2020-04-24platform/x86: intel_telemetry: Convert to use new SCU IPC APIMika Westerberg2-1/+3
2020-04-24mfd: intel_soc_pmic_bxtwc: Convert to use new SCU IPC APIMika Westerberg1-3/+0
2020-04-24platform/x86: intel_scu_ipc: Add managed function to register SCU IPCMika Westerberg1-0/+10
2020-04-24platform/x86: intel_scu_ipc: Introduce new SCU IPC APIMika Westerberg2-10/+73
2020-04-24platform/x86: intel_scu_ipc: Move legacy SCU IPC API to a separate headerMika Westerberg2-55/+63
2020-04-24platform/x86: intel_scu_ipc: Split out SCU IPC functionality from the SCU driverMika Westerberg1-0/+18
2020-04-23efi/gop: Add prototypes for query_mode and set_modeArvind Sankar1-0/+4
2020-04-23KVM: x86: move nested-related kvm_x86_ops to a separate structPaolo Bonzini1-13/+16
2020-04-23x86/mm: Use pgprotval_t in protval_4k_2_large() and protval_large_2_4k()Christoph Hellwig1-2/+2
2020-04-23x86/mm: Unexport __cachemode2pte_tblChristoph Hellwig1-12/+2
2020-04-23x86/mm: Cleanup pgprot_4k_2_large() and pgprot_large_2_4k()Christoph Hellwig1-13/+13
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2-60/+68
2020-04-22get rid of csum_partial_copy_to_user()Al Viro1-3/+1
2020-04-22objtool: Remove SAVE/RESTORE hintsPeter Zijlstra2-30/+1
2020-04-22objtool: Introduce HINT_RET_OFFSETPeter Zijlstra2-0/+11
2020-04-22objtool: Better handle IRETPeter Zijlstra1-2/+0
2020-04-21Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini12-62/+151
2020-04-21KVM: X86: Improve latency for single target IPI fastpathWanpeng Li1-3/+2
2020-04-21KVM: VMX: Cache vmcs.EXIT_INTR_INFO using arch avail_reg flagsSean Christopherson1-0/+1
2020-04-21KVM: VMX: Cache vmcs.EXIT_QUALIFICATION using arch avail_reg flagsSean Christopherson1-0/+1
2020-04-21KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related codeSean Christopherson1-4/+4
2020-04-21KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switchSean Christopherson1-1/+2
2020-04-21KVM: VMX: Retrieve APIC access page HPA only when necessarySean Christopherson1-1/+1
2020-04-21KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASIDSean Christopherson1-1/+3
2020-04-21KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()Sean Christopherson1-1/+1
2020-04-21KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()Sean Christopherson1-1/+1
2020-04-21KVM: x86: make Hyper-V PV TLB flush use tlb_flush_guest()Vitaly Kuznetsov1-0/+2
2020-04-21Drivers: hv: Move AEOI determination to architecture dependent codeMichael Kelley1-0/+2
2020-04-21KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hookSean Christopherson1-0/+6
2020-04-21KVM: x86: introduce kvm_mmu_invalidate_gvaPaolo Bonzini1-0/+2
2020-04-20x86/elf: Disable automatic READ_IMPLIES_EXEC on 64-bitKees Cook1-2/+2
2020-04-20x86/elf: Split READ_IMPLIES_EXEC from executable PT_GNU_STACKKees Cook1-2/+3
2020-04-20x86/elf: Add table to document READ_IMPLIES_EXECKees Cook1-0/+19
2020-04-20x86/mm: Move pgprot2cachemode out of lineChristoph Hellwig2-10/+1
2020-04-20x86/mm: Add a x86_has_pat_wp() helperChristoph Hellwig1-0/+2
2020-04-20x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2-0/+6
2020-04-20x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross1-3/+24
2020-04-19Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-04-17x86/mce: Drop bogus comment about mce.kflagsTony Luck1-1/+1
2020-04-15KVM: x86: Export kvm_propagate_fault() (as kvm_inject_emulated_page_fault)Sean Christopherson1-0/+2
2020-04-14x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen1-1/+1
2020-04-14x86/mce: Fixup exception only for the correct MCEsBorislav Petkov1-0/+1
2020-04-14x86/mce: Add a struct mce.kflags fieldTony Luck2-0/+9