summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2020-03-25x86/entry: Fix build error x86 with !CONFIG_POSIX_TIMERSBrian Gerst
2020-03-24x86/cpu: Cleanup the now unused CPU match macrosThomas Gleixner
2020-03-24x86/cpu: Add consistent CPU match macrosThomas Gleixner
2020-03-24x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner
2020-03-23um: Fix header inclusionVincenzo Frascino
2020-03-23x86/mm: Drop pud_mknotpresent()Anshuman Khandual
2020-03-22x86/mce/amd: Add PPIN support for AMD MCEWei Huang
2020-03-21x86/entry: Rename ___preempt_schedulePeter Zijlstra
2020-03-21x86: Remove unneeded includesBrian Gerst
2020-03-21x86/entry: Drop asmlinkage from syscallsBrian Gerst
2020-03-21x86/entry/32: Enable pt_regs based syscallsBrian Gerst
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst
2020-03-21x86/entry/64: Move sys_ni_syscall stub to common.cBrian Gerst
2020-03-21x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst
2020-03-21x86/entry: Refactor SYS_NI macrosBrian Gerst
2020-03-21x86/entry: Refactor COND_SYSCALL macrosBrian Gerst
2020-03-21x86/entry: Refactor SYSCALL_DEFINE0 macrosBrian Gerst
2020-03-21x86/entry: Refactor SYSCALL_DEFINEx macrosBrian Gerst
2020-03-21x86/vdso: Enable x86 to use common headersVincenzo Frascino
2020-03-21x86: Introduce asm/vdso/clocksource.hVincenzo Frascino
2020-03-20x86/optprobe: Fix OPTPROBE vs UACCESSPeter Zijlstra
2020-03-19Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2020-03-19x86/setup: Fix static memory detectionGuenter Roeck
2020-03-18x86: switch setup_sigcontext() to unsafe_put_user()Al Viro
2020-03-18x86: kill get_user_{try,catch,ex}Al Viro
2020-03-18x86: get rid of small constant size cases in raw_copy_{to,from}_user()Al Viro
2020-03-18x86: switch sigframe sigset handling to explict __get_user()/__put_user()Al Viro
2020-03-18x86: Fix bitops.h warning with a moved castJesse Brandeburg
2020-03-17perf/amd/uncore: Add support for Family 19h L3 PMUKim Phillips
2020-03-17x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom
2020-03-17x86/amd_nb, char/amd64-agp: Use amd_nb_num() accessorBorislav Petkov
2020-03-16KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini
2020-03-16KVM: x86: unify callbacks to load paging rootPaolo Bonzini
2020-03-16KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 codeSean Christopherson
2020-03-16KVM: x86: Move VMX's host_efer to common x86 codeSean Christopherson
2020-03-16KVM: x86/mmu: Configure max page level during hardware setupSean Christopherson
2020-03-16KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common functionSean Christopherson
2020-03-16KVM: VMX: Directly query Intel PT mode when refreshing PMUsSean Christopherson
2020-03-16KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt supportSean Christopherson
2020-03-16KVM: x86: Use KVM cpu caps to track UMIP emulationSean Christopherson
2020-03-16KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap updateSean Christopherson
2020-03-16KVM: x86: Handle PKU CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Handle INVPCID CPUID adjustment in VMX codeSean Christopherson
2020-03-16KVM: x86: Drop explicit @func param from ->set_supported_cpuid()Sean Christopherson
2020-03-16KVM: x86: Use supported_xcr0 to detect MPX supportSean Christopherson
2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson
2020-03-16KVM: x86: Dynamically allocate per-vCPU emulation contextSean Christopherson
2020-03-16KVM: x86: Explicitly pass an exception struct to check_interceptSean Christopherson
2020-03-16KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson
2020-03-16KVM: nVMX: Allow L1 to use 5-level page walks for nested EPTSean Christopherson