summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-302-4/+4
|\
| * Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki2022-05-252-4/+4
| |\
| | * x86: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+2
| | * xen/x86: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+2
* | | Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-293-10/+9
|\ \ \
| * | | ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak functionSteven Rostedt (Google)2022-05-281-0/+7
| * | | x86/traceponit: Fix comment about irq vector tracepointssunliming2022-05-271-3/+0
| * | | x86,tracing: Remove unused headerssunliming2022-05-271-3/+0
| * | | ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu2022-05-271-4/+2
* | | | Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-05-281-0/+2
|\ \ \ \
| * | | | x86/hyperv: Disable hardlockup detector by default in Hyper-V guestsMichael Kelley2022-05-111-0/+2
* | | | | Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-05-285-20/+20
|\ \ \ \ \
| * | | | | crypto: x86 - eliminate anonymous module_init & module_exitRandy Dunlap2022-04-085-20/+20
* | | | | | Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-283-57/+50
|\ \ \ \ \ \
| * | | | | | mce: fix set_mce_nospec to always unmap the whole pageJane Chu2022-05-162-15/+14
| * | | | | | x86/mce: relocate set{clear}_mce_nospec() functionsJane Chu2022-05-162-54/+48
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-285-8/+125
|\ \ \ \ \ \
| * | | | | | x86/PCI: Disable E820 reserved region clipping starting in 2023Hans de Goede2022-05-191-0/+21
| * | | | | | x86/PCI: Disable E820 reserved region clipping via quirksHans de Goede2022-05-191-0/+53
| * | | | | | x86/PCI: Add kernel cmdline options to use/ignore E820 reserved regionsHans de Goede2022-05-193-2/+26
| * | | | | | x86/PCI: Clip only host bridge windows for E820 regionsBjorn Helgaas2022-04-083-7/+17
| * | | | | | x86: Log resource clipping for E820 regionsBjorn Helgaas2022-04-081-0/+7
| * | | | | | x86/PCI: Eliminate remove_e820_regions() common subexpressionsBjorn Helgaas2022-04-041-2/+4
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'mm-hotfixes-stable-2022-05-27' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-05-271-0/+8
|\ \ \ \ \ \
| * | | | | | kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-05-271-0/+8
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-273-58/+21
|\ \ \ \ \ \
| * | | | | | net: unexport csum_and_copy_{from,to}_userChristoph Hellwig2022-04-291-2/+0
| * | | | | | vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-1/+6
| * | | | | | vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-292-55/+15
| |/ / / / /
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-2641-1209/+2809
|\ \ \ \ \ \
| * | | | | | KVM: x86: Fix the intel_pt PMI handling wrongly considered from guestYanfei Xu2022-05-251-1/+1
| * | | | | | x86, kvm: use correct GFP flags for preemption disabledPaolo Bonzini2022-05-251-1/+1
| * | | | | | KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timerWanpeng Li2022-05-251-0/+1
| * | | | | | x86/kvm: Alloc dummy async #PF token outside of raw spinlockSean Christopherson2022-05-251-14/+27
| * | | | | | KVM: x86: avoid calling x86 emulator without a decoded instructionSean Christopherson2022-05-251-12/+19
| * | | | | | KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leakAshish Kalra2022-05-251-6/+6
| * | | | | | x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave)Sean Christopherson2022-05-251-1/+16
| * | | | | | Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-05-254-48/+68
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-2552-232/+419
| |\ \ \ \ \ \
| * | | | | | | KVM: LAPIC: Trace LAPIC timer expiration on every vmentryWanpeng Li2022-05-253-11/+2
| * | | | | | | KVM: x86/mmu: Speed up slot_rmap_walk_next for sparsely populated rmapsVipin Sharma2022-05-121-2/+4
| * | | | | | | KVM: VMX: Include MKTME KeyID bits in shadow_zero_checkKai Huang2022-05-123-19/+50
| * | | | | | | KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_maskKai Huang2022-05-125-10/+34
| * | | | | | | KVM: x86/mmu: Rename reset_rsvds_bits_mask()Kai Huang2022-05-121-3/+3
| * | | | | | | KVM: x86: a vCPU with a pending triple fault is runnablePaolo Bonzini2022-05-121-0/+3
| * | | | | | | KVM: x86/mmu: Expand and clean up page fault statsSean Christopherson2022-05-126-12/+42
| * | | | | | | KVM: x86/mmu: Use IS_ENABLED() to avoid RETPOLINE for TDP page faultsSean Christopherson2022-05-121-3/+3
| * | | | | | | KVM: x86/mmu: Make all page fault handlers internal to the MMUSean Christopherson2022-05-124-107/+108
| * | | | | | | KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"Sean Christopherson2022-05-124-32/+35
| * | | | | | | KVM: x86/mmu: Drop exec/NX check from "page fault can be fast"Sean Christopherson2022-05-121-7/+12