aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-04-06x86/sev: Check SEV-SNP features supportBrijesh Singh2-0/+34
2022-04-06x86/sev: Save the negotiated GHCB versionBrijesh Singh1-3/+14
2022-04-06x86/sev: Define the Linux-specific guest termination reasonsBrijesh Singh2-9/+6
2022-04-06x86/sev: Detect/setup SEV/SME features earlier in bootMichael Roth2-3/+13
2022-04-05x86/speculation/srbds: Do not try to turn mitigation off when not supportedRicardo CaƱuelo1-0/+7
2022-04-05x86/MCE/AMD: Fix memory leak when threshold_create_bank() failsAmmar Faizi1-13/+19
2022-04-05x86/mce: Avoid unnecessary padding in struct mce_bankSmita Koralahalli1-1/+3
2022-04-05x86/amd_nb: Unexport amd_cache_northbridges()Muralidhara M K1-4/+3
2022-04-05x86,static_call: Fix __static_call_return0 for i386Peter Zijlstra1-3/+2
2022-04-04x86/PCI: Eliminate remove_e820_regions() common subexpressionsBjorn Helgaas1-2/+4
2022-04-04x86/cpu: Remove "noclflush"Borislav Petkov1-8/+0
2022-04-04x86/cpu: Remove "noexec"Borislav Petkov1-3/+25
2022-04-04x86/cpu: Remove "nosmep"Borislav Petkov1-7/+0
2022-04-04x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov1-14/+1
2022-04-04x86/cpu: Remove "nosep"Borislav Petkov1-7/+0
2022-04-04x86/cpu: Allow feature bit names from /proc/cpuinfo in clearcpuid=Borislav Petkov1-12/+52
2022-04-03Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-153/+66
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2022-04-02KVM: x86: Support the vCPU preemption check with nopvspin and realtime hintLi RongQing2-39/+40
2022-04-02KVM: x86: fix sending PV IPILi RongQing1-1/+1
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-121/+150
2022-03-30x86/fpu/xstate: Consolidate size calculationsThomas Gleixner1-41/+8
2022-03-30x86/fpu/xstate: Handle supervisor states in XSTATE permissionsThomas Gleixner1-0/+3
2022-03-30x86/fpu/xsave: Handle compacted offsets correctly with supervisor statesThomas Gleixner1-45/+41
2022-03-30x86/fpu: Cache xfeature flags from CPUIDThomas Gleixner1-36/+13
2022-03-30x86/fpu/xsave: Initialize offset/size cache earlyThomas Gleixner1-2/+5
2022-03-30x86/fpu: Remove unused supervisor only offsetsThomas Gleixner1-30/+0
2022-03-29x86/fpu: Remove redundant XCOMP_BV initializationThomas Gleixner1-3/+0
2022-03-28x86,kprobes: Fix optprobe trampoline to generate complete pt_regsMasami Hiramatsu1-9/+16
2022-03-28x86,rethook: Fix arch_rethook_trampoline() to generate a complete pt_regsPeter Zijlstra1-11/+13
2022-03-28x86,rethook,kprobes: Replace kretprobe with rethook on x86Masami Hiramatsu5-112/+132
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-4/+2
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds17-68/+295
2022-03-26Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-4/+4
2022-03-25Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-90/+139
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-24kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov1-1/+1
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+3
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+34
2022-03-24Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-4/+4
2022-03-23x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-7/+3
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-7/+1
2022-03-23x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementationYang Zhong1-1/+1
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+5
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_dev_init()David Hildenbrand1-5/+0
2022-03-22mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei1-3/+5
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2022-03-21Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+21