aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-03-23KVM: x86: Expose fast short REP MOV for supported cpuidZhenyu Wang1-1/+1
2020-03-23KVM: VMX: don't allow memory operands for inline asm that modifies SPNick Desaulniers1-1/+1
2020-03-23um: Fix header inclusionVincenzo Frascino1-0/+6
2020-03-23KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interrupt contextHe Zhe1-1/+1
2020-03-23KVM: SVM: Issue WBINVD after deactivating an SEV guestTom Lendacky1-8/+14
2020-03-23x86/cpu: Fix a -Wmissing-prototypes warning for init_ia32_feat_ctl()Benjamin Thiel1-0/+1
2020-03-23x86/mm: Drop pud_mknotpresent()Anshuman Khandual1-6/+0
2020-03-22x86/mce/amd: Add PPIN support for AMD MCEWei Huang3-0/+33
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel1-2/+24
2020-03-21x86/entry: Rename ___preempt_schedulePeter Zijlstra3-12/+12
2020-03-21x86: Remove unneeded includesBrian Gerst7-12/+0
2020-03-21x86/entry: Drop asmlinkage from syscallsBrian Gerst5-22/+19
2020-03-21x86/entry/32: Enable pt_regs based syscallsBrian Gerst6-114/+64
2020-03-21x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst5-75/+79
2020-03-21x86/entry/32: Rename 32-bit specific syscallsBrian Gerst2-30/+30
2020-03-21x86/entry/32: Clean up syscall_32.tblBrian Gerst1-289/+289
2020-03-21x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst6-799/+791
2020-03-21x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst4-20/+9
2020-03-21x86/entry: Remove syscall qualifier supportBrian Gerst6-22/+14
2020-03-21x86/entry/64: Remove ptregs qualifier from syscall tableBrian Gerst1-10/+10
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst12-72/+24
2020-03-21x86/entry/64: Split X32 syscall table into its own fileBrian Gerst3-25/+29
2020-03-21x86/entry/64: Move sys_ni_syscall stub to common.cBrian Gerst3-7/+10
2020-03-21x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst3-7/+2
2020-03-21x86/entry: Refactor SYS_NI macrosBrian Gerst1-9/+23
2020-03-21x86/entry: Refactor COND_SYSCALL macrosBrian Gerst1-18/+26
2020-03-21x86/entry: Refactor SYSCALL_DEFINE0 macrosBrian Gerst1-41/+32
2020-03-21x86/entry: Refactor SYSCALL_DEFINEx macrosBrian Gerst1-25/+24
2020-03-21x86/vdso: Enable x86 to use common headersVincenzo Frascino2-11/+24
2020-03-21x86: Introduce asm/vdso/clocksource.hVincenzo Frascino2-4/+11
2020-03-21x86: Replace setup_irq() by request_irq()afzal mohammed2-20/+11
2020-03-21kcsan, trace: Make KCSAN compatible with tracingMarco Elver1-0/+5
2020-03-21Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar36-276/+534
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar281-8419/+10685
2020-03-20KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detect if SEV is availablePaolo Bonzini1-0/+3
2020-03-20KVM: x86: remove bogus user-triggerable WARN_ONPaolo Bonzini1-1/+0
2020-03-20Merge tag 'stable-shared-branch-for-driver-tree' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into driver-core-nextGreg Kroah-Hartman2-0/+6
2020-03-20perf/x86/intel/uncore: Factor out __snr_uncore_mmio_init_boxKan Liang1-3/+9
2020-03-20perf/x86/intel/uncore: Add box_offsets for free-running countersKan Liang1-1/+4
2020-03-20x86/optprobe: Fix OPTPROBE vs UACCESSPeter Zijlstra2-0/+26
2020-03-19x86/configs: Slightly reduce defconfigsRandy Dunlap2-4/+0
2020-03-19Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar15-37/+85
2020-03-19x86/setup: Fix static memory detectionGuenter Roeck2-1/+20
2020-03-19x86/ioremap: Fix CONFIG_EFI=n buildBorislav Petkov1-0/+3
2020-03-19x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro2-39/+44
2020-03-18x86: switch ia32_setup_sigcontext() to unsafe_put_user()Al Viro1-28/+30
2020-03-18x86: switch setup_sigcontext() to unsafe_put_user()Al Viro2-46/+45
2020-03-18x86: switch save_v86_state() to unsafe_put_user()Al Viro1-29/+28
2020-03-18x86: kill get_user_{try,catch,ex}Al Viro1-54/+0
2020-03-18x86: get rid of get_user_ex() in restore_sigcontext()Al Viro1-50/+36