summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-72/+13
2022-01-20kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTRMarco Elver1-1/+1
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang1-3/+2
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang1-58/+1
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang1-5/+13
2022-01-20mm: percpu: generalize percpu related configKefeng Wang1-13/+4
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+6
2022-01-18Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+22
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-8/+8
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds60-875/+2030
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-13/+73
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-8/+34
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-8/+36
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2-0/+2
2022-01-15x86: mm: add x86_64 support for page table checkPasha Tatashin2-2/+28
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann1-1/+1
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-2/+1
2022-01-15mm: defer kmemleak object creation of module_alloc()Kefeng Wang1-3/+4
2022-01-14x86/fpu: Fix inline prefix warningsYang Zhong2-2/+2
2022-01-14kvm: x86: Disable interception for IA32_XFD on demandKevin Tian4-6/+29
2022-01-14x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()Thomas Gleixner2-0/+26
2022-01-14kvm: x86: Add support for getting/setting expanded xstate bufferGuang Zeng4-3/+62
2022-01-14x86/fpu: Add uabi_size to guest_fpuThomas Gleixner3-0/+7
2022-01-14kvm: x86: Add CPUID support for Intel AMXJing Liu2-2/+27
2022-01-14kvm: x86: Add XCR0 support for Intel AMXJing Liu1-1/+6
2022-01-14kvm: x86: Disable RDMSR interception of IA32_XFD_ERRJing Liu2-1/+7
2022-01-14kvm: x86: Emulate IA32_XFD_ERR for guestJing Liu1-1/+20
2022-01-14kvm: x86: Intercept #NM for saving IA32_XFD_ERRJing Liu3-0/+59
2022-01-14x86/fpu: Prepare xfd_err in struct fpu_guestJing Liu1-0/+5
2022-01-14kvm: x86: Add emulation for IA32_XFDJing Liu1-0/+27
2022-01-14x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulationKevin Tian2-0/+18
2022-01-14kvm: x86: Enable dynamic xfeatures at KVM_SET_CPUID2Jing Liu1-13/+29
2022-01-14x86/fpu: Provide fpu_enable_guest_xfd_features() for KVMSean Christopherson2-0/+23
2022-01-14x86/fpu: Add guest support to xfd_enable_feature()Thomas Gleixner2-39/+60
2022-01-14x86/fpu: Make XFD initialization in __fpstate_reset() a function argumentJing Liu1-5/+6
2022-01-13kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada1-6/+6
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-82/+48
2022-01-13Merge branch 'pci/host/hv'Bjorn Helgaas2-7/+33
2022-01-13Merge tag 'for-linus-5.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+8
2022-01-13Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds150-1316/+991
2022-01-13Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-86/+77
2022-01-12x86/entry_32: Fix segment exceptionsPeter Zijlstra4-19/+27
2022-01-12PCI: hv: Make the code arch neutral by adding arch specific interfacesSunil Muthuswamy2-7/+33
2022-01-12Merge tag 'x86_build_for_v5.17_rc1-p2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2022-01-12Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-9/+33
2022-01-12Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-37/+19
2022-01-11Merge tag 'hwmon-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-282/+493
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+6
2022-01-11x86/PCI: Remove initialization of static variables to falseLongji Guo1-1/+1