summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2018-12-17Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar12-31/+71
2018-12-14kvm: x86: Dynamically allocate guest_fpuMarc Orr1-1/+2
2018-12-14kvm: x86: Use task structs fpu field for userMarc Orr1-4/+3
2018-12-14x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.hVitaly Kuznetsov2-7/+1
2018-12-14x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hVitaly Kuznetsov1-0/+69
2018-12-14x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helperVitaly Kuznetsov1-0/+1
2018-12-14x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definitionVitaly Kuznetsov1-1/+0
2018-12-14x86/hyper-v: Do some housekeeping in hyperv-tlfs.hVitaly Kuznetsov1-95/+91
2018-12-14x86/hyper-v: Mark TLFS structures packedVitaly Kuznetsov1-22/+25
2018-12-14Merge branch 'khdr_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shua...Paolo Bonzini10-30/+64
2018-12-11x86/mm: Fix guard hole handlingKirill A. Shutemov1-0/+5
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov4-0/+10
2018-12-07preempt: Move PREEMPT_NEED_RESCHED definition into arch codeWill Deacon1-0/+3
2018-12-05x86/mm: Validate kernel_physical_mapping_init() PTE populationDan Williams1-0/+27
2018-12-04x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior2-14/+7
2018-12-03x86/fpu: Add might_fault() to user_insn()Sebastian Andrzej Siewior1-0/+3
2018-12-03x86/thread_info: Remove _TIF_ALLWORK_MASKSebastian Andrzej Siewior1-8/+0
2018-12-03x86/boot: Clear RSDP address in boot_params for broken loadersJuergen Gross1-0/+1
2018-12-03x86: Fix various typos in commentsIngo Molnar3-3/+3
2018-12-03Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the treeIngo Molnar16-49/+115
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-22/+60
2018-11-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-8/+3
2018-11-30x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya1-0/+2
2018-11-30x86/mm/pageattr: Introduce helper function to unmap EFI boot servicesSai Praneeth Prakhya1-2/+6
2018-11-28x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner1-0/+1
2018-11-28x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner1-0/+1
2018-11-28x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner2-6/+4
2018-11-28x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner2-2/+8
2018-11-28x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner1-2/+11
2018-11-28x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner1-3/+0
2018-11-28x86/speculation: Prepare for per task indirect branch speculation controlTim Chen3-3/+19
2018-11-28x86/speculation: Add command line control for indirect branch speculationThomas Gleixner1-0/+10
2018-11-28x86/speculation: Rename SSBD update functionsThomas Gleixner1-3/+3
2018-11-28x86/speculation: Update the TIF_SSBD commentTim Chen1-1/+1
2018-11-28x86/retpoline: Remove minimal retpoline supportZhenzhong Duan1-2/+0
2018-11-28x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan1-4/+6
2018-11-27x86/fpu: Use the correct exception table macro in the XSTATE_OP wrapperJann Horn1-1/+1
2018-11-27KVM: nVMX: Unrestricted guest mode requires EPTJim Mattson1-0/+1
2018-11-27KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz1-1/+2
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang10-0/+32
2018-11-22x86/resctrl: Rename the config option INTEL_RDT to RESCTRLBabu Moger1-2/+2
2018-11-22x86/resctrl: Rename the RDT functions and definitionsBabu Moger1-12/+12
2018-11-22x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger1-0/+0
2018-11-20x86/acpi, x86/boot: Take RSDP address from boot params if availableJuergen Gross1-1/+2
2018-11-20x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Juergen Gross2-6/+0
2018-11-20x86/cpufeatures, x86/fault: Mark SMAP as disabled when configured outAndy Lutomirski1-1/+7
2018-11-14x86/traps: Complete prototype declarationsBorislav Petkov1-22/+22
2018-11-14x86/mce: Fix -Wmissing-prototypes warningsBorislav Petkov1-3/+3
2018-11-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-9/+11
2018-11-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-5/+8