summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | x86/compressed: Register GHCB memory when SEV-SNP is activeBrijesh Singh2022-04-061-0/+16
| * | | | | | | | | x86/sev: Check SEV-SNP features supportBrijesh Singh2022-04-062-0/+34
| * | | | | | | | | x86/sev: Save the negotiated GHCB versionBrijesh Singh2022-04-061-3/+14
| * | | | | | | | | x86/sev: Define the Linux-specific guest termination reasonsBrijesh Singh2022-04-062-9/+6
| * | | | | | | | | x86/sev: Detect/setup SEV/SME features earlier in bootMichael Roth2022-04-062-3/+13
| |/ / / / / / / /
* | / / / / / / / x86/fpu: Prevent FPU state corruptionThomas Gleixner2022-05-051-41/+26
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-012-7/+7
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | x86/unwind/orc: Recheck address range after stack info was updatedDmitry Monakhov2022-04-191-4/+4
| * | | | | | x86/cpu: Load microcode during restore_processor_state()Borislav Petkov2022-04-191-3/+3
| | |_|/ / / | |/| | | |
* / | | | | x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resumeWanpeng Li2022-04-211-0/+13
|/ / / / /
* | | | | Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-174-20/+98
|\ \ \ \ \
| * | | | | x86/tsx: Disable TSX development mode at bootPawan Gupta2022-04-114-14/+51
| * | | | | x86/tsx: Use MSR_TSX_CTRL to clear CPUID bitsPawan Gupta2022-04-112-7/+48
| | |/ / / | |/| | |
* / | | | mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval2022-04-151-1/+0
|/ / / /
* / / / x86,static_call: Fix __static_call_return0 for i386Peter Zijlstra2022-04-051-3/+2
|/ / /
* | | Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-032-153/+66
|\ \ \
| * | | x86/fpu/xstate: Consolidate size calculationsThomas Gleixner2022-03-301-41/+8
| * | | x86/fpu/xstate: Handle supervisor states in XSTATE permissionsThomas Gleixner2022-03-301-0/+3
| * | | x86/fpu/xsave: Handle compacted offsets correctly with supervisor statesThomas Gleixner2022-03-301-45/+41
| * | | x86/fpu: Cache xfeature flags from CPUIDThomas Gleixner2022-03-301-36/+13
| * | | x86/fpu/xsave: Initialize offset/size cache earlyThomas Gleixner2022-03-301-2/+5
| * | | x86/fpu: Remove unused supervisor only offsetsThomas Gleixner2022-03-301-30/+0
| * | | x86/fpu: Remove redundant XCOMP_BV initializationThomas Gleixner2022-03-291-3/+0
| * | | x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementationYang Zhong2022-03-231-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-021-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | KVM: x86: fix sending PV IPILi RongQing2022-04-021-1/+1
* | | | Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-316-121/+150
|\ \ \ \
| * | | | x86,kprobes: Fix optprobe trampoline to generate complete pt_regsMasami Hiramatsu2022-03-281-9/+16
| * | | | x86,rethook: Fix arch_rethook_trampoline() to generate a complete pt_regsPeter Zijlstra2022-03-281-11/+13
| * | | | x86,rethook,kprobes: Replace kretprobe with rethook on x86Masami Hiramatsu2022-03-285-112/+132
* | | | | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-4/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tracehook: Remove tracehook.hEric W. Biederman2022-03-102-2/+0
| * | | | task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman2022-03-101-2/+2
* | | | | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman2022-02-289-43/+22
| |\ \ \ \ \
| * | | | | | kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman2022-02-231-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-2717-68/+295
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar2022-03-157-82/+94
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'x86/pasid' into x86/core, to resolve conflictsIngo Molnar2022-03-152-0/+62
| |\ \ \ \ \ \ \
| * | | | | | | | x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada2022-03-151-1/+1
| * | | | | | | | x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra2022-03-152-1/+46
| * | | | | | | | objtool: Find unused ENDBR instructionsPeter Zijlstra2022-03-151-0/+9
| * | | | | | | | x86: Mark stop_this_cpu() __noreturnPeter Zijlstra2022-03-151-1/+1
| * | | | | | | | x86/ibt,sev: AnnotationsPeter Zijlstra2022-03-151-0/+2
| * | | | | | | | x86/ibt,ftrace: Annotate ftrace code patchingPeter Zijlstra2022-03-151-0/+7
| * | | | | | | | x86/ibt: Annotate text referencesPeter Zijlstra2022-03-154-2/+15
| * | | | | | | | x86/ibt: Disable IBT around firmwarePeter Zijlstra2022-03-152-0/+35
| * | | | | | | | x86/alternative: Simplify int3_selftest_ipPeter Zijlstra2022-03-151-14/+7
| * | | | | | | | x86/ibt,kexec: Disable CET on kexecPeter Zijlstra2022-03-153-1/+17
| * | | | | | | | x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra2022-03-153-1/+103