summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Fix inline prefix warningsYang Zhong2022-01-141-1/+1
* x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()Thomas Gleixner2022-01-141-0/+24
* x86/fpu: Add uabi_size to guest_fpuThomas Gleixner2022-01-142-0/+2
* x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulationKevin Tian2022-01-141-0/+12
* x86/fpu: Provide fpu_enable_guest_xfd_features() for KVMSean Christopherson2022-01-141-0/+22
* x86/fpu: Add guest support to xfd_enable_feature()Thomas Gleixner2022-01-142-39/+60
* x86/fpu: Make XFD initialization in __fpstate_reset() a function argumentJing Liu2022-01-141-5/+6
* x86/fpu: Prepare guest FPU for dynamically enabled FPU featuresThomas Gleixner2022-01-071-1/+25
* x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner2022-01-074-16/+55
* x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal timeDavid Woodhouse2022-01-072-4/+4
* x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qwordMichael Sterritt2021-12-031-18/+39
* x86/tsc: Disable clocksource watchdog for TSC on qualified platormsFeng Tang2021-12-021-4/+24
* x86/tsc: Add a timer to make sure TSC_adjust is always checkedFeng Tang2021-12-021-0/+41
* x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog()Marco Elver2021-12-011-1/+1
* x86/boot: Mark prepare_command_line() __initBorislav Petkov2021-11-241-1/+1
* Merge tag 'x86-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-212-33/+45
|\
| * x86/sgx: Fix free page accountingReinette Chatre2021-11-161-6/+6
| * x86/boot: Pull up cmdline preparation and early param parsingBorislav Petkov2021-11-151-27/+39
* | Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2021-11-191-1/+1
|\ \
| * | signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-1/+1
| |/
* | x86: Pin task-stack in __get_wchan()Peter Zijlstra2021-11-191-0/+5
* | x86/hyperv: Move required MSRs check to initial platform probingSean Christopherson2021-11-151-5/+15
|/
* Merge tag 'locking-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-141-4/+10
|\
| * static_call,x86: Robustify trampoline patchingPeter Zijlstra2021-11-111-4/+10
* | Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-141-6/+12
|\ \
| * | x86/smp: Factor out parts of native_smp_prepare_cpus()Boris Ostrovsky2021-11-111-6/+12
| |/
* | Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-143-4/+39
|\ \
| * | x86/mce: Add errata workaround for Skylake SKX37Dave Jones2021-11-121-2/+3
| * | x86/fpu: Optimize out sigframe xfeatures when in init stateDave Hansen2021-11-032-2/+36
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-132-1/+109
|\ \ \
| * \ \ Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-111-1/+1
| |\ \ \
| | * | | KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURESPaul Durrant2021-11-111-1/+1
| * | | | Merge branch 'kvm-guest-sev-migration' into kvm-masterPaolo Bonzini2021-11-112-0/+108
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | x86/kvm: Add kexec support for SEV Live Migration.Ashish Kalra2021-11-111-0/+25
| | * | | x86/kvm: Add guest support for detecting and enabling SEV Live Migration feat...Ashish Kalra2021-11-111-0/+82
| | * | | mm: x86: Invoke hypercall when page encryption status is changedBrijesh Singh2021-11-111-0/+1
| | |/ /
* | | | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-131-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | signal/vm86_32: Remove pointless test in BUG_ONEric W. Biederman2021-11-121-1/+1
* | | | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-112-8/+5
|\| | |
| * | | signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
| * | | signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved.Eric W. Biederman2021-10-251-1/+3
| * | | signal/vm86_32: Replace open coded BUG_ON with an actual BUG_ONEric W. Biederman2021-10-251-4/+2
| * | | exit/doublefault: Remove apparently bogus comment about rewind_stack_do_exitEric W. Biederman2021-10-201-3/+0
* | | | Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-101-1/+12
|\ \ \ \
| * | | | x86/xen: switch initial pvops IRQ functions to dummy onesJuergen Gross2021-11-021-1/+12
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-092-2/+13
|\ \ \ \ \
| * | | | | sections: move is_kernel_inittext() into sections.hKefeng Wang2021-11-091-1/+1
| * | | | | proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand2021-11-091-1/+12
* | | | | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-1/+1
|\ \ \ \ \ \
| * | | | | | x86/pci/probe_roms: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-181-1/+1